X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;f=ChangeLog;h=1ce5ee9a3bf6be138dd35f7b1cb8e043e589b023;hb=1e3568d947425ad6c60c3a84c20ad94c1e70070a;hp=44882e399da9435f462150597fc293cbb055007e;hpb=c52e5fc4e895a66c14195c8f42a44a6b86be16cd;p=chaz%2Ftar diff --git a/ChangeLog b/ChangeLog index 44882e3..1ce5ee9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,57 @@ +2006-06-11 Sergey Poznyakoff + + * src/xheader.c (xheader_set_single_keyword): Fix typo. + (decode_time): Avoid using gotos. + + * doc/mastermenu.el: New file + * doc/Makefile.am (master-menu): New goal + * doc/tar.texi: Update master menu + +2006-06-10 Sergey Poznyakoff + + * doc/tar.texi: Remove leftover include + +2006-06-09 Sergey Poznyakoff + + * doc/Makefile.am (tar_TEXINFOS): Add intern.texi + (EXTRA_DIST): Remove convtexi.pl, add texify.sed + * doc/intern.texi: New file + * doc/convtexi.pl: Remove + * doc/texify.sed: Auxiliary script to convert ../src/tar.h to + header.texi + * doc/rendition.texi: Fix typo + * doc/tar.texi: Update + * src/tar.h: Fix indentation, introduce end-of-format marker for + texify.sed + + * THANKS: Add Jason Armistead + * doc/tar.texi: Update + * NEWS: Update + * src/buffer.c: Implement more flexible checkpoint style + * src/common.h (checkpoint_option): Change type to unsigned + (checkpoint_style): New variable. + * src/tar.c: --checkpoint takes an optional argument specifying + number of records between two successive checkpoints (proposed + by Jason Armistead on 2004-06-22). Optional dot starting the + argument means "print dots instead of textual checkpoints". + (tar_help): New function + * src/transform.c: Minor fixes. + 2006-06-08 Sergey Poznyakoff + * gnulib.modules: Add mkdtemp + * doc/dumpdir.texi: New file + * doc/Makefile.am (tar_TEXINFOS): Add dumpdir.texi + * doc/tar.texi: Document dumpdir format + * src/incremen.c (dumpdir_locate,obstack_code_rename): + (purge_directory): Re-implement renaming. Introduce + 'X' control code. + (make_tmp_dir_name): Remove + * src/transform.c (set_transform_expr,_transform_name_to_obstack): Implement NUMBER flag. + (add_char_segment): Fix length assignement + * doc/tar.texi: Update 2006-06-07 Sergey Poznyakoff