C h a n g e L o g -=-=-=-=-=-=-=-=- Changes between 0.8.2 and 0.9.0: *) Add basic support of GNU extension about long filenames (16-Sep-2001): Long filenames (i.e. > 100 chars) need special handling; unfortunately, GNU and POSIX implementations differ. This version implements basic support of GNU version, filenames < 512 chars are supported. [Denis Barbier] *) Code rewrite (16-Sep-2001): Some routines are rewritten in a much cleaner way. Use 'strict' module and -w flag. Interface does not change. [Denis Barbier] *) Upgrade to shtool 1.5.4 (16-Sep-2001): [Denis Barbier] Changes between 0.8.1 and 0.8.2: *) Always set -D command-line flag (09-Jul-2001): Without this option, tarballs are incorrect and may cause trouble on some OS. [Denis Barbier] Changes between 0.8.0 and 0.8.1: *) Trap errors in -s and -x flags (31-Aug-2000): Ill-formed regular expressions are checked before tarfile is processed. [Denis Barbier] *) Ease building of Debian package (20-Apr-2000): I added a new `deb' target to build Debian packages [Denis Barbier] Changes between 0.7.6 and 0.8.0: *) Fix double directory entries (11-Apr-2000): With -D flag, directory entries were sometimes present twice. [Denis Barbier] *) New -B and -E flags (11-Apr-2000): Like -e, but these expressions are only evalled once at the beginning and at the end of execution. [Denis Barbier] Changes between 0.7.5 and 0.7.6: *) New --eval flag (09-Apr-2000): Any perl command may be used in this flag to change file and directory attributes. [John Midgley] *) Remove warning message with broken -s flag (09-Apr-2000): When the -s flag is followed by an invalid expression, a warning was printed. [Denis Barbier] Changes between 0.7.4 and 0.7.5: *) Remove Debian config files from the archive (08-Apr-2000): [Denis Barbier] *) New --applies-to flag (08-Apr-2000): When this flag is set, -u, -U, -g and -G only apply to specific files and directories. [John Midgley ] *) Fix wrong number version with the -V flag (08-Apr-2000): [Denis Barbier] Changes between 0.7.3 and 0.7.4: *) Integrate Debian config files (29-Feb-2000): [Denis Barbier] Changes between 0.7.2 and 0.7.3: *) Added the --force-directory option (04-Oct-1999): This option is to enforce directory entries in the archive [Denis Barbier] Changes between 0.7.1 and 0.7.2: *) Minor changes in Makefile (30-Aug-1999): ``set -e'' is added before multiple commands, plus other minor changes. [Denis Barbier] *) Add a shebang line to the tarcust script (30-Aug-1999): The ``shtool path'' command is used to set up the tarcust's shebang line. [Denis Barbier] Changes between 0.7.0 and 0.7.1: *) Fix Makefile (26-Aug-1999): On SunOS 5.4, the $< automatic variable is set only with suffix rules, but not with static rules. This variable has been replaced by its contents. [Denis Barbier] *) Accept input and output filenames (26-Aug-1999): In order to be compatible with tardy, input and output filenames are allowed on command line. [Denis Barbier] First public release (16-Aug-1999): tarcust-0.7.0 is the first public release. [Denis Barbier ]