X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;f=ChangeLog;h=9dbf7b8cb75064198d4ef55ef3488b2edc2b2e20;hb=0c94a109b98e0b1204ad52d629bb641bf1ea434a;hp=58873bdb820454b7d33d1d63bd8ae1b3b775d8a2;hpb=01d61882973471f72122667e186331fdb6eee342;p=chaz%2Ftar diff --git a/ChangeLog b/ChangeLog index 58873bd..9dbf7b8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,50 @@ +2006-11-30 Sergey Poznyakoff + + * po/POTFILES.in: Remove src/mangle.c + + * bootstrap: Implement --update-po and .bootstrap + + * src/create.c (dump_dir0): Implement --exclude-tag option + * src/tar.c: Likewise + * doc/tar.texi (exclude): Document --exclude-tag + +2006-11-29 Paul Eggert + + * NEWS: Remove support for mangled names. + * doc/tar.texi (verbose tutorial): Likewise. + * src/Makefile.am (tar_SOURCES): Remove mangle.c. + * src/common.h (extract_mangle): Remove decl. + * src/extract.c (extract_mangle_wrapper): Remove. + (prepare_to_extract): Remove support for mangled names. + * src/list.c (read_and, print_header): Likewise. + * src/mangle.c: Remove. + * src/tar.h (GNUTYPE_NAMES): Remove. + + Port to latest gnulib. There were a lot of changes, so the + simplest way to get this up and running was to switch to coreutils + bootstrap procedure. I noticed one feature missing after this + merge: the ability to update a single .po file. I can add that + later if need be. + * README-cvs, bootstrap.conf: New files. + * lib/.cvsignore: Remove Makefile.am, printf-parse.c, vasnprintf.c. + Add fstatat.c, gnulib.mk, openat-proc.c, same-inode.h, stat_.h, + tempname.c, tempname.h, uinttostr.c. + * lib/printf-parse.c, lib/vasnprintf.c: New files, from coreutils, + to override gnulib, so that we don't need xsize.h. + * bootstrap: Replace with coreutils bootstrap, except add support + for paxutils. + * configure.ac (gl_USE_SYSTEM_EXTENSIONS): Remove, as gl_EARLY now + does this. + (gl_EARLY, gl_INIT): Add. + (tar_GNULIB): Remove. + * gnulib.modules: Add configmake. + * lib/Makefile.tmpl: Remove, replacing with.... + * lib/Makefile.am: New file. + * src/Makefile.am (tar.o): Remove dependency: Automake does this + for us. + * src/tar.c: Include and , not + . + 2006-11-13 Sergey Poznyakoff * src/xheader.c (mtime_coder): Treat non-null data as a pointer to