1 2005-11-02 Paul Eggert <eggert@cs.ucla.edu>
3 * lib/.cvsignore: Add creat-safer.c, fcntl--.h, fcntl-safer.h,
4 open-safer.c, openat-die.c, verify.h, to accommodate recent gnulib
7 2005-10-27 Sergey Poznyakoff <gray@gnu.org.ua>
9 * src/compare.c (diff_dumpdir): Pass a valid device number to
10 get_directory_contents.
12 * THANKS: Add John Thomas McDole
14 * bootstrap: If file `.bootstrap' exists in the cwd and is
15 readable, prepend its contents to the command line
17 2005-10-21 Sergey Poznyakoff <gray@gnu.org.ua>
19 * tests/link01.at: Skip test if ln fails (suppose the OS does
20 not support hard links).
22 2005-10-04 Sergey Poznyakoff <gray@gnu.org.ua>
24 * src/tar.c (decode_options): Report error if -A or -r is used
25 together with compression option.
27 2005-09-29 Sergey Poznyakoff <gray@gnu.org.ua>
29 * doc/tar.texi: Use @option and @kbd consistently.
32 2005-09-28 Sergey Poznyakoff <gray@gnu.org.ua>
35 * src/common.h (show_stored_names_option): New variable
36 * src/list.c (print_header): If show_stored_names_option is given,
37 list member names as stored in the archive. Patch proposed by Erik
38 Cumps <erik.cumps@icos.be>
39 * src/tar.c: Implement --show-stored-names option
41 * src/common.h (test_label_option): New variable;
42 * src/list.c (print_header): Special handling if test_label_option
44 * src/names.c (all_names_found): If test_label_option is set
46 * src/tar.c: New option --test-label tests the archive volume
47 label. The option proposed by Wouter Verhelst <wouter@nixsys.be>
49 2005-09-21 Paul Eggert <eggert@cs.ucla.edu>
51 * tests/Makefile.am (clean-local): Don't attempt to run
52 $(TESTSUITE) if it doesn't exist. Problem reported by
55 2005-09-16 Paul Eggert <eggert@cs.ucla.edu>
57 Don't filter time stamps through the resolution supported
58 by struct stat; keep them to full nanosecond resolution.
59 This affects behavior only on older hosts or file systems
60 that have lower-resolution time stamps.
61 * src/common.h (OLDER_STAT_TIME): Parenthesize arg.
62 (OLDER_TAR_STAT_TIME): New macro.
63 (code_timespec): New function.
64 (BILLION, LOG10_BILLION, TIMESPEC_STRSIZE_BOUND): New constants.
65 * src/compare.c (diff_file): Use full time stamp resolution.
66 * src/create.c (start_header, dump_file0): Likewise.
67 (start_header, dump_file0): Adjust to new structure layout.
68 (dump_regular_finish): Simplify by using timespec_cmp.
69 * src/extract.c (struct delayed_set_stat): Don't store stat info
70 that we don't need, to save space. All uses changed.
71 (struct delayed_set_stat, struct delayed_link, file_newer_p):
72 (create_placeholder_file, extract_link, apply_delayed_links):
73 Use full time stamp resolution.
74 (check_time): Use code_timespec rather than rolling our own code.
75 (set_stat, delay_set_stat): Arg now points to tar_stat_info to
76 avoid losing time information. All callers changed.
77 * src/list.c (read_and, decode_header, print_heaeder):
78 Use full time stamp resolution.
79 * src/misc.c (code_timespec): New function.
80 * src/tar.h (struct tar_stat_info): Record atime, mtime, ctime
81 separately, for benefit of hosts with lower resolution.
82 * src/update.c (update_archive): Use full time stamp resolution.
83 * src/xheader.c (code_time): Use new code_timespec function
85 (atime_coder, atime_decoder, ctime_coder, ctime_decoder):
86 (mtime_coder, mtime_decoder): Use full time stamp resolution.
88 Report time stamps to full resolution in environment.
89 Report memory allocation failures rather than ignoring them.
90 * src/system.c (time_to_env): New function.
91 (oct_to_env, str_to_env, chr_to_env): Report memory allocation failures.
92 (stat_to_env): Report full resolution in time stamps.
94 2005-09-16 Paul Eggert <eggert@cs.ucla.edu>
96 Merge changes from gnulib for file system sub-second time stamps.
97 * configure.ac: Remove checks for struct stat.st_spare1, struct
98 stat.st_atim.tv_nsec, struct stat.st_atimespec.tv_nsec, struct
99 stat.st_atimensec, as gnulib now does this for us.
100 Similarly for LIB_CLOCK_GETTIME.
101 * gnulib.modules: Add stat-time.
102 * lib/.cvsignore: Add stat-time.h.
103 * src/common.h: Include stat-time.h.
104 (timespec_lt): Remove. All callers changed to use timespec_cmp.
105 (get_stat_atime, get_stat_ctime, get_stat_mtime):
106 (set_stat_atime, set_stat_ctime, set_stat_mtime):
107 Remove; now defined by stat-time.h.
109 2005-09-14 Sergey Poznyakoff <gray@gnu.org.ua>
111 * src/incremen.c (list_dumpdir): New function. Used to dump
112 contents of GNUTYPE_DUMPDIR blocks.
113 * src/common.h (list_dumpdir): Likewise.
114 * src/list.c (list_archive): Use list_dumpdir() to display
115 GNUTYPE_DUMPDIR blocks. Do that only if two or more -v options are
118 2005-09-12 Paul Eggert <eggert@cs.ucla.edu>
120 * lib/.cvsignore: Adjust to current gnulib and modules used.
121 Add getdelim.c, getdelim.h, mbchar.c, mbchar.h, mbuiter.h, memchr.c,
122 pipe-safer.c, size_max.h, strdup.c, strdup.h, strnlen.h, strnlen1.c,
123 strnlen1.h, unistd--.h.
124 Remove getndelim2.c, getndelim2.h, pathmax.h, sysexits.h, xstrdup.c.
126 Treat fishy-looking hard links like fishy-looking symlinks.
127 * src/extract.c (struct delayed_set_stat): Rename after_symlinks
128 member to after_links. All uses changed.
129 (struct delayed_link): Renamed from struct delayed_symlink.
130 All uses changed. New member is_symlink.
131 (delayed_link_head): Renamed from delayed_symlink_head. All uses
133 (create_placeholder_file): New function, taken from extract_symlink.
134 (extract_link): Create placeholders for fishy-looking hard links.
135 (extract_symlink): Move code into create_placeholder_file.
136 (apply_delayed_links): Renamed from apply_delayed_symlinks.
137 All uses changed. Create both hard links and symlinks.
139 2005-09-03 Paul Eggert <eggert@cs.ucla.edu>
141 * README-alpha: Modernize description of software required for
144 2005-09-03 Sergey Poznyakoff <gray@gnu.org.ua>
146 * gnulib.modules: Add strdup
147 * src/incremen.c (purge_directory): Do not dereference symbolic
148 links. Bug reported by Ralph Corderoy <ralph@inputplus.co.uk> and
149 David Brown <davidb@davidb.org>
150 * tests/incr01.at: New test.
151 * tests/Makefile.am: Add incr01.at
152 * tests/testsuite.at: Likewise
155 2005-08-17 Sergey Poznyakoff <gray@gnu.org.ua>
157 * src/incremen.c (read_directory_file): Use strtoumax to read
158 snapshot file contents.
159 (write_directory_file_entry): Use umaxtostr().
161 2005-07-31 Sergey Poznyakoff <gray@gnu.org.ua>
163 * src/create.c (file_dumpable_p,dump_file0): Fix handling of
164 sparse files to /dev/null with --totals option.
165 * tests/update.at: Remove dependency on file order.
167 2005-07-08 Sergey Poznyakoff <gray@Mirddin.farlep.net>
169 * doc/tar.texi: Fix typo.
171 2005-07-07 Sergey Poznyakoff <gray@Mirddin.farlep.net>
173 * tests/pipe.at: Pipe the output from `tar xfv' through sort.
175 2005-06-25 Sergey Poznyakoff <gray@Mirddin.farlep.net>
177 * src/sparse.c (tar_sparse_init): Fill structure with zeros. Call
178 sparse_select_optab(). All callers updated.
179 (sparse_member_p, sparse_fixup_header): Use tar_sparse_init().
181 2005-06-23 Sergey Poznyakoff <gray@Mirddin.farlep.net>
183 * src/sparse.c (pax_sparse_member_p): Checking member size
184 vs. file size is not reliable enough. Use sparse_map_avail.
186 * tests/star/gtarfail.at: Adapt to the new output format
187 * tests/star/gtarfail2.at: Likewise
188 * tests/star/multi-fail.at: Likewise
189 * tests/star/pax-big-10g.at: Likewise
190 * tests/star/ustar-big-2g.at: Likewise
191 * tests/star/ustar-big-8g.at: Likewise
193 * tests/sparse03.at: New test.
194 * tests/Makefile.am: Add sparse03.at
195 * tests/testsuite.at: Likewise
197 * src/xheader.c (size_decoder): Do not set archive_file_size.
199 Fix bugs introduced yesterday:
201 * src/sparse.c (tar_sparse_init): Initialize
203 (sparse_scan_file): Initialize archive_file_size to 0. The
204 variable keeps size of the file *as stored in the archive*, not
205 the size reported by stat.
207 2005-06-22 Paul Eggert <eggert@cs.ucla.edu>
209 A sweep of the sparse code prompted by a bug report by Jim Meyering.
210 * src/sparse.c: Include <inttostr.h>.
211 (struct tar_sparse_file): offset and dumped_size are off_t, not
212 size_t. optab is now const *.
213 (dump_zeros): Return bool success flag, not off_t.
215 Use a constant-zero buffer rather than clearing a buffer each time.
216 Don't mess up if write fails.
217 (dump_zeros, check_sparse_region):
218 Don't assume off_t is no wider than size_t.
219 (tar_sparse_init): Don't bother clearing a field that is already clear.
220 (zero_block_p): First arg is const *, not *.
221 (clear_block, SPARSES_INIT_COUNT): Remove.
222 (sparse_add_map): First arg is now struct start_stat_info *, not
223 struct tar_sparse_file *. All callers changed.
224 Use x2nrealloc to check for size_t overflow.
225 (parse_scan_file): Cache commonly-used parts of file.
226 Use an auto buffer, not a static one.
227 Don't bother clearing the buffer; not needed.
228 Don't bother clearing items that are already clear.
229 (oldgnu_optab, star_optab, pax_optab): Now const.
230 (sparse_dump_region): Don't bother clearing the buffer before
231 reading into it; just clear the parts that aren't read into.
232 (sparse_dump_file): Clear the whole local variable 'file'.
233 (diff_buffer): Remove; now a local var.
234 (check_sparse_region): Don't bother clearing buffer before
235 reading into it. Don't assume off_t is promoted to long.
236 (oldgnu_get_sparse_info, star_get_sparse_info):
237 Use an auto status, not static.
238 * src/tar.h (struct tar_stat_info): had_trailing_slash is
240 * src/xheader.c (sparse_offset_coder, sparse_numbytes_coder):
241 Rewrite to avoid cast.
242 (sparse_offset_decoder, sparse_numbytes_decoder):
243 Diagnose excess entries rather than crashing.
245 2005-06-22 Jim Meyering <jim@meyering.net>
247 * src/common.h (timespec_lt): Add a return type: bool.
249 2005-06-21 Paul Eggert <eggert@cs.ucla.edu>
251 Further improvements inspired by Jim Meyering's fixes.
253 * NEWS: Better support for full-resolution time stamps.
254 The -v option now prints time stamps only to 1-minute resolution.
255 * gnulib.modules: Add utimens.
256 * lib/.cvsignore: Add imaxtostr.c, inttostr.c, inttostr.h,
257 offtostr.c, umaxtostr.c, utimens.c, utimens.h. Remove paxconvert.c.
258 * lib/Makefile.tmpl (libtar_a_SOURCES): Remove paxconvert.c.
259 * lib/paxconvert.c: Remove; superseded by umaxtostr.c.
260 * po/POTFILES.in: Remove lib/paxconvert.c. Add lib/xalloc-die.c,
262 * src/buffer.c (set_start_time, compute_duration, start_time):
263 Use gettime rather than rolling our own code.
264 * src/common.h (OLDGNU_NAME_FIELD_SIZE, MAXOCTAL11, MAXOCTAL7): Remove.
265 (newer_ctime_option): Remove.
266 (timespec_lt): New function.
267 (OLDER_STAT_TIME): Use it.
268 (string_to_chars): First arg is char const *, not char *.
269 (tartime): Time arg is now struct timespec. New bool arg.
271 (code_ns_fraction): New decl.
272 (sys_stat_nanoseconds): Remove decl.
273 (get_stat_atime, get_stat_ctime, get_stat_mtime): New functions.
274 (set_stat_atime, set_stat_ctime, set_stat_mtime): New functions.
275 * src/compare.c: Include utimens.h rather than rolling our own.
276 (diff_dir, diff_file, diff_link, diff_symlink, diff_special):
278 (diff_dumpdir, diff_multivol): Prototype.
279 (diff_file): Support higher-resolution time stamps.
280 * src/create.c: Include utimens.h rather than rolling our own.
281 (MAX_OCTAL_VAL): New macro.
282 (tar_copy_str, string_to_chars): Don't bother to zero-fill;
283 the destination is already zeroed.
284 (string_to_chars): First arg is char const *.
285 (start_private_header): Use MINOR_TO_CHARS, not MAJOR_TO_CHARS,
286 for minor device number.
287 (write_header_name, dump_hard_link, dump_file0):
288 Simplify test for old GNU format.
289 (start_header): Put in placeholders for uid, etc., even when
290 using extended headers, for benefit of older "tar" implementations.
291 Don't assume uintmax_t is wider than 32 bits.
292 Output extended header for mtime if needed.
293 (dump_regular_finish, dump_file0):
294 Support extended time stamp resolution.
295 * src/extract.c: Include utimens.h rather than rolling our own.
296 (check_time): Support extended time stamp resolution.
297 * src/list.c: Include <inttostr.h>.
298 (tartime): Use umaxtostr rather than stringify_uintmax_t_backwards.
299 * src/xheader.c: Include <inttostr.h>.
300 Do not include <xstrtol.h>.
301 (strtoimax) [!HAVE_DECL_STRTOIMAX && !defined strtoimax]: New decl.
302 (strtoumax) [!HAVE_DECL_STRTOUMAX && !defined strtoumax]: New decl.
303 (BILLION, LOG10_BILLION): New constants.
304 (to_decimal): Remove; superseded by inttostr. All callers changed
306 (xheader_format_name): Don't assume pids and uintmax_t values
307 fit in 63 bytes (!) when printed.
308 (decode_record): Don't bother to check for ERANGE; an out of range
309 value must be treater than len_max anyway.
310 If the length is out of range, output it in the diagnostic.
311 (format_uintmax): Remove; all callers changed to use umaxtostr.
312 (xheader_print): Don't assume sizes can be printed in 99 bytes (!).
313 (out_of_range_header): New function.
314 (decode_time): Use it.
315 (code_time): Accept struct timespec, not time_t and unsigned long.
316 All callers changed. Size sbuf properly, and remove unnecessary check.
317 Don't assume time stamps can fit in 199 bytes.
318 Handle negative time stamps. Handle fractional time stamps
319 more consistently. Don't output unnecessary trailing zeros.
320 (decode_time): Yield struct timespec, not time_t and unsigned long.
322 Handle negative time stamps. Truncate towards minus infinity
323 consistently. Improve overflow checks, and output a better
324 diagnostic on overflow.
325 (code_num): Don't assume uintmax_t can be printed in 99 bytes (!).
326 (decode_num): New function, for better diagnostics.
327 (atime_coder, atime_decoder, gid_decoder, ctime_coder):
328 (ctime_decoder, mtime_coder, mtime_decoder, size_decoder):
329 (uid_decoder, sparse_size_decoder, sparse_numblocks_decoder):
330 (sparse_offset_decoder, sparse_numbytes_decoder):
331 Use decode_num, etc., instead of xstrtoumax, etc.
333 2005-06-21 Jim Meyering <jim@meyering.net>
335 Carefully crafted invalid headers can cause buffer overrun.
336 Invalid header fields go undiagnosed.
337 Some valid time strings are ignored.
339 * src/xheader.c (sparse_numblocks_decoder): Remove unchecked use
340 of `calloc'. Use xcalloc instead.
341 (decode_time, gid_decoder, size_decoder, uid_decoder):
342 (sparse_size_decoder, sparse_offset_decoder, sparse_numblocks_decoder):
343 Ensure that the result of calling xstrtoumax is no larger than
344 the maximum value for the target type. Upon any failure, exit with
346 (sparse_numblocks_decoder): Avoid buffer overrun/heap corruption:
347 use x2nrealloc, rather than `n *= 2' and xrealloc(p, n,....
348 (decode_time): Rewrite to accept time strings like
349 1119018481.000000000. Before, such strings were always ignored.
351 2005-06-13 Sergey Poznyakoff <gray@Mirddin.farlep.net>
353 * src/create.c (dump_file0): Check for is_avoided_name()
354 first. Fixes bug reported by Martin Lohmeier
355 <martin@mein-horde.de>
356 * tests/update.at: New file
357 * tests/Makefile.am (TESTSUITE_AT): Add update.at
358 * tests/testsuite.at: Likewise
360 2005-06-13 Sergey Poznyakoff <gray@Mirddin.farlep.net>
362 * configure.ac (AC_STRUCT_ST_BLKSIZE)
363 (AC_STRUCT_ST_BLOCKS): Removed. Handled by system.m4.
365 2005-06-02 Paul Eggert <eggert@cs.ucla.edu>
367 * src/names.c (excluded_name): excluded_filename ->
368 excluded_file_name, because the name was changed in gnulib.
370 2005-05-30 Sergey Poznyakoff <gray@Mirddin.farlep.net>
372 * src/tar.c (read_name_from_file,update_argv): Automatically
373 detect nul-terminated list files.
376 2005-05-27 Sergey Poznyakoff <gray@Mirddin.farlep.net>
378 * scripts/backup.sh.in: Bugfixes.
380 2005-05-26 Sergey Poznyakoff <gray@Mirddin.farlep.net>
382 * scripts/backup.in: Minor fixes
383 * scripts/backup.sh.in (mt_begin,mt_rewind)
384 (mt_offline,mt_status): Use $MT to invoke mt
385 (init_common): Set --rsh-command option for mt if TAPE_FILE is a
387 * doc/tar.texi: Document new backup scripts behavior
389 2005-05-22 Sergey Poznyakoff <gray@Mirddin.farlep.net>
391 * lib/.cvsignore: Updated
392 * lib/Makefile.tmpl: Add new paxutils files
393 * po/POTFILES.in: Likewise
394 * src/buffer.c: Update invocations of safer_name_suffix()
395 * src/create.c: Likewise
396 * src/extract.c: Likewise
397 * src/xheader.c: Likewise
398 * src/common.h: Include paxlib.h instead of paxerror.h
399 (safer_name_suffix,removed_prefixes_p): Removed. The functions are
400 imported from paxutils
401 * src/names.c (hash_string_hasher,hash_string_compare)
402 (hash_string_insert,hash_string_lookup,removed_prefixes_p)
403 (safer_name_suffix): Moved to paxutils
405 2005-05-19 Sergey Poznyakoff <gray@Mirddin.farlep.net>
407 * bootstrap (copy_files): Accept optional third argument: a prefix
408 to be appended to destination file names.
409 Import paxutils/paxlib files.
410 * configure.ac: Remove checking for LIB_SETSOCKOPT, it is handled
412 * lib/Makefile.tmpl (libtar_a_SOURCES): Add paxerror.c paxexit.c
414 * po/POTFILES.in: Likewise.
415 * src/common.h: Remove defines and declarations imported from
417 * src/misc.c: Likewise
418 * src/list.c (stringify_uintmax_t_backwards): Moved to paxutils
420 2005-05-17 Paul Eggert <eggert@cs.ucla.edu>
422 * src/misc.c (remove_any_file): Fix typo in previous change.
424 2005-05-14 Paul Eggert <eggert@cs.ucla.edu>
426 Port to Solaris 10's treatment of unlinking directories.
427 * gnulib-modules: Add unlinkdir.
428 * lib/.cvsignore: Add unlinkdir.h, unlinkdir.c.
429 * src/common.h (we_are_root): Remove extern decl; it's now static.
430 * src/extract.c (we_are_root): Now static.
431 * src/misc.c: Include <unlinkdir.h>.
432 (remove_any_file): Use cannot_unlink_dir () rather than we_are_root.
434 * ChangeLog, ChangeLog.1, Makefile.am, NEWS, PORTS, README,
435 README-alpha, TODO, bootstrap, configure.ac, doc/Makefile.am,
436 doc/convtexi.pl, doc/fdl.texi, doc/gendocs_template,
437 lib/Makefile.tmpl, lib/prepargs.c, lib/waitpid.c, po/POTFILES.in,
438 scripts/Makefile.am, scripts/backup-specs, scripts/backup.in,
439 scripts/backup.sh.in, scripts/restore.in, src/Makefile.am,
440 src/arith.h, src/buffer.c, src/common.h, src/compare.c,
441 src/create.c, src/delete.c, src/extract.c, src/incremen.c,
442 src/list.c, src/mangle.c, src/misc.c, src/names.c, src/sparse.c,
443 src/system.c, src/tar.c, src/tar.h, src/update.c, src/utf8.c,
444 src/xheader.c, tests/Makefile.am, tests/append.at,
445 tests/append01.at, tests/comprec.at, tests/delete01.at,
446 tests/delete02.at, tests/delete03.at, tests/delete04.at,
447 tests/delete05.at, tests/extrac01.at, tests/extrac02.at,
448 tests/extrac03.at, tests/extrac04.at, tests/extrac05.at,
449 tests/gzip.at, tests/ignfail.at, tests/incremental.at,
450 tests/link01.at, tests/listed01.at, tests/listed02.at,
451 tests/long01.at, tests/longv7.at, tests/multiv01.at,
452 tests/multiv02.at, tests/multiv03.at, tests/multiv04.at,
453 tests/old.at, tests/options.at, tests/options02.at, tests/pipe.at,
454 tests/recurse.at, tests/same-order01.at, tests/same-order02.at,
455 tests/shortrec.at, tests/sparse01.at, tests/sparse02.at,
456 tests/testsuite.at, tests/truncate.at, tests/version.at,
457 tests/volume.at, tests/star/gtarfail.at, tests/star/gtarfail2.at,
458 tests/star/multi-fail.at, tests/star/pax-big-10g.at,
459 tests/star/quicktest.sh, tests/star/ustar-big-2g.at,
460 tests/star/ustar-big-8g.at:
461 Update FSF postal mail address.
463 2005-05-12 Sergey Poznyakoff <gray@Mirddin.farlep.net>
467 * bootstrap: Install files from paxutils/doc
468 * doc/Makefile.am (tar_TEXINFOS): Add genfile.texi
469 * doc/tar.texi (Genfile): New appendix
470 * src/compare.c (diff_file): diff_handle was not initialized
471 * src/create.c (dump_regular_file): Correctly pad archive members
472 that shrunk during archiving. Repored by Frank Heckenbach.
473 * src/extract.c (file_newer_p): Return false if file does not
475 (prepare_to_extract): Correct warning wording.
476 * tests/truncate.at: New test case
477 * tests/Makefile.am: Add truncate.at
478 * tests/testsuite.at: Likewise.
480 * doc/.cvsignore: Updated
481 * lib/.cvsignore: Updated
482 * tests/.cvsignore: Updated
484 2005-05-02 Paul Eggert <eggert@cs.ucla.edu>
486 * tests/multivol04.at: Tell awk to read from /dev/null.
488 Adjust to recent gnulib changes.
489 * lib/.cvsignore: Add dup-safer.c, fd-safer.c, unistd-safer.h.
490 * src/common.h (initial_umask): New var.
491 * src/create.c (start_ueader): Use it, and adjust to new modechange
493 (hash_link): unsigned -> size_t parameters and result.
494 * src/incremen.c (hash_directory): Likewise.
495 * src/names.c (hash_string_hasher): Likewise.
496 * src/tar.c (parse_opt): Set it, and adjust to new modechange API.
498 2005-04-19 Sergey Poznyakoff <gray@Mirddin.farlep.net>
500 * tests/Makefile.am: Add shortrec.at.
502 2005-04-18 Paul Eggert <eggert@cs.ucla.edu>
504 * src/buffer.c (reading_from_pipe): Remove. All uses removed.
505 (short_read): Don't warn about short reads; they're normal.
506 * tests/shortrec.at: New file.
507 * tests/testsuite.at: Include it.
509 * bootstrap (gnulib_modules): Don't create a file modlist.tmp, as
510 it is sometimes left behind as a garbage file (maybe due to the
513 2005-04-14 Sergey Poznyakoff <gray@Mirddin.farlep.net>
515 * src/list.c: Handle Solaris 'X' type flag
516 * src/tar.h (SOLARIS_XHDTYPE): New define
518 2005-04-06 Sergey Poznyakoff <gray@mirddin.farlep.net>
520 * src/tar.c: Minor fixes to text messages. Proposed by Benno
522 * src/extract.c: Likewise
523 (extract_file): Assign orig_file_name
524 to save_name uniformly over the program. This fixes matching
525 directory names at the start of an archive volume.
526 * src/buffer.c (flush_write): Warn when the name of the archive
527 straddling volume boundary is longer than 100 characters. Earlier
528 behavior was to issue a fatal error.
529 (struct zip_magic): Reverted part of changes from 2005-04-04.
530 They make the maintenance too costly. Removing `unsigned'
531 qualifier from `magic' member should be enough.
532 * src/compare.c (diff_init): Read directory file if in listed
533 incremental. This prevents spurious 'Contents differ' diagnostics.
534 (diff_archive): Minor fixes to text messages
535 (diff_file,diff_dumpdir,diff_multivol): Assign orig_file_name
536 to save_name uniformly over the program. This fixes matching
537 directory names at the start of an archive volume.
538 * src/create.c: Assign orig_file_name
539 to save_name uniformly over the program. This fixes matching
540 directory names at the start of an archive volume.
541 * src/list.c: Likewise
543 * tests/multiv03.at: Modified to match the new behavior
544 * tests/multiv04.at: New file. Test splittind directory members between
546 * tests/Makefile.am: Add multiv04.at
547 * tests/testsuite.at: Likewise.
549 2005-04-04 Paul Eggert <eggert@cs.ucla.edu>
551 * configure.ac (AC_CONFIG_AUX_DIR): Rename from config to build-aux,
552 for reasons discussed in the thread beginning at
553 <http://lists.gnu.org/archive/html/bug-gnulib/2005-03/msg00119.html>.
554 * .cvsignore: Remove config; add build-aux.
556 * src/buffer.c (struct zip_magic): Use char arrays, not pointers.
557 The unsigned char * pointer ran afoul of pedantic C compilers, and
558 we didn't need pointers anyway. Put the size field before the
559 data to avoid unnecessary padding. All uses changed.
560 (magic) Make it const, since it doesn't change. All uses changed.
562 2005-04-02 Paul Eggert <eggert@cs.ucla.edu>
564 * src/xheader.c (decode_record): Don't dump core when given
565 a corrupted extended header. Problem reported by Jim Meyering.
566 Also, check for other ways that the header might be invalid,
567 e.g., missing newline at end. Do not allow keys with nulls.
568 Allow blanks before and after length, as POSIX requires.
569 Do not allow leading "-" in length. Check for length overflow.
570 (xheader_decode, xheader_decode_global): Let decode_record
571 check for exhaustion of record.
572 (xheader_read): Null-terminate the extended record;
573 decode_record relies on this.
575 2005-03-21 Paul Eggert <eggert@cs.ucla.edu>
577 * bootstrap (TP_URL): Change from
578 <http://www2.iro.umontreal.ca/~gnutra/po/maint/tar/> to
579 <http://www.iro.umontreal.ca/translation/maint/tar/> to avoid
580 some redirection glitches.
581 Use "trap - 0" rather than "trap 0" to fix a POSIX-conformance bug.
582 * doc/.cvsignore: Change "tar.info" to "tar.info*". Sort.
583 * lib/.cvsignore: Add intprops.h (new gnulib file).
585 2005-03-04 Sergey Poznyakoff <gray@Mirddin.farlep.net>
587 * src/list.c (print_header): Print UID/GID in case of
588 empty user/group name. This could occur when dumping
589 files belonging to non-existing users and when listing
591 Reported by Igor Lautar.
593 * src/create.c: Correctly parse empty uname/gname
594 * src/sparse.c (sparse_scan_file): Bugfix. offset had
597 * scripts/backup.in: Use `head -n 1'. Provide missing
598 argument to ${MT_STATUS}. Proposed by Jan Merka.
599 * scripts/backup.sh.in: Likewise. Fixed typo in
600 MT_OFFLINE assignment.
601 * scripts/restore.in (restore_fs): Use root_fs
603 2005-02-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
605 * src/create.c: Replace strdup with xstrdup
606 * src/names.c: Likewise
607 * src/tar.c: Likewise
609 * tests/append01.at: Added reference to bug-tar archive
610 * tests/listed02.at: Use -print with find.
612 2005-02-11 Sergey Poznyakoff <gray@Mirddin.farlep.net>
614 * THANKS: Added Tim Adye. Fixed UTF.
615 * src/list.c (read_header): Removed assignment to
616 oldgnu_header.isextended. It was breaking append mode.
618 * tests/append01.at: New test.
619 * tests/Makefile.am: Added append01.at
620 * tests/testsuite.at: Likewise
622 2005-02-06 Sergey Poznyakoff <gray@Mirddin.farlep.net>
624 * gnulib.modules: New file. List of required gnulib
626 * bootstrap: Merge list of required modules from
627 paxutils with that from tar proper.
628 * src/tar.c: Various fixes in help and diagnostic messages.
630 2005-02-05 Sergey Poznyakoff <gray@Mirddin.farlep.net>
632 * src/common.h (EXTRACT_OVER_PIPE): New macro
633 * src/compare.c: Code clean up.
634 * src/extract.c (extract_archive): Do not check for
635 EXTRACT_OVER_PIPE, decode_options() does this.
636 * src/misc.c (exec_error,fork_error,dup2_error)
637 (pipe_error): Removed unneeded functions.
638 * src/system.c (sys_exec_command): Use xclose, xpipe,
639 xfork, xdup2 and exec_fatal.
640 * src/tar.c (options): Improved sorting. Document --backup=off.
641 (decode_options): Clear backup_option if necessary.
643 2005-02-05 Sergey Poznyakoff <gray@Mirddin.farlep.net>
645 Initial implementation of --to-command option proposed
648 * bootstrap: Get setenv module from gnulib
649 * src/buffer.c: Do not use 8-bit chars in comments
650 * src/common.h (to_command_option)
651 (ignore_command_error_option): New globals
652 (sys_exec_command,sys_wait_command): New commands
653 * src/extract.c (extract_file): Handle to_command_option
654 Fix error recovery: decrease `size' by `written', not
655 by `count', otherwise tar misses the next header
656 Do not diagnose write error if to_command_option
657 is set, since the command may have exited prematurely.
658 It would be better to check for sigpipe, though.
659 (prepare_to_extract): Handle to_command_option
660 * src/misc.c (exec_error, fork_error, dup_error)
661 (pipe_error): New functions
662 * src/system.c (sys_exec_command)
663 (sys_wait_command): New functions
664 * src/tar.c: Handle new options --to-command,
665 --ignore-command-error
666 * THANKS: Added Hansjoerg Lipp
668 2005-02-03 Paul Eggert <eggert@cs.ucla.edu>
670 * src/list.c (from_header): New arg OCTAL_ONLY, normally false.
671 All uses changed. Fix typo that sometimes suppressed all "Archive
672 contains obsolescent base-64 headers" warnings, not just the first
674 (tar_checksum): Accept only octal checksums, since they aren't
675 supposed to overflow into weird formats.
677 Adjust to gnulib changes.
678 * lib/.cvsignore: Add chdir-long.c, chdir-long.h, memrchr.c,
679 memrchr.h, openat.c, openat.h. Remove pathmax.h (added by
680 mistake, perhaps?), sysexit.h (my typo), xstrdup.c (gnulib removed
681 this file). Sort entries.
683 2005-02-04 Sergey Poznyakoff <gray@Mirddin.farlep.net>
685 * src/extract.c: Further rewrite.
686 * src/buffer.c: Removed unused variables.
687 * src/list.c: Likewise
688 * src/tar.c (update_argv): Changed type to void
690 * src/common.h (OLDGNU_NAME_FIELD_SIZE): New constant
691 * src/create.c (start_private_header,write_header_name)
692 (dump_hard_link): Restore compatibility with 1.13.25
693 * src/extract.c (extract_archive): Rewritten
694 * src/list.c: Add translators' comments
695 * src/tar.c (options) Minor spelling fix
696 * tests/star/quicktest.sh: Determine path to the tar executable.
698 2005-02-03 Sergey Poznyakoff <gray@Mirddin.farlep.net>
700 * po/POTFILES.in: Added tests/genfile.c
701 * src/buffer.c (short_read): Use ngettext()
702 (new_volume): use quote().
703 * src/create.c: Use quote()
704 * src/extract.c: Likewise
705 * src/xheader.c: Likewise
706 * src/misc.c: Add comments to translators
708 * tests/same-order01.at: sort ls output
709 * tests/sparse01.at (RE_CHECK): Added missing space
711 * tests/sparse02.at: Test extracting sparse files over a pipe.
712 * tests/Makefile.am: Added sparse02.at
713 * tests/testsuite.at: Likewise
714 * tests/listed02.at: Skip the test on filesystems that do not
715 update ctime of a file when renaming it. To be reverted when
716 the new incremental mode is ready.
717 * tests/sparse01.at: Extract and compare sparse file
719 2005-02-02 Sergey Poznyakoff <gray@Mirddin.farlep.net>
721 * src/sparse.c: Extract sparse files even if the output
724 2005-02-01 Sergey Poznyakoff <gray@Mirddin.farlep.net>
726 * bootstrap: Add a comment to lib/Makefile.am saying that this
727 is an autogenerated file.
728 Exit with code 1 if any of autotools fails.
729 * lib/Makefile.tmpl: Insert Emacs magic to the first line.
730 * tests/Makefile.am: Add append.at
732 * m4/.cvsignore: Ignore all *.m4 files
734 2005-01-18 Sergey Poznyakoff <gray@Mirddin.farlep.net>
736 Rewritten handling of -T (--files-from) option. Now it
737 inserts the file names immediately into argv array which allows
739 1) any valid tar options (including another -T) to be used in the file
740 2) any number of -T options to be given in command line
742 * configure.ac: Raised version number to 1.15.2
743 * src/common.h: Include obstack.h
744 (files_from_option): Removed
745 (unquote_option): New variable
746 (stat_fatal): New function
747 (name_close): Removed function.
748 * src/incremen.c: Remove inclusion of obstack.h
749 * src/xheader.c: Likewise.
750 * src/misc.c (stat_fatal): New function
751 * src/names.c (name_file): Removed variable.
752 (read_name_from_file): Removed function. All callers changed.
753 (name_close): Removed function. All callers changed.
754 * src/tar.c: New options --unquote (--no-unquote) and
756 (add_file_id,read_name_from_file,update_argv): New functions
757 (parse_opt): Rewritten handling of -T option. Handle hidden
758 --HANG option for debugging purposes.
759 (decode_options): Init unquote_option to true. Init argv_stk.
760 Remove unneeded references to files_from_option
762 * doc/tar.texi: Document new options.
763 Moved rendition macros and option value definitions into
765 * doc/rendition.texi: New file
766 * doc/value.texi: New file
767 * doc/Makefile.am: Updated
769 2005-01-13 Paul Eggert <eggert@cs.ucla.edu>
771 * tests/testsuite.at (RE_CHECK): Use "join - file", not
772 "join file -", to work around a bug in Solaris 8 join.
773 Problem reported by Tomohiro Suzuki.
775 2005-01-13 Sergey Poznyakoff <gray@Mirddin.farlep.net>
777 * src/list.c (read_header): Fixed calculation of the
778 size for GNU long name/link. Tar was reading one block
779 more if name_size was divisible by 512. Thanks Josef
781 * tests/long01.at: New file. Test listing of GNU long names
783 * tests/pipe.at: Sort tar output.
784 * tests/Makefile.am: Added long01.at
785 * tests/testsuite.at: Likewise.
786 * THANKS: Added Josef Bauer
787 * lib/.cvsignore: Updated
788 * m4/.cvsignore: Updated
791 2005-01-11 Sergey Poznyakoff <gray@Mirddin.farlep.net>
793 * directory: Updated for 1.15.1
794 * doc/Makefile.am: Use gendocs.sh to generate web documentation
795 * doc/gendocs_template: Template file for gendocs.sh
796 * doc/tar.texi: Updated docs for --[no-]same-permissions
797 * src/tar.c: Reworded docstrings for --[no-]same-permissions
799 2005-01-06 Sergey Poznyakoff <gray@Mirddin.farlep.net>
801 * bootstrap: Create m4/paxutils.m4
802 * configure.ac: Call tar_PAXUTILS
803 * tests/options02.at: Test that tar correctly handles non-option
804 arguments interspersed with options.
805 * tests/Makefile.am: Add options02.at
806 * tests/testsuite.at: Likewise
807 * tests/listed02.at: Do not create useless directory
809 2005-01-05 Sergey Poznyakoff <gray@Mirddin.farlep.net>
811 * src/tar.c (parse_opt): Bugfix: Use ARGP_KEY_ARG. Thanks
812 Mike Frysinger <vapier@gentoo.org> for reporting.
814 2005-01-04 Paul Eggert <eggert@cs.ucla.edu>
816 * lib/Makefile.tmpl (localedir.h): Omit needless quotes and a
817 needless sed command. Problem reported by Paul Jarc.
819 2004-12-23 Paul Eggert <eggert@cs.ucla.edu>
821 Accommodate latest gnulib.
822 * doc/.cvsignore: Add getdate.texi.
823 * bootstrap: Do not treat alloca-opt specially; this is no
824 longer needed (and breaks builds) with latest gnulib.
826 2004-12-22 Sergey Poznyakoff <gray@Mirddin.farlep.net>
828 * src/tar.c (main): Reverted recent changes (#ifdef).
830 2004-12-21 Sergey Poznyakoff <gray@Mirddin.farlep.net>
832 * configure.ac: Raise version number to 1.15.1
834 * NEWS: Entry for 1.15.1
835 * src/buffer.c: Bugfix. Changes introduced 2004-11-26
836 broke extraction from stdin.
837 * src/list.c (from_header, tar_checksum): Changed declaration.
839 * src/common.h: Likewise
840 * src/tar.c (main): Protect invocation of setlocale by
843 * tests/comprec.at: New test
844 * tests/pipe.at: New test
845 * tests/Makefile.am (comprec.at,pipe.at): New tests
846 * tests/testsuite.at: Likewise
847 * tests/gzip.at: Use AT_GZIP_PREREQ
848 * tests/star/pax-big-10g.at: Likewise
849 * tests/star/ustar-big-2g.at: Likewise
850 * tests/star/ustar-big-8g.at: Likewise
852 * tests/extrac04.at: Discard stderr from sort, on some
853 systems it spits out lots of irrelevant info.
854 * tests/listed02.at: Likewise
856 * doc/index.html.in: Rewritten in xhtml to follow recent
860 2004-12-20 Sergey Poznyakoff <gray@Mirddin.farlep.net>
862 Released version 1.15. Sources up to this point are
865 * configure.ac: Raised version number to 1.15
868 * bootstrap (update_po): Give -r to wget. Always remove index.html
869 Ignore alloca-opt module (it duplicates alloca)
871 * tests/Makefile.am: Distribute star/quicktest.sh
872 * tests/star/README: Document quicktest.sh
873 * tests/star/qucktest.sh: Removed.
874 * tests/star/quicktest.sh: New file.
876 2004-12-18 Sergey Poznyakoff <gray@Mirddin.farlep.net>
879 * doc/tar.texi: Document auto-detection of compressed archive
881 * src/tar.c (decode_options): Ignore --seek if used with --delete.
882 Delete.c is based on the assumption that the archive is being
883 actually read, not lseeked.
885 * tests/delete05.at: New file
886 * tests/extrac02.at: Fixed typo in AT_SETUP
887 * tests/Makefile.am: Added delete05.at
888 * tests/testsuite.at: Likewise.
890 2004-12-17 Sergey Poznyakoff <gray@Mirddin.farlep.net>
892 * src/delete.c (delete_archive_members): Bugfix: when
893 attempting to delete an nonexistent member, the last
894 blocking_factor blocks were zeroed.
896 2004-12-14 Paul Eggert <eggert@cs.ucla.edu>
898 * TODO: Mention sub-second resolution, lutimes, lchmod.
900 2004-11-27 Paul Eggert <eggert@cs.ucla.edu>
902 Adjust to recent gnulib changes.
903 * doc/getdate.texi: Remove, since bootstrap gets it from gnulib now.
904 * .cvsignore: Add rmt, rmt/*, rmt/*/*.
905 * lib/.cvsignore: Add allocsa.c, allocsa.h, allocsa.valgrind,
906 charset.alias, config.charset, getcwd.c, getcwd.h, localcharset.c,
907 localcharset.h, ref-add.sed, ref-add.sin, ref-del.sed,
908 ref-del.sin, setenv.c, setenv.h, unsetenv.c. Remove pathmax.h,
910 * m4/.cvsignore: Add allocsa.m4, eealloc.m4, getcwd-path-max.m4,
911 localcharset.m4, realloc.m4, setenv.m4. Remove malloc.m4,
912 pathmax.m4, realloc.m4.
914 2004-11-26 Sergey Poznyakoff <gray@Mirddin.farlep.net>
916 * configure.ac: Raised version number to 1.14.91
917 * scripts/tarcat: New file
918 * scripts/Makefile.am: Added tarcat
919 * src/buffer.c (hit_eof): Changed type to boolean
920 (read_full_records,reading_from_pipe): New variables
921 (check_compressed_archive,open_compressed_archive): New functions
922 (open_archive): Autodetect compressed archives and act accordingly.
923 Set reading_from_pipe. This fixes controversial set of changes
924 introduced 2004-05-11,2004-03-22.
925 * src/list.c (tar_checksum): New function
926 (read_header): Use tar_checksum().
927 * src/common.h (tar_checksum): New function
929 * tests/star/README: Updated
933 2004-11-16 Sergey Poznyakoff <gray@Mirddin.farlep.net>
935 * src/tar.c (decode_options): Fixed -o semantics. Thanks
936 Jean Delvare <khali@linux-fr.org>
938 2004-10-25 Sergey Poznyakoff <gray@Mirddin.farlep.net>
940 * bootstrap: Add localcharset
941 * lib/Makefile.tmpl: Initialize SUFFIXES and CLEANFILES since the
942 makefile snippet from localcharset uses '+=' on them.
943 * src/Makefile.am (LDADD): Add LIBICONV
944 * src/list.c (decode_header): Set uname/gname to NULL if their
945 header counterparts are empty
946 * src/tar.c (options): Use OPTION_NO_TRANS
947 * src/utf8.c: Use locale_charset() from gnulib
949 * tests/star/README: Updated
954 2004-10-04 Sergey Poznyakoff <gray@Mirddin.farlep.net>
956 * THANKS: Added Bryan Ford
957 * doc/Makefile.am (.text): Fixed rule
958 * po/POTFILES.in: Added argp-help.c
960 2004-10-04 Bryan Ford <baford@mit.edu>
962 * src/tar.c: New option --exclude-caches, to exclude
963 cache directories automatically on archive creation.
964 Cache directories are directories containing a
965 standardized tag file, as specified at:
966 http://www.brynosaurus.com/cachedir/spec.html
967 * src/common.h: New variable exclude_caches_option.
968 * src/create.c: New function check_cache_directory(),
969 called from dump_dir0() if exclude_caches_option is set,
970 to check for a cache directory tag and exclude the directory
971 if such a tag is found.
972 * doc/tar.texi: Updated accordingly.
974 2004-09-16 Sergey Poznyakoff <gray@Mirddin.farlep.net>
976 * doc/tar.texi: Minor fix
977 * src/tar.c (options): Minor fix
979 2004-09-12 Sergey Poznyakoff <gray@Mirddin.farlep.net>
982 * lib/Makefile.tmpl: Added 'rtapelib.o: localedir.h' dependency
983 * src/common.h: Comment WANT_DIRECTORY_REMOVE_OPTION.
984 * src/extract.c: Normalized use of remove_any_file().
985 * src/misc.c: Likewise.
986 * src/tar.c (parse_opt): Emit warning if -l option is used.
987 (show_default_settings): REMOTE_SHELL may be undefined
989 2004-09-07 Sergey Poznyakoff <gray@Mirddin.farlep.net>
991 Test suite rewritten in autotest.
993 * configure.ac: Updated for autotest
994 * src/tar.c (argp_program_version): Modified.
995 * tests/Makefile.am: Rewritten for autotest.
997 * tests/.cvsignore: Updated
998 * tests/append.at: New file
999 * tests/atlocal.in: New file
1000 * tests/delete01.at: New file
1001 * tests/delete02.at: New file
1002 * tests/delete03.at: New file
1003 * tests/delete04.at: New file
1004 * tests/extrac01.at: New file
1005 * tests/extrac02.at: New file
1006 * tests/extrac03.at: New file
1007 * tests/extrac04.at: New file
1008 * tests/extrac05.at: New file
1009 * tests/gzip.at: New file
1010 * tests/ignfail.at: New file
1011 * tests/incremental.at: New file
1012 * tests/link01.at: New file
1013 * tests/listed01.at: New file
1014 * tests/listed02.at: New file
1015 * tests/longv7.at: New file
1016 * tests/multiv01.at: New file
1017 * tests/multiv02.at: New file
1018 * tests/multiv03.at: New file
1019 * tests/old.at: New file
1020 * tests/options.at: New file
1021 * tests/recurse.at: New file
1022 * tests/same-order01.at: New file
1023 * tests/same-order02.at: New file
1024 * tests/sparse01.at: New file
1025 * tests/testsuite.at: New file
1026 * tests/version.at: New file
1027 * tests/volume.at: New file
1028 * tests/star/gtarfail.at: New file
1029 * tests/star/gtarfail2.at: New file
1030 * tests/star/multi-fail.at: New file
1031 * tests/star/pax-big-10g.at: New file
1032 * tests/star/ustar-big-2g.at: New file
1033 * tests/star/ustar-big-8g.at: New file
1035 * tests/preset.in: Removed
1036 * tests/before: Removed
1037 * tests/after: Removed
1038 * tests/version.sh: Removed.
1039 * tests/append.sh: Removed.
1040 * tests/delete01.sh: Removed.
1041 * tests/delete02.sh: Removed.
1042 * tests/delete03.sh: Removed.
1043 * tests/delete04.sh: Removed.
1044 * tests/extrac01.sh: Removed.
1045 * tests/extrac02.sh: Removed.
1046 * tests/extrac03.sh: Removed.
1047 * tests/extrac04.sh: Removed.
1048 * tests/extrac05.sh: Removed.
1049 * tests/gzip.sh: Removed.
1050 * tests/incremen.sh: Removed.
1051 * tests/ignfail.sh: Removed.
1052 * tests/link01.sh: Removed.
1053 * tests/listed01.sh: Removed.
1054 * tests/listed02.sh: Removed.
1055 * tests/longv7.sh: Removed.
1056 * tests/multiv01.sh: Removed.
1057 * tests/multiv02.sh: Removed.
1058 * tests/multiv03.sh: Removed.
1059 * tests/old.sh: Removed.
1060 * tests/options.sh: Removed.
1061 * tests/same-order01.sh: Removed.
1062 * tests/same-order02.sh: Removed.
1063 * tests/volume.sh: Removed.
1064 * tests/recurse.sh: Removed.
1065 * tests/sparse01.sh: Removed.
1066 * tests/star/gtarfail.sh: Removed.
1067 * tests/star/gtarfail2.sh: Removed.
1068 * tests/star/multi-fail.sh: Removed.
1069 * tests/star/ustar-big-2g.sh: Removed.
1070 * tests/star/ustar-big-8g.sh: Removed.
1071 * tests/star/pax-big-10g.sh: Removed.
1073 2004-09-07 Sergey Poznyakoff <gray@Mirddin.farlep.net>
1075 * bootstrap: Install genfile.c from paxutils
1076 * tests/genfile.c: Removed. Integrated into
1078 * tests/mksparse.c: Removed. Integrated into
1079 (paxutils) genfile.c
1080 * tests/Makefile.am: Removed mksparse
1081 * tests/sparse01.sh: Use genfile instead of mksparse
1083 2004-09-06 Sergey Poznyakoff <gray@Mirddin.farlep.net>
1085 Started merging with cpio into paxutils. Sources before
1086 this point are tagged alpha-1_14_90
1088 * Makefile.am: Updated for use with paxutils
1089 * README-alpha: Likewise
1090 * bootstrap: Likewise
1091 * configure.ac: Likewise
1092 * lib/Makefile.tmpl: Likewise
1093 * po/POTFILES.in: Likewise
1094 * src/Makefile.am: Likewise
1095 * src/buffer.c: Likewise
1096 * src/common.h: Likewise
1097 * src/compare.c: Likewise
1098 * src/create.c: Likewise
1099 * src/delete.c: Likewise
1100 * src/extract.c: Likewise
1101 * src/incremen.c: Likewise
1102 * src/list.c: Likewise
1103 * src/mangle.c: Likewise
1104 * src/misc.c: Likewise
1105 * src/names.c: Likewise
1106 * src/sparse.c: Likewise
1107 * src/system.c: Likewise
1108 * src/tar.c: Likewise
1109 * src/update.c: Likewise
1110 * src/utf8.c: Likewise
1111 * src/xheader.c: Likewise
1113 * src/system.h: Removed
1114 * src/rmt.c: Removed
1115 * src/rmt.h: Removed
1116 * src/rtapelib.c: Removed
1118 2004-09-03 Sergey Poznyakoff <gray@Mirddin.farlep.net>
1120 * tests/listed02.sh: Do not depend on any particular ordering
1123 2004-09-02 Sergey Poznyakoff <gray@Mirddin.farlep.net>
1125 * doc/tar.texi: Document the use of -C option in
1126 file lists. Document --seek option.
1127 * configure.ac: New option --with-rmt. New configuration variable
1128 DEFAULT_RMT_DIR. Removed DEFAULT_RMT_COMMAND.
1129 * src/Makefile.am: Install rmt into rmtdir
1130 * src/tar.c (usage): Minor fix.
1134 2004-09-01 Sergey Poznyakoff <gray@Mirddin.farlep.net>
1136 * configure.ac: Raised version number to 1.14.90
1137 * src/common.h (is_individual_file): New prototype
1138 * src/create.c (dump_file0): Fix bug introduced
1140 * src/names.c (register_individual_file)
1141 (is_individual_file): New functions.
1142 * tests/listed01.sh: Use genfile instead of dd.
1143 * tests/listed02.sh: New file.
1144 * tests/Makefile.am: Added listed02.sh
1148 2004-08-31 Sergey Poznyakoff <gray@Mirddin.farlep.net>
1150 * src/sparse.c (sparse_add_map): Fixed improper initializations
1151 of sparse_map_size. We assume that whatever number it contains
1152 describes adequately the current size of sparse_map. The only
1153 number we need to reset is sparse_map_avail.
1154 * src/compare.c (verify_volume): Call set_next_block_after
1155 if read_header returns HEADER_FAILURE
1156 Destroy and reinitialize content of current_stat_info and
1157 extended_header after each iteration (bug reported by
1158 John L. Males <jlmales@yahoo.com>).
1159 Issue a warning if the created archive contains some members
1160 whose file names were stripped off their leading prefixes.
1161 This is a temporary fix of the issue reported by Bdale Garbee
1162 <bdale@gag.com> (Refs: Debian bug 230064, Message-Id
1163 <87n07kyzhi.fsf@rover.gag.com>, Sun, 15 Feb 2004 11:22:17 -0700)
1165 * src/names.c (removed_prefixes_p): New function.
1167 * src/buffer.c: When computing write rate do not take
1168 into account the time needed to verify the archive(s).
1169 The bug reported by John L. Males <jlmales@yahoo.com>
1170 (set_start_time,compute_duration): New functions.
1171 (print_total_written): Use the result of compute_duration().
1172 (close_archive): Call compute_duration.
1173 * src/common.h (set_start_time, removed_prefixes_p): New prototypes.
1174 * src/list.c (decode_header): Fixed initialization
1175 of stat_info->is_sparse
1176 * src/tar.c (main): Call set_start_time().
1178 * src/misc.c (unquote_string): Unquote '\a' and '\v'.
1179 Reported by Helmut Waitzmann <helmut.waitzmann@web.de>.
1184 2004-08-30 Sergey Poznyakoff <gray@Mirddin.farlep.net>
1186 * src/tar.c: Fix copy-n-paste errors in the license
1188 2004-08-19 Sergey Poznyakoff <gray@Mirddin.farlep.net>
1190 * scripts/backup.in: Renamed LIBPATH to LIBDIR.
1191 Use ROOT_FS with -C option. Do not send mail
1192 if ADMINISTRATOR is set to NONE.
1193 * scripts/backup.sh.in (test_root): Append / to
1194 ROOT_FS if it does not already end in it.
1195 * scripts/restore.in: Renamed LIBPATH to LIBDIR.
1196 New option -a (--all). Do not start restore unless
1197 -a or patterns are given.
1198 (restore_fs,restore_files): Fixed use of --listed option.
1199 * doc/tar.texi: Updated
1202 2004-08-17 Sergey Poznyakoff <gray@Mirddin.farlep.net>
1204 * src/tar.c (find_argp_option): Fixed typo
1206 2004-08-12 Paul Eggert <eggert@cs.ucla.edu>
1208 Merge argp, getopt, xalloc changes from gnulib.
1209 * bootstrap (gnulib_modules): Add xalloc-die.
1210 Remove code to test for patches; we don't have patches now.
1211 Set LC_ALL=C so that file names sort consistently.
1212 Prefer the gnulib copies of gettext.m4, glibc21.m4,
1213 lib-ld.m4, lib-prefix.m4, po.m4 too.
1215 * patches/getopt.diff: Remove; gnulib now works unpatched.
1216 * configure.ac (_getopt_long_only_r): Remove check.
1217 gl_ARGP now does this for us.
1218 * lib/.cvsignore: Add fnmatch.h, getopt_.h, sysexit.h,
1220 * src/extract.c: Adjust to changes to gnulib xalloc module.
1221 (extr_init): Remove assignment to xalloc_fail_func; no longer needed.
1222 (xalloc_die): New function.
1224 2004-08-10 Sergey Poznyakoff <gray@Mirddin.farlep.net>
1228 * src/buffer.c (flush_write): Limit filenames
1229 of the members that straddle multivolume archive
1230 boundary to 100 characters.
1231 (flush_read): Use strncmp when comparing multivolume member
1233 * tests/multiv03.sh: New file
1234 * tests/Makefile.am: Added multiv03.sh
1236 2004-08-09 Sergey Poznyakoff <gray@Mirddin.farlep.net>
1238 * src/list.c (read_and): Call decode_header before
1239 calling skip_member()
1240 (skip_member): Use is_sparse field to determine if the
1241 member is a sparse file.
1243 * tests/Makefile.am: Added extrac05.sh
1244 * tests/extrac05.sh: New file
1245 * tests/append.sh: Rearranged leading comments. Added explicit
1246 references to report messages wherever available.
1247 * tests/delete01.sh: Likewise
1248 * tests/delete02.sh: Likewise
1249 * tests/delete03.sh: Likewise
1250 * tests/delete04.sh: Likewise
1251 * tests/extrac01.sh: Likewise
1252 * tests/extrac02.sh: Likewise
1253 * tests/extrac03.sh: Likewise
1254 * tests/extrac04.sh: Likewise
1255 * tests/gzip.sh: Likewise
1256 * tests/ignfail.sh: Likewise
1257 * tests/incremen.sh: Likewise
1258 * tests/link01.sh: Likewise
1259 * tests/listed01.sh: Likewise
1260 * tests/longv7.sh: Likewise
1261 * tests/multiv01.sh: Likewise
1262 * tests/multiv02.sh: Likewise
1263 * tests/old.sh: Likewise
1264 * tests/options.sh: Likewise
1265 * tests/recurse.sh: Likewise
1266 * tests/same-order01.sh: Likewise
1267 * tests/same-order02.sh: Likewise
1268 * tests/sparse01.sh: Likewise
1269 * tests/version.sh: Likewise
1270 * tests/volume.sh: Likewise
1272 2004-08-08 Sergey Poznyakoff <gray@Mirddin.farlep.net>
1274 * bootstrap: Extended --update-po option to take an
1275 optional argument specifying the po file to update.
1276 * src/create.c: Improved compatibility with 1.13.25
1277 * tests/link01.sh: New file.
1278 * tests/Makefile.am: Added link01.sh
1280 2004-08-06 Paul Eggert <eggert@cs.ucla.edu>
1284 * patches/argp.diff: Remove; no longer needed.
1286 * lib/.cvsignore: Add stat-macros.h.
1287 Remove addext.c, malloc.c, realloc.c.
1289 * src/extract.c: Include <getcwd.h>.
1290 (extract_archive): Rewrite with new macro IS_ABSOLUTE_FILE_NAME.
1291 * src/extract.c (make_directories):
1292 FILESYSTEM_PREFIX_LEN -> FILE_SYSTEM_PREFIX_LEN.
1293 * src/misc.c (must_be_dot_or_slash): Likewise.
1294 * src/names.c (excluded_name, safer_name_suffix, stripped_prefix_len):
1296 * src/tar.c (parse_opt): Likewise.
1297 * src/incremen.c (purge_directory): Fix format buffer typos in warning
1299 * src/tar.c (options): Add missing initializers to pacify gcc.
1300 (decode_options): Remove unused var.
1302 2004-08-02 Paul Eggert <eggert@cs.ucla.edu>
1304 * bootstrap (gnulib_modules): Add getpagesize.
1305 * configure.ac (valloc): Remove check; valloc no longer used.
1306 * lib/.cvsignore: Add getpagesize.h.
1307 * m4/.cvsignore: Add getpagesize.m4.
1308 * src/buffer.c (record_buffer): New var.
1309 (open_archive): Don't use valloc; on older or buggy hosts, you can't
1310 free the result. Use page_aligned_alloc instead.
1311 * src/compare.c (diff_init): Likewise.
1312 * src/buffer.c (open_archive): Record the pointer to be freed
1314 (close_archive): Free record_buffer.
1315 * src/common.h (page_aligned_alloc): New decl.
1316 * src/misc.c (quote_n, quote): Remove these redundant functions.
1317 (ptr_align): New function, from coreutils/src/system.h.
1318 (page_aligned_alloc): New function.
1319 * src/system.h (valloc): Remove.
1321 2004-07-09 Paul Eggert <eggert@cs.ucla.edu>
1323 * src/extract.c (extract_archive): Do not report an error
1324 when hard-linking X to X when X exists. Problem reported by
1326 * lib/.cvsignore: Add fchown-stub.c.
1328 2004-06-29 Sergey Poznyakoff <gray@Mirddin.farlep.net>
1331 * src/common.h (root_device): New global.
1332 (gnu_restore): Renamed to purge_directory().
1333 * src/extract.c (extr_init): Save the device number
1335 (extract_archive): Renamed gnu_restore() to purge_directory().
1336 * src/incremen.c (gnu_restore): Renamed to purge_directory().
1337 Do not attempt to purge the directory if it is on a different
1338 device and one_file_system_option is set.
1340 2004-06-25 Sergey Poznyakoff <gray@Mirddin.farlep.net>
1342 * doc/tar.texi: The actual default for exclude patterns
1343 is --no-anchored. Fixed.
1344 * src/tar.c (options): Likewise.
1345 Thanks "Felix Natter" <felix.natter@ldc.de> for noticing.
1347 2004-06-22 Sergey Poznyakoff <gray@Mirddin.farlep.net>
1349 * doc/tar.texi: Fixed several inconsistencies.
1350 * src/tar.c: Fixed docstring for --checkpoint option.
1352 2004-05-19 Sergey Poznyakoff <gray@Mirddin.farlep.net>
1354 * src/buffer.c (seek_archive): New function
1355 * src/common.h (seek_archive): New function
1356 (seekable_archive): New global.
1357 * src/list.c (skip_file): Use seek_archive() if
1359 * src/tar.c (struct fmttab): Accept 'pax' as alias
1361 (options): New option -n (--seek).
1362 * src/update.c: Determine type of the archive before
1367 2004-05-19 Sergey Poznyakoff <gray@Mirddin.farlep.net>
1369 * bootstrap: New option --update-po
1370 * src/tar.c: New option -H (short alias to --format)
1371 * doc/tar.texi: Document -H option
1372 * src/names.c (safer_name_suffix): Fixed bug introduced
1375 2004-05-16 Sergey Poznyakoff <gray@Mirddin.farlep.net>
1377 * bootstrap: Apply patches from patch subdirectory
1379 * patches/argp.diff: New file
1380 * patches/getopt.diff: New file
1381 * configure.ac: Check for _getopt_long_only_r and
1382 force using included version of getopt if the function
1384 * src/tar.c: Use argp for command line parsing.
1385 * src/system.h: Minor formatting fix
1386 * m4/.cvsignore: Updated
1387 * lib/.cvsignore: Updated
1388 * doc/tar.texi: Minor fix.
1389 * src/extract.c: Fix improper use of 'path' term
1390 * src/incremen.c: Likewise
1391 * src/list.c: Likewise
1392 * src/misc.c: Likewise
1393 * src/names.c: Likewise
1394 * src/rmt.h: Likewise
1395 * src/rtapelib.c: Likewise
1396 * src/update.c: Likewise
1397 * src/xheader.c: Likewise
1398 * tests/star/README: Minor fix
1400 2004-05-13 Sergey Poznyakoff <gray@Mirddin.farlep.net>
1402 * configure.ac: Raised version number to 1.14.1
1403 * src/tar.c: Renamed --strip-path to --strip-components
1404 Changed improper use of _() to ngettext().
1405 * src/extract.c: Renamed strip_path_option to strip_components_option
1406 * src/common.h: Likewise.
1408 * doc/tar.texi: Updated
1410 2004-05-11 Sergey Poznyakoff <gray@Mirddin.farlep.net>
1412 * src/system.c (sys_child_open_for_uncompress): Do not
1413 set read_full_records_option: the compressed archive is
1414 likely not to contain integer number of records. Should
1415 the user wish to use reblocking, he may always give tar
1416 -B option. This is a minor improvement over the change
1418 * src/buffer.c (open_archive): Removed assignment to
1419 read_full_records_option.
1421 * src/names.c (safer_name_suffix): (safer_name_suffix): Use "%s"
1422 as the format argument, rather than a possibly-translated variable
1423 string. Patch provided by Jim Meyering <jim@meyering.net>
1424 * src/tar.c (decode_options): Fixed typo in the comment.
1425 * tests/star/README: Minor correction
1427 2004-05-11 Sergey Poznyakoff <gray@Mirddin.farlep.net>
1429 * directory: New file. GNU directory entry for tar.
1430 * doc/Makefile.am: Rewritten. Added rules for generating
1431 documentation for the project's website.
1432 * doc/.cvsignore: Updated
1433 * doc/index.html.in: New file.
1435 2004-05-11 Sergey Poznyakoff <gray@Mirddin.farlep.net>
1437 * configure.ac: Raised version number to 1.14
1439 * tests/after: Added copyleft statement
1440 * tests/before: Added copyleft statement
1441 * tests/preset.in: Added copyleft statement
1443 Tar 1.14 is released. Sources up to this point are tagged
1446 2004-05-10 Sergey Poznyakoff <gray@Mirddin.farlep.net>
1448 * configure.ac: Fixed prerequisite headers for sys/buf.h
1450 * src/system.h: Likewise.
1451 * tests/after (compare): Fixed argument quoting under eval
1452 * tests/before: Quote TAR_ARCHIVE_FORMATS
1454 2004-05-10 Sergey Poznyakoff <gray@Mirddin.farlep.net>
1459 * configure.ac: Call gl_AC_TYPE_INTMAX_T. Document
1460 DEFAULT_.* variables. Use DEFAULT_RMT_COMMAND to set
1461 the pathname of the rmt utility.
1462 New option --enable-backup-scripts.
1463 * doc/tar.texi: Updated
1464 * scripts/Makefile.am: Install the scripts only if requested
1466 * scripts/backup.in: Fixed --version output.
1467 Fixed initialization of the listing files and printing
1468 the time of the last previous level dump.
1469 * scripts/restore.in: Fixed --version output.
1470 * src/Makefile.am (localedir.h rule): Generate correct
1471 DEFAULT_RMT_COMMAND variable.
1472 * src/common.h (rmt_command_option): New variable.
1473 * src/list.c (read_and): Print block number before
1474 issuing 'Skipping to next header' diagnostics, if
1475 requested by block_number_option.
1476 * src/rtapelib.c: Use rmt_command_option instead of
1477 hardcoded "/etc/rmt".
1478 * src/tar.c: New option --rmt-command.
1479 (decode_options): Handle --rmt-command. Initialize
1480 rmt_command_option to DEFAULT_RMT_COMMAND.
1482 2004-05-09 Sergey Poznyakoff <gray@Mirddin.farlep.net>
1484 * doc/tar.texi: Further update.
1486 2004-05-08 Sergey Poznyakoff <gray@Mirddin.farlep.net>
1488 * configure.ac: Minor fix
1489 * scripts/Makefile.am: Updated
1490 * scripts/backup-specs: Updated
1491 * scripts/backup.in: Minor fixes
1492 * scripts/backup.sh: Removed
1493 * scripts/backup.sh.in: New file. Source for backup.sh
1494 * scripts/restore.in: New file
1495 * scripts/.cvsignore: Updated
1496 * scripts/WARNING: Removed
1497 * doc/tar.texi: Updated
1500 2004-05-07 Sergey Poznyakoff <gray@Mirddin.farlep.net>
1502 * src/names.c (name_gather): Bugfix: Honor single -C with
1504 * tests/same-order01.sh: New file
1505 * tests/same-order02.sh: New file
1506 * tests/Makefile.am: Updated
1508 * tests/append.sh: Added copyleft header
1509 * tests/delete01.sh: Likewise
1510 * tests/delete02.sh: Likewise
1511 * tests/delete04.sh: Likewise
1512 * tests/extrac01.sh: Likewise
1513 * tests/extrac02.sh: Likewise
1514 * tests/extrac03.sh: Likewise
1515 * tests/extrac04.sh: Likewise
1516 * tests/gzip.sh: Likewise
1517 * tests/ignfail.sh: Likewise
1518 * tests/incremen.sh: Likewise
1519 * tests/multiv01.sh: Likewise
1520 * tests/old.sh: Likewise
1521 * tests/options.sh: Likewise
1522 * tests/recurse.sh: Likewise
1523 * tests/version.sh: Likewise
1524 * tests/volume.sh: Likewise
1525 * tests/star/gtarfail.sh: Likewise
1526 * tests/star/gtarfail2.sh: Likewise
1527 * tests/star/multi-fail.sh: Likewise
1528 * tests/star/pax-big-10g.sh: Likewise
1529 * tests/star/qucktest.sh: Likewise
1530 * tests/star/ustar-big-2g.sh: Likewise
1531 * tests/star/ustar-big-8g.sh: Likewise
1533 * doc/.cvsignore: Updated
1535 2004-05-06 Sergey Poznyakoff <gray@Mirddin.farlep.net>
1537 * configure.ac: Check whether date accepts +format argument
1538 (for backup scripts).
1539 * scripts/level-0: Removed
1540 * scripts/level-1: Removed
1541 * scripts/weekly.new: Removed
1542 * scripts/dump-remind: Removed
1543 * scripts/backup.in: New file
1544 * scripts/backup.sh: New file
1545 * scripts/dump-remind.in: New file
1546 * scripts/backup-specs: Updated
1547 * scripts/Makefile.am: Updated for new directory contents.
1548 * scripts/.cvsignore: Updated
1550 2004-05-05 Sergey Poznyakoff <gray@Mirddin.farlep.net>
1553 * doc/tar.texi: Updated
1554 * src/tar.c: --utc implies -vv
1556 2004-04-28 Sergey Poznyakoff <gray@Mirddin.farlep.net>
1558 * src/utf8.c: Make sure ICONV_CONST is defined. AM_ICONV
1559 does not define it if it fails to find iconv.h.
1561 2004-04-26 Sergey Poznyakoff <gray@Mirddin.farlep.net>
1563 * bootstrap: Use gnulib-tool to generate lib/Makefile.am
1564 and parts of configure.ac
1565 * configure.ac: Invoke tar_GNULIB to configure gnulib stuff.
1566 * lib/Makefile.am: Removed
1567 * lib/Makefile.tmpl: New file.
1568 * lib/.cvsignore: Updated
1569 * m4/.cvsignore: Updated
1570 * src/xheader.c: Include stpcpy.h
1572 * src/create.c: Produce an error, not warning, if the
1573 filename is too long.
1574 * tests/longv7.sh: Synchronized with the recent changes.
1576 2004-04-20 Sergey Poznyakoff <gray@Mirddin.farlep.net>
1578 * configure.ac: Fixed test for iconv_t
1579 * src/rmt.h: Bugfix by Jürgen Weigert
1580 * THANKS: Add Jürgen Weigert
1581 * tests/star/README: Fixed typo
1583 2004-04-04 Paul Eggert <eggert@twinsun.com>
1585 Merge getdate documentation changes from coreutils.
1587 * doc/getdate.texi: Update from coreutils CVS.
1588 * doc/tar.texi: Fix getdate menu to match getdate.texi's.
1590 Merge recent gnulib changes, and remove some lint.
1592 Improve support for nanosecond-resolution time stamps.
1593 * bootstrap: Add gettime, timespec modules.
1594 * configure.ac (gl_GETTIME, gl_TIMESPEC): Add.
1595 * lib/.cvsignore (getopt_int.h, gettime.c, gettimeofday.c,
1597 * lib/Makefile.am (libtar_a_SOURCES): Add gettime.c, timespec.h.
1598 * m4/.cvsignore: Add clock_time.m4, gettime.m4, gettimeofday.m4,
1599 st_mtim.m4, timespec.m4. Remove malloc.m4, realloc.m4.
1600 * src/common.h (newer_mtime_option): Now a struct timespec, not
1601 time_t. All uses changed.
1602 (NEWER_OPTION_INITIALIZED, OLDER_STAT_MTIME): New macros.
1603 * src/create.c (dump_file0): Use OLDER_STAT_TIME to compare times.
1604 * src/incremen.c (scan_path): Likewise.
1605 * src/list.c (read_and): Likewise.
1606 * src/list.c (read_and): Use NEWER_OPTION_INITIALIZED to decide
1607 whether newer_mtime_option is initialized.
1608 * src/tar.c (decode_options): Likewise.
1609 * src/tar.c (decode_options): Adjust to new signature for get_date.
1611 * src/buffer.c (short_read, flush_read): Use size_t, not ssize_t, for
1612 result of safe_read, full_write, and similar functions.
1613 Detect safe_read error by comparing to SAFE_READ_ERROR;
1614 detect full_write error by comparing to 0.
1616 * src/common.h (write_error_details, sys_write_archive_buffer):
1618 * src/misc.c (write_error_details): Likewise.
1619 * src/rmt.c (main): Likewise.
1620 * src/rmt.h (rmt_read__, rmt_write__): Likewise.
1621 * src/rtapelib.c (rmt_read__, rmt_write__, rmt_ioctl__): Likewise.
1622 * src/sparse.c (sparse_scan_file, sparse_dump_region,
1623 check_sparse_region, check_data_region): Likewise.
1624 * src/system.c (sys_write_archive_buffer, sys_drain_input_pipe,
1625 sys_child_open_for_compress, sys_child_open_for_uncompress): Likewise.
1626 * src/update.c (append_file): Likewise.
1628 * src/buffer.c (clear_read_error_count): Use explicit (void)
1629 to indicate a function with no arguments.
1630 * src/create.c (check_links): Likewise.
1631 * src/system.c (sys_get_archive_stat, sys_save_archive_dev_ino,
1632 sys_detect_dev_null_output, sys_drain_input_pipe, sys_spawn_shell,
1633 sys_reset_uid_gid, sys_get_archive_stat, sys_save_archive_dev_ino,
1634 sys_detect_dev_null_output, sys_drain_input_pipe, sys_spawn_shell):
1636 * src/utf8.c (get_input_charset): Likewise.
1637 * src/xheader.c (xheader_ghdr_name, xheader_write_global,
1638 xheader_decode_global, extended_header_init): Likewise.
1639 * tests/mksparse.c (usage): Likewise.
1641 * src/buffer.c (new_volume): Rename local variables to avoid
1643 * src/common.h (file_dumpable_p, sys_stat_nanoseconds,
1644 sparse_file_p, sparse_member_p, sparse_fixup_header,
1645 sparse_dump_file, sparce_extract_file, sparse_skip_file,
1646 sparse_diff_file): Likewise.
1647 * src/compare.c (diff_archive): Likewise.
1648 * src/create.c (file_dumpable_p, dump_regular_file, dump_dir0,
1649 dump_dir, dump_hard_link, file_count_links, dump_file0, dump_file):
1651 * src/extract.c (repair_delayed_set_stat): Likewise.
1652 * src/misc.c (maybe_backup_file, add_hierarchy_to_namelist):
1654 * src/sparse.c (struct tar_sparse_optab, tar_sparse_dump_region,
1655 tar_sparse_extract_region, sparse_dump_region, sparse_extract_region,
1656 sparse_dump_file, sparse_file_p, sparse_member_p,
1657 sparse_fixup_header, sparse_extract_file, sparse_skip_file,
1658 check_data_region, sparse_diff_file): Likewise.
1659 * src/system.c (sys_stat_nanoseconds): Likewise.
1660 * src/xheader.c (xheader_format_name): Likewise.
1662 * src/common.h (enum old_files): Remove comma before }; not portable.
1664 * src/common.h (read_fatal_details): Add __attribute__ ((noreturn)).
1665 * src/rmt.c (usage): Likewise.
1666 * src/xheader.c (xheader_set_single_keyword): Likewise.
1667 * tests/genfile.c (usage): Likewise.
1668 * tests/mksparse.c (die, usage): Likewise. Also add printf attribute
1671 * src/common.h (gname_to_gid, uname_to_uid): Add const to avoid
1673 * src/names.c (uname_to_uid, gname_to_gid): Likewise.
1674 * src/utf8.c (struct langtab.lang, struct langtab.terr, struct
1675 langtab.charset, charset_lookup): Likewise.
1677 * src/common.h (name_init): Remove unused args. All callers changed.
1678 * src/names.c (name_init): Likewise.
1680 * src/common.h (usage, xheader_write, xheader_write_global,
1681 sys_reset_uid_gid): New decls.
1683 * src/compare.c (report_difference, process_noop): Add
1684 __attribute__ ((unused)) for unused attributes.
1685 * src/sparse.c (oldgnu_sparse_member_p, star_sparse_member_p):
1687 * src/xheader.c (dummy_coder, dummy_decoder, atime_coder,
1688 gid_coder, gname_coder, linkpath_coder, ctime_coder, mtime_coder,
1689 path_coder, size_coder, uid_coder, uname_coder,
1690 sparse_numblocks_coder): Likewise.
1692 * src/create.c (dump_regular_finish, dump_dir0, dump_dir,
1693 dump_file0): Now static.
1694 * src/utf8.c (charset_lookup): Likewise.
1695 * src/xheader.c (xheader_protected_pattern_p,
1696 xheader_protected_keyword_p, xheader_set_single_keyword,
1697 xheader_keyword_deleted_p, xheader_keyword_override_p,
1698 xheader_list_append, xheader_list_destroy, xheader_set_keyword_equal):
1700 * tests/genfile.c (usage): Likewise.
1701 * tests/mksparse.c (die, mkhole, mksparse, usage, xlat_suffix):
1704 * src/create.c (hash_link): Rewrite to avoid cast.
1706 * src/extract.c (file_newer_p): Use parameter, not global var.
1707 * src/misc.c (write_error_details): Likewise.
1709 * src/extract.c (prepare_to_extract): Remove directory arg; not
1710 used. All callers changed.
1712 * src/misc.c (close_fatal): Remove; not used.
1713 * src/system.c (sys_utimes): Likewise.
1715 * src/rmt.c (get_string): Avoid buffer overrun (off by 1 error).
1717 * src/rmt.c (main): Update copyright date to 2004.
1718 * src/tar.c (decode_options): Likewise.
1720 * src/rtapelib.c (get_status_string): Don't lose errno when
1721 skipping the error messages.
1722 (get_status): Report an error if atol returns a negative number.
1724 * src/utf8.c (struct langtab, langtab, charset_lookup,
1725 get_input_charset) [!defined HAVE_LIBCONV]: Omit unused
1727 (iconv_open, iconv, iconv_close) [!defined HAVE_LIBCONV]:
1728 Use macros, not definitions, to avoid type clashes with system
1730 (charset_lookup): Local var is now auto, not static.
1731 (utf8_convert): Use ICONV_CONST instead of const, to avoid
1734 * src/utf8.c (langtab): Initialize all elements of struct, to
1736 * src/xheader.c (xhdr_tab): Likewise.
1738 * src/xheader.c: Include fnmatch.h, since we use fnmatch.
1740 * tests/mksparse.c (mkhole): Fix typo: bool was assigned to off_t.
1742 2004-04-04 Sergey Poznyakoff <gray@Noldor.runasimi.org>
1745 * configure.ac: Raised version number to 1.13.94
1746 * src/system.h: Protect inclusion of <sys/time.h>
1748 Declare time() if HAVE_DECL_TIME is 0
1749 * tests/.cvsignore: Added mksparse
1751 * tests/sparse01.sh: New file
1752 * tests/multiv02.sh: New file
1753 * tests/Makefile.am: Add sparse01.sh and multiv02.sh
1754 * tests/longv7.sh: Added missing call to 'after'
1756 * src/common.h: Added missing prototypes
1757 * src/compare.c (diff_archive): Use is_sparse member
1758 instead of GNUTYPE_SPARSE.
1759 * src/create.c: Removed unused variables
1760 * src/extract.c (extract_archive): Use sparse_member_p instead
1762 Removed unused variables
1763 * src/list.c (decode_header): Use sparse_fixup_header to correct
1765 (print_header): Do not rely on GNUTYPE_SPARSE type.
1766 Use st->stat.st_size to print real file size.
1767 (skip_member): Assign stat_info.file_name to save_name. This fixes
1768 bug reported by Mads Martin Joergensen <mmj@suse.de>
1769 Use sparse_skip_file() to skip sparse members.
1770 * src/rtapelib.c: include "common.h"
1771 * src/sparse.c (struct tar_sparse_optab.sparse_member_p)
1772 (struct tar_sparse_optab.fixup_header): New member
1773 (tar_sparse_member_p): New function.
1774 (tar_sparse_init): Return true if decode_header is not provided
1775 (tar_sparse_fixup_header)
1776 (sparse_member_p,sparse_fixup_header)
1778 (oldgnu_sparse_member_p,oldgnu_fixup_header,star_sparse_member_p)
1779 (star_fixup_header, pax_sparse_member_p): New function
1780 (pax_decode_header): Remove
1781 * src/system.h: Include <sys/time.h> and <utime.h> when available
1782 * src/tar.c (usage): Prototype moved to common.h
1783 * src/tar.h (struct tar_stat_info.is_sparse): New member
1784 * src/utf8.c (utf8_convert): Changed prototype
1785 (get_input_charset): Removed unused variable
1786 * src/xheader.c: include <fnmatch.h>
1787 (size_decoder): Assign to both st->archive_file_size and
1789 (st->stat.st_size): Assign to st->stat.st_size
1790 (sparse_numbytes_decoder): Removed unused variable
1791 * src/.cvsignore: Added .gdbinit
1792 * THANKS: Added Mads Martin Joergensen
1794 2004-03-26 Sergey Poznyakoff <gray@Mirddin.farlep.net>
1796 * src/create.c (write_long_name): Do not allow more than
1797 NAME_FIELD_SIZE-1 characters in a file name for V7 format
1799 * tests/longv7.sh: New file.
1800 * tests/Makefile.am: Add longv7.sh
1802 2004-03-22 Sergey Poznyakoff <gray@Mirddin.farlep.net>
1804 * src/buffer.c (open_archive): Clear read_full_records_option
1805 if reading from a pipe.
1806 (short_read): Display warning about the deduced record size
1808 * tests/star/pax-big-10g.sh: Updated to match the above changes.
1809 * tests/star/ustar-big-2g.sh: Likewise.
1810 * tests/star/ustar-big-8g.sh: Likewise.
1812 * configure.ac: Added gl_FUNC_STRTOULL
1813 * src/create.c (start_header): Check for GNU_FORMAT
1814 if incremental_option is set.
1815 * src/xheader.c (to_decimal): New function.
1816 (xheader_format_name): Use to_decimal() instead of snprintf.
1817 * tests/listed01.sh: Use genfile instead of dd
1818 * tests/multiv01.sh: Likewise.
1820 2004-03-12 Sergey Poznyakoff <gray@Mirddin.farlep.net>
1822 * src/list.c (read_and): Stop processing the archive after
1823 encountering a single zero record. Many old archives contain
1824 arbitrary garbage after it.
1825 The warning is issued anyway.
1827 2004-03-02 Sergey Poznyakoff <gray@Mirddin.farlep.net>
1829 * src/rtapelib.c (rmt_lseek__,rmt_ioctl__): Bugfix. The
1830 conversion buffer was not null terminated. Fix provided
1831 by Leland Lucius <llucius@tiny.net>
1832 * THANKS: Added Leland Lucius
1833 * src/utf8.c (utf8_convert): Indentation fix.
1835 2004-02-29 Sergey Poznyakoff <gray@Mirddin.farlep.net>
1837 * src/buffer.c (flush_read): Bugfix: the
1838 condition at line 714 included
1840 || (status > 0 && !read_full_records_option)
1842 which is grossly wrong, since even if new_volume() below succeeds,
1843 the subsequent call to rmtread will overwrite the chunk of data
1844 already read in the buffer and thus spoil everything.
1845 * src/system.c (sys_child_open_for_uncompress): Minor stylistic
1847 * tests/star/multi-fail.sh: New test.
1848 * tests/Makefile.am: Added multi-fail.sh
1849 * tests/star/README: Updated
1851 2004-02-29 Sergey Poznyakoff <gray@Mirddin.farlep.net>
1854 * configure.ac: Removed spurious AC_CHECK_LIB(iconv)
1855 * src/common.h (utc_option): new global
1856 (enum old_files.KEEP_NEWER_FILES): New element
1857 * src/extract.c: Handle --keep-newer-files option
1858 * src/list.c (tartime): Print UTC if --utc was given.
1859 * src/tar.c: New options: --utc and keep-newer-files
1861 * tests/Makefile.am: Added new tests
1862 * tests/after: Rewritten
1863 * tests/before: Rewritten
1864 * tests/preset.in: Rewritten
1865 * tests/delete03.sh: Accommodate for the new testsuite logic
1866 * tests/gzip.sh: Likewise
1867 * tests/incremen.sh: Likewise
1868 * tests/listed01.sh: Likewise
1869 * tests/multiv01.sh: Likewise
1870 * tests/old.sh: Likewise
1871 * tests/options.sh: Likewise
1872 * tests/version.sh: Likewise
1873 * tests/volume.sh: Likewise
1875 * tests/star: New directory
1876 * tests/star/README: New file
1877 * tests/star/gtarfail.sh: New file
1878 * tests/star/gtarfail2.sh: New file
1879 * tests/star/pax-big-10g.sh: New file
1880 * tests/star/qucktest.sh: New file
1881 * tests/star/ustar-big-2g.sh: New file
1882 * tests/star/ustar-big-8g.sh: New file
1884 2004-02-26 Paul Eggert <eggert@twinsun.com>
1886 * doc/tar.texi (dircategory Individual utilities): Append period,
1887 as suggested by Karl Berry.
1889 2004-02-24 Sergey Poznyakoff <gray@Mirddin.farlep.net>
1891 * src/list.c (decode_header): Call xheader_decode before
1892 the assignment to current_stat_info.archive_file_size.
1894 2004-02-23 Paul Eggert <eggert@twinsun.com>
1896 * configure.ac: Invoke AM_ICONV, to define ICONV_CONST if needed.
1898 2004-02-23 Sergey Poznyakoff <gray@Mirddin.farlep.net>
1903 * tests/before: Move testing of the prerequisite archive formats
1904 to the separate function 'prereq'. Do not expect any arguments
1905 * tests/delete03.sh: Use prereq() instead of passing arguments
1907 * tests/incremen.sh: Likewise.
1908 * tests/listed01.sh: Likewise.
1909 * tests/multiv01.sh: Likewise.
1911 2004-02-22 Sergey Poznyakoff <gray@Mirddin.farlep.net>
1913 Added UTF-8 support. Finished global extended header
1917 * configure.ac: Detect libiconv
1918 * src/utf8.c: New file. Conversions to and from utf-8.
1919 * src/Makefile.am: Added utf8.c
1920 * src/create.c (write_header_name) In pax format, use
1921 "path" keyword if the file name is not ASCII
1922 (start_header): Likewise for uname and gname.
1923 * src/list.c: Decode encountered global headers.
1924 * src/xheader.c: Use keywords from the global
1926 Correctly handle UTF-8 conversions.
1927 (xheader_list_destroy): New function.
1928 (xheader_set_single_keyword,xheader_set_keyword_equal): Added
1929 missing gettext markers
1930 (decode_record): Rewritten using caller-provided handler and
1932 * tests/listed01.sh: Give credit to Andreas Schuldei.
1934 2004-02-21 Sergey Poznyakoff <gray@Mirddin.farlep.net>
1936 * src/create.c (dump_file0): The conditional at line
1937 1296 prevented incremental backups on individual files
1938 from working, as reported by Andreas Schuldei
1939 <andreas@schuldei.org>.
1941 This is due to the condition
1943 (0 < top_level || !incremental_option)
1945 Removing it makes incremental backups work for individual
1946 files as well as for directories. On the other hand, it does
1947 not affect other functionality, as shown by the reasoning below:
1949 To begin with, the two parts of this condition are mutually
1950 superfluous, because
1952 1) when top_level < 0, incremental_option == 1
1953 so the condition yields false
1954 2) when top_level >= 0, incremental_option == 0
1955 so the condition yields true.
1957 In other words, it is completely equivalent to
1959 (!incremental_option)
1961 Now, let's consider the effect of its removal. There are two cases:
1963 1) when incremental_option==1
1964 This means incremental backup in progress. In this case dump_file
1965 is invoked only for directories or for files marked with 'Y' by
1966 get_directory_contents. The latter are those that did not meet the
1967 condition in incremen.c:242, which is exactly the same condition
1968 as this at create.c:1296. So, for these files the check
1969 (!incremental_option) is useless, since the rest of the
1970 conditional will yield false anyway. On the other hand, if
1971 dump_file is invoked on a directory, the conditional will yield
1972 false due to !S_ISDIR assertion, so these will be processed as usual.
1974 Thus, for this case the extra condition (!incremental_option) is
1975 irrelevant, and its removal won't alter the behavior of tar,
1976 *except* that it will enable incremental backups on individual
1977 files, which is the wanted effect.
1979 2) when incremental_option==0
1980 In this case the condition yields true and its removal does not
1981 affect the functionality.
1984 * configure.ac: Raised patchlevel to 93
1985 * src/incremen.c: Minor stylistic fixes.
1986 * tests/listed01.sh: New test. Check listed incremental
1987 backups on individual files.
1988 * tests/Makefile.am: Added listed01.sh
1990 2004-02-20 Sergey Poznyakoff <gray@Mirddin.farlep.net>
1992 * src/common.h (simple_finish_header,start_private_header): New
1994 (xheader_ghdr_name): Changed declaration
1995 * src/create.c (start_private_header): Removed static qualifier.
1996 (write_extended): Removed superfluous last argument. Use
1998 (simple_finish_header): New function.
1999 (finish_header): Use simple_finish_header() to break recursive
2000 dependency between this function and write_extended().
2001 * src/tar.c (assert_format): Do not bail out if several
2002 --format arguments are given. This is a common case when
2003 TAR_OPTIONS are used.
2004 (decode_options): New option --show-defaults displays the
2005 compiled-in defaults.
2006 Use POSIX format if no --format option was given and
2007 --pax-option was specified.
2008 Do not allow to use --pax-option unless the archive format is
2009 set to POSIX (or reading subcommand is requested).
2011 * src/update.c (update_archive): Write global extended header if
2013 * src/xheader.c (xheader_format_name): Bugfix.
2014 (xheader_xhdr_name): Changed the default extended header name
2015 to '%d/PaxHeaders.%p/%f', as POSIX requires.
2016 (xheader_ghdr_name): Removed unused argument.
2017 (xheader_write,xheader_write_global): New function.
2018 (xheader_decode): Modified to honor overrides whatever
2019 the current archive format is.
2021 * src/delete.c (delete_archive_members): Call xheader_decode
2023 * src/list.c (decode_header): Likewise.
2024 * src/incremen.c (sort_obstack): Fixed typo in the comment
2026 * doc/tar.texi: Document new default for extended
2029 * tests/before: Accept an optional list of allowed archive
2030 formats. Exit with the status 77 if the current archive
2031 format does not match any of them.
2032 * tests/delete03.sh: Require gnu, oldgnu or posix format
2033 * tests/incremen.sh: Require gnu or oldgnu format
2034 * tests/multiv01.sh: Likewise
2036 2004-02-20 Sergey Poznyakoff <gray@Mirddin.farlep.net>
2038 * doc/tar.texi (Option Summary): Documented --pax-option
2039 * src/tar.c: Likewise.
2041 * src/create.c (to_chars): Added a comment.
2042 * src/tar.h: Comment to GNU_FORMAT
2044 2004-02-18 Sergey Poznyakoff <gray@Mirddin.farlep.net>
2047 * configure.ac: Added stpcpy
2048 * bootstrap: Likewise
2049 * lib/Makefile.am: Likewise
2050 * src/common.h (xheader_xhdr_name,xheader_ghdr_name): New
2052 * src/create.c (write_extended): Call xheader_xhdr_name
2053 instead of using hardcoded "././@PaxHeader" name.
2054 * src/tar.c: New option --pax-option (equivalent to -o option
2056 * src/xheader.c: Implement pax -o option. Fixed misleading
2057 heading comment (introduced 2003-09-02).
2058 * src/incremen.c: Minor fixes
2059 * m4/.cvsignore: Updated
2061 2004-02-17 Sergey Poznyakoff <gray@Mirddin.farlep.net>
2063 * src/incremen.c: Removed accumulator stuff in favor of obstack.
2064 (get_directory_contents): Split into two functions
2065 * src/update.c: Minor changes
2066 * doc/tar.texi: Fixed typo
2068 2004-02-15 Paul Eggert <eggert@twinsun.com>
2070 Fix Debian bug 230872, originally reported by Jeff King in
2071 <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=230872>.
2073 * doc/tar.texi (posix compliance): Remove. The whole section
2074 was a misunderstanding of what POSIXLY_CORRECT is supposed to
2075 mean. The GNU Coding Standards says that POSIXLY_CORRECT
2076 is for disabling extensions that are incompatible with POSIX:
2077 it is not for disabling compatible extensions. All references
2078 to this section removed.
2079 (posix): This format is created only if the posix format is
2080 specified; it is no longer created if gnu format is specified
2081 and POSIXLY_CORRECT is set.
2082 * src/tar.c (decode_options): Ignore POSIXLY_CORRECT.
2083 POSIX does not specify the behavior of tar, so we should
2084 not worry about POSIXLY_CORRECT here.
2086 2004-01-21 Sergey Poznyakoff <gray@Mirddin.farlep.net>
2088 * Makefile.am: Removed m4
2089 * configure.ac: Require automake-1.8/autoconf-2.59. Removed
2091 * README-alpha: Updated
2092 * bootstrap: Updated TP URL, improved help output. Default
2093 to :ext:anoncvs and set CVS_RSH, unless already set.
2094 * m4/Makefile.am: Removed
2096 2004-01-21 Sergey Poznyakoff <gray@Mirddin.farlep.net>
2098 * bootstrap: Bugfix by Marco Gerards <metgerards@student.han.nl>:
2099 Use $option instead of $1 so all options will be parsed.
2101 2004-01-04 Sergey Poznyakoff <gray@Mirddin.farlep.net>
2103 Started rewriting buffer.c ...
2105 * bootstrap: New option --no-po
2106 * src/buffer.c (new_volume,check_label_pattern): Changed return type.
2107 (time_to_start_writing): Changed data type
2108 (file_to_switch_to): Removed. Variable never assigned to.
2109 (open_archive) Moved option compatibility checks to tar.c
2110 Other minor changes.
2111 * src/common.h (maybe_backup_file): Changed return type
2112 * src/misc.c: Likewise.
2113 * src/create.c: Updated invocations of safer_name_suffix
2114 * src/extract.c: Likewise
2115 * src/delete.c: Updated assignment to write_archive_to_stdout
2116 * src/tar.c (decode_options): More option compatibility checks
2117 (moved from buffer.c)
2118 * src/update.c (time_to_start_writing): Changed data type.
2119 * tests/recurse.sh: New test case.
2120 * tests/mksparse.c: New file.
2121 * tests/Makefile.am: Added recurse.sh and mksparse.c
2123 2004-01-02 Sergey Poznyakoff <gray@Mirddin.farlep.net>
2125 * src/sparse.c (sparse_diff_file): Bugfix. Thanks
2126 Martin Simmons for the patch.
2127 * src/create.c (dump_dir0): Bugfix. Thanks Piotr Czerwinski
2128 <pius@pld-linux.org> for the patch.
2130 2003-12-26 Paul Eggert <eggert@twinsun.com>
2132 Synchronize with Gettext 0.13.1, Automake 1.8, Autoconf 2.59,
2133 and translation website.
2135 * bootstrap: Don't bother skipping codeset.m4, glibc21.m4,
2136 intdiv0.m4, inttypes_h.m4, inttypes.m4, inttypes-pri.m4,
2137 isc-posix.m4, and lcmessage.m4 from gnulib. This list of files is
2138 a bit obsolete anyway, now that gettext 0.13.1 is out. Also, the
2139 files are replaced by autoreconf. Also, there seems to be a bug
2140 in gettext/autoconf/automake if we try to omit these files after
2141 autoreconf has replaced them, even though the gettext manual says
2142 they're optional. So give up and just include them for now, even
2143 though they make 'configure' longer and slower.
2145 Change translation URL from
2146 <http://www.iro.umontreal.ca/contrib/po/maint/tar/> to
2147 <http://www2.iro.umontreal.ca/~gnutra/po/maint/tar/> to
2148 accommodate translator website revamp.
2150 Fail if autoreconf fails.
2152 * m4/.cvsignore: Add intmax.m4, longdouble.m4, printf-posix.m4,
2153 signed.m4, size_max.m4, wchar_t.m4, wint_t.m4, xsize.m4, to
2154 ignore files now supplied by gettext 0.13.1.
2156 2003-12-25 Sergey Poznyakoff <gray@Mirddin.farlep.net>
2158 Synchronized with the backup repository on Mirddin
2160 2003-12-19 Sergey Poznyakoff <gray@Mirddin.farlep.net>
2162 * configure.ac: Check for varios members of struct stat
2163 that may represent file modification times with a subsecond
2165 Check for utimes (for future use)
2166 * src/buffer.c (short_read): Issue a warning on short reads.
2167 * src/common.h (sys_stat_nanoseconds): New function
2168 * src/create.c (dump_file0): Use sys_stat_nanoseconds().
2169 * src/list.c (read_and): Treat only two successive zero
2170 filled blocks as an EOF indicator. Issue a warning if
2171 a single one is encountered.
2172 * src/system.c (sys_stat_nanoseconds): New function
2173 * src/tar.h (tar_stat_info.atime_nsec,mtime_nsec,ctime_nsec): New
2175 * src/xheader.c (code_time,decode_time): Support for subsecond
2177 (atime_coder,atime_decoder,ctime_coder,ctime_decoder)
2178 (mtime_coder,mtime_decoder): Update invocations of code_time and
2180 (gid_decoder,size_decoder,uid_decoder,sparse_size_decoder)
2181 (sparse_numblocks_decoder,sparse_offset_decoder)
2182 (sparse_numbytes_decoder): Updated
2184 2003-12-18 Sergey Poznyakoff <gray@Mirddin.farlep.net>
2186 * src/names.c (safer_name_suffix): Reverted change made
2187 2003-11-14. Reason: Discussion with Paul Eggert and
2188 Jean-Louis Martineau. See also ChangeLog entry from
2190 * tests/delete03.sh: Likewise.
2191 * tests/extrac04.sh: Likewise.
2192 * tests/multiv01.sh: Likewise.
2194 2003-12-12 Sergey Poznyakoff <gray@Mirddin.farlep.net>
2196 * src/incremen.c (write_directory_file): Use sys_truncate
2197 * src/list.c (print_header): Use archive_file_size member
2198 when printing real file size.
2199 * src/sparse.c (sparse_scan_file): Correctly handle files with
2201 (sparse_dump_region,sparse_extract_region): Allow for zero size
2204 2003-12-12 Sergey Poznyakoff <gray@Mirddin.farlep.net>
2206 * configure.ac: Raised version number to 1.13.92
2207 * src/list.c (decode_header): Discern between pax and ustar
2209 Initialize current_stat_info.archive_file_size.
2211 NOTE: Modifications from this date on are temporarily
2212 stored on local CVS on mirddin. This repository will
2213 be synchronized with Savannah as soon as the latter
2214 becomes operational again.
2216 2003-12-01 Sergey Poznyakoff <gray@Mirddin.farlep.net>
2219 * src/sparse.c: Initial implementation of GNU/pax sparse
2221 * src/common.h (xheader_store): Changed prototype.
2222 * src/create.c: Update calls to xheader_store
2223 * src/extract.c (extract_archive): Check reported size vs.
2224 archive file size to determine if we have to do with a
2226 * src/tar.c (usage): Cleaned up the sample argument to --newer
2228 (decode_options): Allow --sparse for POSIX_FORMAT archives.
2229 * src/xheader.c (struct xhdr_tab.coder; all coder function): Added
2231 Implemented GNU.sparse.* keywords.
2233 2003-11-30 Sergey Poznyakoff <gray@Mirddin.farlep.net>
2235 * configure.ac: Check for setlocale. Thanks Bruno Haible for
2238 2003-11-25 Sergey Poznyakoff <gray@Mirddin.farlep.net>
2240 * src/create.c (write_gnu_long_link): Use oldgnu
2241 magic with @LongLink blocks.
2243 2003-11-17 Sergey Poznyakoff <gray@Mirddin.farlep.net>
2245 * src/tar.h: Support for star sparse format.
2246 * src/sparse.c: Likewise.
2248 2003-11-17 Sergey Poznyakoff <gray@Mirddin.farlep.net>
2250 * src/sparse.c (sparse_diff_file): New function
2251 * src/common.h (sys_compare_uid,sys_compare_gid): New functions
2252 (sys_compare_uid_gid): Removed.
2253 (sys_compare_links,report_difference): Changed prototype
2254 (sparse_diff_file): New function
2255 * src/system.c (sys_compare_uid,sys_compare_gid): New functions
2256 (sys_compare_uid_gid): Removed.
2257 (sys_compare_links): Changed declaration
2258 * src/compare.c (diff_archive): Use sparse_diff_file.
2260 2003-11-16 Sergey Poznyakoff <gray@Mirddin.farlep.net>
2262 Rewritten sparse file handling.
2264 * src/sparse.c: New file. Provides a universal framework
2265 for various methods for sparse files handling.
2266 * src/Makefile.am: Added sparse.c
2267 * src/common.h (struct sp_array,sparsearray,sp_array_size)
2268 (init_sparsearray,fill_in_sparse_array): Removed
2269 (enum dump_status): New data type
2270 (pad_archive,close_diag,open_diag,read_diag_details)
2271 (readlink_diag,savedir_diag,seek_diag_details,stat_diag): New
2273 (sparse_file_p,sparse_dump_file,sparse_extract_file): New
2275 (print_header): Changed prototype declaration.
2276 * src/tar.h (struct sp_array): Declaration from common.h
2277 (struct tar_stat_info): New members archive_file_size,
2278 sparse_map_avail,sparse_map.
2279 * src/create.c: Major rewrite.
2280 * src/extract.c: Use new sparse file interface.
2281 * src/compare.c (diff_sparse_files): Temporary placeholder.
2283 * src/buffer.c: Minor changes
2284 * src/tar.c: Likewise.
2285 * src/list.c: Likewise.
2286 * src/misc.c (close_diag,open_diag,read_diag_details)
2287 (readlink_diag,savedir_diag,seek_diag_details,stat_diag): New
2288 diagnostics functions.
2289 * src/incremen.c: Use new diagnostics functions.
2290 * src/names.c: Likewise.
2292 2003-11-14 Sergey Poznyakoff <gray@Mirddin.farlep.net>
2294 * configure.ac: Fixed check for setsockopt
2296 * src/create.c: Do not zero-terminate name field if
2297 the name is exactly 100 characters long.
2298 (write_ustar_long_name): Fixed cheking for unsplittable
2301 2003-11-14 Sergey Poznyakoff <gray@Mirddin.farlep.net>
2303 * src/create.c (start_header): Removed debugging hook
2304 (dump_file): Fixed handling of linkname field.
2305 * src/names.c (safer_name_suffix): If the input
2306 file name ends with a slash, output one should do so
2308 * doc/tar.texi: Documented --format=ustar
2310 2003-11-14 Sergey Poznyakoff <gray@Mirddin.farlep.net>
2312 * src/tar.h (archive_format): USTAR_FORMAT: New type.
2313 * src/create.c: Added POSIX.1-1988 support.
2314 * src/names.c (safer_name_suffix): Skip leading ./
2315 * src/tar.c: New option --format=ustar forces
2316 POSIX.1-1988 archive format.
2317 * tests/delete03.sh: Updated.
2318 * tests/extrac04.sh: Updated.
2319 * tests/multiv01.sh: Updated.
2321 2003-11-13 Sergey Poznyakoff <gray@Mirddin.farlep.net>
2323 * src/list.c (read_and): Initialize current_stat_info
2324 and extended_header at the start of the loop.
2325 * src/names.c (all_names_found): Check if the argument
2326 contains valid filename. Fixes coredump on `not_a_tar_file'
2327 * src/xheader.c (atime_decoder,gid_decoder,ctime_decoder)
2328 (mtime_decoder,size_decoder,uid_decoder): Use xstrtoumax.
2329 Fixes `pax-big-10g' bug.
2331 2003-11-12 Paul Eggert <eggert@twinsun.com>
2333 Fix some C compatibility bugs reported by Joerg Schilling.
2335 * src/common.h (stripped_prefix_len): Fix misspelling
2336 "stripped_path_len" in declaration.
2337 * src/rmt.c (main): Use "return FOO;" rather than
2338 "exit (FOO);"; we no longer have to worry about
2339 pre-ANSI hosts that mishandled returned values from "main".
2340 * src/tar.c (main): Likewise. This avoids warnings on some
2342 * src/system.c: Include signal.h, for 'kill'.
2343 * src/system.h (DEV_BSIZE): Remove.
2344 (DEFAULT_ST_BLKSIZE): New macro.
2345 (ST_BLKSIZE): Use it, instead of DEV_BSIZE.
2346 * src/tar.c (enum): Remove comma just before }.
2348 2003-11-12 Sergey Poznyakoff <gray@Mirddin.farlep.net>
2350 * src/list.c (decode_header): Initialize st_atime and
2353 2003-11-11 Sergey Poznyakoff <gray@Mirddin.farlep.net>
2355 * configure.ac (tar_save_LIBS): Bugfix. Thanks Adrian
2356 Bunk <bunk@fs.tum.de> for reporting.
2357 * doc/tar.texi: Fixed spelling. Thanks Martin Buchholz
2358 <martin@xemacs.org> for spotting.
2360 2003-11-04 Paul Eggert <eggert@twinsun.com>
2362 * src/xheader.c (xhdr_tab): Make it extern, not static, as C89 and
2365 2003-10-26 Paul Eggert <eggert@twinsun.com>
2367 * src/system.c (sys_spawn_shell): Cast trailing null to (char *).
2368 Bug reported by Christian Weisgerber.
2370 2003-10-19 Sergey Poznyakoff <gray@Mirddin.farlep.net>
2374 * src/tar.c (decode_options): Removed superfluous archive format
2376 * doc/tar.texi: Documented new features.
2378 2003-10-08 Sergey Poznyakoff <gray@Mirddin.farlep.net>
2381 * THANKS: Added Wojciech Polak
2382 * configure.ac: Added checks for missing functions. Raised
2383 version number to indicate alpha release.
2384 * lib/Makefile.am: Added missing headers
2385 * lib/waitpid.c: Added missing includes.
2386 * src/extract.c: Likewise.
2387 * src/names.c: Removed spurious includes.
2388 * src/xheader.c: Likewise.
2389 * src/system.h [MSDOS]: Fixed spelling of EACCES. Added
2390 macro overriding broken mkdir prototypes.
2392 2003-10-04 Sergey Poznyakoff <gray@Mirddin.farlep.net>
2394 * configure.ac: Check for dev_t and ino_t.
2395 * m4/Makefile.am: Added missing files.
2396 * src/system.c: New file.
2397 * src/Makefile.am: Added system.c
2398 * src/common.h: Prototypes for functions from system.c
2399 * src/system.h (SET_BINARY_MODE, ERRNO_IS_EACCESS): New defines
2400 * src/buffer.c: Moved system dependencies to system.c
2401 * src/compare.c: Likewise.
2402 * src/create.c: Likewise.
2403 * src/delete.c: Likewise.
2404 * src/extract.c: Likewise.
2405 * src/rtapelib.c: Likewise.
2407 2003-10-04 Sergey Poznyakoff <gray@Mirddin.farlep.net>
2409 Implemented --occurrence option.
2412 * src/tar.c: New option --occurrence.
2413 * src/common.h (occurrence_option): New global
2414 (struct name): Changed `found' member to `uintmax_t
2416 (names_done): Removed
2417 (all_names_found): Changed prototype.
2418 (ISFOUND,WASFOUND): New macros
2419 * src/delete.c (delete_archive_members): Honor --occurrence
2421 * src/list.c (read_and): Likewise.
2422 * src/names.c: Count number of occurrences of each name in the
2424 (name_match): Honor --occurrence option.
2425 (names_done): Removed
2426 (all_names_found,names_notfound): Rewritten.
2428 2003-10-02 Sergey Poznyakoff <gray@Mirddin.farlep.net>
2430 * src/tar.c: Removed extra precaution regarding
2431 subcommand_option == CAT_SUBCOMMAND
2432 * lib/Makefile.am: Updated
2434 2003-10-02 Sergey Poznyakoff <gray@Mirddin.farlep.net>
2436 * src/common.h (names_done): New function.
2437 * src/names.c: Likewise.
2438 * src/list.c (read_and): Use all_names_found() as `while'
2440 * src/tar.c: New option --first-copy
2443 2003-09-24 Paul Eggert <eggert@twinsun.com>
2445 * src/rmt.c (main): Don't translate Copyright string; international
2446 law says the word "Copyright" should be in English.
2447 * src/tar.c (decode_options): Likewise.
2449 2003-09-22 Paul Eggert <eggert@twinsun.com>
2451 * doc/tar.texi (extracting untrusted archives): New section.
2453 * src/common.h (stripped_path_len): Renamed from cut_path_elements.
2454 Return size_t, not pointer, so that we don't have to worry about
2455 violating the C standard by converting char const * to char *.
2456 All callers changed.
2457 * src/names.c (stripped_path_len): Likewise. Strip file system
2458 prefix, too. Count adjacent slashes as if they were one slash;
2459 that is the POSIX standard.
2461 2003-09-17 Paul Eggert <eggert@twinsun.com>
2463 * README-alpha: Document maintainer tool assumptions a bit. GNU
2464 'sed' is no longer required. For GNU m4 1.4, suggest the patch in
2465 Debian bug 211447. Fix minor misspellings/whitespace nits.
2467 * configure.ac (AC_AIX, AC_MINIX): Remove; subsumed by
2468 gl_USE_SYSTEM_EXTENSIONS.
2470 * lib/.cvsignore: Add exit.h, time_r.c, time_r.h.
2471 * m4/.cvsignore: Add restrict.m4, time_r.m4.
2473 2003-09-17 Paul Eggert <eggert@twinsun.com>
2475 * bootstrap: Don't use "for option; do";
2476 Solaris 8 /bin/sh doesn't like that.
2478 2003-09-17 Sergey Poznyakoff <gray@Mirddin.farlep.net>
2480 * README-alpha: Updated
2481 * bootstrap: Updated
2483 2003-09-17 Sergey Poznyakoff <gray@Mirddin.farlep.net>
2485 * README-alpha: Updated
2486 * bootstrap: Updated
2487 * po/POTFILES.in: Added src/xheader.c
2488 * src/common.h (cut_path_elements): Added proto.
2490 2003-09-05 Sergey Poznyakoff <gray@Mirddin.farlep.net>
2492 * src/buffer.c: Use ngettext where appropriate.
2493 * src/compare.c: Likewise.
2494 * src/create.c: Likewise.
2495 * src/misc.c: Likewise.
2496 * src/tar.c: Likewise.
2497 * src/update.c: Likewise.
2499 2003-09-04 Sergey Poznyakoff <gray@Mirddin.farlep.net>
2501 * .cvsignore: Added *.shar.gz
2504 * src/common.h (strip_path_elements): New variable.
2505 * src/extract.c (extract_archive): Implemented --strip-path
2506 * src/names.c (cut_path_elements): New function.
2507 * src/tar.c: New option --strip-path=NUM.
2508 (decode_options) Assign boolean values to bool variables.
2510 2003-09-04 Sergey Poznyakoff <gray@Mirddin.farlep.net>
2512 * src/delete.c: Fixed deletion from the POSIX archives.
2513 * src/list.c (read_header): Minor change.
2514 * src/tar.c (main): Do not check for volume_label_option
2515 if subcommand_option is not CREATE_SUBCOMMAND.
2516 * src/xheader.c (xheader_decode): Store the header as
2517 well (for eventual delete).
2519 * tests/incremen.sh: Explicitly request GNU format. This will
2520 disappear when GNU extended header keywords are working.
2521 * tests/multiv01.sh: Likewise
2522 * tests/volume.sh: Likewise
2524 2003-09-04 Sergey Poznyakoff <gray@Mirddin.farlep.net>
2526 * src/create.c: Support for "linkpath" extended keyword.
2527 * src/xheader.c (decode_record): Reversed the return
2530 2003-09-03 Sergey Poznyakoff <gray@Mirddin.farlep.net>
2532 * configure.ac: Allow to redefine the default output format.
2533 * src/tar.c: Use DEFAULT_ARCHIVE_FORMAT macro
2534 (archive_format_string): New function.
2535 (usage): Updated help output.
2540 2003-09-02 Paul Eggert <eggert@twinsun.com>
2542 * src/common.h (destroy_stat, xheader_decode, xheader_store,
2543 xheader_read, xheader_finish, xheader_destroy): Add decls;
2546 * src/create.c (write_extended): Remove unused local 'bufsize'.
2548 * src/delete.c (delete_archive_members): Handle case of
2549 HEADER_SUCCESS_EXTENDED followed by HEADER_FAILURE.
2550 * src/list.c (read_and): Abort if HEADER_SUCCESS_EXTENDED
2551 occurs, as it's not possible.
2552 * src/update.c (update_archive): Likewise.
2554 Use "const" when possible in new code.
2555 * src/tar.c (struct fmttab.name): Now char const *. All uses changed.
2556 (fmttab): Now const. All uses changed.
2557 * src/xheader.c (struct xhdr_tab.keyword): Now pointer to const.
2558 (struct xhdr_tab.coder, struct xhdr_tab.decoder, locate_handler,
2559 decode_record, xheader_store, xheader_print, code_string, code_time,
2560 code_num, dummy_coder, dummy_decoder, atime_coder, atime_decoder,
2561 gid_coder, gid_decoder, gname_coder, gname_decoder, linkpath_coder,
2562 linkpath_decoder, ctime_coder, ctime_decoder, mtime_coder,
2563 mtime_decoder, path_coder, path_decoder, size_coder, size_decoder,
2564 uid_coder, uid_decoder, uname_coder, uname_decoder):
2565 Use pointers to const when possible.
2566 (xhdr_tab): Now const.
2568 * src/tar.c (fmttab): Avoid GCC warning by not eliding initializers.
2569 (set_archive_format): Report an error if no format name matches,
2570 instead of returning an undefined value.
2572 * src/xheader.c (struct xhdr_tab.decoder, dummy_decoder,
2573 atime_decoder, gid_decoder, gname_decoder, linkpath_decoder,
2574 ctime_decoder, mtime_decoder, path_decoder, size_decoder,
2575 uid_decoder, uname_decoder): Remove unused keyword arg.
2578 * src/tar.c (set_archive_format): Now static.
2579 * src/xheader.c (xhdr_tab, format_uintmax): Now static.
2581 * src/xheader.c (dummy_coder, dummy_decoder, atime_coder,
2582 atime_decoder, gid_coder, gid_decoder, gname_coder, gname_decoder,
2583 linkpath_coder, linkpath_decoder, mtime_coder, mtime_decoder,
2584 ctime_coder, ctime_decoder, path_coder, path_decoder, size_coder,
2585 size_decoder, uid_coder, uid_decoder, uname_coder, uname_decoder):
2586 Remove forward decls; no longer needed.
2587 (xhdr_tab): Move to end, so that the forward decls aren't needed.
2588 Add a forward declaration.
2590 Use 'bool' in new code, when appropriate.
2591 * src/xheader.c (decode_record): Return bool, not int.
2592 * src/common.h (read_header): Since it accepts bool, change
2593 all callers to use false and true rather than 0 and 1.
2595 * src/xheader.c (decode_record): Fix misspelling in diagnostic
2596 "extended headed" -> "extended header".
2598 GNU coding style fixes.
2599 * src/xheader.c (decode_record, xheader_decode):
2600 Do not use decls like "char *p, *q;".
2603 (xheader_store): Avoid parentheses around object operand of sizeof.
2605 2003-09-03 Sergey Poznyakoff <gray@Mirddin.farlep.net>
2607 * src/create.c (start_header): Store long file names
2608 in "path" keyword of an extended header if in POSIX
2610 (finish_header): print header before calling write_extended().
2611 * src/list.c (list_archive): Always decode the header. This
2612 is necessary so the extended header is processed and the correct
2613 filename is printed no matter what the state of verbose_option.
2614 * src/xheader.c (xhdr_tab): Reserved GNU keywords (commented out
2615 for the time being).
2617 2003-09-01 Paul Eggert <eggert@twinsun.com>
2619 Update from gnulib, and correct fnmatch to fnmatch-gnu.
2620 * bootstrap (gnulib_modules): Change fnmatch to fnmatch-gnu.
2622 * configure.ac (gl_USE_SYSTEM_EXTENSIONS): Use this instead
2624 * lib/.cvsignore: Add alloca.h, stdbool.h. Sort. Append newline.
2625 * lib/Makefile.am (lib_OBJECTS): New macro, for convenience when
2626 copying rules from gnulib module descriptions.
2627 (BUILT_SOURCES, EXTRA_DIST, all-local, alloca.h):
2628 Update from gnulib modules alloca, fnmatch, getline, stdbool.
2629 * m4/.cvsignore: Add utimes-null.m4. Sort.
2631 2003-09-01 Sergey Poznyakoff
2633 Added initial support for creating POSIX headers.
2635 * src/common.h (MAXOCTAL11,MAXOCTAL7): New defines
2636 (string_to_chars): New functions
2637 (struct xheader): Changed structure
2638 (gid_to_gname,gname_to_gid,uid_to_uname,uname_to_uid): Changed
2640 * src/create.c (string_to_chars): New function.
2641 (write_extended): New function
2642 (start_header): Create extended POSIX headers if necessary.
2643 (finish_header): Likewise.
2644 * src/list.c (print_header): Take user/group from
2646 * src/names.c (gid_to_gname,gname_to_gid)
2647 (uid_to_uname,uname_to_uid): Changed prototypes.
2648 * src/tar.c: New option --format.
2649 * src/tar.h (OLDGNU_COMPATIBILITY): Removed
2650 (struct extra_header): Removed unused structure.
2651 (union block.extra_header): Removed unused member.
2652 * src/xheader.c: Implemented coder functions.
2653 * bootstrap: Added obstack.
2654 * lib/.cvsignore: Likewise.
2655 * configure.ac: Added 'gl_OBSTACK'
2656 * m4/Makefile.am: Added new files.
2657 * m4/.cvsignore: Likewise.
2658 * TODO: Minor formatting change
2660 2003-08-31 Sergey Poznyakoff
2662 Added initial support for POSIX extended and STAR headers
2663 (only for listing/extracting).
2665 * src/xheader.c: New file.
2666 * src/Makefile.am: Added xheader.c
2667 * src/tar.h (struct star_header): New datatype
2668 (XHDTYPE,XGLTYPE): New defines
2669 (enum archive_format:STAR_FORMAT): New member
2670 (struct tar_stat_info): New datatype.
2671 (union block.star_header): New member.
2672 * src/common.h (orig_file_name,current_file_name)
2673 (current_trailing_slash,current_link_name): Removed variables.
2674 (current_stat_info): New variable
2675 (current_stat): Removed
2676 (extended_header): New variable
2677 (decode_header): Changed prototype.
2678 * src/list.c (decode_header): Added initial support for POSIX extended
2680 (skip_member): Check oldgnu_header only if current_format is set
2682 * src/buffer.c: Use current_stat_info
2683 * src/compare.c: Likewise.
2684 * src/create.c: Likewise.
2685 * src/delete.c: Likewise.
2686 * src/incremen.c: Likewise.
2687 * src/mangle.c: Likewise.
2688 * src/update.c: Likewise.
2689 * src/extract.c: Likewise.
2690 (make_directories): Improved check for the existence of the directory
2691 * src/tar.c (destroy_stat): New function.
2693 2003-08-29 Paul Eggert <eggert@twinsun.com>
2695 * NEWS, bootstrap: Drop en_GB locale; it was more trouble than it
2696 was worth (e.g., different users in en_GB disagree about -ize
2698 * po/en_GB.po: Remove.
2700 2003-07-28 Sergey Poznyakoff <gray@Mirddin.farlep.net>
2704 * src/tar.c: Removed support for the obsolete command line
2706 * doc/tar.texi: Removed references to the obsolete command
2709 2003-07-27 Sergey Poznyakoff <gray@Mirddin.farlep.net>
2713 * doc/tar.texi: Updated
2714 * src/common.h (check_links_option): New variable
2715 (orig_file_name): New variable
2716 (check_links): New proto.
2717 * src/create.c (struct link.nlink): New member
2718 (link_table): Static for the module.
2719 (dump_file): Update `link' member when adding new links
2721 (check_links): New function.
2722 * src/list.c (print_header): Use orig_file_name.
2723 * src/tar.c: New option --check-links. Changed semantics of
2724 -o to comply to UNIX98 when extracting and to its previous
2725 semantics otherwise.
2726 (main): Call check_links if --check-links. was given.
2728 2003-07-25 Sergey Poznyakoff <gray@Mirddin.farlep.net>
2730 * src/list.c (print_header): Revised
2731 * NEWS: Started the entry for 1.13.26
2732 * doc/Makefile.am (tar.dvi): Fixed TEXINPUTS value.
2734 2003-07-24 Sergey Poznyakoff <gray@Mirddin.farlep.net>
2736 * .cvsignore: Added to the repository.
2737 * doc/.cvsignore: Likewise.
2738 * lib/.cvsignore: Likewise.
2739 * m4/.cvsignore: Likewise.
2740 * po/.cvsignore: Likewise.
2741 * scripts/.cvsignore: Likewise.
2742 * src/.cvsignore: Likewise.
2743 * tests/.cvsignore: Likewise.
2745 * lib/Makefile.am: Added exitfail.[hc]
2746 * src/misc.c (chdir_do): Fixed call to restore_cwd
2747 * src/buffer.c (flush_read): Fixed behavior on short
2748 reads right after opening the new archive (multiv01.sh test).
2749 (new_volume): Special handling for "-".
2750 * src/list.c (print_header): Print trailing slash if
2751 current_trailing_slash was set (extrac03.sh,extrac04.sh tests).
2752 * tests/multiv01.sh: Minor changes.
2753 * m4/Makefile.am: Added missing files.
2755 2003-07-05 Paul Eggert <eggert@twinsun.com>
2757 Finish the checkin begin yesterday.
2759 * NEWS: Document the user-visible changes installed in the last
2762 * TODO: New file (actually, resurrected; but with new contents).
2764 * src/list.c (read_and): Give full type for procedure arg.
2765 (read_header): Strip trailing slashes, setting current_trailing_slash.
2766 (tartime): Avoid int overflow when printing year (!).
2767 (print_header): New arg specifying block ordinal. All uses changed.
2768 Print link as 'h' type. Give labels for long links and names.
2770 * src/misc.c (contains_dot_dot): Moved to names.c
2771 (must_be_dot_or_slash): New function.
2772 (safer_rmdir): Use it.
2773 (remove_any_file): Now takes enum as option, not boolean.
2774 Check for (Linux) EISDIR as well as (POSIX) EPERM when attempting
2775 to unlink a directory.
2776 (deref_stat): Accept bool, not int.
2778 * src/names.c (namelist_match): Allow partial matches only if
2780 (hash_string_hasher): Renamed from hash_avoided_name.
2781 (hash_string_compare): Renamed from compare_avoided_anames.
2782 (hash_string_insert, hash_string_lookup): New functions.
2783 (add_avoided_name, is_avoided_name): Use them.
2784 (safer_name_suffix): New function.
2785 (contains_dot_dot): Moved here from misc.c. Now returns bool, not int.
2787 * src/rmt.c: Don't include print-copyr.h.
2788 (prepare_input_buffer): New arg FD.
2789 Do not read more than INT_MAX bytes at once,
2790 since it breaks on some brain damaged Tru64 hosts.
2792 when retrying instead of subtracting 1024; for speed.
2793 (main): Use gettext to translate (C), not print_copyright.
2795 * src/system.h: Include <alloca.h> and <stdbool.h> unconditionally,
2796 now that gnulib handles this.
2797 Include <stddef.h> and <limits.h> unconditionally, now that we assume
2799 Assume that offsetof is defined in stddef.h.
2800 Do not include <sys/param.h>.
2801 (realloc, lseek): Do not declare.
2802 (HAVE_DECL_VALLOC): Renamed from HAVE_VALLOC.
2803 (CHAR_BIT, CHAR_MAX, UCHAR_MAX, LONG_MAX): Remove
2804 declarations, since we now assume C89 or better.
2805 (PARAMS): Remove, as we now assume C89. All uses changed.
2806 (bindtextdomain, textdomain): Include <gettext.h> to define.
2807 Include <unlocked-io.h>.
2808 (valloc): Define if not defined, and if valloc is not declared.
2809 (xstrdup): Remove decl.
2811 * src/tar.c: Do not include <print-copyr.h>.
2812 Include <getdate.h>.
2813 (get_date): Remove decl.
2814 (ATIME_PRESERVE_OPTION, CHECKPOINT_OPTION, FORCE_LOCAL_OPTION,
2815 IGNORE_FAILED_READ_OPTION, INDEX_FILE_OPTION, NO_OVERWRITE_DIR_OPTION,
2816 NUMERIC_OWNER_OPTION, RECURSIVE_UNLINK_OPTION, REMOVE_FILES_OPTION,
2817 SHOW_OMITTED_DIRS_OPTION, TOTALS_OPTION): New constants.
2818 (long_options, decode_options): Use them.
2819 (OVERWRITE_DIR_OPTION): Remove.
2820 (long_options): New options --index-file, --no-overwrite-dir.
2821 Remove --overwrite-dir option.
2822 (usage): Use PACKAGE_BUGREPORT.
2823 (decode_options): Terminate new argv properly.
2824 Use PACKAGE_NAME, PACKAGE_VERSION.
2825 If verbose, report how we grokked any textual date option.
2826 (main): Add support for index-file.
2828 * tests/Makefile.am: Convert to UTF-8.
2829 (AUTOMAKE_OPTIONS): Remove.
2830 (TESTS): Add delete04.sh, multiv01.sh, options.sh.
2831 (INCLUDES): Remove ../intl.
2832 (LDADD): Don't link libtar.a twice.
2834 * tests/genfile.c: Convert to UTF-8.
2835 Don't include <print-copyr.h>.
2836 (DEFAULT_PATTERN): Renamed from DEFAULT.
2837 (ZEROS_PATTERN): Renamed from ZEROS.
2838 (main): Use gettext to translate (C), not print_copyright.
2840 2003-07-04 Paul Eggert <eggert@twinsun.com>
2842 Revamp to meet current standards of autoconf, automake,
2843 gettext, and gnulib, and incorporate new translations.
2845 * config/config.guess, config/config.sub, config/depcomp,
2846 config/install-sh, config/mdate-sh, config/missing,
2847 config/mkinstalldirs, config/texinfo.texi:
2848 Moved here from parent directory, or from doc.
2849 * config.hin: Renamed from config.h.in.
2850 * config/config.rpath: New file.
2852 * intl: Remove this subdirectory.
2854 * lib/fnmatch_.h: Renamed from lib/fnmatch.hin.
2856 * lib/getstr.c, lib/getstr.h, lib/msleep.c, lib/print-copyr.c,
2857 lib/print-copyr.h, lib/readutmp.c, lib/rename.c, lib/stpcpy.c,
2858 lib/strstr.c, lib/strtoimax.c, lib/strtoll.c, lib/strtoull.c,
2859 lib/strtoumax.c, lib/unicodeio.c, lib/unicodeio.h,
2860 lib/xstrtoimax.c, m4/c-bs-a.m4, m4/ccstdc.m4, m4/check-decl.m4,
2861 m4/decl.m4, m4/jm-mktime.m4, m4/prereq.m4, m4/xstrtoimax.m4,
2864 * lib/alloca_.h, lib/fnmatch_loop.c, lib/gettext.h, lib/pathmax.h,
2865 lib/safe-write.c, lib/safe-write.h, lib/stdbool_.h, lib/strcase.h,
2866 lib/stripslash.c, lib/unlocked-io.h, lib/xgetcwd.h, m4/alloca.m4,
2867 m4/backupfile.m4, m4/bison.m4, m4/chown.m4, m4/dirname.m4,
2868 m4/dos.m4, m4/exclude.m4, m4/fileblocks.m4, m4/ftruncate.m4,
2869 m4/getdate.m4, m4/getopt.m4, m4/hash.m4, m4/human.m4,
2870 m4/intdiv0.m4, m4/intmax_t.m4, m4/inttypes-pri.m4,
2871 m4/inttypes_h.m4, m4/isc-posix.m4, m4/lchown.m4, m4/lib-ld.m4,
2872 m4/lib-link.m4, m4/lib-prefix.m4, m4/memset.m4, m4/mktime.m4,
2873 m4/modechange.m4, m4/nls.m4, m4/onceonly.m4, m4/pathmax.m4,
2874 m4/po.m4, m4/quote.m4, m4/quotearg.m4, m4/rmdir.m4,
2875 m4/safe-read.m4, m4/safe-write.m4, m4/save-cwd.m4, m4/savedir.m4,
2876 m4/ssize_t.m4, m4/stdbool.m4, m4/stdint_h.m4, m4/strcase.m4,
2877 m4/strtoimax.m4, m4/strtol.m4, m4/strtoll.m4, m4/strtoul.m4,
2878 m4/strtoull.m4, m4/strtoumax.m4, m4/tm_gmtoff.m4, m4/uintmax_t.m4,
2879 m4/unlocked-io.m4, m4/xalloc.m4, m4/xgetcwd.m4, m4/xstrtol.m4,
2880 po/LINGUAS, po/Makevars, po/Rules-quot, po/boldquot.sed,
2881 po/en@boldquot.header, po/en@quot.header, po/en_GB.po,
2882 po/insert-header.sin, po/remove-potcdate.sin, po/stamp-po: New files.
2884 * ABOUT-NLS, INSTALL, lib/addext.c, lib/alloca.c, lib/argmatch.c,
2885 lib/argmatch.h, lib/backupfile.c, lib/backupfile.h, lib/dirname.c,
2886 lib/dirname.h, lib/error.c, lib/exclude.c, lib/exclude.h,
2887 lib/fnmatch.h, lib/full-write.c, lib/full-write.h, lib/getdate.h,
2888 lib/getdate.y, lib/getline.c, lib/getline.h, lib/getopt.c,
2889 lib/getopt.h, lib/getopt1.c, lib/hash.c, lib/hash.h, lib/human.c,
2890 lib/human.h, lib/lchown.c, lib/malloc.c, lib/mktime.c,
2891 lib/modechange.c, lib/modechange.h, lib/quote.c, lib/quote.h,
2892 lib/quotearg.c, lib/quotearg.h, lib/realloc.c, lib/safe-read.c,
2893 lib/safe-read.h, lib/save-cwd.c, lib/save-cwd.h, lib/savedir.c,
2894 lib/savedir.h, lib/strcasecmp.c, lib/utime.c, lib/xalloc.h,
2895 lib/xgetcwd.c, lib/xmalloc.c, lib/xstrdup.c, lib/xstrtol.c,
2896 lib/xstrtol.h, lib/xstrtoumax.c, m4/codeset.m4, m4/d-ino.m4,
2897 m4/error.m4, m4/fnmatch.m4, m4/getcwd.m4, m4/getline.m4, m4/gettext.m4,
2898 m4/glibc21.m4, m4/iconv.m4, m4/inttypes.m4, m4/lcmessage.m4,
2899 m4/longlong.m4, m4/malloc.m4, m4/mbrtowc.m4, m4/mbstate_t.m4,
2900 m4/progtest.m4, m4/realloc.m4, m4/strerror_r.m4, m4/ulonglong.m4,
2901 m4/utimbuf.m4, m4/utime.m4, m4/utimes.m4, m4/xstrtoumax.m4,
2903 Upgrade to latest version from external source. The file "bootstrap"
2904 now grabs these automatically, so we needn't keep track of them
2905 in this change long any longer.
2907 * Makefile.am (AUTOMAKE_OPTIONS): Remove. Now done by configure.ac.
2908 (SUBDIRS): Remove intl.
2909 * PORTS: Update for star, Macintosh.
2910 * README, README-alpha: Suggest Autoconf 2.57, Automake 1.7.5,
2911 Bison 1.875, gettext 0.12.1.
2912 * THANKS: Add Bernhard Rosenkraenzer, Solar Designer.
2913 * configure.ac (AC_INIT, AM_INIT_AUTOMAKE): Convert to modern form.
2914 (AC_CONFIG_AUX_DIR): New.
2915 (AC_CONFIG_HEADERS): Rename config.h.in to config.hin, to be more
2917 (AC_PREREQ): Bump from 2.52 to 2.57.
2918 (AC_GNU_SOURCE): New.
2919 (AC_PROG_GCC_TRADITIONAL, AM_C_PROTOTYPES, AC_C_CONST): Remove;
2920 we no longer support K&R C.
2922 (AC_CHECK_HEADERS): Remove limits.h, poll.h, stdbool.h, stropts.h,
2923 sys/ioccom.h, sys/param.h, sys/time.h, sys/timeb.h, wchar.h, wctype.h.
2924 (AC_MBSTATE_T): Remove.
2925 (HAVE_UTIME_H, HAVE_DECL_FREE, HAVE_DECL_GETGRGID, HAVE_DECL_GETPWUID,
2926 HAVE_DECL_GETENV, HAVE_DECL_MALLOC, HAVE_DECL_STRTOUL,
2927 HAVE_DECL_STRTOULL, HAVE_MKNOD): Remove our special code.
2928 (AM_STDBOOL_H): Add.
2929 (AC_HEADER_TIME, AC_STRUCT_TIMEZONE,
2930 jm_CHECK_TYPE_STRUCT_DIRENT_D_INO): Remove.
2931 (AC_CHECK_TYPE): Remove ssize_t.
2932 (gt_TYPE_SSIZE_T): Add.
2933 (jm_AC_PREREQ_XSTRTOUMAX, jm_PREREQ_ADDEXT, jm_PREREQ_ERROR,
2934 jm_PREREQ_HUMAN, jm_PREREQ_QUOTEARG, jm_PREREQ_XGETCWD,
2935 AC_FUNC_ALLOCA, AC_FUNC_CLOSEDIR_VOID, AC_FUNC_STRERROR_R,
2936 AC_FUNC_FNMATCH, AC_FUNC_VPRINTF, AM_FUNC_GETLINE, jm_FUNC_MALLOC,
2937 jm_FUNC_MKTIME, jm_FUNC_REALLOC):
2938 Remove. Switch to gnulib macros like gl_BACKUPFILE instead.
2939 (tar_LDADD): Rename to LIB_CLOCK_GETTIME. All uses changed.
2940 (rmt_LDADD): Rename to LIB_SETSOCKOPT. All uses changed.
2941 (AC_CHECK_FUNCS): Remove fchdir, ftime, getcwd, isascii, nap,
2942 napms, poll, select, strstr, usleep.
2943 (AC_REPLACE_FUNCS): Remove ftruncate, lchown, memset, rename,
2944 rmdir, strcasecmp, strncasecmp, strtol, strtoul.
2945 (AM_GNU_GETTEXT): Use external and need-ngettext options.
2946 (AM_GNU_GETTEXT_VERSION): New.
2947 (AC_OUTPUT): Remove intl/Makefile.
2949 * doc/Makefile.am (AUTOMAKE_OPTIONS): Remove.
2950 ($(srcdir)/tar.info, tar.dvi): Remove obsolete warnings.
2951 * doc/fdl.texi: Update to current GNU version.
2952 * doc/gettext.texi: Update to current coreutils version,
2953 plus a copyright notice.
2954 * doc/tar.texi: Switch to new method for doing copyright notices.
2955 Use @acronym instead of @sc where appropriate.
2956 Remove empty examples. Give a few more examples.
2958 * lib/Makefile.am (AUTOMAKE_OPTIONS): Remove.
2959 (EXTRA_DIST, libtar_a_SOURCES): Switch to gnulib, so that they
2960 are built up in pieces with +=.
2961 (noinst_HEADERS, INCLUDES): Remove.
2962 (BUILT_SOURCES, MAINTAINERCLEANFILES, MOSTLYCLEANFILES): New.
2963 (libtar_a_LIBADD): Use $ rather than @.
2964 (all-local, alloca.h, fnmatch.h, stdbool.h): New rules, from gnulib.
2966 * m4/Makefile.am (EXTRA_DIST): Add alloca.m4, backupfile.m4,
2967 bison.m4, chown.m4, dirname.m4, dos.m4, exclude.m4, fileblocks.m4,
2968 ftruncate.m4, getdate.m4, getopt.m4, hash.m4, human.m4,
2969 intdiv0.m4, intmax_t.m4, inttypes_h.m4, inttypes-pri.m4,
2970 isc-posix.m4, lcown.m4, lib-ld.m4, lib-link.m4, lib-prefix.m4,
2971 memset.m4, mktime.m4, modechange.m4, nls.m4, onceonly.m4,
2972 pathmax.m4, po.m4, quotearg.m4, quote.m4, rmdir.m4, safe-read.m4,
2973 safe-write.m4, save-cwd.m4, savedir.m4, ssize_t.m4, stdbool.m4,
2974 stdint_h.m4, strcase.m4, strtoimax.m4, strtoll.m4, strtol.m4,
2975 strtoull.m4, strtoul.m4, strtoumax.m4, tm_gmtoff.m4, uintmax_t.m4,
2976 unlocked-io.m4, xalloc.m4, xgetcwd.m4, xstrtol.m4.
2977 Remove c-bs-a.m4, ccstdc.m4, check-decl.m4, decl.m4, jm-mktime.m4,
2978 prereq.m4, xstrtoimax.m4.
2980 * po/POTFILES.in: Remove tests/genfile.c; it doesn't need to
2981 be translated, since it's not a user-visible tool.
2983 * scripts/Makefile.am (AUTOMAKE_OPTIONS): Remove.
2985 * src/Makefile.am (AUTOMAKE_OPTIONS): Remove.
2986 (INCLUDES): Remove ../intl. Put top-srcdir before ., for
2987 consistency with coreutils.
2988 (LDADD): Link LIBINTL after libtar.a, since
2989 it's now external and should stand by itself.
2991 * src/buffer.c (print_total_written): Adjust to new human.h
2993 (child_open_for_compress): Do not increase size to BLOCKSIZE.
2994 (open_archive): Open index file name.
2995 Strip trailing slahes from file names.
2996 (flush_write): Set size to 0 if not saving names.
2997 (flush_write, flush_read): Use safer_name_suffix rather than
3000 * src/common.h: Include <quote.h>.
3001 (absolute_names_option, atime_preserve_option, backup_option,
3002 block_number_option, checkpoint_option, dereference_option,
3003 force_local_option, ignore_failed_read_option, ignore_zeros_option,
3004 incremental_option, interactive_option, multi_volume_option,
3005 numeric_owner_option, one_file_system_option, recursive_unlink_option,
3006 read_full_records_option, remove_files_option, same_order_option,
3007 show_omitted_dirs_option, sparse_option, starting_file_option,
3008 to_stdout_option, totals_option, touch_option, verify_option,
3009 dev_null_output, now_verifying, we_are_root): Now bool, not int.
3010 (current_trailing_slash, index_file_name, recent_long_name_blocks,
3011 recent_long_link_blocks): New vars.
3012 (NO_OVERWRITE_DIR_OLD_FILES): New constant.
3013 (OVERWRITE_OLD_DIRS): Remove.
3014 (enum remove_option): New enum.
3015 (remove_any_file): Use it as option arg, not int.
3016 (is_avoided_name, contains_dot_dot): Return bool, not int.
3017 (safer_name_suffix): New decl.
3019 * src/compare.c (now_verifying): Now bool, not int.
3020 (fill_in_sparse_array): Move to extract.c. Now returns bool;
3021 all callers changed to test for failure.
3022 (diff_sparse_files): Take size from current_stat, not from param.
3023 (diff_archive): Do not count trailing slashes in archives.
3024 (verify_volume): Test for header failure after loop, not before.
3026 * src/create.c (relativize): Remove; replaced by safer_name_suffix.
3027 All callers changed.
3028 (start_header): Clear devmajor and devminor fields, too.
3029 (finish_header): New arg block_ordinal.
3030 (init_sparsearray): Now extern. Set sp_array_size to
3031 SPARSES_IN_OLDGNU_HEADER if it is zero.
3032 (dump_file): Keep link table as a hash.
3033 Do not count "file changed as we read it" as a failure.
3035 * src/delete.c (recent_long_name_blocks, recent_long_link_blocks):
3036 Move extern decl to common.h.
3038 * src/extract.c (we_are_root): Now bool, not int.
3039 (check_time): Warn about implausibly old time stamps.
3040 (set_stat): Use utimbuf, not stat_info.
3041 (prepare_to_extract): New arg DIRECTORY.
3042 (fill_in_sparse_array): Moved here from compare.c.
3043 (extract_sparse_file): Now returns off_t, giving size left.
3044 Truncate file at end.
3045 (extract_archive): Use safer_name_suffix rather than rolling our own.
3046 Use fill_in_sparse_array rather than rolling our own.
3047 Strip trailing slashes more effectively.
3048 Check for unsafe names.
3050 * src/incremen.c (struct directory): nfs and found are now of type
3052 (gnu_restore): Now takes directory name as argument, not offset
3053 of directory name in a global. All uses changed.
3054 (CURRENT_FILE_NAME): Remove.
3057 * tests/delete04.sh, tests/multiv01.sh, tests/options.sh: New
3060 2002-09-30 Paul Eggert <eggert@twinsun.com>
3062 * src/rmt.c (prepare_input_buffer): Renamed form
3063 prepare_record_buffer. All uses changed. Do not assume that
3064 size_t is the same width as int.
3066 2002-03-29 Paul Eggert <eggert@twinsun.com>
3068 * src/incremen.c (get_directory_contents):
3069 If ignore_failed_read_option, only warn about
3070 get_directory_contents failures. Fix suggested by
3073 2002-01-31 Mark W. Eichin <eichin@thok.org>
3075 * src/buffer.c (child_open_for_compress): Don't try to read
3076 past the end of the buffer.
3078 2001-10-11 Jim Meyering <meyering@lucent.com>
3080 * argmatch.c (argmatch_invalid): Use quotearg_n_style (0, ...
3081 and quote_n (1, ... to avoid clobbering a buffer.
3083 2001-09-26 Paul Eggert <eggert@twinsun.com>
3085 * NEWS, configure.ac (AM_INIT_AUTOMAKE): Version 1.13.25.
3087 * src/buffer.c (flush_read): Don't diagnose partial blocks before
3088 end of file; just ignore them silently.
3090 * src/list.c (read_header): Don't keep around extended name
3091 and link info indefinitely; keep it only for the next file.
3092 This fixes a bug introduced in 1.13.24, and removes the need
3093 for some static variables. Set recent_long_name and
3094 recent_long_link to zero if there were no long links; this
3095 avoids a violation of ANSI C rules for pointers in delete.c.
3096 * THANKS: Add Christian Laubscher.
3098 2001-09-26 Jim Meyering <meyering@lucent.com>
3100 * doc/tar.texi (Remote Tape Server): is know -> is known
3102 2001-09-25 Paul Eggert <eggert@twinsun.com>
3104 * lib/unicodeio.c (EILSEQ): Include <iconv.h> first, since
3105 <iconv.h> may define EILSEQ (e.g. libiconv). Define a
3106 replacement EILSEQ to be ENOENT, not EINVAL, since callers may
3107 want to distinguish EINVAL and EILSEQ.
3109 2001-09-24 Christophe Kalt <Christophe.Kalt@kbcfp.com>
3111 * src/extract.c (maybe_recoverable):
3112 Treat OVERWRITE_OLD_DIRS like DEFAULT_OLD_FILES.
3114 2001-09-22 Paul Eggert <eggert@twinsun.com>
3116 * NEWS, configure.ac (AM_INIT_AUTOMAKE): Version 1.13.24.
3118 * ABOUT-NLS, intl/*: Update to gettext-0.10.40, replacing LGPL
3121 * INSTALL, mkinstalldirs: Update to autoconf 2.52 version.
3122 * PORTS: Add copyright notice, 'star' reference.
3123 * README-alpha: Add copyright notice, autoconf 2.52 patch.
3124 * THANKS: Add Christophe Kalt.
3125 * config.sub: Upgrade to 2001-09-14 version.
3127 * configure.ac (ALL_LINGUAS): Add ko.
3128 * po/ko.po: Resurrected file.
3130 * doc/convtexi.pl: Add coding advice for Emacs.
3132 * doc/getdate.texi: Add copyright notice.
3134 * doc/mdate-sh: Upgrade to automake 1.5 version.
3136 * doc/tar.texi (extracting files): Mention --to-stdout.
3137 (Option Summary, Dealing with Old Files): New option --overwrite-dir.
3138 (Overwrite Old Files): Likewise.
3140 * lib/Makefile.am (noinst_HEADERS):
3141 Remove copysym.h. Add print-copyr.h, unicodeio.h.
3142 (libtar_a_SOURCES): Remove copysym.c, Add print-copyr.c, unicodeio.c.
3144 * lib/copysym.c, lib/copysym.h: Remove.
3145 * lib/print-copyr.c, lib/print-copyr.h, lib/unicodeio.c,
3146 lib/unicodeio.h: New files.
3148 * lib/error.c, lib/getopt.c, lib/getopt.h, lib/getopt1.c,
3149 lib/mktime.c, lib/strtoll.c: Switch from LGPL to GPL.
3151 * lib/quotearg.c (HAVE_MBSINIT): Undef if !HAVE_MBRTOWC.
3152 (mbsinit): Define to 1 if !defined mbsinit && !HAVE_MBSINIT.
3154 * m4/Makefile.am (EXTRA_DIST): Remove isc-posix.m4.
3155 * m4/isc-posix.m4: Remove.
3157 * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Check for mbsinit.
3159 * po/POTFILES.in: Add copyright notice.
3161 * src/Makefile.am (LDADD): Like libtar.a before @INTLLIBS@ as
3163 * tests/Makefile.am (LDADD): Likewise.
3165 * src/buffer.c (write_archive_buffer, close_archive):
3166 If an archive is a socket, treat it like a FIFO.
3167 (records_read, records_written): New vars.
3168 (write_archive_to_stdout): Now bool, not int.
3169 (open_archive, flush_write, flush_read): Keep records_read and
3170 records_written up to date.
3172 * src/common.h (enum old_files): New value OVERWRITE_OLD_DIRS.
3173 (write_archive_to_stdout): Now bool, not int.
3174 (enum read_header): New value HEADER_SUCCESS_EXTENDED.
3175 (read_header): Now takes bool arg. Existing callers modified
3176 to pass 0, unless otherwise specified.
3178 * src/delete.c (records_read): Remove; now a global.
3179 (acting_as_filter): Now bool, not int.
3180 (recent_long_name, recent_long_link, recent_long_name_blocks,
3181 recent_long_link_blocks, records_read, records_written): New decls.
3182 (records_skipped): New var.
3183 (move_archive): Don't divide by zero if arg is 0.
3184 Use the above vars to compute how far to move.
3185 (write_recent_blocks): New function.
3186 (delete_archive_member): Pass 1 to read_header, so that it doesn't
3187 read more than 1 block. Handle resulting HEADER_SUCCESS_EXTENDED code.
3188 Keep track of how many records have been skipped.
3189 Let the buffer code count records.
3190 When copying a header, copy any extended headers that came before it.
3192 * src/extract.c (extract_archive): When marking a directory to be
3193 updated after symlinks, stat all directories after it in the
3194 delayed-set-stat list too, since they will be checked after
3195 symlinks. Add support for --overwrite-dir.
3197 * src/list.c (recent_long_name, recent_long_link,
3198 recent_long_name_blocks, recent_long_link_blocks): New vars.
3199 (read_and): Pass 0 to read_header.
3200 (read_header): New arg RAW_EXTENDED_HEADERS. Store away extended
3201 headers into new vars. Null-terminate incoming symbolic links.
3203 * src/rmt.c: Include print-copyr.h, not copysym.h.
3204 (main): Use print_copyright, not copyright_symbol.
3205 * src/tar.c (decode_options): Likewise.
3206 (OVERWRITE_DIR_OPTION): New constant.
3207 (long_options, usage, decode_options): Add --overwrite-dir.
3209 * src/tar.h: Put copyright notice into documentation.
3211 * tests/Makefile.am (TESTS): Add delete03.sh.
3212 * tests/delete03.sh: New file.
3214 * tests/genfile.c: Include print-copyr.h, not copysym.h.
3215 (main): Use print_copyright, not copyright_symbol.
3216 Include <argmatch.h>.
3217 (pattern_strings): Remove.
3218 (pattern_args, pattern_types): New constants.
3219 (main): Use XARGMATCH, not argmatch.
3221 2001-09-20 Jim Meyering <meyering@lucent.com>
3223 * lib/xstrtol.c (strtoimax): Guard declaration with
3224 `#if !HAVE_DECL_STRTOIMAX', rather than just `#ifndef strtoimax'.
3225 The latter fails because some systems (at least rs6000-ibm-aix4.3.3.0)
3226 have their own, conflicting declaration of strtoimax in sys/inttypes.h.
3227 (strtoumax): Likewise, for completeness (it wasn't necessary).
3228 * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
3229 Check for declaration of strtoimax.
3230 * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX):
3231 Check for declaration of strtoumax.
3233 2001-09-16 Paul Eggert <eggert@twinsun.com>
3235 * fnmatch.m4 (jm_FUNC_FNMATCH): Fix typo in previous patch: yes -> no.
3237 2001-09-14 Paul Eggert <eggert@twinsun.com>
3239 * NEWS, configure.ac (AC_INIT_AUTOMAKE): Version 1.13.23.
3241 * README-alpha: Describe automake patch.
3243 * configure.ac (LIBOBJS):
3244 Remove automake 1.4 workaround, as we're using 1.5 now.
3245 (USE_INCLUDED_LIBINTL): New AC_DEFINE.
3247 * lib/copysym.c: Include stddef.h, for size_t.
3248 Include langinfo.h if needed.
3249 Use locale_charset only if USE_INCLUDED_LIBINTL;
3250 if not, use nl_langinfo (CODESET) if available.
3252 2001-09-13 Paul Eggert <eggert@twinsun.com>
3254 * config.guess, config.sub: Sync with canonical versions.
3256 * configure.ac (jm_PREREQ_XGETCWD): Add.
3258 * lib/Makefile.am (noinst_HEADERS): Add copysym.h.
3259 (libtar_a_SOURCES): Add copysym.c.
3260 * copysym.c, copysym.h: New files.
3262 * lib/error.c: Sync with fileutils version.
3264 * m4/Makefile.am (EXTRA_DIST): Add getcwd.m4; remove uintmax_t.m4.
3265 * m4/getcwd.m4: New file.
3266 * m4/uintmax_t.m4: Remove.
3268 * m4/gettext.m4 (AM_WITH_NLS):
3269 Fix bug with calculating version of Bison 1.29.
3270 Reported by Karl Berry.
3272 * src/Makefile.am (datadir): Remove.
3274 * src/rmt.c: Include copysym.h.
3275 (main): Use copyright_symbol to translate copyright notice,
3277 * src/tar.c: Likewise.
3278 * tests/genfile.c: Likewise.
3280 * src/system.h (MB_LEN_MAX): New symbol.
3282 2001-09-11 Paul Eggert <eggert@twinsun.com>
3284 * src/extract.c (struct delayed_set_stat): New member
3286 (delay_set_stat): Initialize it to 0.
3287 (set_mode): New arg current_stat_info. Use it (if nonnull) to avoid
3288 taking an extra stat ourselves. All callers changed.
3289 (set_stat): Likewise.
3290 (apply_nonancestor_delayed_set_stat): New arg 'after_symlinks'.
3291 If false, stop when encountering a struct whose 'after_symlinks'
3292 member is true. Otherwise, go through all structures but check
3293 them more carefully. All callers changed.
3294 (extract_archive): When extracting a deferred symlink, if its parent
3295 directory's status needs fixing, then mark the directory as needing
3296 to be fixed after symlinks.
3297 (extract_finish): Fix status of ordinary directories, then apply
3298 delayed symlinks, then fix the status of directories that are
3299 ancestors of delayed symlinks.
3301 * src/rtapelib.c (rexec):
3302 Remove declaration; it ran afoul of prototypes on Crays.
3303 Reported by Wendy Palm of Cray.
3305 2001-09-06 Paul Eggert <eggert@twinsun.com>
3307 * lib/strtoimax.c (HAVE_LONG_LONG):
3308 Redefine to HAVE_UNSIGNED_LONG_LONG if unsigned.
3309 (strtoimax): Use sizeof (long), not
3310 sizeof strtol (ptr, endptr, base),
3311 to work around bug in IBM C compiler.
3313 2001-09-04 Paul Eggert <eggert@twinsun.com>
3315 * lib/xgetcwd.c: Include "xalloc.h".
3316 (xgetcwd): Do not return NULL when memory is exhausted; instead,
3317 report an error and exit.
3319 * m4/prereq.m4 (jm_PREREQ_XREADLINK): New macro.
3320 (jm_PREREQ): Use it.
3322 2001-09-03 Paul Eggert <eggert@twinsun.com>
3324 * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_XGETCWD.
3325 (jm_PREREQ_XGETCWD): New macro.
3327 * lib/exclude.c (fnmatch_no_wildcards):
3328 Fix typo that caused us to do case-folding
3329 search even when that was not desired. This occurred only in the
3332 * lib/xgetcwd.c: Include pathmax.h if not HAVE_GETCWD.
3333 Do not include xalloc.h.
3334 (INITIAL_BUFFER_SIZE): New symbol.
3335 Do not use xmalloc / xrealloc, since the caller is responsible for
3336 handling errors. Preserve errno around `free' during failure.
3337 Do not overrun buffer when using getwd.
3339 * lib/xgetcwd.c (xgetcwd):
3340 Use HAVE_GETCWD_NULL, not defined __GLIBC__ && __GLIBC__ >= 2,
3341 to decide whether to use getcwd (NULL, 0).
3343 2001-09-02 Paul Eggert <eggert@twinsun.com>
3345 * lib/xgetcwd.c: Fix typo in local var; from Jim Meyering.
3347 2001-09-01 Jim Meyering <meyering@lucent.com>
3349 * exclude.c: Use `""', not `<>' to #include non-system header files.
3350 (fnmatch_no_wildcards): Rewrite not to use function names, strcasecmp
3351 and strncasecmp as r-values. Unixware didn't have declarations.
3353 2001-08-31 Jim Meyering <meyering@lucent.com>
3355 * lib/xgetcwd.c (xgetcwd): Reorganize to avoid some duplication.
3356 Use an initial, malloc'd, buffer of length 128 rather than
3357 a statically allocated one of length 1024.
3359 2001-08-30 Paul Eggert <eggert@twinsun.com>
3361 * lib/utime.c: Include full-write.h.
3362 * lib/xstrtol.c (strtoimax): New decl.
3364 2001-08-29 Paul Eggert <eggert@twinsun.com>
3366 * NEWS, configure.ac (AC_INIT_AUTOMAKE): Version 1.13.22.
3368 * src/create.c (dump_file): Relativize link names before dumping.
3369 This fixes a bug reported by Jose Pedro Oliveira.
3371 * src/create.c (dump_file): Use offsetof when computing sizes for
3372 struct hack; this avoids wasted space in some cases.
3373 * src/incremen.c (note_directory, find_directory): Likewise.
3374 * src/names.c (name_gather, addname): Likewise.
3376 * src/extract.c (extract_archive): Use strcpy, not memcpy,
3377 for consistency with other code that does similar things.
3378 * src/names.c (name_gather): Likewise.
3380 * src/names.c (read_name_from_file, name_next, name_gather,
3381 add_hierarchy_to_namelist): Avoid quadratic behavior when
3382 reallocating buffers. Check for buffer size overflow.
3383 (addname): Avoid unnecessary clearing of memory.
3385 2001-08-29 "Jan D." <Jan.Djarv@mbox200.swipnet.se>
3387 * src/extract.c (delay_set_stat): Fix off-by-one error in file
3388 name size allocation that caused core dumps.
3390 2001-08-28 Paul Eggert <eggert@twinsun.com>
3392 * NEWS, configure.ac (AC_INIT_AUTOMAKE): Version 1.13.21.
3394 * configure.ac (GNU_SOURCE): Define to 1, not /**/.
3395 (major_t, minor_t, ssize_t): Use new-style AC_CHECK_TYPE.
3396 (daddr_t): Remove; no longer used.
3397 (jm_PREREQ_HUMAN): Add.
3399 * acconfig.h: Remove; no longer needed.
3401 * config.guess, config.sub:
3402 New files, from automake 1.5. Gettext 0.10.39 needs them.
3403 * depcomp, missing, mkinstalldirs: Upgrade to automake 1.5.
3405 * Makefile.am (AUTOMAKE_OPTIONS): Add dist-bzip2.
3406 (SUBDIRS): Put intl before lib, as gettext requires.
3408 * ABOUT-NLS: Upgrade to gettext 0.10.39.
3409 * intl: Upgrade entire directory to gettext 0.10.39.
3410 * m4/codeset.m4, m4/glibc21.m4, m4/iconv.m4:
3411 New files, from gettext 0.10.39.
3412 * m4/gettext.m4, m4/isc-posix.m4, m4/lcmessage.m4, m4/progtest.m4,
3413 Upgrade to gettext 0.10.39,
3414 * po/Makefile.in.in: Likewise, except fix a typo in its copying
3416 * po/cat-id-tbl.c, po/stamp-cat-id:
3417 Remove; no longer used by gettext 0.10.39.
3418 * po/ChangeLog: New file.
3420 * doc/Makefile.am (EXTRA_DIST): Add freemanuals.texi.
3421 $(srcdir)/tar.texi: Likewise.
3422 * doc/freemanuals.texi: New file.
3423 * doc/tar.texi (Free Software Needs Free Documentation): New appendix.
3424 `fileds' -> `fields'
3425 * doc/texinfo.tex: Upgrade to version 2001-07-25.07.
3427 * lib/Makefile.am (EXTRA_DIST): Add strtoll.c, strtoimax.c.
3428 (noinst_HEADERS): Add quote.h.
3429 (libtar_a_SOURCES): Add quote.c, xstrtoimax.c.
3431 * lib/exclude.c: Fix typo in '#include <stdint.h>' directive.
3433 * lib/full-write.c, lib/savedir.c: Comment fix.
3435 * lib/pathmax.h: Remove.
3437 * lib/quote.c, lib/quote.h: New files.
3439 * lib/xgetcwd.c: Don't include pathmax.h.
3440 Include stdlib.h and unistd.h if available.
3442 (xmalloc, xstrdup, free): Remove decls.
3443 (xgetcwd): Don't assume sizes fit in unsigned.
3444 Check for overflow when computing sizes.
3445 Simplify reallocation code.
3447 * lib/xmalloc.c: Quote failure tests.
3449 * lib/strtoumax.c, lib/xstrtoimax.c: New files.
3451 * lib/strtoimax.c: Renamed from strtouxmax.c. Make it more
3452 similar to strtol.c.
3453 (UNSIGNED): Renamed from STRTOUXMAX_UNSIGNED.
3454 (verify): New macro.
3455 (strtoumax, uintmax_t, strtoull, strtol): Remove.
3456 (intmax_t, strtoimax, strtol, strtoll): New macros, if UNSIGNED.
3457 (strtoimax): Renamed from strtoumax. All uses of unsigned values
3458 changed to signed values. Check sizes at compile-time, not
3459 run-time. Prefer strtol to strtoll if both work.
3462 * lib/xstrtol.h (xstrtoimax): New decl.
3464 * m4/Makefile.am (EXTRA_DIST):
3465 Add codeset.m4, glibc21.m4, iconv.m4, inttypes.m4,
3466 longlong.m4, xstrtoimax.m4.
3468 * m4/inttypes.m4 (jm_AC_HEADER_INTTYPES_H):
3469 Remove; now done by autoconf.
3470 (jm_AC_TYPE_INTMAX_T, jm_AC_TYPE_UINTMAX_T): Replace with
3471 Use AC_CHECK_TYPE instead of merely looking for the header.
3473 * m4/uintmax_t.m4: Use shorter comment.
3475 * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX):
3476 Quote first arg of AC_DEFUN.
3477 Require jm_AC_TYPE_INTMAX_T and jm_AC_TYPE_LONG_LONG since they
3478 is needed to parse the include file.
3479 Simplify logic behind the args to AC_REPLACE.
3481 * src/Makefile.am (OMIT_DEPENDENCIES): Remove.
3483 * src/ansi2knr.1, src/ansi2knr.c: Remove; wasn't being used.
3486 Use "Copyright %d" to simplify the translator's job in the future.
3487 Advise translator about circle-C.
3488 * src/tar.c: (decode_options): Likewise.
3489 * tests/genfile.c (main): Likewise.
3491 2001-08-28 Jim Meyering <meyering@lucent.com>
3493 * lib/argmatch.c: Include "quote.h".
3494 (argmatch_invalid): Quote the context.
3496 * lib/dirname.c (dir_name): Fix typo on PC platforms.
3498 * lib/backupfile.c, lib/basename.c, lib/dirname.c, lib/strtoul.c:
3499 Use single-quote for local .h files.
3501 * lib/error.h (__attribute__): Don't depend on __STRICT_ANSI__.
3503 * lib/getopt.c, lib/getopt.h, lib/getopt1.c: Upgrade to recent
3506 * lib/getdate.y (get_date): Initialize tm_isdst to -1 before
3507 invoking mktime the last time.
3509 * lib/pathmax.h: Use #if rather than #ifdef for HAVE_UNISTD_H.
3511 * lib/rename.c: Major rewrite by Volker Borchert to use system
3512 rename function, but to work around problems with trailing
3515 * lib/strtoll.c: New file, from glibc.
3516 * lib/strtoul.c: Update from glibc.
3518 * lib/strtouxmax.c: Renamed from lib/strtoumax.c.
3519 Add support for signed numbers, too.
3520 (strtoul, strtoull): Do not declare if STRTOUXMAX_UNSIGNED
3522 (strtol, strtoll): Declare as needed, if STRTOUXMAX_UNSIGNED is
3524 (strtoumax, uintmax_t, strtoull, strtoul): New macros.
3525 (main): Use generic names in debugging output.
3526 * lib/strtoimax.c: Plus add the following changes of my own:
3527 (main): Use accurate names in debugging output.
3529 * lib/xgetcwd.c (xgetcwd): Use getcwd if glibc 2 or later.
3532 * m4/c-bs-a.m4, m4/check-decl.m4, m4/d-ino.m4, m4/error.m4,
3533 m4/getline.m4, m4/jm-mktime.m4, m4/malloc.m4, m4/mbrtowc.m4,
3534 m4/mbstate_t.m4, m4/realloc.m4, m4/uintmax_t.m4, m4/utimbuf.m4,
3535 m4/utime.m4, m4/utimes.m4:
3536 Quote the first argument in each use of AC_DEFUN.
3538 * m4/getline.m4: Don't use string.h.
3540 * m4/inttypes.m4, m4/longlong.m4, m4/xstrtoimax.m4: New files.
3542 * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): @%:@ -> #.
3544 2001-08-27 Paul Eggert <eggert@twinsun.com>
3546 * NEWS, configure.ac (AC_INIT_AUTOMAKE): Version 1.13.20.
3548 The biggest change is the new --exclude semantics and options.
3549 The basic idea was suggested by Gerhard Poul; thanks!
3551 * NEWS: Describe new --exclude semantics and options, and bug fixes.
3552 * README: ignfail.sh fails on some NFS hosts.
3553 * NEWS, README, lib/xstrtol.h: Add copyright notice.
3555 * Makefile.am (ACLOCAL_AMFLAGS): Add -I m4.
3556 (M4DIR, ACINCLUDE_INPUTS, $(srcdir)/acinclude.m4):
3557 Remove; the automake bug has been fixed.
3558 * acinclude.m4: Remove.
3560 * configure.ac: Renamed from configure.in.
3561 (AC_PREREQ): Bump from 2.13 to 2.52.
3562 (ALL_LINGUAS): Add id, tr. Remove ko, as po/ko.po (dated
3563 1997-05-30) has an encoding error.
3564 (jm_AC_HEADER_INTTYPES_H): Remove; now done by autoconf.
3565 (AC_FUNC_FNMATCH): Use AC_CONFIG_LINKS, not AC_LINK_FILES.
3567 * doc/fdl.texi: Update to current GNU version.
3569 * doc/tar.texi: Put leading '*' in direntry.
3570 Accommodate new gfdl sectioning.
3571 New option --recursion (the default) that is the inverse of
3574 New options --anchored, --ignore-case, --wildcards,
3575 --wildcards-match-slash, and their negations (e.g., --no-anchored).
3576 Along with --recursion and --no-recursion, these control how exclude
3577 patterns are interpreted. The default interpretation of exclude
3578 patterns is now --no-anchored --no-ignore-case --recursion
3579 --wildcards --wildcards-match-slash.
3581 * lib/Makefile.am (OMIT_DEPENDENCIES): Remove.
3583 * lib/exclude.c (bool): Declare, perhaps by including stdbool.h.
3584 (<sys/types.h>): Include only if HAVE_SYS_TYPES_H.
3585 (<stdlib.h>, <string.h>, <strings.h>, <inttypes.h>, <stdint.h>):
3586 Include if available.
3587 (<xalloc.h>): Include
3588 (SIZE_MAX): Define if <stdint.h> or <inttypes.h> doesn't.
3589 (verify): New macro. Use it to verify that EXCLUDE macros do not
3590 collide with FNM macros.
3591 (struct patopts): New struct.
3592 (struct exclude): Use it, as exclude patterns now come with options.
3593 (new_exclude): Support above changes.
3594 (new_exclude, add_exclude_file):
3595 Initial size must now be a power of two to simplify overflow checking.
3596 (free_exclude, fnmatch_no_wildcards): New function.
3597 (excluded_filename): No longer requires options arg, as the options
3598 are determined by add_exclude. Now returns bool, not int.
3599 (excluded_filename, add_exclude):
3600 Add support for the fancy new exclusion options.
3601 (add_exclude, add_exclude_file): Now takes int options arg.
3602 Check for arithmetic overflow when computing sizes.
3603 (add_exclude_file): xrealloc might modify errno, so don't
3604 realloc until after errno might be used.
3606 * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE,EXCLUDE_WILDCARDS):
3608 (free_exclude): New decl.
3609 (add_exclude, add_exclude_file): Now takes int options arg.
3610 (excluded_filename): No longer requires options arg, as the options
3611 are determined by add_exclude. Now returns bool, not int.
3613 * lib/prepargs.c: Include <string.h>; required for C99 since
3617 BSD/OS 4.1 wchar.h requires FILE and struct tm to be declared.
3619 * lib/xstrtol.h (_DECLARE_XSTRTOL): Improve quality of
3620 diagnostic for LONGINT_INVALID_SUFFIX_CHAR.
3622 * m4/Makefile.am (EXTRA_DIST): Add check-decl.m4, mbrtowc.m4.
3623 Remove inttypes_h.m4, largefile.m4, mktime.m4.
3625 * m4/inttypes_h.m4, m4/largefile.m4, m4/mktime.m4: Remove;
3626 subsumed by Autoconf 2.50.
3628 * m4/error.m4: Upgrade to serial 2.
3630 * m4/fnmatch.m4 (jm_FUNC_FNMATCH): Upgrade to serial 4, but
3631 remove test for GNU C library. It's not correct, as some
3632 older glibcs are buggy.
3634 * m4/getline.m4, m4/malloc.m4: Upgrade to serial 4.
3636 * m4/prereq.m4: Upgrade to serial 20, but then:
3637 (jm_PREREQ): Add jm_PREREQ_EXCLUDE.
3638 (jm_PREREQ_EXCLUDE): New macro.
3639 (jm_PREREQ_HUMAN): Remove jm_AC_HEADER_INTTYPES_H, as it is subsumed
3642 * m4/realloc.m4: Upgrade to serial 4.
3644 * m4/strerror_r.m4: Revert to serial 1002.
3646 * m4/uintmax_t.m4: Upgrade to autoconf 2.5x.
3648 * m4/utimes.m4: Upgrade to latest version (still "serial 3").
3650 * m4/xstrtoumax.m4: Upgrade to serial 3, but then:
3651 (jm_AC_PREREQ_XSTRTOUMAX): Remove jm_AC_HEADER_INTTYPES_H, as
3652 it is now subsumed by autoconf. Add inttypes.h.
3654 * po/cs.po, po/da.po, po/de.po, po/es.po, po/et.po, po/fr.po,
3655 po/it.po, po/pl.po, po/sl.po, po/sv.po: Sync with translation project.
3657 * src/buffer.c (new_volume): Stop if the script exits with an error.
3659 * src/common.h (excluded_with_slash, excluded_without_slash):
3660 Remove, replacing by:
3661 (excluded): New decl.
3662 (link_error): New decl.
3663 (excluded_name): Now returns bool.
3666 (struct delayed_symlinks, extract_archive, apply_delayed_symlinks):
3667 Support hard links to symbolic links.
3669 (struct delayed_symlink): Remove 'names' member, replacing it with
3670 'sources' and 'target' member. All uses changed.
3672 (struct string_list): New type.
3674 (delayed_set_stat, extract_archive): Use offsetof when computing sizes
3675 for struct hack; this avoids wasted space in some cases.
3677 (extract_archive): Fix test for absolute pathnames and/or "..".
3678 Use link_error to report errors for links.
3679 Remove redundant trailing '/' at "really_dir", for all uses, not
3680 just before invoking mkdir.
3681 If overwriting old files, do not worry so much about existing
3683 Fix mode computation in the case where the directory exists.
3685 (apply_delayed_symlinks): If we can't make a hard link to a symbolic
3686 link, make a copy of the symbolic link.
3688 * src/incremen.c (get_directory_contents):
3689 If ignore_failed_read_option, only warn about
3692 * src/list.c (from_header): Do not issue a diagnostic if TYPE is zero.
3693 However, check for error even for '-' or '+' case.
3695 (print_header): Try parsing uids and gids as unsigned integers first,
3696 and as a uid_t or gid_t only if that fails. This adds support for
3697 listing positive uids and gids that are greater than UID_MAX and
3700 * src/misc.c (link_error): New function.
3702 * src/names.c (collect_and_sort_names):
3703 If ignore_failed_read_option, only warn about
3706 (excluded_name): Now returns bool. Simplify, as the fancy
3707 features are now all in excluded_filename.
3709 * src/rtapelib.c (base_name): Remove decl, as system.h now
3712 * src/system.h: Include stddef.h if available.
3713 (offsetof): Declare if stddef.h doesn't.
3715 Include <dirname.h>.
3716 (FILESYSTEM_PREFIX_LEN, ISSLASH): Remove; now defined by dirname.h.
3718 * src/tar.c (ANCHORED_OPTION, IGNORE_CASE_OPTION,
3719 NO_ANCHORED_OPTION, NO_IGNORE_CASE_OPTION, NO_WILDCARDS_OPTION,
3720 NO_WILDCARDS_MATCH_SLASH_OPTION, WILDCARDS_OPTION,
3721 WILDCARDS_MATCH_SLASH_OPTION):
3724 (long_options, usage, decode_options): Add support for --anchored,
3725 --ignore-case, --no-anchored, --no-ignore-case, --no-wildcards,
3726 --no-wildcards-match-slash, --recursion, --wildcards,
3727 --wildcards-match-slash.
3729 (decode_options): Implement the new way of interpreting exclude
3732 (usage): --newer-mtime takes a DATE operand. DATE may be a file name.
3734 (OPTION_STRING, decode_options): Add -I, -y. Currently these options
3735 just print error messages suggesting alternatives.
3737 (add_filtered_exclude): Remove.
3739 * tests/Makefile.am (TESTS): Alphabetize, except put version.sh first.
3741 * tests/extrac04.sh (out): Remove
3742 directory/subdirectory/file1, as the new semantics for
3743 --exclude exclude it.
3745 * tests/genfile.c (main): Don't use non-ASCII char in msgid.
3747 2001-08-12 Paul Eggert <eggert@twinsun.com>
3749 * lib/addext.c (<errno.h>): Include.
3750 (errno): Declare if not defined.
3751 (addext): Work correctly on the Hurd, where pathconf returns -1 and
3752 leaves errno alone, because there is no limit. Also, work even if
3753 size_t is narrower than long.
3755 2001-07-08 Paul Eggert <eggert@twinsun.com>
3757 * lib/alloca.c (alloca): Arg is of type size_t, not unsigned.
3759 2001-05-10 Paul Eggert <eggert@twinsun.com>
3761 * lib/addext.c (ISSLASH, base_name): Remove decls; now in dirname.h.
3762 Include <backupfile.h> and <dirname.h> after size_t is defined.
3763 (addext): Use base_len to trim redundant trailing slashes instead of
3766 * lib/backupfile.c (ISSLASH, base_name):
3767 Remove decls; now in dirname.h.
3768 Include <argmatch.h>, <backupfile.h>, <dirname.h> after size_t
3770 (find_backup_file_name): Rename locals to avoid new functions.
3771 Use base_len instead of rolling it ourselves.
3772 Work even if dirlen is 0.
3773 Use a dir of '.' if given the empty string.
3776 Do not include <stdio.h>, <assert.h>; no longer needed.
3777 (FILESYSTEM_PREFIX_LEN, PARAMS, ISSLASH): Remove; now in dirname.h.
3778 Include <string.h>, <dirname.h>.
3779 (base_name): Allow file names ending in slashes, other than names
3780 that are all slashes. In this case, return the basename followed
3783 * lib/dirname.c: Include <string.h> instead of <stdlib.h>.
3784 (FILESYSTEM_PREFIX_LEN, ISSLASH): Remove; now in dirname.h.
3785 (dir_len): Renamed from dirlen.
3786 All callers changed.
3788 * lib/dirname.h (DIRECTORY_SEPARATOR, ISSLASH, FILESYSTEM_PREFIX_LEN):
3790 (base_name, base_len, dir_len, strip_trailing_slashes): New decls.
3792 2001-02-16 Paul Eggert <eggert@twinsun.com>
3794 * lib/quotearg.c (mbrtowc, mbrtowc, mbsinit):
3795 Do not declare or define if HAVE_MBRTOWC,
3796 since the test for HAVE_MBRTOWC now requires proper declarations.
3798 * lib/alloca.c (malloc): Undef before defining.
3800 2001-02-13 Paul Eggert <eggert@twinsun.com>
3802 * src/compare.c (read_and_process): Use off_t for size.
3803 From Maciej W. Rozycki.
3805 2001-01-26 Paul Eggert <eggert@twinsun.com>
3807 * lib/quotearg.c: Include stddef.h. From Jim Meyering.
3809 2001-01-12 Paul Eggert <eggert@twinsun.com>
3811 * NEWS, configure.in (AC_INIT_AUTOMAKE): Version 1.13.19.
3813 * lib/savedir.h (savedir): Remove size arg.
3815 * doc/tar.texi: Add @setchapternewpage odd.
3816 Remove -I as an alias for -T, for now.
3818 Update copyright. Remove "Published by".
3819 Dates beginning with / or . are taken to be file names.
3821 * src/tar.c (<time.h>): Do not include;
3822 (time): Do not declare.
3823 (usage): Remove -I as an alias for -T.
3824 (OPTION_STRING): Remove -I.
3825 (decode_options): Dates that look like an absolute path name,
3826 or that start with '.', are presumed to be file names whose
3828 Remove 'I' as an aliase for 'T'.
3831 * src/extract.c (<time.h>): Do not include; system.h now does this.
3832 (make_directories): Skip filesystem prefixes.
3833 Don't assume '/' is the only separator.
3834 (extract_sparse_file): Use new full_write semantics.
3835 On write error, return instead of invoking skip_file.
3836 Do not free sparsearray; caller does this now.
3837 (apply_nonancestor_delayed_set_stat): Do not assume '/' is the only
3839 (extract_archive): Don't assume file name lengths fit in int.
3840 Report what got stripped from member name; it might be more than '/'.
3841 Use new full_write semantics.
3842 Do not pass redundant trailing "/" to mkdir, as POSIX does not allow
3844 Do not report mkdir error if old_files_option == KEEP_OLD_FILES.
3846 * src/buffer.c (<time.h>): Do not include; system.h now does this.
3847 (time): Remove decl; likewise.
3848 (child_open_for_uncompress): Use new full_write semantics.
3849 (flush_write): Use ISSLASH instead of testing for '/'.
3850 (flush_read): Likewise.
3852 * src/rmt.h (_remdev): Look for / anywhere in Path.
3854 * src/misc.c (contains_dot_dot): Skip filesystem prefix.
3855 Don't assume '/' is the only separator.
3856 (safer_rmdir): Don't assume '/' is the only separator.
3858 * src/compare.c (diff_archive): Don't assume '/' is the only separator.
3860 * lib/dirname.h (dirlen): New decl.
3862 * src/incremen.c (get_directory_contents):
3863 Remove path_size arg; all callers changed.
3864 Don't assume '/' is the only directory separator.
3865 (gnu_restore): Work even if file name length doesn't fit in int.
3867 * lib/addext.c (ISSLASH): New macro.
3868 (addext): Trim any redundant trailing slashes.
3870 * src/names.c (name_next):
3871 Don't assume '/' is the only directory separator.
3872 (namelist_match): Likewise.
3873 (add_hierarchy_to_namelist): Remove dirsize arg.
3874 Do not assume '/' is the only directory separator.
3875 (new_name): Likewise.
3877 * lib/Makefile.am (noinst_HEADERS): Add dirname.h, full-write.h.
3878 (libtar_a_SOURCES): Add dirname.c.
3880 * src/create.c (relativize):
3881 New function, with much of old start_header's guts.
3882 Handle filesystem prefixes.
3883 (start_header): Use this new function.
3884 (init_sparsearray): Don't bother to zero out the new array;
3886 (deal_with_sparse): Fix array allocation bug.
3887 (create_archive): Don't assume '/' is the only separator.
3888 (dump_file): Likewise.
3889 Don't worry about leading / in symlink targets.
3891 * lib/savedir.c (savedir):
3892 Remove size arg; it wasn't portable. All callers changed.
3894 * lib/utime.c (utime_null): Adjust to new full_write convention.
3896 * configure.in (YACC): Avoid portability problem with Ultrix sh.
3898 * lib/backupfile.c: Include <dirname.h>.
3899 (ISSLASH): New macro.
3900 (find_backup_file_name): Use dirlen to calculate directory lengths.
3901 (max_backup_version): Strip redundant trailing slashes.
3903 * src/common.h: Include <full-write.h>.
3904 (get_directory_contents): No longer has size arg.
3905 (gnu_restore): Arg is size_t, not int.
3907 * src/system.h: Include <time.h>.
3908 (time): Declare if not defined.
3910 * lib/full-write.c: Include full-write.h, not safe-read.h.
3911 full_write returns size_t, with short writes meaning failure.
3912 All callers changed.
3914 * src/rtapelib.c: Include full-write.h.
3916 * src/rmt.c: Include full-write.h.
3917 (main): Update copyright.
3919 * doc/getdate.texi: Mention that only English is supported.
3920 Show how to use "date" so that the output is acceptable to getdate.
3921 Mention Z as an abbreviation for UTC.
3923 * lib/full-write.h: New file.
3925 * src/list.c: system.h now does time.h stuff.
3928 Use HAVE_STDLIB_H, not STDC_HEADERS, to decide whether to include
3930 Do not include string.h, strings.h, or assert.h; no longer needed.
3931 (strrchr, memrchr, malloc): Remove decls; no longer needed.
3933 (base_name): New decl.
3934 (BACKSLASH_IS_PATH_SEPARATOR): Remove.
3935 (dir_name_r): Remove.
3936 (dirlen): New function.
3937 (dir_name): Use dirlen instead of dir_name_r.
3938 (<string.h>, <strings.h>): Include only if test program.
3939 (main): Use "return 0", not "exit (0)".
3941 2000-12-08 Paul Eggert <eggert@twinsun.com>
3943 * lib/dirname.h: New file.
3945 2000-11-02 Vesselin Atanasov <vesselin@bgnet.bg>
3947 * lib/fnmatch.c: Do not comment out all the code if we are using
3948 the GNU C library, because in some cases we are replacing buggy
3949 code in the GNU C library itself.
3951 2000-10-30 Paul Eggert <eggert@twinsun.com>
3953 * lib/fnmatch.c (FOLD): Do not assume that characters are unsigned.
3955 2000-10-29 Paul Eggert <eggert@twinsun.com>
3957 * NEWS, configure.in (AC_INIT_AUTOMAKE): Version 1.13.18.
3959 * src/tar.c: Include <fnmatch.h>, for FNM_LEADING_DIR.
3961 2000-10-28 Paul Eggert <eggert@twinsun.com>
3963 * doc/tar.texi: --no-recursion now applies to extraction, too.
3964 * src/create.c (dump_file): no_recurse_option -> ! recursion_option
3965 * src/names.c (namelist_match, excluded_name):
3966 Do not match subfiles of a directory
3967 if --no-recursion is specified.
3968 * src/tar.c (NO_RECURSE_OPTION): Remove.
3969 (long_options): Have getopt set the --no-recursion flag.
3970 (decode_options): Initialize recursion_option to FNM_LEADING_DIR.
3971 Remove case for NO_RECURSE_OPTION.
3972 * src/common.h (recursion_option):
3973 Renamed from no_recurse_option, with sense
3974 negated, and with FNM_LEADING_DIR being the nonzero value.
3976 * names.c (namelist_match): New function.
3977 (name_match, name_scan): Use it to eliminate duplicate code.
3978 (names_notfound): Remove special case for Amiga.
3980 2000-10-27 Paul Eggert <eggert@twinsun.com>
3982 * src/misc.c (read_error_details, read_warn_details,
3983 read_fatal_details): Don't assume size_t is unsigned long.
3985 * src/buffer.c (flush_read): If read_full_records_option, try to
3986 fill the input buffer, as --delete -f - needs this.
3988 2000-10-24 Paul Eggert <eggert@twinsun.com>
3990 * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Port to autoconf 2.13.
3992 * src/buffer.c (check_label_pattern):
3993 Make sure header name is a string before
3994 passing it to fnmatch.
3995 (init_volume_number): Check for global_volno overflow.
3996 (new_volume): Check for global_volno overflow.
3998 * src/tar.c (decode_options):
3999 Check that volume label is not too long to overflow
4000 name in tar header block.
4002 * Makefile.am (EXTRA_DIST): Remove rebox.el.
4004 * configure.in (HAVE_DECL_STRERROR_R): Remove our handwritten code.
4005 (AC_FUNC_STRERROR_R): Use this instead.
4007 2000-10-23 Paul Eggert <eggert@twinsun.com>
4009 * src/extract.c: Include <time.h>, since we invoke "time".
4011 * lib/prepargs.c (prepend_default_options):
4012 Don't use NULL, for portability.
4014 * m4/fnmatch.m4: Add "working" to message.
4016 * src/names.c: (_GNU_SOURCE): Remove; autoconf now does this.
4018 (getpwuid, getgrgid): Declare only if system headers don't.
4019 (gid_to_gname): Don't invoke setgrent.
4020 (namelist): Now static, not global.
4021 (nametail): New var. All uses of namelast changed to use
4022 nametail, with one extra level of indirection.
4023 (name_gather): Use memcpy instead of strncpy + assignment of NUL.
4024 (name_match): Set nametail too, when setting namelist to null.
4025 (add_hierarchy_to_namelist): Change type of dir arg from char * to
4026 struct name *, so that we don't have to look up the name again
4027 here. Get change_dir from dir rather than as a separate arg. Add
4028 dirsize arg, and pass it along to get_directory_contents. Remove
4029 unnecessary check of directory type.
4030 (new_name): Do not append a slash if PATH already ends in one.
4031 (avoided_names, struct avoided_name): Remove.
4032 (avoided_name_table): New var, replacing avoided_names.
4033 (hash_avoided_name, compare_avoided_names): New function.
4034 (add_avoided_name, is_avoided_name): Use hash table rather than
4037 * src/buffer.c (_GNU_SOURCE): Remove; autoconf now does this.
4038 (child_open_for_compress, child_open_for_uncompress,
4039 close_archive): Propagate any failure of the compression process
4041 (open_archive, flush_write, flush_read, close_archive): Do not
4042 allocate an array of size PATH_MAX, as PATH_MAX might be (size_t)
4043 -1. Instead, allocate an array with the size that's needed.
4044 (open_archive): Don't bother checking S_ISCHR of /dev/null.
4045 (backspace_output): Don't try to backspace past start of archive.
4046 (close_archive): Remove special case for DELETE_SUBCOMMAND.
4048 * acconfig.h (_GNU_SOURCE, DEFAULT_ARCHIVE, DEFAULT_BLOCKING,
4049 DENSITY_LETTER, DEVICE_PREFIX, EMUL_OPEN3, HAVE_GETGRGID,
4050 HAVE_GETPWUID, HAVE_MKNOD, HAVE_RTAPELIB, HAVE_ST_FSTYPE_STRING,
4051 HAVE_UNION_WAIT, HAVE_UTIME_H, HAVE_VALLOC, MTIO_CHECK_FIELD, PACKAGE,
4052 PROTOTYPES, REMOTE_SHELL, STD_INC_PATH, VERSION, WITH_CATALOGS,
4053 WITH_DMALLOC, WITH_REGEX):
4054 Remove; now generated automatically.
4056 * configure.in (_GNU_SOURCE): Define to empty, not 1, for
4057 compatibility for glibc fragments.
4058 (_GNU_SOURCE, HAVE_UTIME_H, MTIO_CHECK_FIELD,
4059 HAVE_ST_FSTYPE_STRING, HAVE_MKNOD, REMOTE_SHELL, DENSITY_LETTER,
4060 DEVICE_PREFIX, DEFAULT_ARCHIVE, DEFAULT_BLOCKING): Add comment so
4061 that we needn't put an entry into acconfig.h.
4062 (ALL_LINGUAS): Add da.
4063 (AC_C_BACKSLASH_A): Remove; jm_PREREQ_QUOTEARG now does this.
4064 (AC_CHECK_HEADERS): Add stdbool.h (for hash.h users), wctype.h
4066 (AC_MBSTATE_T): Add.
4067 (RMT): Append $(EXEEXT).
4068 (HAVE_GETGRGID, HAVE_GETPWUID, pe_AC_TYPE_SIGNED_CHAR): Remove.
4069 (HAVE_DECL_FREE, HAVE_DECL_GETGRGID, HAVE_DECL_GETPWUID,
4070 HAVE_DECL_GETENV, HAVE_DECL_MALLOC, HAVE_DECL_STRTOUL,
4071 HAVE_DECL_STRTOULL, HAVE_DECL_STRERROR_R): New macros.
4072 (jm_PREREQ_ADDEXT, jm_PREREQ_ERROR, jm_PREREQ_QUOTEARG): Add.
4073 (AC_REPLACE_FUNCS): Remove execlp; no longer needed.
4074 (AC_CHECK_FUNCS): Add clock_gettime; AC_SEARCH_LIBS wasn't enough.
4075 Remove mbrtowc; jm_PREREQ_QUOTEARG now does this.
4076 (EMUL_OPEN3): Remove; no longer needed.
4077 (DENSITY_LETTER, DEVICE_PREFIX): Simplify m4 quoting.
4079 * m4/fnmatch.m4 (AC_FUNC_FNMATCH): Detect d*/*1 vs d/s/1 bug.
4081 * src/common.h: Do not include basename.h.
4082 * src/rtapelib.c (base_name): Do not include basename.h;
4083 declare base_name instead.
4085 * lib/basename.h, lib/execlp.c, lib/getpagesize.h, lib/mkdir.c:
4087 * lib/getstr.c, lib/getstr.h, lib/hash.h, lib/hash.h, lib/prepargs.c,
4088 lib/prepargs.h, lib/savedir.c, lib/savedir.h: New files.
4089 * lib/Makefile.am (EXTRA_DIST, noinst_HEADERS, libtar_a_SOURCES):
4090 Adjust to the above changes.
4092 * lib/Makefile.am (AUTOMAKE_OPTIONS): Remove ../src/ansi2knr.
4094 * src/open3.c: Remove.
4096 * src/Makefile.am (AUTOMAKE_OPTIONS): Remove ansi2knr.
4097 (tar_SOURCES): Remove open3.c.
4098 (INCLUDES): Remove -I.., as automake does that.
4099 (OMIT_DEPENDENCIES): ../lib/fnmatch.h -> fnmatch.h. Add localedir.h.
4101 The following changes are to put LOCALEDIR into localedir.h instead
4102 of passing it on the command line.
4104 (DISTCLEANFILES): New macro.
4105 (localedir.h): New rule.
4106 (rmt.o tar.o): Now depend on localedir.h.
4108 * tests/delete02.sh, tests/extrac04.sh: New files.
4110 * tests/Makefile.am (AUTOMAKE_OPTIONS): Remove ansi2knr.
4111 (TESTS): Add extrac04.sh, and restore delete02.sh.
4112 (DEFS): Remove; LOCALEDIR is now done via localedir.h.
4113 (INCLUDES): Remove -I.. as automake does this now.
4115 * src/rtapelib.c (rexec): Don't declare unless using it.
4116 (do_command): Simplify signal-handling code slightly.
4118 * src/delete.c (blocks_needed): Remove. All uses changed to use
4119 blocking_factor - new_blocks.
4120 (acting_as_filter): New var.
4121 (write_record, delete_archive_members): Use acting_as_filter
4122 rather than archive == STDIN_FILENO to detect whether we're acting
4123 as a filter, as open can return STDIN_FILENO in some cases.
4124 (delete_archive_members): Ignore zero blocks if
4125 ignore_zeros_option is nonzero. Fix bug that messed up last
4126 output block: write_eot can't be used here, as it gets confused
4127 when the input is at end of file.
4129 * src/compare.c (diff_archive): Do not impose an arbitrary limit on
4130 symbolic link contents length. Pass directory size to
4131 get_directory_contents.
4133 * m4/decl.m4, m4/error.m4, m4/mbstate_t.m4, m4/prereq.m4,
4134 m4/strerror_r.m4: New files.
4135 * m4/signedchar.m4: Remove this file.
4136 * Makefile.am (ACINCLUDE_INPUTS): Adjust to above changes.
4137 * m4/Makefile.am (EXTRA_DIST): Likewise.
4139 * Makefile.am (DISTCLEANFILES): Add intl/libintl.h.
4141 * po/da.po: New translation file.
4143 * src/mangle.c (extract_mangle):
4144 Fix diagnostic with wrong number of %s'es.
4146 * lib/fnmatch.c (fnmatch):
4147 Fix some FNM_FILE_NAME and FNM_LEADING_DIR bugs,
4148 e.g. fnmatch("d*/*1", "d/s/1", FNM_FILE_NAME) incorrectly yielded zero.
4150 * lib/full-write.c (full_write): Some buggy drivers return 0 when you
4151 fall off a device's end. Detect this.
4153 * src/system.h (IN_CTYPE_DOMAIN): Renamed from CTYPE_DOMAIN. All
4155 (open): Remove macro; we no longer support EMUL_OPEN3. Do not
4156 include <pathmax.h> and directory include files like <dirent.h>;
4157 no longer used. Include <savedir.h> instead.
4158 (closedir, signed_char): remove macro; no longer used.
4159 (bool, false, true): Include <stdbool.h> if you have the include
4160 file, otherwise define.
4163 (is_dot_or_dotdot, closedir_error, closedir_warn, opendir_error,
4164 opendir_warn, readdir_error): Remove; no longer needed.
4165 (safer_rmdir): Strip leading ./ (or .// or ./// or ././ or etc.)
4166 before deciding whether we're trying to remove ".".
4167 (remove_any_file): Try unlink first if we are not root. Use
4168 savedir when recursively removing directories, to avoid exhausting
4170 (savedir_error, savedir_warn, symlink_error): New functions.
4172 * src/list.c: (read_and): Do not invoke
4173 apply_nonancestor_delayed_set_stat; DO_SOMETHING is now
4174 responsible for that. Do not invoke apply_delayed_set_stat; our
4175 caller is now responsible for that.
4176 (read_header): Use signed char instead of signed_char. Prevent
4177 later references to current_header from mistakenly treating it as
4179 (from_header): Quote invalid base-64 strings in diagnostics.
4180 (time_from_header): Do not warn about future timestamps in
4181 archive; check_time now does that.
4182 (print_header): Quote unknown file types.
4183 (skip_member): New function, replacing skip_extended_headers and
4184 now skipping the whole member instead of just the extended
4185 headers. All callers changed. This makes the code handle
4186 extended headers uniformly, and fixes some bugs.
4188 * src/update.c (update_archive): Use skip_member.
4190 * src/extract.c (we_are_root): Now global.
4191 (struct delayed_symlink): New type.
4192 (delayed_symlink_head): New var.
4193 (extr_init, fatal_exit): Invoke extract_finish on fatal errors,
4194 not apply_delayed_set_stat.
4195 (set_mode, set_stat): Pointer args are now const pointers.
4196 (check_time): New function.
4197 (set_stat): Warn if setting a file's timestamp to be the future.
4198 (make_directories): Do not save and restore errno.
4199 (maybe_recoverable): Set errno to ENOENT if we cannot make missing
4200 intermediate directories.
4201 (extract_archive): Invoke apply_nonancestor_delayed_set_stat here,
4202 not in caller. Extract potentially dangerous symbolic links more
4203 carefully, deferring their creation until the end, and using a
4204 regular file placeholder in the meantime. Do not remove trailing
4205 / and /. from file names. Do not bother checking for ".." when
4206 checking whether a directory loops back on itself, as loopbacks
4207 can occur with symlinks too. Also, in that case, do not bother
4208 saving and restoring errno; just set it to EEXIST.
4209 (apply_nonancestor_delayed_set_stat): A prefix is a potential
4210 ancestor if it ends in slash too (as well as ending in a char just
4212 (apply_delayed_set_stat): Remove.
4213 (apply_delayed_symlinks, extract_finish): New functions.
4215 * doc/fdl.texi: New file.
4216 * doc/Makefile.am (EXTRA_DIST): Add fdl.texi.
4217 ($(srcdir)/tar.info): Add fdl.texi. Invoke makeinfo with --no-split.
4218 * doc/tar.texi: Add Free Documentation License. New section
4219 "Overwrite Old Files", and revamp that section to make it easier to
4220 follow. "tar" -> "GNU tar" where appropriate. Migrate getdate
4221 documentation into getdate.texi. Fix several minor typos. Describe
4222 TAR_OPTIONS. Describe incompatibility between incremental backups and
4223 --atime-preserve. Describe incompatibility between --verify and other
4224 options. Mention that tar normally removes symbolic links rather than
4225 following them, when extracting a file of the same name.
4227 * THANKS: Add gpoul. Change skip's address.
4229 * po/POTFILES.in: Add lib/human.c.
4231 * src/common.h (namelist, namelast): Remove decls.
4232 (we_are_root, extract_finish, skip_member, savedir_error,
4233 savedir_warn, symlink_error, gnu_list_name): New decls.
4234 (apply_delayed_set_stat, apply_nonancestor_delayed_set_stat,
4235 skip_extended_headers, is_dot_or_dotdot, closedir_error,
4236 closedir_warn, opendir_error, opendir_warn, readdir_error,
4237 readdir_warn): Remove decls.
4238 (get_directory_contents): New off_t arg.
4239 (addname): Now returns struct name *.
4241 * src/tar.h, tests/genfile.c: Fix comments.
4243 * src/create.c: Include hash.h.
4244 (gnu_list_name): Remove decl.
4245 (struct link): Remove "next" member.
4247 (start_header): Say "leading `FOO'" rather than "`FOO' prefix" for
4248 consistency with other diagnostics.
4249 (deal_with_sparse): Check for I/O error when closing the file.
4250 (create_archive): Do not allocate an array of size PATH_MAX, as
4251 PATH_MAX might be (size_t) -1. Instead, allocate an array with
4252 the size that's needed.
4253 (hash_link, compare_links): New functions.
4254 (dump_file): Do not exhaust open file descriptors when descending
4255 deeply into a directory, by using savedir rather than
4256 opendir/readdir. Do not zero-fill the name buffer unnecessarily.
4257 Hash the set of links already created, instead of using a linked
4258 list. Fix some bugs in outputting sparse files which caused the
4259 sparse tables to be incorrect. When a file unexpectedly shrinks,
4260 output zeros rather than garbage. Do not allocate an array of
4261 size PATH_MAX, as PATH_MAX might be (size_t) -1. Instead,
4262 allocate an array with the size that's needed.
4264 * src/incremen.c: Include hash.h.
4265 (struct directory): Remove "next", "dir_text". Change "name" to
4266 be char[1] with struct hack, not const char *. Add "found".
4267 (directory_list): Remove. Replaced by directory_table.
4268 (directory_table): New var.
4269 (nfs_string): Renamed from nfs.
4270 (hash_directory, compare_directories): New functions.
4271 (note_directory): Now returns struct directory *. First arg is
4272 now const pointer. struct stat arg is now dev_t, ino_t, nfs.
4273 Remove text arg. New "found" arg, basically corresponding to the
4274 old text arg not being null. All callers changed.
4275 (note_directory, find_directory): Use hash table rather than
4277 (get_directory_contents): New arg "device". Use savedir to do the
4278 hard work. Save the nfs-ness of stat_data, since it might change
4279 under us. Use note_directory instead of find_directory to save
4280 some work. When adding an "A" record, do it with
4281 add_to_accumulator instead of cheating with strcat.
4282 (read_directory_file): Use "+" flag before device to indicate
4283 whether it was NFS. Fix typo in checking for strtoul error.
4284 (write_directory_file_entry): New function.
4285 (write_directory_file): Use it, and use the hash routines to
4286 traverse the directory table.
4287 (gnu_restore): Use savedir rather than opendir/readdir.
4289 * src/tar.c: Include localedir.h, prepargs.h.
4290 (long_options): Now static.
4291 (long_options, usage, decode_options): -j is now short for
4292 --bzip2, and -I is now an alias for -T.
4293 (decode_options, main): argv is not const pointer now.
4294 (decode_options): Invoke prepend_default_options to support
4295 TAR_OPTIONS. In diagnostic, mention the string that was the
4296 invalid blocking factor, tape length, group, owner, or record
4297 size. --delete is no longer incompatible with -f -, undoing
4299 (main): Invoke extract_finish at end of extraction.
4301 * src/rmt.c: Include localedir.h.
4302 (main): Update copyright date to 2000.
4304 * doc/getdate.texi: New file, taken from fileutils 4.0.27, with the
4305 following changes: Use @sc where appropriate. Document the ranges of
4306 supported times more precisely. Add Eggert to getdate authors.
4307 Document old Latin 12m/12pm tradition. Remove list of alphabetic time
4308 zone names, as it wasn't correct and people shouldn't be relying on it
4309 anyway. Relative items also account for non-DST adjustments. Fix
4312 * lib/prepargs.c, lib/prepargs.h, tests/extrac04.sh: New file.
4314 * tests/ignfail.sh: opendir -> savedir in diagnostics.
4316 * tests/preset.in: Set LANGUAGE to the empty string, for some
4319 2000-10-20 Paul Eggert <eggert@twinsun.com>
4321 * m4/fnmatch.m4: Mention the GNU C library.
4323 2000-10-19 Paul Eggert <eggert@twinsun.com>
4325 * m4/fnmatch.m4: Add a couple more test cases to catch bugs in
4328 2000-10-17 Paul Eggert <eggert@twinsun.com>
4330 * lib/human.c (<limits.h>): Do not include; human.h does it if needed.
4333 * lib/human.h (<limits.h>): Include if HAVE_LIMITS_H.
4334 (CHAR_BIT): Define if not defined.
4336 2000-09-09 Paul Eggert <eggert@twinsun.com>
4338 * lib/quotearg.c: From fileutils: rename ISASCII to IN_CTYPE_DOMAIN.
4340 2000-08-07 Paul Eggert <eggert@twinsun.com>
4342 * lib/xmalloc.c: Memory exhausted -> memory exhausted
4344 * lib/xalloc.h (xalloc_msg_memory_exhausted):
4345 change to array from char *.
4347 2000-08-06 Paul Eggert <eggert@twinsun.com>
4349 * m4/mbstate_t.m4: Define mbstate_t to be int, not char, for
4350 compatibility with glibc 2.1.3 strftime.c.
4352 2000-07-31 Paul Eggert <eggert@twinsun.com>
4354 * lib/quotearg.c (quotearg_n_options):
4355 Don't make the initial slot vector a constant,
4356 since it might get modified.
4358 * lib/quotearg.c: Add support for more than one preallocated slot.
4360 2000-07-30 Paul Eggert <eggert@twinsun.com>
4362 * lib/quotearg.c (quotearg_n_options):
4363 Preallocate a slot 0 buffer, so that the caller
4364 can always quote one small component of a "memory exhausted" message
4367 2000-07-23 Paul Eggert <eggert@twinsun.com>
4370 Include <wchar.h> even if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX), so that
4371 mbstate_t is always defined.
4373 Do not inspect MB_LEN_MAX, since it's incorrectly defined to be 1 in
4374 some GCC installations, and this configuration error is likely to be
4377 2000-07-22 Paul Eggert <eggert@twinsun.com>
4380 When the system forces us to redefine mbstate_t, shadow its mbsinit
4381 function. From Bruno Haible.
4383 2000-07-14 Paul Eggert <eggert@twinsun.com>
4385 * lib/xmalloc.c: Simplify exhausted message.
4387 * lib/quotearg.h: Update copyright date; from Jim Meyering.
4389 2000-07-13 Paul Eggert <eggert@twinsun.com>
4391 * lib/quotearg.h (enum quoting style):
4392 New constant clocale_quoting_style.
4395 (quoting_style_args, quoting_style_vals, quotearg_buffer_restyled):
4396 Add support for clocale_quoting_style, undoing previous change to
4397 locale_quoting_style.
4399 2000-07-10 Paul Eggert <eggert@twinsun.com>
4402 <wchar.h>: Include only if HAVE_MBRTOWC && 1 < MB_LEN_MAX,
4403 since otherwise we don't need it.
4404 (MB_CUR_MAX): Redefine to 1 if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX),
4405 since we don't do multibytes in that case.
4406 (quotearg_buffer_restyled): If a unibyte locale, don't bother to
4407 invoke multibyte primitives.
4409 * m4/mbstate_t.m4 (AC_MBSTATE_T):
4410 Renamed from AC_MBSTATE_T_OBJECT. All uses changed.
4411 Change from a two-part test, which defines both HAVE_MBSTATE_T_OBJECT
4412 and mbstate_t, to a single-part test that simply defines mbstate_t.
4414 * lib/quotearg.c (mbrtowc): Do not use HAVE_WCHAR_H in the definition.
4415 Use defined mbstate_t, not HAVE_MBSTATE_T_OBJECT,
4416 to decide whether to define the BeOS workaround macro;
4417 this adjusts to the change to AC_MBSTATE_T.
4419 * m4/strerror_r.m4: New file.
4421 2000-07-05 Paul Eggert <eggert@twinsun.com>
4423 * lib/quotearg.c: Use double-quote to quote.
4425 * lib/quotearg.c (N_): New macro.
4426 (gettext_default): New function.
4427 (quotearg_buffer_restyled): Use gettext_default ("{LEFT QUOTATION MARK}",
4428 "\"") for left quote, and gettext_default ("{RIGHT QUOTATION MARK}", "\"")
4431 * lib/quotearg.c (struct quoting_options):
4432 Simplify quote_these_too dimension.
4433 From Bruno Haible <haible@clisp.cons.org>.
4435 * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT):
4436 Test for mbstate_t only if the test
4437 for an object-type mbstate_t fails.
4439 * lib/quotearg.c (mbrtowc): Declare returned type, since BeOS doesn't.
4441 2000-07-03 Paul Eggert <eggert@twinsun.com>
4443 * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Port to autoconf 2.13.
4444 Add AC_CHECK_HEADERS(stdlib.h), since we use HAVE_STDLIB_H.
4446 * lib/quotearg.c (mbrtowc):
4447 Assign to *pwc, and return 1 only if result is nonzero.
4448 (iswprint): Define to ISPRINT if we are substituting our own mbrtowc.
4450 2000-07-02 Paul Eggert <eggert@twinsun.com>
4452 * lib/quotearg.c (mbstate_t):
4453 Do not define; it should be defined with AC_CHECK_TYPE.
4455 2000-06-26 Paul Eggert <eggert@twinsun.com>
4457 * m4/mbstate_t.m4: Include stdio.h before wchar.h, to work around
4458 a bug in glibc 2.1.3.
4460 * lib/xmalloc.c: Fix inaccurate comment for xrealloc.
4462 2000-06-19 Paul Eggert <eggert@twinsun.com>
4464 * lib/quotearg.c (ISASCII): Add #undef and move definition to follow
4465 inclusion of wctype.h to work around solaris2.6 namespace pollution.
4466 (ISPRINT): Likewise.
4467 Reported by Tom Tromey.
4469 2000-06-15 Paul Eggert <eggert@twinsun.com>
4471 * lib/human.c (adjust_value): New function.
4472 (human_readable_inexact): Apply rounding style even when printing
4475 * lib/human.c: Avoid shadowing warnings.
4478 2000-06-14 Paul Eggert <eggert@twinsun.com>
4480 * lib/human.c (human_readable_inexact): Allow an input block size
4481 that is not a multiple of the output block size, and vice versa.
4483 * lib/getdate.y (get_date): Apply relative times after time zone
4484 indicator, not before.
4486 2000-05-31 Paul Eggert <eggert@twinsun.com>
4488 * m4/largefile.m4: Rewrite so that we don't need to run getconf,
4489 and thus don't need AC_CANONICAL_HOST.
4491 (AC_SYS_LARGEFILE_FLAGS, AC_SYS_LARGEFILE_SPACE_APPEND): Remove.
4492 (AC_SYS_LARGEFILE_TEST_INCLUDES): New macro.
4493 (AC_SYS_LARGEFILE_MACRO_VALUE): Change arguments from
4494 CODE-TO-SET-DEFAULT to VALUE, INCLUDES, FUNCTION-BODY. All uses
4495 changed. Instead of inspecting the output of getconf, try to
4496 compile the test program without and with the macro definition.
4497 (AC_SYS_LARGEFILE): Do not require AC_CANONICAL_HOST or check for
4498 getconf. Instead, check for the needed flags by compiling test
4501 * configure.in (AC_CANONICAL_HOST): Remove; the largefile stuff no
4503 * config.guess, config.sub: Remove these files, for similar reasons.
4505 2000-05-03 Paul Eggert <eggert@twinsun.com>
4507 * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _XOPEN_SOURCE to be
4508 500, instead of _GNU_SOURCE to be 1, to work around glibc 2.1.3
4509 bug. This avoids a clash when files like regex.c that define
4512 2000-05-02 Paul Eggert <eggert@twinsun.com>
4514 * m4/largefile.m4 (AC_SYS_LARGEFILE):
4515 Define _GNU_SOURCE if this is needed to make
4516 ftello visible (e.g. glibc 2.1.3). Use compile-time test, rather than
4517 inspecting host and OS, to decide whether to define _LARGEFILE_SOURCE.
4519 * lib/quotearg.c (mbrtowc, mbstat_t):
4520 Add definitions if !HAVE_MBSTATE_T_OBJECT.
4521 (<wctype.h>): Include if HAVE_WCTYPE_H.
4522 (iswprint): Define to 1 if we lack it
4524 2000-04-18 Paul Eggert <eggert@twinsun.com>
4526 * m4/mbstate_t.m4: New file.
4528 2000-04-17 Bruno Haible <haible@clisp.cons.org>
4530 * tests/ignfail.sh: Test for uid 0 along with user "root".
4532 2000-04-05 Paul Eggert <eggert@twinsun.com>
4534 * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS):
4535 Don't use -n32 on IRIX if the installer said
4538 2000-02-28 Paul Eggert <eggert@twinsun.com>
4540 * lib/quotearg.c (ALERT_CHAR): New macro.
4541 (quotearg_buffer_restyled): Use it.
4543 2000-02-23 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
4545 * src/list.c (tartime): Fix off-by-one error when copying year if
4548 2000-02-18 Paul Eggert <eggert@twinsun.com>
4550 * lib/getdate.y: Handle two-digit years with leading zeros correctly.
4551 (textint): New typedef.
4552 (parser_control): Changed from struct parser_control to typedef
4553 (for consistency). Member year changed from int to textint. All
4555 (YYSTYPE): Removed; replaced by %union with int and textint
4557 (tID): Removed; not used.
4558 (tDAY, tDAY_UNIT, tDAYZONE, tHOUR_UNIT, tID, tLOCAL_ZONE,
4559 tMERIDIAN, tMINUTE_UNIT, tMONTH, tMONTH_UNIT tSEC_UNIT, tSNUMBER,
4560 tUNUMBER, tYEAR_UNIT, tZONE, o_merid): Now of type <intval>.
4561 (tSNUMBER, tUNUMBER): Now of type <textintval>.
4562 (date, number, to_year): Use width of number in digits, not its
4563 value, to determine whether it's a 2-digit year, or a 2-digit
4565 (yylex): Store number of digits of numeric tokens. Return '?' for
4566 unknown identifiers, rather than (unused) tID.
4568 2000-01-16 Paul Eggert <eggert@twinsun.com>
4570 * lib/quotearg.c (quotearg_buffer_restyled):
4571 Do not quote alert, backslash, formfeed,
4572 and vertical tab unnecessarily in shell quoting style.
4574 2000-01-15 Paul Eggert <eggert@twinsun.com>
4577 Change quoting to be compatible with future autoconf versions.
4579 2000-01-11 Paul Eggert <eggert@twinsun.com>
4581 * lib/exclude.c (FILESYSTEM_PREFIX_LEN, ISSLASH): Remove unused macros.
4583 2000-01-07 Paul Eggert <eggert@twinsun.com>
4585 * NEWS, configure.in (AC_INIT_AUTOMAKE): Version 1.13.17.
4587 Fix bug with fnmatch.h dependency, as follows:
4588 * src/Makefile.am (OMIT_DEPENDENCIES): New macro.
4589 * lib/Makefile.am (OMIT_DEPENDENCIES): New macro.
4591 * src/common.h (apply_nonancestor_delayed_set_stat):
4592 Renamed from apply_delayed_set_stat.
4593 (apply_delayed_set_stat, decode_mode, chmod_error_details,
4594 chown_error_details, close_warn, closedir_warn, mkdir_error,
4595 read_error_details, read_fatal_details, read_warn_details,
4596 seek_error_details, seek_warn_details, utime_error,
4597 write_error_details, write_fatal_details): New decls.
4599 Make diagnostic messages more regular.
4600 * src/create.c (dump_file): Quote file names with colons if possible.
4601 * src/compare.c (diff_archive): Likewise.
4602 * src/extract.c (repair_delayed_set_stat, extract_archive): Likewise.
4603 * src/incremen.c (get_directory_contents, gnu_restore): Likewise.
4604 * src/mangle.c (extract_mangle): Likewise.
4605 * src/misc.c (call_arg_error, call_arg_fatal, call_arg_warn):
4607 * src/buffer.c (archive_write_error, flush_archive, close_archive,
4608 new_volume, xclose):
4609 Use error message functions to report errors consistently.
4610 * src/compare.c (diff_sparse_files, diff_archive): Likewise.
4611 * src/create.c (finish_sparse_file, dump_file): Likewise.
4612 * src/extract.c (set_mode, set_stat, extract_sparse_file,
4613 extract_archive): Likewise.
4614 * src/list.c (list_archive): Likewise.
4615 * src/update.c (append_file): Likewise.
4616 * src/compare.c (diff_init, diff_sparse_files):
4617 Use xalloc_die to report memory exhaustion.
4618 * src/incremen.c (gnu_restore): Likewise.
4619 * src/list.c (read_header): Likewise.
4620 * src/mangle.c (extract_mangle): Likewise.
4621 * src/misc.c (maybe_backup_file): Likewise.
4622 * src/tar.c (decode_options): Likewise.
4623 * src/compare.c (read_and_process, fill_in_sparse_array,
4625 Use consistent terminology for unexpected-EOF message.
4626 * src/extract.c (extract_sparse_file, extract_archive): Likewise.
4627 * src/list.c (list_archive, read_header, skip_file,
4628 skip_extended_headers): Likewise.
4629 * src/buffer.c (archive_write_error): Add noreturn attribute to decl.
4630 (xdup2): Regularize messages with rest of tar.
4632 * src/buffer.c (flush_read): Don't read past EOF.
4634 * src/extract.c (extr_init):
4635 If we run out of memory, invoke apply_delayed_set_stat.
4636 (prepare_to_extract): Don't complain if we can't remove ".".
4637 (apply_delayed_set_stat): New function.
4638 (apply_nonancestor_delayed_set_stat):
4639 Renamed from apply_delayed_set_stat. All uses changed.
4640 Don't remove head if it doesn't apply.
4642 * src/create.c (find_new_file_size):
4643 Return size instead of storing through pointer.
4644 All callers changed.
4645 (deal_with_sparse): Don't keep reading after read errors.
4646 (finish_sparse_file): Just abort if there is an internal error.
4647 (dump_file): Fix typo: stat_warn and stat_error were interchanged.
4648 Don't restore access times on directories during incremental dumps
4649 until after dealing with the directory.
4650 If ignoring failed reads, count closedir, read, and unknown
4651 file errors as warnings, not errors.
4652 Fix buffer overrun problem when dumping sparse files.
4654 * src/list.c (read_and):
4655 Invoke apply_nonancestor_delayed_set_stat on file names
4656 after handling them.
4657 (decode_mode): Remove; moved to misc.c.
4659 * src/misc.c (safer_rmdir): New function.
4660 (remove_any_file): Use it to avoid problems with rmdir(".").
4661 (maybe_backup_file): Regularize diagnostics.
4662 (undo_backup_file): Likewise.
4663 (decode_mode): Moved here from list.c.
4664 (chmod_error_details, chown_error_details, close_fatal,
4665 close_warn, closedir_warn, mkdir_error, read_error_details,
4666 read_warn_details, read_fatal_details, seek_error_details,
4667 seek_warn_details, utime_error, write_error_details,
4668 write_fatal_details): New functions.
4670 * src/delete.c (save_record): Remove static variable (now local).
4671 (move_archive): Don't position before start of archive.
4672 (write_record): Abort if count is zero at inopportune time.
4675 * src/tar.c (decode_options): --delete and -f - are now
4676 incompatible, since we didn't have time to fix their bugs.
4678 * tests/Makefile.am (TESTS): Remove delete02.sh.
4679 * tests/ignfail.sh: Adjust to new quoting scheme again.
4681 2000-01-06 Paul Eggert <eggert@twinsun.com>
4683 * lib/getdate.y: Sync tm_diff with the GNU C Library.
4684 (TM_YEAR_BASE): Renamed from TM_YEAR_ORIGIN. All uses changed.
4685 (tm_diff): Renamed from difftm. All uses changed.
4686 Replace body with that taken from GNU C Library 2.1.3pre1.
4687 (get_date): Prefer tm_gmtoff to tm_diff if available.
4689 1999-12-29 "Melissa O'Neill" <oneill@cs.sfu.ca>
4691 * tests/incremen.sh: Invoke stat on newly created file so that its
4692 ctime is updated on Nextstep.
4694 1999-12-21 Machael Stone <mstone@cs.loyola.edu>
4696 * lib/getdate.y (get_date):
4697 Fix typo when checking for time_t overflow in time zone calculations.
4699 1999-12-13 Paul Eggert <eggert@twinsun.com>
4701 * NEWS, configure.in (AC_INIT_AUTOMAKE): Version 1.13.16.
4703 * README-alpha: New file.
4704 * README: New sections for gzip and bzip2, Solaris.
4705 Remove mention of BACKLOG.
4707 * configure.in (AC_C_BACKSLASH_A): Add.
4708 (AC_CHECK_HEADERS): Add wchar.h.
4709 (AC_CHECK_FUNCS): Add mbrtowc.
4710 (AC_FUNC_CLOSEDIR_VOID): Add.
4712 * tests/Makefile.am (TESTS): Add delete02.sh.
4713 (POSTPONED_TESTS): Remove.
4714 (EXTRA_DIST): Remove $(POSTPONED_TESTS).
4717 Set LC_ALL rather than LANGUAGE, LANG, and LC_MESSAGES.
4719 * tests/ignfail.sh (err): Adjust to new quoting scheme.
4721 * tests/delete02.sh: Fix typo: need to list archive2, not archive.
4723 * tests/extrac03.sh: Use -P option, so that .. doesn't get diagnosed.
4725 * src/tar.c ("quotearg.h"): New include.
4726 (usage): Now has __attribute__ ((noreturn)).
4727 (confirm): Report errno if we can't open tty.
4728 (confirm, decode_options):
4729 Quote arbitrary strings in diagnostics.
4730 (OVERWRITE_OPTION): New constant.
4731 (long_options, usage, decode_options): New --overwrite option.
4732 (decode_options): --keep-old-files, --overwrite, and --unlink-first
4733 are now mutually exclusive.
4734 Don't assume that gettext preserves errno.
4735 (main): Set default quoting style to escape_quoting_style.
4737 * src/update.c (<quotearg.h>): New include.
4739 Don't assume that gettext preserves errno.
4740 Quote arbitrary strings in diagnostics.
4741 Check for close error.
4743 * src/names.c (<quotearg.h>): New include.
4744 (name_init, name_next, name_close, names_notfound,
4745 collect_and_sort_names): Don't assume that gettext preserves
4746 errno. Quote arbitrary strings in diagnostics.
4747 (excluded_name): Fix typo that caused empty patterns to be
4750 * src/misc.c (<quotearg.h>): New include.
4751 (quote_copy_string): Quote only newline and backslash; the output is no
4752 longer meant for humans, and is locale-independent.
4753 (contains_dot_dot): New function.
4754 (remove_any_file): Don't use lstat; just rmdir the file and then use
4755 unlink if the rmdir fails because the file isn't a directory.
4756 Check for readdir and closedir errors.
4757 (maybe_backup_file): Report "stat" for stat errors.
4758 (maybe_backup_file, chdir_do):
4759 Quote arbitrary strings in diagnostics.
4760 (maybe_backup_file, undo_last_backup):
4761 Don't assume that gettext preserves errno.
4762 (call_arg_error, call_arg_fatal, call_arg_warn,
4763 chdir_fatal, close_error, closedir_error, exec_fatal, mkfifo_error,
4764 mknod_error, open_error, open_fatal, open_warn, opendir_error,
4765 opendir_warn, read_error, read_fatal, readdir_error, readdir_warn,
4766 readlink_error, readlink_warn, seek_error, seek_warn, stat_error,
4767 stat_warn, truncate_error, truncate_warn, unlink_error, waitpid_error,
4768 write_error, write_fatal, xfork, xpipe, quote_n, quote): New functions.
4770 * src/system.h (__attribute__): New macro.
4771 (O_NDELAY, O_NONBLOCK, O_APPEND): Remove.
4772 (S_ISDOOR): New macro.
4773 (closedir): New macro, if CLOSEDIR_VOID.
4775 * src/rmt.c, src/rtapelib.c (decode_oflag):
4776 O_APPEND might not be defined.
4778 * src/list.c: (read_and, list_archive):
4779 Quote arbitrary strings in diagnostics.
4780 (from_header): Use locale_quoting_style to quote diagnostics.
4781 (print_header, print_for_mkdir): Quote with quotearg, not quote_copy_string.
4783 * src/rmt.h (REM_BIAS): Increase from 128 to (1 << 30).
4785 * src/Makefile.am: Use ## for copyright comments.
4787 * src/extract.c (<quotearg.h>): New include.
4788 (enum permstatus): New enum.
4789 (struct delayed_set_stat): file_name is now at end of buffer, to avoid
4790 two mallocs. New members file_name_len, invert_permissions, permstatus.
4791 (extr_init): Remove hack that silently adjusted newdir_umask.
4792 (set_mode, set_stat): New args invert_permissions, permstatus, typeflag.
4793 Use these args to decide whether and how to set modes.
4794 (set_mode, set_stat, prepare_to_extract, extract_sparse_file, extract_archive):
4795 Don't assume that gettext preserves errno.
4796 (set_stat): Remove arg symlink_flag; subsumed by typeflag.
4797 (delay_set_stat, repair_delayed_set_stat): New functions.
4798 (make_directories): Avoid mkdir where last part of path is "..".
4799 Create a struct delayed_set_stat for each directory made.
4800 (prepare_to_extract): Renamed from unlink_destination, and
4801 return 0 immediately if to_stdout_option; all callers changed.
4802 (maybe_recoverable): New parameter interdir_made.
4803 Add support for --overwrite.
4804 (extract_sparse_file, extract_archive):
4805 Quote arbitrary strings in diagnostics.
4806 (extract_archive): By default, warn about ".." in member names, and skip them.
4807 Don't open files with O_NONBLOCK or O_APPEND.
4808 Open with O_TRUNC only if --overwrite; otherwise, use O_EXCL to avoid
4809 overwriting them. Pass only rwxrwxrwx permissions to `open' and `mkdir',
4810 minus the current umask. Keep track of intermediate directories made,
4811 to avoid looping when making x/../x when x doesn't exist; the
4812 earlier code solved this in a different way that didn't fit well
4813 into the new scheme. Don't extract permissions onto existing
4814 directories unless --overwrite is given. Do not add -wx------
4815 permissions to new directories permanently; just do it temporarily.
4816 Remove no-longer-needed hack with MSDOS and directory time stamps.
4817 (apply_delayed_set_stat): New argument specifies which directories to
4818 fix statuses of. Do not wait until the end of extraction to fix
4819 statuses; instead, fix a directory's status once we exit that directory.
4820 This requires less memory and does the right thing in some cases
4821 where the old method didn't.
4822 (fatal_exit): New function.
4824 * src/incremen.c (<quotearg.h>): New include.
4825 (get_directory_contents, gnu_restore):
4826 Check for readdir and closedir errors.
4827 (get_directory_contents, read_directory_file, gnu_restore):
4828 Quote arbitrary strings in diagnostics.
4829 (get_directory_contents, read_directory_file, write_directory_file):
4830 Don't assume that gettext preserves errno.
4832 * src/create.c (<quotearg.h>): New include.
4833 (start_header): Use `member names' to refer to archive member names, not
4834 `archive names'. Warn about `..' in member names.
4835 (finish_sparse_file, dump_file):
4836 Quote arbitrary strings in diagnostics.
4837 (finish_sparse_file, dump_file):
4838 Don't assume that gettext preserves errno.
4839 (dump_file): Don't use `access' to determine whether a directory is readable;
4840 this isn't reliable if tar is setuid. Use `opendir' instead.
4841 Check for readdir and closedir failures.
4842 Don't dump sockets as if they were fifos; just warn and skip.
4844 * src/delete.c (move_archive):
4845 Don't report fatal error merely because sizes don't fit
4846 into struct mtop values; fall back on lseek instead.
4847 Say `Cannot' uniformly, instead of `Could not' sometimes and `Cannot' others.
4848 Say `reposition' instead of `re-position'.
4849 (delete_archive_members):
4850 Set archive to STDOUT_FILENO before outputting trailing buffer.
4852 * src/compare.c (<quotearg.h>): New include.
4853 (diff_init): Use `Cannot' uniformly, instead of `Could not' sometimes
4854 and `Cannot' others.
4855 (report_difference, diff_archive):
4856 Quote arbitrary strings in diagnostics.
4857 (process_rawdata, diff_sparse_files, get_stat_data, diff_archive, seek_warn):
4858 Don't assume that gettext preserves errno.
4859 (diff_archive): Don't open regular files with O_NONBLOCK.
4860 Preserve access times of files if --atime.
4862 * src/common.h (FATAL_ERROR): Use new fatal_exit function to exit.
4863 (FATAL_ERROR, USAGE): Don't return 0.
4864 (enum old files): New enum.
4865 (old_files_option): New variable, replacing keep_old_files_option and
4866 unlink_first_option.
4867 (apply_delayed_set_stat): Now takes char const * param.
4868 (fatal_exit, contains_dot_dot, chdir_fatal, close_error,
4869 closedir_error, exec_fatal, mkfifo_error, mknod_error, open_error,
4870 open_fatal, open_warn, opendir_error, opendir_warn, read_error,
4871 read_fatal, readdir_error, readdir_warn, readlink_error,
4872 readlink_warn, seek_error, seek_warn, stat_error, stat_warn,
4873 truncate_error, truncate_warn, unlink_error, waitpid_error,
4874 write_error, write_fatal, xfork, xpipe, quote, quote_n): New decls.
4877 (xclose, xdup2, child_open_for_compress, child_open_for_uncompress,
4878 archive_write_error, archive_read_error, flush_archive, close_archive,
4879 init_volume_number, new_volume):
4880 Don't assume that gettext preserves errno.
4882 (xdup2): Don't report errno if dup returns an unexpected nonnegative value.
4883 (open_archive): Reject multivolume verify attempts a bit earlier.
4884 Rename local variable `access', in case it's defined by system header.
4886 (open_archive, backspace_output): Use `Cannot' uniformly, instead of
4887 `Could not' sometimes and `Cannot' others.
4889 (open_archive, flush_read, flush_archive, close_archive, new_volume):
4890 Quote arbitrary strings in diagnostics.
4892 (read_error): Set archive to STDOUT_FILENO temporarily when writing
4895 (init_volume_number): Check for input and output errors in volno_file.
4897 (new_volume): Use new fatal_exit function to exit, and new xfork
4900 * m4/Makefile.am (EXTRA_DIST): Add c-bs-a.m4.
4902 * Makefile.am (ACINCLUDE_INPUTS): Add $(M4DIR)/c-bs-a.m4.
4904 * doc/tar.texi: Add --overwrite.
4905 --absolute-names rejects ".." in names.
4907 * lib/quotearg.c: Add support for multibyte characters.
4909 (ISPRINT): New macro.
4910 (<wchar.h>): Include if HAVE_MBRTOWC && HAVE_WCHAR_H.
4911 (isprint, mbrtowc, mbsinit, mbstate_t): New macros,
4912 defined if ! (HAVE_MBRTOWC && HAVE_WCHAR_H).
4913 (quotearg_buffer_restyled): New function, with most of the old
4914 quotearg_buffer's contents.
4915 Major rewrite to support multibyte characters.
4916 (quotearg_buffer): Now just calls quotearg_buffer_restyled.
4918 * m4/c-bs-a.m4: New file.
4920 * lib/Makefile.am: Use ## for copyright notice.
4922 * scripts/Makefile.am: Use ## on copyright notice.
4925 ($(srcdir)/tar.info, tar.dvi): We now use texinfo 4.0.
4927 1999-12-05 Paul Eggert <eggert@twinsun.com>
4929 * doc/ChangeLog, lib/ChangeLog, scripts/ChangeLog,
4930 src/ChangeLog, tests/ChangeLog: Remove these files.
4931 * ChangeLog.1: New file, incorporating the above files, plus old
4933 * Makefile.am (EXTRA_DIST): Add ChangeLog.1.
4935 1999-12-05 Dale Worley <worley@ariadne.com>
4937 * src/compare.c (<utime.h>, struct utimbuf): Add.
4938 (diff_archive): Restore access times if --atime.
4939 * doc/tar.texi: Explain that --atime also preserves modification time.
4941 1999-12-04 Gerhard Poul <gpoul@gnu.org>
4943 * ABOUT-NLS: Update to latest version from ftp.gnu.org.
4944 * BACKLOG, TODO: Remove.
4945 * Makefile.am (all-local, BABYL, dist-zoo, id, ID): Remove.
4946 * README: Bring up to date.
4948 1999-12-03 Paul Eggert <eggert@twinsun.com>
4950 * NEWS, configure.in (AM_INIT_AUTOMAKE): Version 1.13.15.
4952 * src/compare.c (diff_archive):
4953 Do not set errno to EPIPE; we no longer use perror.
4955 * src/create.c (dump_file):
4956 If a parent directory said that a file should be there but it is
4957 absent, diagnose it as being removed in the meantime.
4958 Do not pass meaningless errno to ERROR when reporting that the
4959 file changed as we read it.
4960 Report that a file changed if its ctime changes; this is more
4961 sensitive than mtime+size, and more accurate.
4963 * src/incremen.c (enum children): New type.
4964 (struct directory): Change old char allnew member to new enum children
4967 (get_directory_contents): When doing an incremental dump that does
4968 not cross filesystem boundaries, dump the mount points, even though
4969 they are in a different filesystem. This is for convenience when
4970 restoring, and for consistency with non-incremental dumps.
4971 This requires a 3-way flag for keeping track of which children we want,
4972 so we use enum children rather than boolean.
4974 * src/open3.c (modes): Remove.
4975 (open3): Remove unportable assumptions about flag encodings.
4976 Use `stat' instead of `access' for testing file existence,
4977 to avoid problems with setuid programs.
4979 * src/names.c (name_next): If file names are given both in the
4980 command line (e.g. via -C) and in a file (via -T), do not
4981 ignore the command-line names.
4983 * m4/uintmax_t.m4: Backport to autoconf 2.13.
4985 * doc/tar.texi: Clarify getdate authorship.
4987 1999-11-23 Paul Eggert <eggert@twinsun.com>
4989 * lib/Makefile.am (DISTCLEANFILES): New macro.
4991 * configure.in (tar_fnmatch_hin):
4992 Remove; it runs afoul of a bug in autoconf 2.13.
4993 Instead, always link fnmatch.h to some file, even if it's a throwaway.
4995 1999-11-19 Paul Eggert <eggert@twinsun.com>
4997 * m4/largefile.m4: Update serial.
4999 1999-11-18 Paul Eggert <eggert@twinsun.com>
5001 * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around a bug in
5002 the QNX shell, which doesn't propagate exit status of failed
5003 commands inside shell assignments.
5005 1999-11-07 Paul Eggert <eggert@twinsun.com>
5007 * NEWS, configure.in (AM_INIT_AUTOMAKE): Version 1.13.14.
5009 * configure.in (AC_PREREQ): Bump to 2.13.
5010 (ALL_LINGUAS): Add pt_BR, ja.
5011 (AC_FUNC_FNMATCH): Remove lib/funmatch.h before invoking, not after.
5012 (tar_cv_path_RSH): Prefer a non-symlink rsh to a symlink one,
5013 for AIX crossbuilds.
5015 * doc/tar.texi: New node create options for --ignore-failed-read.
5016 Remove unused version control symbols.
5017 Modernize texinfo usage.
5019 * src/tar.c (usage): Add examples.
5021 * m4/fnmatch.m4 (AC_FUNC_FNMATCH):
5022 Include fnmatch.h when testing fnmatch.
5024 * src/common.h (collect_and_sort_names): New decl.
5026 * src/list.c (from_header):
5027 Handle 32-bit two's complement negative time stamps
5028 even if the leading octal digit is 2 or 3.
5030 * src/extract.c (set_stat): Remove duplicate code.
5032 * src/create.c (to_chars): Remove trailing newline from warning.
5033 (dump_file): Ignore doors.
5034 (finish_header): Report block numbers with origin 0, not origin 1.
5036 * src/rmt.c: Include getopt.h.
5037 (long_opts): New constant.
5038 (usage): New function.
5039 (main): Implement --help and --version.
5040 Output usage message if arguments are bad.
5042 1999-10-10 Paul Eggert <eggert@twinsun.com>
5044 * NEWS, configure.in (AM_INIT_AUTOMAKE): Version 1.13.13.
5046 * README: Remove --with-dmalloc.
5047 Add --disable-largefile.
5048 Remove old NeXT dirent problems, or AIX valloc problems.
5049 Remove old union wait advice, and old %lld advice.
5050 Remove advice about FreeBSD 2.1.7, ISC 4.1mu, Ultrix `make'.
5052 * doc/tar.texi: Clarify documentation for portable file names.
5054 * configure.in (AM_WITH_DMALLOC): Remove.
5055 (ALL_LINGUAS): Add ja.
5057 * src/tar.c (decode_options):
5058 Invalid dates are now treated as (time_t) -1.
5059 Redo version message to conform to GNU standards.
5061 * src/create.c (dump_file):
5062 Fix typo: last two args to dump_file were interchanged.
5063 * src/update.c (update_archive): Likewise.
5065 * src/common.h (tartime): New decl.
5067 * src/list.c (tartime): Now extern.
5068 (read_and): Invalid headers cause errors, not warnings.
5070 1999-10-03 Paul Eggert <eggert@twinsun.com>
5072 * lib/getdate.y (__attribute__):
5073 Don't use if GCC claims to be before 2.8; this is
5074 needed for OPENStep 4.2 cc. Also, don't use if strict ANSI.
5076 1999-09-25 Paul Eggert <eggert@twinsun.com>
5078 * lib/fnmatch.c, lib/fnmatch.hin: Merge changes from latest glibc.
5079 * lib/getopt.c, lib/getopt.h, lib/getopt1.c: Likewise.
5081 * tests/incremen.sh: Add yet another sleep.
5083 1999-09-24 Paul Eggert <eggert@twinsun.com>
5085 * NEWS: A read error now causes a nonzero exit status.
5087 * src/create.c (to_chars): Fix base-256 output.
5089 * src/buffer.c (write_error):
5090 Read error is an error, not just a warning.
5092 1999-09-24 Paul Eggert <eggert@twinsun.com>
5094 * NEWS, configure.in (AM_INIT_AUTOMAKE): Version 1.13.12.
5096 * src/tar.c (<time.h>): Include.
5097 (time): Declare if not defined.
5098 (confirm): Don't read past EOF.
5099 (long_options, usage): Add --no-same-owner, --no-same-permissions.
5100 (main): Use clock_gettime if available.
5102 * tests/Makefile.am (TESTS): Add incremen.sh
5103 (INCLUDES): Add -I../lib, for fnmatch.h.
5105 * src/update.c (update_archive):
5106 Remove call to name_expand; had no effect.
5107 Use chdir_do to change into directory.
5108 Use deref_stat instead of stat.
5109 Use add_avoided_name to mark names to be avoided; the old method of
5110 setting a bit with the name caused all descendants of that name to
5111 be avoided, in some circumstances.
5113 * tests/incremen.sh: Remove unnecessary sleeps.
5115 * src/names.c (name_next): Go back to using plain chdir.
5116 (name_gather): Use chdir_arg to keep track of arguments to chdir.
5117 (addname): Likewise.
5118 (name_match): Use chdir_do to act on chdir args.
5119 (merge_sort): Moved here from incremen.c.
5120 (compare_names, add_hierarchy_to_namelist, collect_and_sort_names):
5122 (name_expand): Remove.
5123 (name_from_list): Skip fake names.
5124 Use chdir_do to act on chdir args.
5125 (struct avoided_name): New struct.
5126 (avoided_names): New var.
5127 (add_avoided_name, is_avoided_name): New functions.
5129 * src/system.h (stat, lstat): Define in terms of statx on
5130 STX_HIDDEN && !_LARGE_FILES /* AIX */ hosts.
5131 (UCHAR_MAX): New macro.
5132 (TYPE_MAXIMUM): Cast to arg type, for types narrow than int.
5134 * m4/largefile.m4: Work around GCC 2.95.1 bug with HP-UX 10.20.
5136 * src/incremen.c (<time.h>): Remove include; no longer used.
5137 (time): Remove decl.
5139 (get_directory_contents): Use deref_stat.
5140 Consider a subdirectory to be all new only if
5141 listed_incremental_option or if it its timestamp is newer than the
5143 (add_hierarchy_to_namelist, merge_sort): Move to names.c.
5144 (read_directory_file): Now extern. Do not set time_now.
5145 (write_directory_file): Renamed from write_dir_file.
5146 Use start_time instead of time_now.
5147 (compare_names, collect_and_sort_names): Move to names.c.
5149 * src/mangle.c (<time.h>): Remove; not used.
5150 (time): Do not declare.
5152 * src/misc.c (chdir_from_initial_wd): Remove.
5153 (deref_stat): New function.
5154 (struct wd): New struct.
5155 (wd, wds, wd_alloc): New variables.
5156 (chdir_arg, chdir_do): New function.
5158 * src/compare.c (get_stat_data): Use deref_stat.
5160 * src/common.h (name_expand): Remove.
5162 * src/list.c (time): Declare if not defined.
5163 (base_64_digits): Moved here from create.c.
5164 (base64_map): Use UCHAR_MAX for size, not less-clear (unsigned char)
5166 (read_and): Don't get time from header unless we need it now;
5167 as getting time can cause duplicate diagnostics if bogus.
5168 Remove "Hmm, " from diagnostic.
5169 Use "Skipping to next header" uniformly.
5170 (from_header): Renamed from from_chars. All uses changed.
5171 Allow different forms for unportable 2's complement numbers.
5172 Don't check for extended forms when parsing checksums.
5173 Parse base-256 output.
5174 (gid_from_header): Renamed from gid_from_chars. All uses changed.
5175 (major_from_header): Renamed from major_from_chars. All uses changed.
5176 (minor_from_header): Renamed from minor_from_chars. All uses changed.
5177 (mode_from_header): Renamed from mode_from_chars. All uses changed.
5178 (off_from_header): Renamed from off_from_chars. All uses changed.
5179 (size_from_header): Renamed from size_from_chars. All uses changed.
5180 (time_from_header): Renamed from time_from_chars. All uses changed.
5181 Warn about future timestamps.
5182 (uid_from_header): Renamed from uid_from_chars. All uses changed.
5183 (uintmax_from_header): Renamed from uintmax_from_chars.
5185 (tartime): New function, incorporating isotime.
5187 (print_header): Use tartime.
5189 * src/create.c (to_chars): Fix typo in decl.
5190 Don't assign through char const *.
5191 Rename name_expand back to collect_and_sort_names.
5193 * src/extract.c (<time.h>): No need to include.
5194 (time): No need to declare.
5195 (now): Remove variable.
5196 (extr_init): Don't initialize `now'.
5197 Increment same_permissions_option and same_owner_option if we_are_root
5198 is nonzero; this supports the new --no-same-owner option.
5199 (set_stat): Use start_time instead of `now'.
5201 * src/create.c (struct link): Remove unused linkcount member.
5202 (base_64_digits): Move to list.c.
5203 (base_8_digits): Remove.
5204 (to_octal): New function, with some of old contents of to_base.
5206 (to_base256): New function.
5207 (to_chars): Use base 256, not base 64, for huge values.
5208 (mode_to_chars): Don't use two's complement in GNU format or POSIX
5210 (dump_file): Interchange last two arguments. If TOP_LEVEL is negative,
5211 it means we have an incremental dump where we don't know whether this
5212 is a top-level call.
5213 Use deref_stat instead of statx / stat / lstat.
5214 Cast result of alloca.
5215 Check for dates if 0 < top_level, not if listed_incremental_option.
5216 Move multiple-link check after directory check.
5217 Do not dump avoided names.
5218 Dump hard links to symbolic names as links, not as separate
5220 start_header cannot return a null pointer, so don't test for it.
5221 Likewise for find_next_block.
5223 * src/buffer.c, src/common.h (<human.h>): Include.
5224 (read_error): Read error is an error, not just a warning.
5225 (print_total_written): Also print human-readable byte count, and
5227 (open_archive, flush_write): Use start_time, not current time.
5228 (flush_read): Report about garbage bytes ignored at end of archive,
5229 but act on non-garbage bytes (instead of ignoring them).
5230 (new_volume): Use WARN for warnings.
5233 ($(srcdir)/tar.info): Add -I$(srcdir) so that subdir builds work.
5235 * Makefile.am (ACINCLUDE_INPUTS): Add $(M4DIR)/fnmatch.m4.
5237 * m4/Makefile.am (EXTRA_DIST): Add fnmatch.m4.
5239 * lib/Makefile.am (noinst_HEADERS):
5240 Rename fnmatch.h to fnmatch.hin; add human.h.
5241 (libtar_a_SOURCES): Add human.c, xstrtoul.c.
5242 (INCLUDES): Remove -I.. -I$(srcdir) -- automake adds this for us.
5244 * src/Makefile.am (rmt_LDADD, tar_LDADD): New macros.
5246 * lib/fnmatch.c (strchrnul):
5247 Define to __strchrnul if _LIBC, to our own replacement otherwise.
5248 Do not define if !_LIBC and if it already exists.
5249 (internal_fnmatch): Use it.
5251 * configure.in (tar_LDADD): New variable, used only when linking tar.
5252 (rmt_LDADD): Similarly, for rmt.
5253 (AC_FUNC_FNMATCH): Link fnnmatch.hin to fnmatch.h if we're using our
5254 fnmatch.c; otherwise, use the system fnmatch.h.
5256 * doc/tar.texi: Add --no-same-owner, --no-same-permissions.
5257 Modernize sample backup script.
5259 * THANKS: Martin Goik's email address has changed.
5261 * m4/fnmatch.m4: New file.
5263 1999-09-03 Paul Eggert <eggert@twinsun.com>
5265 * lib/lchown.h (ENOSYS): Don't use ENOMSG; it's not in NeXTStep3.3.
5268 1999-08-29 Paul Eggert <eggert@twinsun.com>
5270 * lib/getdate.y (get_date):
5271 Rename outermost local `probe' to `quarter'.
5272 Rename latter local `tm' to probe_tm.
5273 From: Jim Meyering <meyering@ascend.com>
5274 Message-ID: <uryn1vafyyc.fsf@ixi.eng.ascend.com>
5276 1999-08-28 Paul Eggert <eggert@twinsun.com>
5278 * lib/getdate.y (PC): New macro; use it when possible.
5279 (number): Handle `Nov 11 1996' example correctly.
5280 See Risks Digest 20.55 (1999-08-27)
5281 http://catless.ncl.ac.uk/Risks/20.55.html#subj18
5283 1999-08-23 Paul Eggert <eggert@twinsun.com>
5285 * NEWS, configure.in (AM_INIT_AUTOMAKE): Version 1.13.11.
5287 Remove minor cases of lint from many source files: this includes
5288 unnecessary casts, uses of NULL, etc.
5290 * configure.in (AC_PROG_YACC): Remove.
5291 (YACC): Always use bison.
5292 (AC_STRUCT_TIMEZONE): Add.
5293 (AC_REPLACE_FUNCS): Add strcasecmp, strncasecmp.
5295 * doc/tar.texi: --bzip2 is now -I. Remove obsolete time zone info.
5298 * lib/Makefile.am (EXTRA_DIST): Add strcasecmp.c, strncasecmp.c.
5299 ($(srcdir)/getdate.c): Rename y.tab.c to getdate.c only if successful.
5301 * lib/strcasecmp.c, lib/strncasecmp.c: New files.
5303 * src/common.h (merge_sort): Remove decl; no longer exported.
5305 * src/system.h (voidstar): Remove.
5306 (memcpy, memcmp): Cast args.
5307 ("xalloc.h"): Add include.
5308 (xmalloc, xrealloc): Remove decl.
5310 * src/mangle.c (time): Do not declare if defined.
5311 (first_mangle, mangled_num): Remove.
5313 * src/list.c (from_chars): Report out-of-range values more precisely.
5314 (off_from_chars): Do not allow negative offsets.
5315 (uid_from_chars): Allow negative uids.
5317 * src/create.c (linklist): Now static.
5318 (to_chars): Fix wording of message to match from_chars.
5320 * src/misc.c (merge_sort): Move to incremen.c.
5321 * src/incremen.c (merge_sort): Move here from misc.c; now static.
5322 It's too painful to make it both generic and portable.
5323 (read_directory_file): "timestamp" -> "time stamp" in messages.
5325 * src/tar.c (long_options, usage, main): -y is now -I (for --bzip).
5326 (usage): Fix misspelling.
5327 (OPTION_STRING): -y is now -I.
5328 (decode_options): Use -1, not EOF, for getopt_long result.
5329 Fix typo when invoking xstrtoumax: look for LONGINT_OK, not LONG_MAX.
5330 Handle operands after any "--" argument.
5331 (main): Report any output errors.
5333 * src/rmt.c (main): status is ssize_t, not long.
5335 * src/names.c (name_gather): Handle trailing -C option correctly.
5336 (addname): use memcpy, not strncpy, to copy a string of known length.
5337 (name_match): Handle trailing -C option correctly.
5338 Propagate -C option to following files.
5339 (name_match, name_scan): Remove redundant matching code.
5341 * src/buffer.c (open_archive): Use American spelling in diagnostic.
5343 * lib/getdate.y: Major rewrite. Add copyright notice.
5344 (<stdio.h>): Include only if testing.
5346 (ISLOWER): New macro.
5347 (<string.h>): Include if HAVE_STRING_H, not USG.
5349 (yymaxdepth, ..., yycheck): Don't bother to redefine, since we assume
5351 (EPOCH_YEAR): Renamed from EPOCH.
5352 (table): Renamed from TABLE.
5353 (meridian): Now an anonymous enum.
5354 (struct parser_control): New type.
5355 (YYLEX_PARAM, YYPARSE_PARAM, YYSTYPE): New macros.
5356 (yyInput, ..., yyRelYear): Migrated into struct parser_control.
5357 (%pure_parser): Added, so that the parser is pure.
5358 (%union): Removed; the type is now just plain int.
5359 All %type directives removed.
5360 (tLOCAL_ZONE): New %token.
5361 (month_day_table): Renamed from MonthDayTable.
5362 (gmtime, localtime, mktime, time): Declare only if not defined.
5363 (meridian_table): New table.
5364 (dst_table): New table.
5365 (units_table): renamed from UnitsTable.
5366 (relative_time_table): Renamed from OtherTable.
5367 (time_zone_table): Renamed from TimezoneTable. Modernized.
5368 (military_table): Renamed from MilitaryTable.
5369 (to_hour): Renamed from ToHour.
5370 (to_year): Renamed from ToYear.
5371 (lookup_zone): New function.
5372 (LookupWord): Renamed from lookup_word. Use lookup_zone for time
5374 (yylex): Now reentrant. All callers changed.
5375 (get_date): Add support for local time zone abbreviations.
5378 1999-08-20 Paul Eggert <eggert@twinsun.com>
5380 * NEWS, configure.in (AM_INIT_AUTOMAKE): Version 1.13.10.
5382 * src/create.c (to_chars): Generate GNU base-64 representation
5383 if we are generating an old or new GNU format tar file for a
5384 number that can't be represented with the POSIX format.
5386 * configure.in (AC_CHECK_FUNCS): Add fchdir.
5387 (AM_FUNC_GETLINE): Add.
5388 (LIBOBJS): Add getline.o to workaround comment.
5389 * Makefile.am (ACINCLUDE_INPUTS): Add $(M4DIR)/getline.m4.
5390 * m4/Makefile.am (EXTRA_DIST): Add getline.m4.
5391 * lib/Makefile.am (noinst_HEADERS): Add getline.h, save-cwd.h.
5392 (libtar_a_SOURCES): Add save-cwd.c, xgetcwd.c.
5393 * lib/getline.c, lib/getline.h, lib/save-cwd.c,
5394 lib/save-cwd.h, m4/getline.m4: New files.
5396 * src/misc.c (<save-cwd.h>): Include.
5397 (chdir_from_initial_wd): New function.
5399 * src/names.c (name_next): Use chdir_from_initial_wd, not chdir.
5400 (name_gather): Handle `-C x -C y' correctly.
5401 Do not rely on addname to handle -C.
5402 (addname): New CHANGE_DIR parameter. All callers changed.
5403 Remove ugly calls to getcwd; no longer needed.
5404 (name_match, name_from_list): Use chdir_from_initial_wd, not chdir.
5406 * src/incremen.c (listed_incremental_stream): New var.
5407 (read_directory_file): Remove arbitrary limits on file name length.
5408 Do not attempt to get the working directory; we can bypass this
5409 on fchdir hosts. Open the listed_incremental_option file for both
5410 read and write instead of opening it twice. Check for I/O errors
5411 when doing I/O to this file. Check for invalid data in the file,
5412 and report line numbers of invalid data.
5413 (write_dir_file): Likewise.
5414 (collect_and_sort_names): Use chdir_from_initial_wd, not chdir.
5415 Do not invoke write_dir_file; that's our caller's responsibility.
5417 * src/list.c (max): New macro.
5418 (isotime): Now takes time_t, not time_t *. Report the decimal values
5419 of times that can't be broken down.
5420 (print_header): Don't assume that major and minor device numbers can
5423 * src/common.h (struct name): change_dir is now char const *.
5424 (write_directory_file): Remove unused decl.
5425 (STRINGIFY_BIGINT): Assume b always points to UINTMAX_STRSIZE_BOUND
5426 chars; the old `sizeof (b)' broke when b was a pointer not an array.
5427 (chdir_from_initial_wd): New decl.
5428 (addname): New 2nd arg.
5430 * THANKS: Torsten Lull -> Catrin Urbanneck
5432 1999-08-18 Paul Eggert <eggert@twinsun.com>
5434 * configure.in (HAVE_GETHOSTENT, HAVE_SETSOCKOPT):
5435 Don't depend on ac_cv_func variables.
5436 From Albert Chin-A-Young <china@thewrittenword.com>.
5438 1999-08-18 Paul Eggert <eggert@twinsun.com>
5440 * NEWS, configure.in (AM_INIT_AUTOMAKE): Version 1.13.9
5442 * m4/signedchar.m4: New file.
5443 * configure.in (pe_AC_TYPE_SIGNED_CHAR): Add.
5444 * src/system.h (signed_char): New macro.
5445 * Makefile.am (ACINCLUDE_INPUTS): Add $(M4DIR)/signedchar.m4.
5446 * m4/Makefile.am (EXTRA_DIST): Add signedchar.m4.
5448 * src/create.c (write_eot): Write at least two zero blocks.
5450 * src/extract.c (extract_archive): Fix sparse array bug:
5451 we did not find end of array correctly.
5453 * src/compare.c: (fill_in_sparse_array, diff_sparse_files):
5454 Don't assume find_next_block yields nonnull.
5455 * src/extract.c (extract_sparse_file, extract_archive): Likewise.
5456 * src/list.c (skip_extended_headers): Likewise.
5458 * src/list.c (read_and, list_archive): Simplify code.
5459 (read_header): Fix computation of signed checksums on machines where
5461 Do not consider a block to be zero unless all its bytes are zero,
5462 even the checksum bytes. Do not attempt to parse the checksum of
5463 a zero block. Fix memory leak with long names and links.
5464 (from_chars): Accommodate a buggy tar that outputs leading NUL
5465 if the previous field overflows.
5467 * src/misc.c (quote_copy_string): Generate \177 for '\177', not
5468 \?, for portability to non-ASCII hosts.
5470 1999-08-16 Paul Eggert <eggert@twinsun.com>
5472 * configure.in (AM_INIT_AUTOMAKE), NEWS: Version 1.13.8.
5474 * src/extract.c (make_directories): Do not chown intermediate
5475 directories, even if we are root.
5477 * src/list.c (read_header): Fix bugs when interpreting
5478 POSIX-compliant headers that do not contain null bytes in the
5479 header or link names.
5481 1999-08-14 Paul Eggert <eggert@twinsun.com>
5483 * configure.in (AM_INIT_AUTOMAKE), NEWS: Version 1.13.7.
5485 * configure.in (AC_CHECK_HEADERS): Remove sys/wait.h.
5486 (AC_HEADER_SYS_WAIT): Add.
5487 (AC_REPLACE_FUNCS): Add waitpid.
5488 (tar_cv_header_union_wait, HAVE_UNION_WAIT): Remove.
5489 * lib/waitpid.c: New file.
5490 * lib/Makefile.am (EXTRA_DIST): Add waitpid.c.
5491 * src/system.h (WCOREDUMP): Remove; no longer used.
5492 (WIFSTOPPED): Likewise.
5493 (WEXITSTATUS, WIFSIGNALED): Default to Solaris 7 versions.
5494 * src/buffer.c (child_open_for_compress): Undo previous change.
5495 (close_archive): Use waitpid, POSIX-style, instead of old BSD style.
5496 (new_volume): Likewise.
5498 * src/buffer.c, src/extract.c, src/incremen.c (time):
5499 Don't declare if defined.
5500 * src/extract.c (extr_init): Remove unneeded cast around 0 arg to time.
5501 * src/incremen.c (read_directory_file):
5502 Invoke `time' the same way everyone else does.
5503 Check validity of --listed-incremental file contents a bit better.
5504 Do not worry about --after-date-option; tar.c now checks this.
5505 * src/list.c (isotime): Report ??? if localtime returns null.
5506 Don't assume years fit into four digits.
5507 Don't append trailing newline.
5508 (print_header): Report ??? if localtime returns null;
5509 Don't assume years fit into four digits.
5511 * src/compare.c (diff_archive): Do not fall back on absolute name
5512 when --absolute-names is not specified.
5514 * src/create.c (start_header):
5515 Include text of ignored filesystem prefix in warning.
5516 (create_archive): Check for excluded names when doing incremental
5517 pass through directory.
5518 (dump_file): Do not dump old files explicitly given on command line
5519 when using --listed-incremental. Do not strip ./ prefix from names.
5521 * src/tar.c: -g now implies after_date_option = 1.
5522 -g and -N are now incompatible options.
5524 * doc/tar.texi: Explain --exclude better. Don't strip leading `./'.
5526 1999-08-11 Jeff Dairiki <dairiki@dairiki.org>
5528 * src/list.c (read_header): Don't parse OLDGNU_FORMAT
5529 incremental headers as POSIX prefixes.
5531 1999-08-11 Paul Eggert <eggert@twinsun.com>
5533 * NEWS, configure.in: Version 1.13.6.
5535 * configure.in (ALL_LINGUAS): Add pt_BR.
5536 * po/pt_BR.po: New file.
5538 * doc/Makefile.am ($(srcdir)/tar.info, $(srcdir)/header.texi):
5539 Renamed from tar.info and header.texi; adjust actions so that
5540 they work in other directories.
5542 * doc/tar.texi: Add -y and --bzip2.
5543 Patterns containing / now exclude only file names whose prefix match.
5545 * lib/exclude.h (excluded_filename): New option parameter.
5546 (add_exclude_file): New ADD_FUNC parameter.
5547 (excluded_pathname): Remove decl.
5548 * lib/exclude.c (_GNU_SOURCE):
5549 Remove; no longer needed since we don't use FNM_ macros.
5550 (excluded_filename): Renamed from excluded_filename_opts.
5551 (excluded_filename, excluded_pathname): Remove.
5552 (add_exclude_file): New ADD_FUNC parameter.
5554 * po/POTFILES.in: Add lib/quotearg.c.
5556 * src/buffer.c (_GNU_SOURCE): Define.
5557 (<fnmatch.h>): Include unconditionally.
5558 (child_open_for_compress): Dup after closing, to avoid possible file
5559 descriptor exhaustion.
5560 (flush_write): Use FILESYSTEM_PREFIX_LEN instead of MSDOS ifdef.
5561 (flush_read): Likewise.
5563 * src/common.h (LG_8, LG_64): New macros.
5564 (excluded_with_slash, excluded_without_slash): New vars.
5566 (base_64_digits): New decl.
5567 (gid_to_chars, major_to_chars, minor_to_chars, mode_to_chars,
5568 off_to_chars, size_to_chars, time_to_chars, uid_to_chars,
5570 GID_TO_CHARS, MAJOR_TO_CHARS, MINOR_TO_CHARS, MODE_TO_CHARS,
5571 OFF_TO_CHARS, SIZE_TO_CHARS, TIME_TO_CHARS, UID_TO_CHARS,
5573 Renamed from gid_to_oct, major_to_oct, minor_to_oct, mode_to_oct,
5574 off_to_oct, size_to_oct, time_to_oct, uid_to_oct, uintmax_to_oct,
5575 GID_TO_OCT, MAJOR_TO_OCT, MINOR_TO_OCT, MODE_TO_OCT, OFF_TO_OCT,
5576 SIZE_TO_OCT, TIME_TO_OCT, UID_TO_OCT, UINTMAX_TO_OCT,
5577 respectively. All definitions and uses changed.
5578 (excluded_name): New decl.
5580 * src/compare.c (diff_archive):
5581 Open files with O_NONBLOCK instead of O_NDELAY.
5583 * src/create.c (base_64_digits): New constant.
5584 (base_8_digits): New macro.
5585 (MAX_VAL_WITH_DIGITS): New macro.
5586 (to_base): First half of old to_oct. Support base 64 too.
5587 (to_chars): Other half of old to_oct, for 64-bit support.
5588 (GID_NOBODY, UID_NOBODY): Don't define if the headers don't.
5589 (gid_substitute, uid_substitute): Look up names dynamically if
5590 GID_NOBODY and UID_NOBODY aren't defined; use -2 if all else fails.
5591 (mode_to_chars): Renamed from mode_to_oct.
5592 Support negative values in all the _to_chars functions.
5593 (start_header): Use FILESYSTEM_PREFIX_LEN instead of MSDOS ifdef.
5594 Abort if archive format is DEFAULT_FORMAT when it shouldn't be.
5595 (dump_file): Inspect entire pathname, not just new file name
5596 component, when deciding whether to exclude it.
5598 * src/extract.c (extract_archive):
5599 Open files with O_NONBLOCK instead of O_NDELAY.
5601 * src/incremen.c (get_directory_contents):
5602 Inspect entire pathname, not just new file name
5603 component, when deciding whether to exclude it.
5605 * src/list.c (<fnmatch.h>): Do not include.
5606 (from_chars): Renamed from from_oct. New parameter specifying
5607 the negative of the minimum allowed value. Support negative
5609 (base64_map): New var.
5610 (base64_init): New function.
5611 (print_header): Output numeric uids and gids if numeric_owner_option.
5613 * src/misc.c (quote_copy_string): Use LG_8 instead of constants.
5615 * src/names.c (_GNU_SOURCE): Define.
5616 (<fnmatch.h>): Include unconditionally.
5617 (excluded_name): New function, taking over duties of excluded_pathname.
5620 * src/rmt.c (decode_oflag): New function.
5621 (main): Use it to support symbolic open flags.
5623 * src/rtapelib.c (encode_oflag): New function.
5624 (rmt_open__): Do not allow newlines in the path.
5625 Propagate errno correctly.
5626 Decode symbolic open flags, if present.
5628 * src/system.h (FILESYSTEM_PREFIX_LEN, ISSLASH, O_ACCMODE, O_NONBLOCK):
5631 * src/tar.c: (long_options, usage, OPTION_STRING, decode_options):
5632 New -y or --bzip2 option.
5633 (add_filtered_exclude): New function.
5634 (decode_options): Put excluded patterns with / into
5635 excluded_with_slash, and without / into excluded_without_slash.
5636 Compare newer_mtime_option to its new initial value
5637 TYPE_MINIMUM (time_t) when deciding whether more than one
5638 threshold date was specified.
5640 1999-07-20 Paul Eggert <eggert@twinsun.com>
5642 * NEWS, configure.in: Version 1.13.5.
5644 * src/common.h (FATAL_ERROR): Invoke apply_delayed_set_stat
5646 * src/buffer.c (new_volume): Likewise.
5647 * src/incremen.c (read_directory_file): Likewise.
5648 * src/tar.c (decode_options):
5649 ERROR ((TAREXIT_FAILURE, ... -> FATAL_ERROR ((0,
5652 * NEWS, configure.in (AM_INIT_AUTOMAKE): Version 1.13.4.
5653 * configure.in (AC_CHECK_FUNCS): Add lstat, readlink, symlink.
5655 * src/system.h (lstat): Define only if !HAVE_LSTAT && !defined lstat.
5656 (S_ISMPB, S_ISMPC, S_ISNWK): Remove unused macros.
5657 (S_ISBLK, S_ISCHR, S_ISCTG, S_ISFIFO, S_ISLNK, S_ISSOCK):
5658 Define to 0 if the corresponding S_IF* macro is not defined.
5659 (mkfifo): Do not define if already defined, or if S_IFIFO
5662 * src/compare.c (diff_archive): Use HAVE_READLINK, not
5663 S_ISLNK, to determine whether to invoke readlink.
5664 * src/create.c (dump_file): Likewise.
5666 * src/extract.c (set_mode):
5667 Do not chmod unless we are root or the -p option was given;
5668 this matches historical practice.
5669 (unlink_destination): New function, which checks for unlink failures.
5670 (maybe_recoverable): Stay quiet if -U.
5671 (extract_archive): Use O_EXCL if unlink_first_option.
5672 Report unlink failures.
5673 Use HAVE_SYMLINK, not S_ISLNK, to determine whether symlink exists.
5674 Use HAVE_MKFIFO || defined mkfifo, not S_ISFIFO, to determine whether
5677 * src/incremen.c (get_directory_contents): Depend on
5678 S_ISHIDDEN, not AIX, to determine whether to invoke S_ISHIDDEN.
5680 * src/list.c: Remove S_IS* ifdefs.
5681 * src/misc.c (maybe_backup_file): Likewise.
5683 * src/misc.c (maybe_backup_file):
5684 "Virtual memory exhausted" -> "Memory exhausted",
5685 to conform to the other places this message is issued.
5687 * src/mangle.c (extract_mangle):
5688 Replace #ifdef S_ISLNK with #ifdef HAVE_SYMLINK.
5690 * src/rtapelib.c (rmt_open__):
5691 Remove typo that caused us to omit the first char
5694 1999-07-16 Paul Eggert <eggert@twinsun.com>
5696 * NEWS, configure.in (AM_INIT_AUTOMAKE): version 1.13.3.
5698 * doc/tar.texi: A path name is excluded if any of its file name
5699 components matches an excluded pattern, even if the path name was
5700 specified on the command line.
5701 * src/create.c (create_archive): Likewise.
5702 * src/list.c (read_and): Likewise.
5703 * src/update.c (update_archive): Likewise.
5704 * lib/exclude.h (excluded_pathname): New decl.
5705 * lib/exclude.c (_GNU_SOURCE): Define.
5706 (FILESYSTEM_PREFIX_LEN, ISSLASH): New macros.
5707 (excluded_filename_opts): New function.
5708 (excluded_pathname): New function.
5710 * lib/Makefile.am (EXTRA_DIST):
5711 xstrtol.c moved here from libtar_a_SOURCES.
5712 (libtar_a_SOURCES): Move xstrtol.c to EXTRA_DIST.
5713 Remove xstrtoul.c; no longer needed.
5714 * lib/xstrtol.c: Remove.
5716 * src/tar.c (decode_options):
5717 Set newer_time_option to TYPE_MINIMUM, so that
5718 negative timestamps are handled correctly.
5719 Replace invocations of xstrtol and xstrtoul with xstrtoumax, for
5720 uniformity (and so that we don't need to have the other fns).
5721 (main): Remove call to init_total_written; no longer needed.
5723 * configure.in (AC_CHECK_SIZEOF): Remove no-longer-needed
5724 checks for unsigned long and long long.
5725 * src/arith.c: Remove.
5726 * src/Makefile.am (tar_SOURCES): Remove arith.c.
5727 * po/POTFILES.in: Remove src/arith.c.
5728 * src/arith.h: Use double, to simplify configuration gotchas.
5729 (tarlong): Now double.
5730 (TARLONG_FORMAT): New macro.
5731 (BITS_PER_BYTE, BITS_PER_TARLONG, SUPERDIGIT, BITS_PER_SUPERDIGIT,
5732 LONGS_PER_TARLONG, SIZEOF_TARLONG, struct tarlong,
5733 zerop_tarlong_helper, lessp_tarlong_helper, clear_tarlong_helper,
5734 add_to_tarlong_helper, mult_tarlong_helper, print_tarlong_helper,
5735 zerop_tarlong, lessp_tarlong, clear_tarlong, add_to_tarlong,
5736 mult_tarlong, print_tarlong): Remove. All callers replaced with
5739 * src/common.h (init_total_written): Remove decl.
5741 * src/buffer.c (total_written):
5742 Remove; replaced with prev_written + bytes_written.
5743 (prev_written): New var.
5744 (init_total_written): Remove.
5745 (print_total_written): Use TARLONG_FORMAT instead of print_tarlong.
5747 * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG):
5748 Make sure that we can shift, multiply
5749 and divide unsigned long long values; Ultrix cc can't do it.
5751 * lib/modechange.c (mode_compile): Use uintmax_t, not unsigned long.
5752 Check for any unknown bits, not just unknown bits left of the leftmost
5755 * lib/quotearg.c (quotearg_buffer):
5756 Don't quote spaces if C quoting style.
5757 * src/list.c (from_oct):
5758 Use C quoting style for error; omit trailing NULs.
5760 1999-07-14 Paul Eggert <eggert@twinsun.com>
5762 * configure.in (AM_INIT_AUTOMAKE), NEWS: Version 1.13.2.
5764 * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check whether
5765 <inttypes.h> defines strtoumax as a macro (and not as a function).
5766 HP-UX 10.20 does this.
5768 * src/tar.c (usage): tar-bugs@gnu.org -> bug-tar@gnu.org
5769 * PORTS, README, TODO, doc/tar.texi: Likewise.
5771 1999-07-12 Paul Eggert <eggert@twinsun.com>
5773 * configure.in (AM_INIT_AUTOMAKE): Version 1.13.1.
5774 (LIBOBJS): Add mktime.o to automake 1.4 bug workaround.
5776 * src/list.c (decode_header):
5777 Do not assume that S_IFBLK and S_IFCHR are defined.
5779 * src/create.c (start_header): Do not assume S_IFMT is defined.
5780 (dump_file): Remove unnecessary check for screwy apollo lossage.
5781 Do not assume S_IFBLK and S_IFCHR are defined.
5783 * src/extract.c (extract_archive):
5784 Test whether S_IFCHR and S_IFBLK are nonzero,
5785 not whether they are defined, for consistency with other tests.
5787 * src/buffer.c (is_regular_file):
5788 Don't succeed on files that we can't access due to
5789 permissions problems.
5790 (open_archive): Fix wording on fatal error message.
5791 Don't bother to stat /dev/null if the archive is not a character
5794 * src/compare.c (process_rawdata, diff_sparse_files, diff_archive):
5795 Report an error, not a warning, for I/O errors.
5796 (process_rawdata, process_dumpdir, diff_sparse_files):
5797 Change ungrammatical "Data differs" to "Contents differ".
5798 (get_stat_data): Find hidden files on AIX.
5799 Accept file name as argument; all uses changed.
5800 (get_stat_data, diff_archive): Use system error message for
5801 nonexistent files rather than rolling our own.
5802 (diff_archive): Unknown file types are errors, not warnings.
5803 Normalize spelling of message to "File type differs".
5804 Use get_stat_data to get link status, for consistency.
5805 Do not inspect st_rdev for fifos.
5806 Do not assume st_mode values contain only file types and mode bits.
5807 Check for mode changes and device number changes separately.
5809 * src/update.c (append_file):
5810 Open the file before statting it, to avoid a race.
5811 Complain about file shrinkage only when we reach EOF.
5813 1999-07-08 Paul Eggert <eggert@twinsun.com>
5815 * NEWS, configure.in (AM_INIT_AUTOMAKE): Version 1.13 released.
5817 * configure.in (AC_EXEEXT): Add.
5819 * lib/Makefile.am (noinst_HEADERS):
5820 Add basename.h, exclude.h. Remove full-write.h.
5821 (libtar_a_SOURCES): Add exclude.c.
5823 * lib/basename.h, lib/exclude.c, lib/exclude.h, lib/safe-read.h:
5825 * lib/full-write.c: Include safe-read.h instead of full-write.h.
5826 * lib/safe-read.h (safe_read): New decl.
5827 * src/rmt.c: Include safe-read.h.
5828 * src/rtapelib.c: Include basename.h, save-read.h.
5829 (rmt_open__): Use base_name to compute base name.
5832 Include basename.h, exclude.h; don't include full-write.h.
5833 (exclude_option): Remove decl.
5834 (excluded): New decl.
5835 (add_exclude, add_exclude_file, check_exclude): Remove decls.
5837 * src/list.c (read_and):
5838 Use excluded_filename instead of check_exclude.
5839 Check base name of incoming file name, not entire file name, when
5840 deciding whether to exclude it.
5842 * src/create.c (finish_sparse_file):
5843 Use excluded_filename instead of check_exclude.
5844 Don't bother to stat excluded file names.
5845 * src/incremen.c (get_directory_contents): Likewise.
5847 * src/names.c (exclude_pool, exclude_pool_size,
5848 allocated_exclude_pool_size, simple_exclude_array,
5849 simple_excludes, allocated_simple_excludes,
5850 pattern_exclude_array, pattern_excludes,
5851 allocated_pattern_excludes, add_exclude, add_exclude_file,
5853 Remove; now done in ../lib/exclude.c.
5855 * src/tar.c (decode_options): Initialize `excluded'.
5856 Use new add_exclude_file and add_exclude functions.
5858 1999-07-05 Paul Eggert <eggert@twinsun.com>
5860 * m4/gettext.m4: Use changequote rather than [[ ]].
5862 * lib/safe-read.c: Renamed from lib/full-read.c.
5863 (safe_read): Renamed from full_read. All uses changed.
5864 * lib/safe-read.h, lib/full-write.h: New files.
5865 * lib/Makefile.am (noinst_HEADERS): Add full-write.h, safe-read.h.
5866 (libtar_a_SOURCES): Rename full-read.c to safe-read.c.
5867 * lib/full-write.c: Include full-write.h.
5868 * src/common.h: Include full-write.h, safe-read.h.
5869 * src/system.h: (full_read, full_write): Remove decls.
5871 * src/Makefile.am (datadir): New var; needed for Solaris gettext.
5873 * src/system.h (bindtextdomain, textdomain): undef before
5874 defining, to avoid preprocessor warnings with --disable-nls
5875 on hosts whose locale.h includes libintl.h.
5877 * lib/xstrtol.c (__strtol): Remove decl; it doesn't work if __strtol
5878 expands to a macro, which occurs in HP-UX 10.20 with strtoumax.
5879 (strtol, strtoul): New decls (for pre-ANSI hosts), to replace
5882 1999-07-02 Paul Eggert <eggert@twinsun.com>
5884 * Makefile.am (ACINCLUDE_INPUTS): Add $(M4DIR)/mktime.m4.
5885 * m4/mktime.m4: New file.
5886 * m4/Makefile.am.in, m4/README: Remove these files.
5887 * m4/Makefile.am (EXTRA_DIST): Add mktime.m4;
5888 remove README, Makefile.am.in.
5889 (Makefile.am): Remove rule; it didn't work in BSD/OS 4.0.
5890 * m4/jm-mktime.m4 (jm_FUNC_MKTIME): Invoke AC_FUNC_MKTIME,
5893 * src/tar.c: Include signal.h.
5894 (SIGCHLD): Define to SIGCLD if SIGCLD is defined but SIGCHLD is not.
5895 (main): Ensure SIGCHLD is not ignored.
5897 (BACKUP_OPTION, DELETE_OPTION, EXCLUDE_OPTION, GROUP_OPTION,
5898 MODE_OPTION, NEWER_MTIME_OPTION, NO_RECURSE_OPTION, NULL_OPTION,
5899 OWNER_OPTION, POSIX_OPTION, PRESERVE_OPTION, RECORD_SIZE_OPTION,
5900 RSH_COMMAND_OPTION, SUFFIX_OPTION, USE_COMPRESS_PROGRAM_OPTION,
5901 VOLNO_FILE_OPTION, OBSOLETE_ABSOLUTE_NAMES,
5902 OBSOLETE_BLOCK_COMPRESS, OBSOLETE_BLOCKING_FACTOR,
5903 OBSOLETE_BLOCK_NUMBER, OBSOLETE_READ_FULL_RECORDS, OBSOLETE_TOUCH,
5904 OBSOLETE_VERSION_CONTROL): Make sure they can't be valid chars, so
5905 they don't overlap with char codes. Use an enum instead of a lot
5908 * src/system.h (ISASCII): Remove.
5909 (CTYPE_DOMAIN, ISDIGIT, ISODIGIT, ISPRINT, ISSPACE, S_ISUID,
5910 S_ISGID, S_IRUSR, S_IWUSR, S_IXUSR, S_IRGRP, S_IWGRP, S_IXGRP,
5911 S_IROTH, S_IWOTH, S_IXOTH, MODE_WXUSR, MODE_R, MODE_RW,
5912 MODE_RWX, MODE_ALL, SEEK_SET, SEEK_CUR, SEEK_END, CHAR_MAX,
5913 LONG_MAX): New macros.
5915 * src/incremen.c (ISDIGIT, ISSPACE): Remove; now in system.h.
5916 (read_directory_file): Cast ISSPACE arg to unsigned char.
5917 * src/misc.c (ISPRINT): Remove; now in system.h.
5918 (remove_any_file): Add brackets to pacify gcc -Wall.
5919 * src/list.c: Don't include <ctype.h>; system.h already does this.
5920 (ISODIGIT, ISSPACE): Remove; now in system.h.
5921 (decode_header): No need to AND mode with 07777; MODE_FROM_OCT
5923 (from_oct): Cast ISSPACE arg to unsigned char.
5925 * src/create.c (mode_to_oct): Translate modes from internal to
5927 * src/list.c (mode_from_oct): Translate modes from external to
5928 internal form. Do not complain about unrecognized mode bits.
5929 * src/common.h (TSUID, TSGID, TSVTX, TUREAD, TUWRITE, TUEXEC,
5930 TGREAD, TGWRITE, TGEXEC, TOREAD, TOWRITE, TOEXEC): Remove undefs.
5932 * src/extract.c: (extr_init, make_directories, extract_archive):
5933 Do not assume mode bits have traditional Unix values.
5934 * src/list.c (decode_mode): Likewise.
5935 * src/create.c (start_header, dump_file): Likewise.
5936 * src/buffer.c (child_open_for_compress,
5937 child_open_for_uncompress, open_archive, (close_archive): Likewise.
5938 * src/compare.c (diff_archive): Likewise.
5940 * src/extract.c (set_mode): Use %04 not %0.4 format.
5941 (extract_sparse_file): Do not use data_block uninitialized.
5942 Check for lseek failures.
5944 * src/rtapelib.c (rmt_lseek__):
5945 Convert lseek whence values to portable integers on the wire.
5946 * src/rmt.c (main): Likewise. Check for whence values out of range.
5948 * src/create.c (finish_sparse_file): Use lseek whence macros
5949 instead of integers.
5950 * src/buffer.c (backspace_output): Likewise.
5951 * src/compare.c (diff_archive, verify_volume): Likewise.
5952 * src/delete.c (move_archive): Likewise.
5953 * src/extract.c (extract_sparse_file): Likewise.
5955 * src/create.c (dump_file): Do not invoke finish_sparse_file
5956 on a negative file descriptor.
5958 * src/buffer.c: Add braces to pacify gcc -Wall.
5960 * src/compare.c (diff_sparse_files): Report lseek errors.
5962 * configure.in (ALL_LINGUAS): Add cs, es, ru.
5964 * PORTS, TODO: gnu.ai.mit.edu -> gnu.org
5966 * src/arith.c, src/buffer.c (new_volume): Don't put ^G in
5967 message to be internationalized; \a doesn't work with msgfmt.
5969 * src/tar.c (long_options, main, usage, OPTION_STRING):
5970 Remove -E or --ending-file.
5971 * src/list.c (read_and): Likewise.
5972 * src/common.h (ending_file_option): Likewise.
5973 * src/buffer.c (close_archive): Likewise.
5975 * tests/after: Don't run two commands together in a pipeline,
5976 as some old shells mishandle pipeline exit status.
5978 1999-06-28 Paul Eggert <eggert@twinsun.com>
5980 * configure.in (AM_INIT_AUTOMAKE): version 1.12.64015.
5981 * NEWS: Describe changes since 1.12.
5982 * README: Update bug reporting address; move paxutils ref to NEWS.
5984 Handle EINTR correctly.
5985 * lib/Makefile.am (libtar_a_SOURCES): Add full-read.c, full-write.c.
5986 * lib/full-read.c, lib/full-write.c: New files.
5987 * src/buffer.c (child_open_for_compress, child_open_for_uncompress):
5988 Prefer full_read to read and full_write to write.
5989 * src/compare.c (process_rawdata, diff_sparse_files): Likewise.
5990 * src/create.c (deal_with_sparse, finish_sparse_file, dump_file):
5992 * src/extract.c (extract_sparse_file): Likewise.
5993 * src/rmt.c (get_string, main, report_error_message,
5994 report_numbered_error): Likewise.
5995 * src/rmt.h (rmtread, rmtwrite): Likewise.
5996 * src/rtapelib.c (do_command, get_status_string, rmt_read__,
5997 rmt_write__, rmt_ioctl__): Likewise.
5998 * src/update.c (append_file): Likewise.
5999 * src/system.h (full_read, full_write): New decls.
6001 * po/POTFILES.in: Add lib/argmatch.c, lib/error.c lib/getopt.c,
6002 lib/xmalloc.c, src/arith.c, src/misc.c.
6004 * src/system.h (STDIN_FILENO, STDOUT_FILENO, STDERR_FILENO):
6005 New macros. All uses of STDIN and STDOUT changed.
6006 * src/rmt.c (prepare_record_buffer, main): Use STDIN_FILENO
6007 instead of 0 and STDOUT_FILENO instead of 1.
6008 * src/rtapelib.c (_rmt_rexec): Use STDIN_FILENO and STDOUT_FILENO
6009 instead of fileno (stdin) and fileno (stdout) or 0 and 1.
6011 * src/rmt.c (private_strerror): Avoid const. Translate results.
6013 * tests/Makefile.am (TESTS): Remove incremen.sh; it doesn't work
6014 in the presence of NFS clock skew.
6016 1999-06-25 Paul Eggert <eggert@twinsun.com>
6018 * configure.in (AM_INIT_AUTOMAKE): version 1.12.64014.
6020 * src/buffer.c (write_archive_buffer): New function.
6021 (child_open_for_compress, flush_write, flush_read): Use it to write
6023 (open_archive): Report error if fstat of archive fails.
6024 Improve efficiency of check for /dev/null.
6025 Also, fix some corner cases with remote archives and /dev/null checking.
6026 (close_archive): Test for input fifo only if not remote.
6027 Truncate output archive only if it's not remote.
6029 * src/misc.c (remove_any_file):
6030 Don't terminate if you see . or ..; just skip them.
6032 1999-06-18 Paul Eggert <eggert@twinsun.com>
6034 * configure.in (AM_INIT_AUTOMAKE): version 1.12.64013.
6036 Output sizes using a format that's more compatible with
6037 traditional tar (and with GNU Emacs).
6038 * src/common.h (GID_TO_OCT, MAJOR_TO_OCT, MINOR_TO_OCT,
6039 MODE_TO_OCT, SIZE_TO_OCT, UID_TO_OCT, UINTMAX_TO_OCT):
6040 Don't subtract 1 from size.
6041 * src/create.c (to_oct): Prepend leading zeros, not spaces.
6042 Output a trailing NUL unless the value won't fit without it.
6043 (finish_header): No need to append NUL to chksum, now that
6046 1999-06-16 Paul Eggert <eggert@twinsun.com>
6048 * NEWS, configure.in (AM_INIT_AUTOMAKE): version 1.12.64012.
6050 * src/Makefile.am (LDADD): Link libtar.a after @INTLLIBS@, since
6051 @INTLLIBS@ might invoke rpl_realloc.
6053 * src/tar.c (backup_type): Remove decl; backupfile.h now has it.
6054 (intconv): Remove; use xstrto* fns instead.
6055 ("xstrtol.h"): Include.
6056 (check_decimal): Remove.
6057 (long_options, usage, OPTION_STRING, decode_options):
6058 Remove -y, --bzip2, --unbzip2.
6059 (decode_options): Use xget_version instead of get_version.
6060 Check for overflow with -b and -L and RECORD_SIZE_OPTION.
6061 Replace invocations of check_decimal with xstrtoumax.
6063 * tests/preset.in (echo_n, echo_c): Remove.
6065 * tests/after: Don't rely on $echo_c and $echo_n.
6067 * lib/addext.c, lib/dirname.c, lib/lchown.c, lib/lchown.h,
6068 lib/malloc.c, lib/mktime.c, lib/realloc.c, lib/strtol.c, lib/strtoul.c,
6069 lib/strtoull.c, lib/strtoumax.c, lib/utime.c, lib/xstrtol.c,
6070 lib/xstrtol.h, lib/xstrtoul.c, lib/xstrtoumax.c,
6071 m4/Makefile.am.in, m4/README, m4/ccstdc.m4, m4/d-ino.m4,
6072 m4/gettext.m4, m4/inttypes_h.m4, m4/isc-posix.m4,
6073 m4/jm-mktime.m4, m4/largefile.m4, m4/lcmessage.m4,
6074 m4/malloc.m4, m4/progtest.m4, m4/realloc.m4, m4/uintmax_t.m4,
6075 m4/ulonglong.m4, m4/utimbuf.m4, m4/utime.m4, m4/utimes.m4,
6076 m4/xstrtoumax.m4: New files.
6078 * configure.in(fp_PROG_ECHO): Remove; no longer needed.
6079 (AC_SYS_LARGEFILE): Renamed from AC_LFS.
6080 (jm_AC_HEADER_INTTYPES_H): Replaces inline code.
6081 (jm_STRUCT_DIRENT_D_INO, jm_AC_TYPE_UINTMAX_T, jm_AC_PREREQ_XSTRTOUMAX): Add.
6082 (AC_CHECK_FUNCS): Remove lchown.
6083 (AC_REPLACE_FUNCS): Remove basename, dirname.
6084 Add lchown, strtol, strtoul.
6085 (jm_FUNC_MKTIME): Add.
6086 (LIBOBJS): Replace .o with $U.o, so that the .o files in LIBOBJS
6087 are also built via the ANSI2KNR-filtering rules.
6088 Use a no-op line to work around bug in automake 1.4 with malloc and
6090 (AC_OUTPUT): Add m4/Makefile.
6092 * lib/Makefile.am (EXTRA_DIST):
6093 Add lchown.c, malloc.c, mktime.c, realloc.c,
6094 strtol.c, strtoul.c, strtoull.c, strtoumax.c, utime.c.
6095 (noinst_HEADERS): Add lchown.h, modechange.h, xstrtol.h.
6096 (libtar_a_SOURCES): Add addext.c, basename.c, xstrtol.c,
6097 xstrtoul.c, xstrtoumax.c. Remove getversion.c.
6098 ($(srcdir)/getdate.c:): Remove `expect conflicts' line.
6100 * src/system.h (uintmax_t): Don't declare; configure now does this.
6102 * src/common.h (backup_type): New decl.
6103 * src/common.h, src/misc.c, src/tar.c:
6104 Move include of backupfile.h to common.h.
6106 * src/misc.c (maybe_backup_file):
6107 Pass backup_type to find_backup_file_name.
6109 * src/list.c (print_header): Change sizes of uform and gform from 11 to
6110 UINTMAX_STRSIZE_BOUND.
6112 * doc/tar.texi: Remove --bzip2.
6113 Fix @xref typos reported by latest makeinfo.
6115 * Makefile.am (ACLOCAL_AMFLAGS): New macro.
6117 (M4DIR, ACINCLUDE_INPUTS): New macros.
6118 ($(srcdir)/acinclude.m4): New rule.
6120 * acconfig.h (ENABLE_NLS, HAVE_CATGETS, HAVE_GETTEXT,
6121 HAVE_INTTYPES_H, HAVE_LC_MESSAGES, HAVE_STPCPY): Remve #undefs;
6122 now generated automatically by autoconf.
6124 1999-05-15 Paul Eggert <eggert@twinsun.com>
6126 * doc/tar.texi: Remove -y.
6128 1999-04-09 Paul Eggert <eggert@twinsun.com>
6130 * src/system.h (INT_STRLEN_BOUND): Fix off-by-factor-of-10 typo
6131 (we were allocating too much storage).
6132 (uintmax_t): Don't declare; configure now does this.
6134 * ABOUT-NLS: Update to gettext 0.10.35 edition.
6136 1999-03-22 Paul Eggert <eggert@twinsun.com>
6138 * NEWS, configure.in (AM_INIT_AUTOMAKE): version 1.12.64010
6140 * acinclude.m4 (AC_LFS_FLAGS):
6141 Don't use -mabi=n32 with GCC on IRIX 6.2; it's the default.
6142 (AC_LFS): -n32, -o32, and -n64 are CPPFLAGS, not CFLAGS.
6143 (jm_FUNC_MALLOC, jm_FUNC_REALLOC): New macros.
6145 * configure.in (jm_FUNC_MALLOC, jm_FUNC_REALLOC):
6146 New macros; needed for latest GNU xmalloc.c.
6148 * Makefile.am (noinst_HEADERS): Add quotearg.h, xalloc.h.
6149 (libtar_a_SOURCES): Add quotearg.c.
6150 * list.c: Include <quotearg.h>.
6151 (from_oct): Add forward decl.
6152 (read_header): Return HEADER_FAILURE if we can't parse the checksum.
6153 (from_oct): Report an error only if TYPE is nonzero.
6154 Quote any funny characters in bad header.
6156 1999-03-20 Paul Eggert <eggert@twinsun.com>
6158 * NEWS, configure.in (AM_INIT_AUTOMAKE): version 1.12.64009
6160 * acinclude.m4 (AC_LFS_FLAGS): Add support for IRIX 6.2 and later.
6161 (AC_LFS_SPACE_APPEND): Assume $2 is quoted properly; all callers
6163 (AC_LFS): Simplify AIX revision number test.
6165 1999-03-17 Paul Eggert <eggert@twinsun.com>
6167 * NEWS, configure.in (AM_INIT_AUTOMAKE): version 1.12.64008
6169 * configure.in (AC_VALIDATE_CACHED_SYSTEM_TUPLE):
6170 Remove; it doesn't work that well
6171 with AC_CANONICAL_HOST.
6172 (fp_WITH_INCLUDED_MALLOC): Remove; we'll just use the system malloc.
6174 * Makefile.am (EXTRA_DIST): Remove AC-PATCHES, AM-PATCHES, BI-PATCHES.
6176 * Makefile.am (EXTRA_DIST): Remove gmalloc.c.
6178 * acinclude.m4 (fp_WITH_INCLUDED_MALLOC): Remove.
6180 * tar.texi: Fix bug-report addr.
6182 * README: Remove --with-included-malloc.
6183 Upgrade version numbers of build software.
6185 1999-03-07 Paul Eggert <eggert@twinsun.com>
6187 * NEWS, configure.in (AM_INIT_AUTOMAKE): Version 1.12.64007.
6189 * acinclude.m4 (AM_WITH_NLS): Port to Solaris 2.5.1,
6190 where bindtextdomain and gettext require -lintl.
6191 (AC_LFS_FLAGS): Simplify so that it only gets the flags;
6192 `no' means it failed.
6193 (AC_LFS_SPACE_APPEND, AC_LFS_MACRO_VALUE): New macros.
6194 (AC_LFS): Use them. Set _FILE_OFFSET_BITS, _LARGEFILE_SOURCE, and
6195 _LARGE_FILES from LFS_CFLAGS, so that in the normal case we don't need
6196 to add anything to the command line (it's all in config.h).
6197 Put any extra -D and -I options into CPPFLAGS, the rest into CFLAGS.
6199 1999-03-01 Paul Eggert <eggert@twinsun.com>
6201 * NEWS, configure.in (AM_INIT_AUTOMAKE): Version 1.12.64006.
6203 * acinclude.m4 (AC_LFS_FLAGS): Port to AIX 4.2.
6205 * src/list.c: (gid_from_oct, major_from_oct, minor_from_oct,
6206 mode_from_oct, off_from_oct, size_from_oct, time_from_oct,
6207 uid_from_oct, uintmax_from_oct): Use TYPE_MAXIMUM instead of macros
6208 like OFF_MAX, which are not reliable
6209 (e.g. OFF_MAX in AIX 4.2 is incorrect).
6210 * src/system.h (GID_MAX, MAJOR_MAX, MINOR_MAX, MODE_MAX, OFF_MAX,
6211 SIZE_MAX, TIME_MAX,UID_MAX, UINTMAX_MAX): Remove; no longer used.
6213 * src/incremen.c (get_directory_contents):
6214 Don't use statx if _LARGE_FILES; it doesn't work under AIX 4.2.
6215 Have statx depend on STX_HIDDEN, not AIX.
6217 * src/create.c (to_oct):
6218 New parameter substitute, giving a substitute value to use
6219 when the original value is out of range. Do not append a space to the
6220 output; modern tars don't. When a value is out of range, specify the
6221 maximum value, not the number of bits.
6222 (GID_NOBODY, UID_NOBODY): New macros.
6223 (gid_to_oct, uid_to_oct): Use them as substitutes.
6224 (finish_header): Do not assume that UINTMAX_TO_OCT appends a space.
6225 (dump_file): Check whether the file changed as we read it.
6227 * src/rmt.c (main): Remove suspicious AIX/386 code.
6229 1999-02-19 Paul Eggert <eggert@twinsun.com>
6231 * intl/localealias.c (read_alias_file): Don't assume that memcpy
6232 returns a type compatible with char *; it doesn't on SunOS
6233 4.1.4 with Sun cc, since <string.h> doesn't declare memcpy.
6235 * NEWS, configure.in (AM_INIT_AUTOMAKE): Version 1.12.64005.
6237 * src/tar.c (long_options, usage): Prefer --unbzip2 to --bunzip2.
6238 * doc/tar.texi: Add --bzip2, --unbzip2 options.
6240 * configure.in (AC_CANONICAL_HOST, AC_VALIDATE_CACHED_SYSTEM_TUPLE):
6242 (AC_LINK_FILES): Omit; AM_GNU_GETTEXT now does this.
6243 (AC_OUTPUT): Omit munging of po/Makefile; AM_GNU_GETTEXT now does this.
6244 * acinclude.m4 (AM_WITH_NLS):
6245 Update to latest gettext version (serial 5).
6246 (AC_LFS_FLAGS): New macro
6247 (AC_LFS): Use it. Append to CFLAGS, LDFLAGS, LDLIBS instead of
6248 working only with unset variables. Append to CFLAGS, not CPPFLAGS.
6249 Work properly in cross-compilation scenario, by checking for getconf
6250 with AC_CHECK_TOOL and by ditching uname in favor of
6251 AC_CANONICAL_HOST and $host_os. Add --disable-lfs option.
6253 * lib/getdate.y: Update to fileutils 4.0 getdate.y, with one patch:
6254 replace FORCE_ALLOCA_H with HAVE_ALLOCA_H.
6255 * lib/Makefile.am (AUTOMAKE_OPTIONS): Append ../src/ansi2knr,
6256 since getdate.y now uses ANSI code.
6258 * config.guess, config.sub: New files; taken from automake 1.4.
6260 * intl/Makefile.in, intl/VERSION, intl/bindtextdom.c,
6261 intl/cat-compat.c, intl/dcgettext.c, intl/dgettext.c,
6262 intl/explodename.c, intl/finddomain.c, intl/gettext.c,
6263 intl/gettext.h, intl/gettextP.h, intl/hash-string.h,
6264 intl/l10nflist.c, intl/libgettext.h, intl/loadinfo.h,
6265 intl/loadmsgcat.c, intl/localealias.c, intl/textdomain.c:
6266 Update to GNU gettext 0.10.35, with patches as per GCC snapshot 990109.
6268 1999-02-01 Paul Eggert <eggert@twinsun.com>
6270 * src/tar.c: Update copyright.
6274 1999-02-01 Paul Eggert <eggert@twinsun.com>
6276 * NEWS, configure.in: Version 1.12.64004
6278 * configure.in (AC_LFS): Use this macro, instead of open-coding it.
6280 * acinclude.m4 (AC_LFS, AM_PROG_CC_STDC): New macros.
6282 * src/extract.c (extract_archive): Fix bug when extracting sparse
6283 files: they were trashing the tar file header.
6285 * src/tar.c: (long_options, usage, OPTION_STRING, decode_options):
6286 Add -y or --bzip2 or --bunzip2 option.
6288 1999-01-30 Paul Eggert <eggert@twinsun.com>
6290 * src/names.c (cached_no_such_uname, cached_no_such_gname,
6291 cached_no_such_uid, cached_no_such_gid): New vars.
6292 (uid_to_uname, gid_to_gname, uname_to_uid, gname_to_gid):
6293 Cache failures, too.
6295 * src/tar.c (decode_options):
6296 Don't pass names longer than UNAME_FIELD_SIZE to
6297 uname_to_uid, as it messes up the cache. Similarly for gname_to_uid.
6299 1999-01-27 Paul Eggert <eggert@twinsun.com>
6301 * NEWS, configure.in: Version 1.12.64003
6303 * src/buffer.c (backspace_output, close_archive): Cast
6304 rmtlseek position arg to off_t, for benefit of K&R compilers
6306 * src/compare.c (verify_volume): Likewise.
6308 * NEWS, configure.in: Version 1.12.64002
6310 * src/create.c (gid_to_oct, major_to_oct, minor_to_oct, mode_to_oct,
6311 off_to_oct, size_to_oct, time_to_oct, uid_to_oct):
6312 Cast arg to uintmax_t for benefit of pre-ANSI compilers with long long.
6313 * src/list.c: (gid_from_oct, major_from_oct, minor_from_oct,
6314 mode_from_oct, off_from_oct, size_from_oct, time_from_oct,
6315 uid_from_oct): Likewise.
6317 1999-01-25 Paul Eggert <eggert@twinsun.com>
6319 * incremen.sh: Fix timing bug in regression test.
6321 1999-01-22 Paul Eggert <eggert@twinsun.com>
6323 * NEWS, configure.in: Update version
6325 * Makefile.am (localedir): Change to $(datadir)/locale.
6326 (DEFS): New macro, defining LOCALEDIR.
6327 (tar.o, tar._o, rmt.o, rmt._o): Remove.
6328 (INCLUDES): Add -I..
6330 * Makefile.am (localedir): Change to $(datadir)/locale.
6332 1999-01-21 Paul Eggert <eggert@twinsun.com>
6334 * NEWS, README, configure.in: Unofficial version 1.12.64001.
6336 * tests/Makefile.am (localedir): Change to $(datadir)/locale.
6337 * src/Makefile.am (localedir): Likewise.
6338 (DEFS): New macro, defining LOCALEDIR.
6339 (tar.o, tar._o, rmt.o, rmt._o): Remove.
6340 (INCLUDES): Add `-I..'.
6342 * tests/incremen.sh: Fix timing bug.
6344 1999-01-20 Paul Eggert <eggert@twinsun.com>
6346 * NEWS, README, configure.in: Unofficial version 1.12.64000.
6347 `lfs.7' changed to `64000' in version number
6348 to conform to gnits standards.
6350 * COPYING, INSTALL, doc/texinfo.tex, install-sh, missing,
6351 mkinstalldirs, ansi2knr.c: Update to latest public versions.
6353 Rebuild with automake 1.4 and autoconf 2.13, to work around some
6356 1998-12-07 Paul Eggert <eggert@twinsun.com>
6358 * NEWS, README, configure.in: Unofficial version 1.12.lfs.6.
6360 * src/list.c (read_header):
6361 Accept file names as specified by POSIX.1-1996 section 10.1.1.
6363 1998-11-30 Paul Eggert <eggert@twinsun.com>
6365 * configure.in: Quote the output of uname.
6367 * src/extract.c (set_stat): chmod after chown even when not root;
6368 if we are using --same-owner this is needed e.g. on Solaris 2.5.1.
6370 1998-11-15 Paul Eggert <eggert@twinsun.com>
6372 * NEWS, README, configure.in: Unofficial version 1.12.lfs.5.
6374 * configure.in (ac_test_CPPFLAGS, ac_test_LDFLAGS, ac_test_LIBS,
6375 ac_getconfs, ac_result): Special case for HP-UX 10.20 or later.
6377 1998-10-28 Paul Eggert <eggert@twinsun.com>
6379 * NEWS, README, configure.in: Unofficial version 1.12.lfs.4.
6381 * src/system.h (voidstar): Use void * if __STDC__ is defined,
6384 * src/rtapelib.c: Don't use rexec code unless compiled with WITH_REXEC.
6385 On many installations, rexec is disabled.
6387 1998-08-07 Paul Eggert <eggert@twinsun.com>
6389 * NEWS, README, configure.in: Unofficial version 1.12.lfs.3.
6391 * src/names.c (uid_to_uname, gid_to_gname): Don't used cached name
6392 for nameless users and groups.
6394 1998-02-17 Paul Eggert <eggert@twinsun.com>
6396 * NEWS, README, configure.in: Unofficial version 1.12.lfs.2.
6397 * NEWS, README: Add explanation of why this isn't an official version.
6399 1998-02-02 Paul Eggert <eggert@twinsun.com>
6401 * NEWS, README, configure.in: Unofficial version 1.12.lfs.1.
6402 This is an unofficial version.
6404 1997-12-17 Paul Eggert <eggert@twinsun.com>
6406 * src/incremen.c (ST_DEV_MSB): New macro.
6407 (NFS_FILE_STAT): Use most significant bit of st_dev,
6408 even if it's unsigned.
6410 1997-12-08 Paul Eggert <eggert@twinsun.com>
6412 * src/system.h (ST_NBLOCKS): Fix typo in definition.
6414 1997-11-19 Paul Eggert <eggert@twinsun.com>
6416 * configure.in (HAVE_INTTYPES_H):
6417 Don't ignore cache variable if it's already set.
6419 1997-11-10 Paul Eggert <eggert@twinsun.com>
6421 * src/rmt.c (main): Don't assume mt_count is of type daddr_t.
6422 * src/delete.c (records_read): Now off_t.
6423 (move_archive): Don't assume mt_count is of type daddr_t.
6425 1997-10-30 Paul Eggert <eggert@twinsun.com>
6427 * configure.in (CPPFLAGS, LDFLAGS, LIBS):
6428 Set to appropriate values if large file support
6429 needs explicit enabling.
6430 (HAVE_INTTYPES_H, HAVE_ST_FSTYPE_STRING, daddr_t, major_t, minor_t,
6432 New macros to configure.
6433 (AC_TYPE_MODE_T, AC_TYPE_PID_T, AC_TYPE_OFF_T): Add.
6435 * acconfig.h (daddr_t, HAVE_INTTYPES_H, HAVE_ST_FSTYPE_STRING,
6436 major_t, minor_t, ssize_t): New macros.
6438 * src/arith.h (TARLONG_FORMAT):
6439 Fix typo: %uld -> %lu. Use unsigned when long long
6441 (add_to_tarlong_helper, mult_tarlong_helper): 2nd arg is now unsigned long.
6442 (add_to_tarlong, mult_tarlong): Cast 2nd arg to unsigned long.
6444 * src/arith.c (add_to_tarlong_helper, mult_tarlong_helper):
6445 2nd arg is now unsigned long.
6447 * src/rmt.c (allocated_size): Now size_t, and now initialized to 0.
6448 (prepare_record_buffer): Arg is now size_t.
6449 Remove now-useless casts.
6451 (main): Use `long' for status, so that it can store ssize_t.
6452 Use daddr_t, mode_t, size_t, off_t when appropriate.
6453 Convert daddr_t and off_t values ourselves, since they might be longer
6454 than long. Convert other types using `long' primitives.
6455 When processing MTIOCTOP, do not try to pass resulting
6456 count back, since it won't work (it could be too large) and it's
6457 not expected anyway.
6460 (append_file) Use off_t, size_t, ssize_t when appropriate. Remove
6461 now-useless casts. Use unsigned long to print *_t types, except use
6462 STRINGIFY_BIGINT for off_t.
6463 (update_archive): Cast -1 to dev_t when necessary.
6465 * src/tar.c (check_decimal):
6466 Now returns 1 if successful, 0 otherwise, and returns
6467 uintmax_t value into new arg. Check for arithmetic overflow.
6468 (decode_options): Avoid overflow if record_size fits in size_t but not int.
6469 Check for overflow on user or group ids.
6471 * src/compare.c (diff_init, process_rawdata, read_and_process,
6472 diff_sparse_files, diff_archive):
6473 Use off_t, pid_t, size_t, ssize_t when appropriate.
6474 Remove now-useless casts. Use unsigned long to print *_t types,
6475 except use STRINGIFY_BIGINT for off_t.
6477 (process_noop, process_rawdata, process_dumpdir, read_and_process):
6478 Size arg is now size_t.
6480 (diff_sparse_files): Arg is now off_t. Check for size_t overflow
6481 when allocating buffer.
6484 (do_command, rmt_open__, rmt_read__, rmt_lseek__, rmt_ioctl__):
6485 Use pid_t, size_t, ssize_t when appropriate. Remove now-useless casts.
6486 Use unsigned long to print *_t types, except use STRINGIFY_BIGINT for
6489 (get_status_string, get_status_off): New function.
6490 (get_status): Now returns long, so that it can store ssize_t.
6491 Invoke get_status_string to do the real work.
6492 (rmt_read__, rmt_write__): Now returns ssize_t. Size arg is now size_t.
6493 (rmt_lseek__): Now returns off_t, using new get_status_off function.
6494 (rmt_ioctl__): Convert mt_count by hand,
6495 since it might be longer than long.
6497 * src/mangle.c (extract_mangle):
6498 Check for overflow when converting off_t to size_t.
6499 Use off_t, size_t when appropriate. Remove now-useless casts.
6501 * src/system.h (mode_t): Remove; now done by autoconf.
6502 (ST_NBLOCKS): Do not overflow if st_size is near maximum.
6503 Return number of ST_NBLOCKSIZE-byte blocks,
6504 not number of 512-byte blocks;
6505 this also helps to avoid overflow.
6506 (st_blocks): Declare if needed.
6507 (ST_NBLOCKSIZE): New macro.
6508 (<limits.h>, <inttypes.h>): Include if available.
6509 (CHAR_BIT): New macro.
6510 (uintmax_t): New typedef.
6511 (TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM, INT_STRLEN_BOUND,
6512 UINTMAX_STRSIZE_BOUND, GID_MAX, MAJOR_MAX, MINOR_MAX, MODE_MAX,
6513 OFF_MAX, SIZE_MAX, TIME_MAX, UID_MAX, UINTMAX_MAX): New macros.
6515 * src/names.c (name_init):
6516 Fix typo in error message: FILE* was passed, but char*
6519 (read_name_from_file, name_gather, addname, name_match, name_scan,
6520 add_exclude): Use size_t when appropriate. Remove now-useless casts.
6522 (exclude_pool_size, allocated_exclude_pool_size): Now size_t.
6524 * src/extract.c (newdir_umask, current_umask): Now mode_t.
6525 (extract_sparse_file): Args now use off_t.
6527 (set_mode, set_stat, make_directories, extract_sparse_file,
6528 extract_archive): Use off_t, size_t, ssize_t when appropriate. Remove
6529 now-useless casts. Use unsigned long to print *_t types, except use
6530 STRINGIFY_BIGINT for off_t.
6532 * src/misc.c (quote_copy_string):
6533 Use size_t when appropriate. Remove now-useless casts.
6535 * src/list.c (read_and, list_archive, read_header, decode_mode,
6536 print_header, print_for_mkdir):
6537 Use mode_t, off_t, size_t when appropriate. Remove
6538 now-useless casts. Use unsigned long to print *_t types, except use
6539 STRINGIFY_BIGINT for off_t.
6541 (read_header): Check for overflow when converting header size.
6543 (from_oct): Now static. Now returns uintmax_t. `where' arg is now
6544 const char *. Size arg is now size_t. Now takes new type and maxval
6545 args. Compute result using uintmax_t, not long. Report error if
6546 field does not contain octal number in range.
6547 (gid_from_oct, major_from_oct, minor_from_oct, mode_from_oct,
6548 off_from_oct, size_from_oct, time_from_oct, uid_from_oct,
6549 uintmax_from_oct): New functions.
6551 (stringify_uintmax_t_backwards): New function.
6553 (decode_mode, print_for_mkdir): Mode arg is now mode_t.
6554 (skip_file): Offset arg is now off_t.
6556 * src/buffer.c (record_start_block, save_totsize, save_sizeleft,
6557 real_s_totsize, real_s_sizeleft, current_block_ordinal):
6559 (write_error): Arg is now ssize_t.
6560 (child_pid): Now pid_t.
6561 (available_space_after): Now size_t.
6563 (child_open_for_compress, child_open_for_uncompress, flush_write,
6564 open_archive, flush_write, write_error, flush_read, close_archive):
6565 Use pid_t, ssize_t, size_t when appropriate. Remove now-useless
6566 casts. Use unsigned long to print *_t types, except use
6567 STRINGIFY_BIGINT for off_t.
6569 * src/delete.c (records_read): Now daddr_t.
6570 (move_archive): Arg is now daddr_t. Check for overflow when
6572 (move_archive, delete_archive_members): Use daddr_t, off_t when
6573 appropriate. Remove now-useless casts.
6575 * src/rmt.h (rmt_read__, rmt_write__): Now returns ssize_t.
6576 (rmt_lseek): Now returns off_t.
6578 * src/create.c (to_oct):
6579 Now static. Value arg is now uintmax_t. Accept new args
6580 giving name of type of octal field, for error messages. Report an
6581 error if the value is too large to fit in the field.
6582 (gid_to_oct, major_to_oct, minor_to_oct, mode_to_oct, off_to_oct,
6583 size_to_oct, time_to_oct, uid_to_oct, uintmax_to_oct): New functions.
6585 (write_eot, write_long, finish_header, deal_with_sparse,
6586 finish_sparse_file, dump_file): Use dev_t, off_t, ssize_t, size_t when
6587 appropriate. Remove now-useless casts. Use unsigned long to print
6588 *_t types, except use STRINGIFY_BIGINT for off_t.
6590 (find_new_file_size): 1st arg is now off_t*.
6591 (finish_sparse_file): Args now use off_t, not long.
6592 Check for lseek error.
6593 (create_archive, dump_file): Cast -1 to dev_t when necessary.
6594 (dump_file): Device arg is now dev_t.
6595 Avoid overflow when testing whether file has holes
6596 by using the new ST_NBLOCKSIZE macro.
6598 * src/incremen.c (struct accumulator, add_to_accumulator,
6599 get_directory_contents, add_hierarchy_to_namelist, gnu_restore):
6600 Use size_t for sizes.
6601 (struct directory, get_directory_contents, add_hierarchy_to_namelist):
6602 Use dev_t, ino_t for devices and inodes.
6603 (gnu_restore): Use off_t for file offsets.
6604 (struct directory): Use char for flags. Add new flag `nfs'.
6606 (NFS_FILE_STAT): New macro.
6607 (note_directory): Accept struct stat * instead of
6608 device and inode number. All callers changed.
6609 (note_directory, get_directory_contents):
6610 Use NFS_FILE_STAT to determine whether directory is an NFS directory.
6611 (write_dir_file): Cast time_t to unsigned long before printing as %lu.
6613 * src/common.h (record_size, struct name, struct sp_array,
6614 available_space_after):
6615 Use size_t for sizes.
6616 (save_sizeleft, save_totsize, current_block_ordinal, skip_file):
6617 Use off_t for file offsets.
6618 (struct name): dir_contents is now const char *, not char *.
6619 (dump_file, get_directory_contents): Use dev_t for devices.
6620 (to_oct): Remove decl.
6621 (GID_TO_OCT, MAJOR_TO_OCT, MINOR_TO_OCT, MODE_TO_OCT, SIZE_TO_OCT,
6622 UID_TO_OCT, UINTMAX_TO_OCT, OFF_TO_OCT, TIME_TO_OCT, STRINGIFY_BIGINT,
6623 GID_FROM_OCT, MAJOR_FROM_OCT, MINOR_FROM_OCT, MODE_FROM_OCT,
6624 OFF_FROM_OCT, SIZE_FROM_OCT, TIME_FROM_OCT, UID_FROM_OCT,
6625 UINTMAX_FROM_OCT): New macros.
6626 (gid_to_oct, major_to_oct, minor_to_oct, mode_to_oct, off_to_oct,
6627 size_to_oct, time_to_oct, uid_to_oct, uintmax_to_oct,
6628 stringify_uintmax_t_backwards, gid_from_oct, major_from_oct,
6629 minor_from_oct, mode_from_oct, off_from_oct, size_from_oct,
6630 time_from_oct, uid_from_oct, uintmax_from_oct): New decls.
6631 (print_for_mkdir): 2nd arg is now mode_t.
6633 See ChangeLog.1 for earlier changes.
6637 Copyright (C) 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005 Free Software
6640 This file is part of GNU tar.
6642 GNU tar is free software; you can redistribute it and/or modify
6643 it under the terms of the GNU General Public License as published by
6644 the Free Software Foundation; either version 2, or (at your option)
6647 GNU tar is distributed in the hope that it will be useful,
6648 but WITHOUT ANY WARRANTY; without even the implied warranty of
6649 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
6650 GNU General Public License for more details.
6652 You should have received a copy of the GNU General Public License
6653 along with GNU tar; see the file COPYING. If not, write to
6654 the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
6655 Boston, MA 02110-1301, USA.
6659 version-control: never