From f41e484f23b9a394d86de547fb6f78eee7f8365b Mon Sep 17 00:00:00 2001 From: Sergey Poznyakoff Date: Sun, 16 May 2004 20:57:53 +0000 Subject: [PATCH] Updated --- ChangeLog | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) diff --git a/ChangeLog b/ChangeLog index b900d95..c752e31 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,38 @@ +2004-05-16 Sergey Poznyakoff + + * bootstrap: Apply patches from patch subdirectory + * patches: New dir + * patches/argp.diff: New file + * patches/getopt.diff: New file + * configure.ac: Check for _getopt_long_only_r and + force using included version of getopt if the function + is not available. + * src/tar.c: Use argp for command line parsing. + * src/system.h: Minor formatting fix + * m4/.cvsignore: Updated + * lib/.cvsignore: Updated + * doc/tar.texi: Minor fix. + * src/extract.c: Fix improper use of 'path' term + * src/incremen.c: Likewise + * src/list.c: Likewise + * src/misc.c: Likewise + * src/names.c: Likewise + * src/rmt.h: Likewise + * src/rtapelib.c: Likewise + * src/update.c: Likewise + * src/xheader.c: Likewise + * tests/star/README: Minor fix + +2004-05-13 Sergey Poznyakoff + + * configure.ac: Raised version number to 1.14.1 + * src/tar.c: Renamed --strip-path to --strip-components + Changed improper use of _() to ngettext(). + * src/extract.c: Renamed strip_path_option to strip_components_option + * src/common.h: Likewise. + * NEWS: Updated. + * doc/tar.texi: Updated + 2004-05-11 Sergey Poznyakoff * src/system.c (sys_child_open_for_uncompress): Do not -- 2.44.0