2002-11-15 13:16 ed * README, arcdir, archive_types.pl, unarc: Version 0.2.8. 2002-11-15 13:11 ed * unarc: rename_unique(): Alastair Burt noted that on his system, rename() to an existing destination fails with 'Device or resource busy', which caused an infinite loop. Now renaming checks first that the destination does not exist, which isn't 100% safe but at least shouldn't loop forever. 2002-10-28 15:43 ed * README: Added summary of changes. 2002-10-28 15:38 ed * TODO: Dealt with one todo list item. 2002-10-28 14:57 ed * archive_types.pl: my_system(): Set LANG and LC_ALL before running commands. 2002-10-28 14:54 ed * TODO: Went through my inbox and made a list of known bugs / things to do. 2002-10-28 14:44 ed * unarc: rename_unique(): work when the destination exists as a plain file (ie, trap the 'Not a directory' error). 2002-10-28 14:37 ed * unarc: Whoops, forgot that '$dir' won't be expanded as a single-quoted string :-(. 2002-10-28 14:36 ed * unarc: Do a better job of tidying up when things go wrong. 2002-10-28 14:34 ed * mkdist: Use two-argument form of mkdir() to keep perl 5.005 happy. 2002-10-19 20:15 ed * README, arcdir, archive_types.pl, mkdist, unarc: Version 0.2.7: a new mkdist makes sure the version numbers are in sync. Also tidied some whitespace. 2002-09-01 10:48 ed * ChangeLog.before-RCS, README, arcdir, archive_types.pl, unarc: Updated email address and website. 2002-01-15 10:36 ed * unarc: Bugfix when unpacking archives containing filename './'. 2002-01-15 10:33 ed * unarc: Tidied by removing trailing whitespace from comment lines. 2001-01-22 15:29 ed * archive_types.pl: Fix prototype for my_system() 2001-01-22 15:24 ed * mkdist: Initial revision 2001-01-22 15:22 ed * README: Version 0.2.6 2001-01-22 15:20 ed * unarc: Er, make that version 0.2.6 2001-01-22 15:20 ed * unarc: Version 0.2.5 2001-01-22 15:19 ed * archive_types.pl, unarc: Add prototypes for perl5.6 2001-01-22 15:16 ed * arcdir, archive_types.pl, ChangeLog.before-RCS, README, unarc: Initial revision 2000-06-23 Edward Avis * Version 0.2.5 * archive_types.pl: separate SEA arc's errors from filenames * Version 0.2.4 2000-06-09 Edward Avis * archive_types.pl: attempt to separate cpio's errors from filenames * archive_types.pl: work around bug in newer rpm2cpios 2000-05-30 Edward Avis * Version 0.2.3 * archive_types.pl: Java's 'jar' archives are just zipfiles 2000-05-25 Edward Avis * Version 0.2.2 * archive_types.pl: add support for lzop 2000-05-14 Edward Avis * Version 0.2.1 2000-05-11 Edward Avis * arcdir: more helpful usage message * archive_types.pl: add unpack/view support for SEA arc; requires pip version 0.2 or later (and arc of course!) 2000-05-10 Edward Avis * unarc: change '{ cmd }' to '{ cmd ; }' to keep bash2 happy 2000-05-09 Edward Avis * Version 0.2 2000-05-08 Edward Avis * unarc: remove 'use diagnostics' - it's too slow (unpack_arc()): now copes with archives of a single file * unarc: add rename_unique(), so works even if dest exists * unarc: change 'cat file | cmd' to '{ cmd }