]> Dogcows Code - chaz/tar/blob - ChangeLog
* lib/.cvsignore: Add unistd_.h. Sort.
[chaz/tar] / ChangeLog
1 2006-03-07 Paul Eggert <eggert@cs.ucla.edu>
2
3 * lib/.cvsignore: Add unistd_.h. Sort.
4
5 2006-03-04 Sergey Poznyakoff <gray@gnu.org.ua>
6
7 * tests/shortrec.at: Use -f - to read from stdin.
8
9 2006-02-21 Sergey Poznyakoff <gray@gnu.org.ua>
10
11 * doc/tar.texi: Fix typo: --to-command instead of --to-program
12
13 2006-02-20 Paul Eggert <eggert@cs.ucla.edu>
14
15 * tests/multiv04.at (split directory members in a MV archive):
16 Don't use %X in an awk printf format; this doesn't work with
17 Solaris 10 /usr/bin/awk. Use %x instead.
18
19 2006-02-20 Sergey Poznyakoff <gray@gnu.org.ua>
20
21 * src/create.c (split_long_name): Fix maximum length estimation.
22 Patch by Jim Lowe.
23 * tests/Makefile.am (lustar01.at,lustar02.at,lustar03.at): New
24 tests.
25 * tests/atlocal.in: Add build-aux to the PATH
26 * tests/long01.at: Remove mkhier, use AT_TAR_MKHIER instead
27 * tests/longv7.at: Reword test title
28 * tests/lustar01.at: New test
29 * tests/lustar02.at: New test
30 * tests/lustar03.at: New test
31 * tests/testsuite.at (AT_TAR_MKHIER): New macro
32 (lustar01.at,lustar02.at,lustar03.at): New tests.
33
34 2006-02-20 Paul Eggert <eggert@cs.ucla.edu>
35
36 * bootstrap: Don't claim lib/Makefile.am is generated automatically
37 from itself.
38
39 Avoid installation glitches on Solaris 8 with Sun C 5.4.
40 * lib/.cvsignore: Add system-ioctl.h.
41 * lib/Makefile.tmpl (noinst_HEADERS): Add system-ioctl.h.
42 * src/buffer.c: Include system-ioctl.h.
43 * src/compare.c: Likewise.
44 * src/delete.c: Likewise.
45 * src/system.c: Include <getline.h>, <setenv.h>.
46 * src/tar.c: Include <getline.h>.
47
48 2006-02-19 Sergey Poznyakoff <gray@gnu.org.ua>
49
50 * src/buffer.c (add_chunk_header): Free st.orig_file_name after
51 calling finish_header().
52 (new_volume): Prompt the user for archive name if unable to open
53 next archive.
54
55 * src/create.c (dump_file0): Restore file_count_links,
56 accidentally removed on 2005-11-29.
57 * configure.ac: Raise version number to 1.15.90
58 * NEWS: Likewise.
59
60 2006-02-08 Sergey Poznyakoff <gray@gnu.org.ua>
61
62 * src/tar.c (tar_set_quoting_style): Provide second argument to
63 the format spec: program_invocation_short_name. Reported by Jim
64 Meyering.
65
66 2006-02-07 Paul Eggert <eggert@cs.ucla.edu>
67
68 * gnulib.modules: Add closeout, exitfial.
69 * lib/.cvsignore: Add __fpending.c, __fpending.h, closeout.c,
70 closeout.h.
71 * src/buffer.c: Incluse closeout.h.
72 (_open_archive): Use freopen rather than fopen, so
73 that stdlis is always either stdout or stderr. Use
74 close_stdout_set_file_name to report its name.
75 * src/tar.c: Include closeout.h and exitfail.h.
76 (parse_opt, usage): Call close_stdout as appropriate, to check for
77 write errors.
78 (decode_options): Exit with status TAREXIT_FAILURE, not 1.
79 (main): Set exit_failure, to exit with proper status on memory
80 allocation failure and the like.
81 Use close_stdout rather than rolling our own test.
82
83 * NEWS: --version now outputs copyright etc., to conform to the
84 GNU coding standards. Remove --license.
85 * gnulib.modules: Add version-etc-fsf.
86 * doc/tar.texi: Document the change.
87 * lib/.cvsignore: Add version-etc-fsf.c, version-etc.c, version-etc.h.
88 * scripts/Makefile.am (SED_CMD): Update PAKCAGE_NAME, not PACKAGE.
89 * scripts/backup.in: Remove --license. Change --version to conform
90 to GCS.
91 * scripts/restore.in: Likewise.
92 * scripts/backup.sh.in (license): Output briefer license in the
93 style of coreutils, for consistency with other changes.
94 * src/tar.c: Include <version-etc.h>.
95 (LICENSE_OPTION): Remove.
96 (options): Remove --license.
97 (license): Remove.
98 (parse_opt): Use version_etc instead of rolling it ourselves.
99 Remove --license.
100 * tests/version.at (tar --version): Check only the first line of
101 output.
102
103 * ChangeLog, NEWS, src/common.h, src/extract.c, src/incremen.c:
104 * src/list.c, src/names.c, src/tar.h, src/xheader.c:
105 Update copyright year to 2006.
106
107 2006-02-07 Jim Meyering <jim@meyering.net>
108
109 * src/xheader.c (sparse_map_decoder): Fix misleading diagnostic.
110
111 2006-01-31 Sergey Poznyakoff <gray@gnu.org.ua>
112
113 * src/common.h (get_gnu_dumpdir): Remove prototype
114 (is_dumpdir): New function
115 * src/extract.c (prepare_to_extract): Use is_dumpdir member to
116 check for dumpdirs.
117 * src/incremen.c (get_gnu_dumpdir): Static
118 (is_dumpdir): New function
119 (purge_directory): Use is_dumpdir
120 * src/list.c (list_archive): Use is_dumpdir
121 Do not wrap skip_member in mv_begin/mv_end, the function itself
122 takes care of it.
123 (decode_header): Set stat_info->is_dumpdir
124 (skip_member): Do nothing if skipped is true
125 * src/tar.h (struct tar_stat_info): New members is_dumpdir and skipped.
126
127 2006-01-22 Sergey Poznyakoff <gray@gnu.org.ua>
128
129 * src/tar.c (decode_options): Refuse using --delete with
130 compression options.
131
132 2006-01-18 Sergey Poznyakoff <gray@gnu.org.ua>
133
134 * NEWS: Updated.
135 * configure.ac (DEFAULT_QUOTING_STYLE): New configuration variable
136 * doc/tar.texi: Initial documentation for --quoting-style,
137 --quote-chars and --no-quote-chars option.
138 * src/tar.c: Implement new options --quoting-style, --quote-chars
139 and --no-quote-chars.
140
141 2006-01-09 Paul Eggert <eggert@cs.ucla.edu>
142
143 * bootstrap: Default to pserver, and switch to cvs.sv.gnu.org,
144 to accommodate recent changes to the GNU CVS server.
145 * lib/.cvsignore: Add argp-pin.c, mkdirat.c, openat-priv.h.
146
147 2005-12-14 Sergey Poznyakoff <gray@gnu.org.ua>
148
149 * src/names.c (name_scan): Take an additional argument requesting
150 exact matching.
151 * src/common.h (name_scan): Change prototype.
152 * src/delete.c, src/incremen.c, src/update.c: Update invocations
153 of name_scan.
154
155 2005-12-13 Sergey Poznyakoff <gray@gnu.org.ua>
156
157 * src/common.h (struct name): New member `explicit'. Remove unused
158 member `isdir'.
159 * src/incremen.c (procdir): If name_scan() returns something,
160 check if it was explicitely given in the command line
161 * src/names.c (addname,add_hierarchy_to_namelist): Initialize
162 explicit member appropriately.
163
164 * src/incremen.c (procdir): If --one-file-system is given and a
165 directory is found to be on another device, *and* this directory
166 is explicitely given in the command line, then do not omit it.
167
168 2005-12-11 Sergey Poznyakoff <gray@gnu.org.ua>
169
170 * NEWS: Update
171 * doc/tar.texi: Document --delay-directory-restore option.
172 (Configuring Help Summary): Document usage of ARGP_HELP_FMT
173 variable to customize help output.
174 * src/common.h (delay_directory_restore_option): New global.
175 * src/extract.c (directories_first): Replaced by
176 delay_directory_restore_option. All uses changed.
177 * src/tar.c (options,parse_opt): New options
178 --delay-directory-restore and --no-delay-directory-restore
179
180 2005-12-09 Sergey Poznyakoff <gray@gnu.org.ua>
181
182 * src/buffer.c (open_archive): Add default case to shut up gcc.
183 * src/common.h (set_file_atime): Add prototype.
184 * src/create.c (to_chars_subst): Remove unused variable
185 Make sure useful result code is returned.
186 * src/incremen.c (read_directory_file): Fix format string
187 Thanks Eric Blake for reporting.
188
189 2005-12-08 Sergey Poznyakoff <gray@gnu.org.ua>
190
191 * doc/tar.texi (Current status): Renamed to 'Changes' and moved to
192 appendices.
193 (Large or Negative Values): Rewritten
194 * src/common.h (gid_to_chars, major_to_chars, minor_to_chars)
195 (mode_to_chars, off_to_chars, size_to_chars, time_to_chars)
196 (uid_to_chars, uintmax_to_chars): Return bool
197 * src/create.c (gid_to_chars, major_to_chars, minor_to_chars)
198 (mode_to_chars, off_to_chars, size_to_chars, time_to_chars)
199 (uid_to_chars, uintmax_to_chars): Return bool
200 (to_chars): Return bool
201 (start_header): Check return values of convertion routines. Fail
202 if unable to store data in the header.
203
204 2005-12-07 Sergey Poznyakoff <gray@gnu.org.ua>
205
206 * doc/tar.texi: Following the discussion with Karl Berry,
207 discontinue using @value{} substitutions for Texinfo commands.
208 Properly index all long options. Print a
209 separate long option index.
210 * doc/value.texi: Remove @set's
211
212 * doc/tar.texi: Update --info-script documentation
213 Resolve some more FIXMEs.
214 * scripts/dump-remind.in: Use TAR_VOLUME instead of reading volno
215 file.
216 * src/buffer.c (new_volume): Update invocation
217 (change_tape_menu): New function. Disable '!' command if given
218 --restrict option.
219 * src/common.h (sys_exec_info_script): Update declaration
220 (restrict_option): New global
221 * src/system.c (sys_exec_info_script): The script can supply new
222 archive name to use by writing it to file descriptor 3.
223 * src/tar.c (options): Add --restrict option. Use macros for
224 option grouping.
225 (license): Print full list of copyright years
226 * NEWS: Update
227
228 2005-12-06 Eric Blake <ebb9@byu.net> (trivial changes)
229
230 * configure.ac (DENSITY_LETTER): Fix m4 overquoting.
231 * .cvsignore: Ignore .bootstrap.
232
233 2005-12-06 Sergey Poznyakoff <gray@gnu.org.ua>
234
235 * doc/tar.texi: Document --to-command and --info-script
236 options. Add missing xrefs.
237 * src/buffer.c (new_volume): Use sys_exec_info_script() instead of
238 system().
239 * src/common.h (archive_format_string,subcommand_string)
240 (sys_exec_info_script): New prototypes.
241 * src/system.c (sys_exec_info_script): New function.
242 * src/tar.c (archive_format_string): Remove static qualifier.
243 (subcommand_string): New function.
244
245 2005-12-01 Sergey Poznyakoff <gray@gnu.org.ua>
246
247 * src/extract.c: Fix restoring of directory timestamps from
248 incremental archives.
249 (directories_first): New variable.
250 (prepare_to_extract): Set directories_first
251 (extract_archive): Call apply_nonancestor_delayed_set_stat() only
252 if not extracting from an incremental archive
253 (extract_dir): Obtain root_device here, to make sure it works
254 correctly with -C.
255
256 * src/incremen.c (purge_directory): Skip the member and return if
257 the archive is not in incremental format.
258 * tests/incr02.at: New testcase
259 * tests/Makefile.am: Add incr02.at
260 * tests/testsuite.at: Likewise
261
262 * THANKS: Add Guerkan Karaman.
263 * NEWS: Update
264
265 2005-11-30 Paul Eggert <eggert@cs.ucla.edu>
266
267 * doc/tar.texi (Option Summary): Rewrite the
268 --atime-preserve=system description in response to Ian Turner's
269 proposed patch.
270
271 2005-11-30 Ian Turner <ian@zmanda.com>
272
273 * doc/tar.texi (Extracting Specific Files): Remove obsolescent
274 FIXME.
275
276 2005-11-29 Paul Eggert <eggert@cs.ucla.edu>
277
278 * NEWS: New option --atime-preserve=system, which uses O_NOATIME.
279 * THANKS: Add Ian Turner.
280
281 * configure.ac: Prefer AC_CHECK_HEADERS_ONCE to AC_CHECK_HEADERS.
282 Check for stropts.h and sys/filio.h too, for _FIOSATIME.
283 * doc/tar.texi: Change "modification time" to "data modification
284 time", "change time" to "status change time", and "filesystem" to
285 "file system", so that we use terminology consistent with POSIX.
286 Use American spacing rather than French for sentence ends.
287 "non-dependable" -> "undependable".
288 (Option Summary, Attributes): Explain better the pitfalls of the
289 --atime-preserve option, and suggest read-only mounts,loopback
290 mounts, and noatime mounts for older systems.
291 * doc/value.texi (op-atime-preserve-system): Renamed from
292 op-atime-preserver-system to fix a misspelling.
293 * src/common.h (enum atime_preserve): Use lower case for enum values.
294 * src/compare.c: Don't include utimens.h; no longer needed.
295 (diff_file): Use set_file_atime rather than utimens; avoid closing
296 diff_handle until after this, so that we can set the file time stamp
297 via the file descriptor rather than via its name.
298 * src/create.c: Don't include utimens.h; no longer needed.
299 (dump_regular_finish): Remove. All callers now do its work inline.
300 (dump_dir): New arg FD. All callers changed.
301 Use fdsavedir rather than savedir.
302 (unknown_file_error): Arg is a const pointer now.
303 (dump_file0): 2nd arg is a const pointer now.
304 Treat directories more like files, with respect to --atime-preserve.
305 For example, also warn if a directory changes while we are dumping it.
306 Prefer file descriptors to file names when retrieving/setting file
307 attributes; this saves path-resolution time and allows us to avoid
308 changing mtime/ctime on Solaris when restoring atime as root.
309 Use O_DIRECTORY when opening directories, to avoid some race conditions.
310 Do not reset atime if mtime has changed. Report an error if
311 we cannot reset atime.
312
313 * lib/.cvsignore: Add malloc.h, regcomp.c, regex.c, regex.h,
314 regex_internal.c, regex_internal.h, regexc.c; used by rpmatch.
315
316 2005-11-29 Ian Turner <ian@zmanda.com>
317
318 First cut at adding support for --atime-preserve=system.
319 * doc/tar.texi (Option Summary): First cut at documenting it.
320 All other uses of --atime-preserve changed to --atime-preserve=replace.
321 * doc/value.texi (op-atime-preserve-replace, op-atime-preserver-system):
322 New.
323 (op-atime-preserve): Mention METHOD.
324 * src/common.h (atime_preserve): New enum.
325 (atime_preserve_option): Now of the enum type rather than bool.
326 All uses changed.
327 * src/compare.c (diff_file): Read with O_NOATIME if asked for.
328 * src/create.c (dump_file0): Read regular and CTG files with O_NOATIME
329 if asked for.
330 * src/tar.c (usage): Mention new usage.
331 (parse_opt): Parse new usage.
332
333 2005-11-29 Paul Eggert <eggert@cs.ucla.edu>
334
335 * THANKS: Convert back to UTF-8, sort (using LC_ALL=C on Debian
336 stable), and consistently use tabs rather than spaces.
337
338 2005-11-27 Sergey Poznyakoff <gray@gnu.org.ua>
339
340 * src/xheader.c: Remove parts of code prematurely introduced
341 yesterday. Thanks Eric Blake.
342
343 2005-11-26 Sergey Poznyakoff <gray@gnu.org.ua>
344
345 * src/xheader.c (xheader_format_name): Fix memory leak.
346
347 2005-11-11 Sergey Poznyakoff <gray@gnu.org.ua>
348
349 * gnulib.modules: Add rpmatch
350 * lib/stdopen.h, lib/stdopen.c: New file. Imported from coreutils.
351 * lib/Makefile.tmpl: Add stdopen.h, stdopen.c
352 * po/POTFILES.in: Add rpmatch.c
353 * src/tar.c (confirm): Rewritten using rpmatch.
354 (decode_options): Minor optimizations
355 (main): Call stdopen() to ensure the first three descriptors are
356 open.
357
358 * tests/multiv01.at, tests/multiv02.at, tests/multiv03.at,
359 tests/multiv04.at, tests/sparsemv.at, tests/sparsemvp.at,
360 tests/star/multi-fail.at: Close stdin so that if something fails
361 causing tar to ask for the next volume, it won't hang the
362 testsuite.
363
364 * src/buffer.c (flush_write,flush_read): Change data type.
365 (flush_archive): Compute actual buffer fill level before calling
366 low level function.
367 (close_archive): Call flush_archive again if the first call
368 resulted in partially filled buffer.
369 (try_new_volume): Rewritten handling of initial headers.
370 (add_chunk_header): New function. Write an additional header
371 before the continuation chunk. The purpose of the header is to
372 allow third-party tars to extract the member.
373 (simple_flush_write): Take an argument.
374 (_gnu_flush_write): Correctly handle partially filled buffers.
375 * src/common.h (flush_read,flush_write): Functions, again.
376 (write_extended): Changed declaration
377 (xheader_format_name): New declaration
378 * src/create.c (write_extended): Change type and meaning of
379 the first argument. All callers updated
380 * src/xheader.c (xheader_format_name): Remove static
381 qualifier. Change last argument.
382 Correct buffer size calculation (allocated too much space).
383 (xheader_write): Increase global_header_count here ...
384 (xheader_write_global): ... instead of here
385
386 * tests/testsuite.at (AT_TAR_CHECK): Define TEST_TAR_FORMAT
387 * tests/multiv01.at: Update
388 * tests/multiv02.at: Update
389 * tests/multiv03.at: Update
390 * tests/sparsemvp.at: Update
391 * tests/star/multi-fail.at: Update
392
393 * scripts/tarcat: Handle archives in pax format. Improve handling
394 of traditional archives.
395 * doc/tar.texi (Tarcat): New node
396
397 2005-11-10 Sergey Poznyakoff <gray@gnu.org.ua>
398
399 Fix splitting of sparse files between the volumes.
400
401 * src/buffer.c (try_new_volume): Bugfix. Always check
402 continued_file_name. If it is absent, the volume is out
403 of sync.
404 (add_multi_volume_header): Create GNU.volume.filename keyword in
405 the extended header.
406 * src/sparse.c (sparse_dump_region): Call mv_size_left.
407 (sparse_dump_file): Enclose the loop in mv_begin/mv_end.
408 * src/system.c: Do not pad compressed output if it goes to
409 stdout.
410 * src/xheader.c (xhdr_tab): New keyword GNU.volume.filename.
411
412 * tests/sparsemv.at: New testcase
413 * tests/sparsemvp.at: New testcase
414 * tests/Makefile.am: Add sparsemv.at and sparsemvp.at.
415 * tests/testsuite.at: Likewise.
416
417 2005-11-09 Sergey Poznyakoff <gray@gnu.org.ua>
418
419 * src/buffer.c: Rewritten in a more modular fashion to provide
420 GNU extensions (multi-volume archives and archive labels) in
421 pax format.
422 NOTICE, that some of the aspects (e.g. splitting the archive
423 on the extended header boundary) are still not solved, others
424 (splitting a sparse file between the volume) require additional
425 testing. Wait for the next commit.
426
427 (volume_label,continued_file_name,continued_file_size)
428 (continued_file_offset): New globals.
429 (save_name,save_totsize,save_sizeleft): Make static
430 (mv_begin,mv_end,mv_total_size,mv_size_left): New functions
431 (open_archive,flush_write,flush_read): Rewritten
432
433 * src/common.h (save_name,save_sizeleft,save_totsize): Remove
434 globals.
435 (volume_label,continued_file_name,continued_file_size): New
436 variables.
437 (flush_read,flush_write): Pointers to functions
438 (mv_begin,mv_end,mv_total_size,mv_size_left): New functions
439 (write_extended): New function.
440
441 * src/compare.c, src/create.c, src/extract.c, src/incremen.c,
442 src/list.c: Use mv_.* functions uniformly instead of fiddling
443 with the global variables.
444 * src/sparse.c: Use mv_.* functions where necessary.
445 * src/tar.c (decode_options): Allow to use --multi-volume and
446 --label with pax archives.
447 * src/xheader.c (xhdr_tab): Support for new GNU keywords.
448
449 * tests/delete01.at, tests/delete02.at, tests/delete03.at,
450 tests/delete04.at, tests/delete05.at, tests/extrac01.at,
451 tests/extrac02.at, tests/extrac03.at, tests/extrac04.at,
452 tests/extrac05.at, tests/incr01.at, tests/incremental.at,
453 tests/listed01.at, tests/listed02.at, tests/long01.at,
454 tests/longv7.at, tests/multiv01.at, tests/multiv02.at,
455 tests/multiv03.at, tests/multiv04.at, tests/options.at,
456 tests/options02.at, tests/same-order01.at, tests/same-order02.at,
457 tests/sparse01.at, tests/sparse02.at, tests/sparse03.at,
458 tests/star/multi-fail.at (AT_KEYWORDS): Improve to allow execution
459 of related tests in groups.
460
461 * doc/tar.texi: Update
462
463 2005-11-07 Paul Eggert <eggert@cs.ucla.edu>
464
465 * src/xheader.c (struct xhdr_tab.coder): Last arg is void const *,
466 not void *, to avoid create.c warning from GCC "passing argument 3
467 of 'xheader_store' discards qualifiers from pointer target type".
468 (dummy_coder, atime_coder, gid_coder, gname_coder, linkpath_coder):
469 (ctime_coder, mtime_coder, path_coder, size_coder, uid_coder):
470 (uname_coder, sparse_size_coder, sparse_numblocks_coder):
471 (sparse_offset_coder, sparse_numbytes_coder, dumpdir_coder):
472 (xheader_store): Likewise.
473 * src/common.h (xheader_store): Likewise.
474
475 2005-11-07 Sergey Poznyakoff <gray@gnu.org.ua>
476 and Paul Eggert <eggert@cs.ucla.edu>
477
478 * src/tar.c (NS_PRECISION_FORMAT_MASK): New macro.
479 (tar_timespec_cmp): New function. Wrapper over
480 timespec_cmp using the timespec precision provided by the
481 current archive format.
482 * src/common.h (tar_timespec_cmp): New declaration.
483 * src/compare.c (diff_file): Use tar_timespec_cmp.
484 * src/extract.c (file_newer_p): Likewise.
485 * src/update.c (update_archive): Likewise.
486 * tests/truncate.at: Reverted changes
487 * tests/update.at: Reverted changes
488
489 2005-11-07 Sergey Poznyakoff <gray@gnu.org.ua>
490
491 Support for incremental formats in pax archives.
492 Fixed POSIX compatibility of `sparse' extended header keywords.
493
494 * src/common.h (dumpdir_size,get_gnu_dumpdir)
495 (xheader_string_begin,xheader_string_add)
496 (xheader_string_end): New functions.
497 * src/create.c (dump_dir0): Handle incremental backups in pax
498 archives.
499 * src/incremen.c (dumpdir_size, get_gnu_dumpdir): New functions.
500 (purge_directory): Use stat_info.dumpdir instead of getting its
501 value explicitely.
502 * src/list.c (list_archive): Handle incremental backups in pax
503 format.
504 (decode_header): Initialize stat_info.dumpdir
505 * src/sparse.c (sparse_diff_file): Bugfix: set seekable.
506 (pax_dump_header): Store sparse map in GNU.sparse.map. If this
507 variable has been explicitely deleted, use GNU.sparse.offset/
508 GNU.sparse.numbytes variables.
509 * src/tar.c (decode_options): Incremental options are allowed with
510 --format=pax
511 (tar_stat_destroy): Free dumpdir
512 * src/tar.h (struct tar_stat_info.dumpdir): New member.
513 * src/xheader.c (xheader_keyword_deleted_p): Remove static
514 qualifier.
515 (struct xhdr_tab.decoder): Change prototype. POSIX allows string
516 values to contain embedded nulls, so take an extra argument
517 specifying the length of the string.
518 (decx,decg,dummy_decoder,atime_decoder,gid_decoder)
519 (gname_decoder,linkpath_decoder,ctime_decoder,mtime_decoder)
520 (path_decoder,size_decoder,uid_decoder,uname_decoder)
521 (sparse_size_decoder,sparse_numblocks_decoder)
522 (sparse_offset_decoder,sparse_numbytes_decoder): Likewise.
523 (decode_record): Pass value length to the handler
524 (run_override_list): Pass value length to the decoder
525 (xheader_print_n): New function
526 (xheader_print): Rewritten using xheader_print_n
527 (xheader_finish): Do not rely om strlen to compute the length of
528 the collected string: it can contain embedded nulls
529 (xheader_string_begin,xheader_string_add,xheader_string_end): New
530 functions.
531 (sparse_map_decoder,dumpdir_coder,dumpdir_decoder): New
532 functions. Handle GNU.sparse.map and GNU.dumpdir variables.
533 (xhdr_tab): Add new variables.
534
535 * tests/incr01.at: Test gnu, oldgnu, and posix formats
536 * tests/incremental.at: Likewise
537
538 2005-11-06 Paul Eggert <eggert@cs.ucla.edu>
539
540 * NEWS: Minor language and white space fixes.
541
542 * tests/truncate.at: Create files whose time stamps must fall on
543 1-second boundaries. This prevents tests from failing on hosts
544 like Solaris 8 that have nanosecond-resolution file time stamps.
545 * tests/update.at: Likewise.
546
547 * src/xheader.c (strtoimax, strtoumax): Remove decls; now done
548 in system.h.
549
550 2005-11-06 Sergey Poznyakoff <gray@gnu.org.ua>
551
552 * doc/tar.texi: Properly document incremental dumps
553 * doc/value.texi: Likewise.
554 * doc/snapshot.texi: Likewise.
555
556 2005-11-05 Sergey Poznyakoff <gray@gnu.org.ua>
557
558 Improve listed incremental format:
559
560 * src/common.h (update_parent_directory): New prototype.
561 * src/create.c (dump_file): Call update_parent_directory.
562 * src/incremen.c (struct directory.mtime): New member.
563 (note_directory): Take additional arguments. All callers updated.
564 (scan_directory): Updated to use more metadata. In particular,
565 this allows to correctly detect renamed files.
566 (read_directory_file,write_directory_file)
567 (write_directory_file_entry): Support new directory file format.
568 * tests/listed01.at: Sleep 1 sec before creating second file.
569 * tests/listed02.at: Never skip the test. It should work on any
570 filesystem.
571
572 * doc/snapshot.texi: New file
573 * doc/tar.texi: Update.
574 * doc/Makefile.am: Update.
575
576 2005-11-04 Paul Eggert <eggert@cs.ucla.edu>
577
578 * src/extract.c (set_stat): Rewrite to avoid bug in Forte
579 Developer 7 C 5.4 Patch 111708-09 (2004-02-19).
580
581 2005-11-04 Sergey Poznyakoff <gray@gnu.org.ua>
582
583 * bootstrap: Fix quoting in help output.
584 (update_po): Use backward-compatible wget option --cache instead
585 of deprecated -C to accomodate for wget 1.10.
586 Changes proposed by Eric Blake
587 * THANKS: Add Eric Blake
588
589 2005-11-02 Paul Eggert <eggert@cs.ucla.edu>
590
591 * doc/tar.texi: Consistently put two spaces after sentences,
592 and put commas after "i.e." and "e.g.". This is the usual GNU
593 style in manuals.
594
595 * lib/.cvsignore: Add creat-safer.c, fcntl--.h, fcntl-safer.h,
596 open-safer.c, openat-die.c, verify.h, to accommodate recent gnulib
597 changes.
598
599 2005-10-27 Sergey Poznyakoff <gray@gnu.org.ua>
600
601 * src/compare.c (diff_dumpdir): Pass a valid device number to
602 get_directory_contents.
603
604 * THANKS: Add John Thomas McDole
605
606 * bootstrap: If file `.bootstrap' exists in the cwd and is
607 readable, prepend its contents to the command line
608
609 2005-10-21 Sergey Poznyakoff <gray@gnu.org.ua>
610
611 * tests/link01.at: Skip test if ln fails (suppose the OS does
612 not support hard links).
613
614 2005-10-04 Sergey Poznyakoff <gray@gnu.org.ua>
615
616 * src/tar.c (decode_options): Report error if -A or -r is used
617 together with compression option.
618
619 2005-09-29 Sergey Poznyakoff <gray@gnu.org.ua>
620
621 * doc/tar.texi: Use @option and @kbd consistently.
622 Document new options.
623
624 2005-09-28 Sergey Poznyakoff <gray@gnu.org.ua>
625
626 * NEWS: Updated
627 * src/common.h (show_stored_names_option): New variable
628 * src/list.c (print_header): If show_stored_names_option is given,
629 list member names as stored in the archive. Patch proposed by Erik
630 Cumps <erik.cumps@icos.be>
631 * src/tar.c: Implement --show-stored-names option
632
633 * src/common.h (test_label_option): New variable;
634 * src/list.c (print_header): Special handling if test_label_option
635 is set.
636 * src/names.c (all_names_found): If test_label_option is set
637 return true.
638 * src/tar.c: New option --test-label tests the archive volume
639 label. The option proposed by Wouter Verhelst <wouter@nixsys.be>
640
641 2005-09-21 Paul Eggert <eggert@cs.ucla.edu>
642
643 * tests/Makefile.am (clean-local): Don't attempt to run
644 $(TESTSUITE) if it doesn't exist. Problem reported by
645 Eric Blake.
646
647 2005-09-16 Paul Eggert <eggert@cs.ucla.edu>
648
649 Don't filter time stamps through the resolution supported
650 by struct stat; keep them to full nanosecond resolution.
651 This affects behavior only on older hosts or file systems
652 that have lower-resolution time stamps.
653 * src/common.h (OLDER_STAT_TIME): Parenthesize arg.
654 (OLDER_TAR_STAT_TIME): New macro.
655 (code_timespec): New function.
656 (BILLION, LOG10_BILLION, TIMESPEC_STRSIZE_BOUND): New constants.
657 * src/compare.c (diff_file): Use full time stamp resolution.
658 * src/create.c (start_header, dump_file0): Likewise.
659 (start_header, dump_file0): Adjust to new structure layout.
660 (dump_regular_finish): Simplify by using timespec_cmp.
661 * src/extract.c (struct delayed_set_stat): Don't store stat info
662 that we don't need, to save space. All uses changed.
663 (struct delayed_set_stat, struct delayed_link, file_newer_p):
664 (create_placeholder_file, extract_link, apply_delayed_links):
665 Use full time stamp resolution.
666 (check_time): Use code_timespec rather than rolling our own code.
667 (set_stat, delay_set_stat): Arg now points to tar_stat_info to
668 avoid losing time information. All callers changed.
669 * src/list.c (read_and, decode_header, print_heaeder):
670 Use full time stamp resolution.
671 * src/misc.c (code_timespec): New function.
672 * src/tar.h (struct tar_stat_info): Record atime, mtime, ctime
673 separately, for benefit of hosts with lower resolution.
674 * src/update.c (update_archive): Use full time stamp resolution.
675 * src/xheader.c (code_time): Use new code_timespec function
676 to simplify code.
677 (atime_coder, atime_decoder, ctime_coder, ctime_decoder):
678 (mtime_coder, mtime_decoder): Use full time stamp resolution.
679
680 Report time stamps to full resolution in environment.
681 Report memory allocation failures rather than ignoring them.
682 * src/system.c (time_to_env): New function.
683 (oct_to_env, str_to_env, chr_to_env): Report memory allocation failures.
684 (stat_to_env): Report full resolution in time stamps.
685
686 2005-09-16 Paul Eggert <eggert@cs.ucla.edu>
687
688 Merge changes from gnulib for file system sub-second time stamps.
689 * configure.ac: Remove checks for struct stat.st_spare1, struct
690 stat.st_atim.tv_nsec, struct stat.st_atimespec.tv_nsec, struct
691 stat.st_atimensec, as gnulib now does this for us.
692 Similarly for LIB_CLOCK_GETTIME.
693 * gnulib.modules: Add stat-time.
694 * lib/.cvsignore: Add stat-time.h.
695 * src/common.h: Include stat-time.h.
696 (timespec_lt): Remove. All callers changed to use timespec_cmp.
697 (get_stat_atime, get_stat_ctime, get_stat_mtime):
698 (set_stat_atime, set_stat_ctime, set_stat_mtime):
699 Remove; now defined by stat-time.h.
700
701 2005-09-14 Sergey Poznyakoff <gray@gnu.org.ua>
702
703 * src/incremen.c (list_dumpdir): New function. Used to dump
704 contents of GNUTYPE_DUMPDIR blocks.
705 * src/common.h (list_dumpdir): Likewise.
706 * src/list.c (list_archive): Use list_dumpdir() to display
707 GNUTYPE_DUMPDIR blocks. Do that only if two or more -v options are
708 given.
709
710 2005-09-12 Paul Eggert <eggert@cs.ucla.edu>
711
712 * lib/.cvsignore: Adjust to current gnulib and modules used.
713 Add getdelim.c, getdelim.h, mbchar.c, mbchar.h, mbuiter.h, memchr.c,
714 pipe-safer.c, size_max.h, strdup.c, strdup.h, strnlen.h, strnlen1.c,
715 strnlen1.h, unistd--.h.
716 Remove getndelim2.c, getndelim2.h, pathmax.h, sysexits.h, xstrdup.c.
717
718 Treat fishy-looking hard links like fishy-looking symlinks.
719 * src/extract.c (struct delayed_set_stat): Rename after_symlinks
720 member to after_links. All uses changed.
721 (struct delayed_link): Renamed from struct delayed_symlink.
722 All uses changed. New member is_symlink.
723 (delayed_link_head): Renamed from delayed_symlink_head. All uses
724 changed.
725 (create_placeholder_file): New function, taken from extract_symlink.
726 (extract_link): Create placeholders for fishy-looking hard links.
727 (extract_symlink): Move code into create_placeholder_file.
728 (apply_delayed_links): Renamed from apply_delayed_symlinks.
729 All uses changed. Create both hard links and symlinks.
730
731 2005-09-03 Paul Eggert <eggert@cs.ucla.edu>
732
733 * README-alpha: Modernize description of software required for
734 developers.
735
736 2005-09-03 Sergey Poznyakoff <gray@gnu.org.ua>
737
738 * gnulib.modules: Add strdup
739 * src/incremen.c (purge_directory): Do not dereference symbolic
740 links. Bug reported by Ralph Corderoy <ralph@inputplus.co.uk> and
741 David Brown <davidb@davidb.org>
742 * tests/incr01.at: New test.
743 * tests/Makefile.am: Add incr01.at
744 * tests/testsuite.at: Likewise
745 * THANKS: Updated
746
747 2005-08-17 Sergey Poznyakoff <gray@gnu.org.ua>
748
749 * src/incremen.c (read_directory_file): Use strtoumax to read
750 snapshot file contents.
751 (write_directory_file_entry): Use umaxtostr().
752
753 2005-07-31 Sergey Poznyakoff <gray@gnu.org.ua>
754
755 * src/create.c (file_dumpable_p,dump_file0): Fix handling of
756 sparse files to /dev/null with --totals option.
757 * tests/update.at: Remove dependency on file order.
758
759 2005-07-08 Sergey Poznyakoff <gray@Mirddin.farlep.net>
760
761 * doc/tar.texi: Fix typo.
762
763 2005-07-07 Sergey Poznyakoff <gray@Mirddin.farlep.net>
764
765 * tests/pipe.at: Pipe the output from `tar xfv' through sort.
766
767 2005-06-25 Sergey Poznyakoff <gray@Mirddin.farlep.net>
768
769 * src/sparse.c (tar_sparse_init): Fill structure with zeros. Call
770 sparse_select_optab(). All callers updated.
771 (sparse_member_p, sparse_fixup_header): Use tar_sparse_init().
772
773 2005-06-23 Sergey Poznyakoff <gray@Mirddin.farlep.net>
774
775 * src/sparse.c (pax_sparse_member_p): Checking member size
776 vs. file size is not reliable enough. Use sparse_map_avail.
777
778 * tests/star/gtarfail.at: Adapt to the new output format
779 * tests/star/gtarfail2.at: Likewise
780 * tests/star/multi-fail.at: Likewise
781 * tests/star/pax-big-10g.at: Likewise
782 * tests/star/ustar-big-2g.at: Likewise
783 * tests/star/ustar-big-8g.at: Likewise
784
785 * tests/sparse03.at: New test.
786 * tests/Makefile.am: Add sparse03.at
787 * tests/testsuite.at: Likewise
788
789 * src/xheader.c (size_decoder): Do not set archive_file_size.
790
791 Fix bugs introduced yesterday:
792
793 * src/sparse.c (tar_sparse_init): Initialize
794 dimped_size to 0.
795 (sparse_scan_file): Initialize archive_file_size to 0. The
796 variable keeps size of the file *as stored in the archive*, not
797 the size reported by stat.
798
799 2005-06-22 Paul Eggert <eggert@cs.ucla.edu>
800
801 A sweep of the sparse code prompted by a bug report by Jim Meyering.
802 * src/sparse.c: Include <inttostr.h>.
803 (struct tar_sparse_file): offset and dumped_size are off_t, not
804 size_t. optab is now const *.
805 (dump_zeros): Return bool success flag, not off_t.
806 All callers changed.
807 Use a constant-zero buffer rather than clearing a buffer each time.
808 Don't mess up if write fails.
809 (dump_zeros, check_sparse_region):
810 Don't assume off_t is no wider than size_t.
811 (tar_sparse_init): Don't bother clearing a field that is already clear.
812 (zero_block_p): First arg is const *, not *.
813 (clear_block, SPARSES_INIT_COUNT): Remove.
814 (sparse_add_map): First arg is now struct start_stat_info *, not
815 struct tar_sparse_file *. All callers changed.
816 Use x2nrealloc to check for size_t overflow.
817 (parse_scan_file): Cache commonly-used parts of file.
818 Use an auto buffer, not a static one.
819 Don't bother clearing the buffer; not needed.
820 Don't bother clearing items that are already clear.
821 (oldgnu_optab, star_optab, pax_optab): Now const.
822 (sparse_dump_region): Don't bother clearing the buffer before
823 reading into it; just clear the parts that aren't read into.
824 (sparse_dump_file): Clear the whole local variable 'file'.
825 (diff_buffer): Remove; now a local var.
826 (check_sparse_region): Don't bother clearing buffer before
827 reading into it. Don't assume off_t is promoted to long.
828 (oldgnu_get_sparse_info, star_get_sparse_info):
829 Use an auto status, not static.
830 * src/tar.h (struct tar_stat_info): had_trailing_slash is
831 now bool, not int.
832 * src/xheader.c (sparse_offset_coder, sparse_numbytes_coder):
833 Rewrite to avoid cast.
834 (sparse_offset_decoder, sparse_numbytes_decoder):
835 Diagnose excess entries rather than crashing.
836
837 2005-06-22 Jim Meyering <jim@meyering.net>
838
839 * src/common.h (timespec_lt): Add a return type: bool.
840
841 2005-06-21 Paul Eggert <eggert@cs.ucla.edu>
842
843 Further improvements inspired by Jim Meyering's fixes.
844
845 * NEWS: Better support for full-resolution time stamps.
846 The -v option now prints time stamps only to 1-minute resolution.
847 * gnulib.modules: Add utimens.
848 * lib/.cvsignore: Add imaxtostr.c, inttostr.c, inttostr.h,
849 offtostr.c, umaxtostr.c, utimens.c, utimens.h. Remove paxconvert.c.
850 * lib/Makefile.tmpl (libtar_a_SOURCES): Remove paxconvert.c.
851 * lib/paxconvert.c: Remove; superseded by umaxtostr.c.
852 * po/POTFILES.in: Remove lib/paxconvert.c. Add lib/xalloc-die.c,
853 lib/obstack.c.
854 * src/buffer.c (set_start_time, compute_duration, start_time):
855 Use gettime rather than rolling our own code.
856 * src/common.h (OLDGNU_NAME_FIELD_SIZE, MAXOCTAL11, MAXOCTAL7): Remove.
857 (newer_ctime_option): Remove.
858 (timespec_lt): New function.
859 (OLDER_STAT_TIME): Use it.
860 (string_to_chars): First arg is char const *, not char *.
861 (tartime): Time arg is now struct timespec. New bool arg.
862 All callers changed.
863 (code_ns_fraction): New decl.
864 (sys_stat_nanoseconds): Remove decl.
865 (get_stat_atime, get_stat_ctime, get_stat_mtime): New functions.
866 (set_stat_atime, set_stat_ctime, set_stat_mtime): New functions.
867 * src/compare.c: Include utimens.h rather than rolling our own.
868 (diff_dir, diff_file, diff_link, diff_symlink, diff_special):
869 Prototype.
870 (diff_dumpdir, diff_multivol): Prototype.
871 (diff_file): Support higher-resolution time stamps.
872 * src/create.c: Include utimens.h rather than rolling our own.
873 (MAX_OCTAL_VAL): New macro.
874 (tar_copy_str, string_to_chars): Don't bother to zero-fill;
875 the destination is already zeroed.
876 (string_to_chars): First arg is char const *.
877 (start_private_header): Use MINOR_TO_CHARS, not MAJOR_TO_CHARS,
878 for minor device number.
879 (write_header_name, dump_hard_link, dump_file0):
880 Simplify test for old GNU format.
881 (start_header): Put in placeholders for uid, etc., even when
882 using extended headers, for benefit of older "tar" implementations.
883 Don't assume uintmax_t is wider than 32 bits.
884 Output extended header for mtime if needed.
885 (dump_regular_finish, dump_file0):
886 Support extended time stamp resolution.
887 * src/extract.c: Include utimens.h rather than rolling our own.
888 (check_time): Support extended time stamp resolution.
889 * src/list.c: Include <inttostr.h>.
890 (tartime): Use umaxtostr rather than stringify_uintmax_t_backwards.
891 * src/xheader.c: Include <inttostr.h>.
892 Do not include <xstrtol.h>.
893 (strtoimax) [!HAVE_DECL_STRTOIMAX && !defined strtoimax]: New decl.
894 (strtoumax) [!HAVE_DECL_STRTOUMAX && !defined strtoumax]: New decl.
895 (BILLION, LOG10_BILLION): New constants.
896 (to_decimal): Remove; superseded by inttostr. All callers changed
897 to use umaxtostr.
898 (xheader_format_name): Don't assume pids and uintmax_t values
899 fit in 63 bytes (!) when printed.
900 (decode_record): Don't bother to check for ERANGE; an out of range
901 value must be treater than len_max anyway.
902 If the length is out of range, output it in the diagnostic.
903 (format_uintmax): Remove; all callers changed to use umaxtostr.
904 (xheader_print): Don't assume sizes can be printed in 99 bytes (!).
905 (out_of_range_header): New function.
906 (decode_time): Use it.
907 (code_time): Accept struct timespec, not time_t and unsigned long.
908 All callers changed. Size sbuf properly, and remove unnecessary check.
909 Don't assume time stamps can fit in 199 bytes.
910 Handle negative time stamps. Handle fractional time stamps
911 more consistently. Don't output unnecessary trailing zeros.
912 (decode_time): Yield struct timespec, not time_t and unsigned long.
913 All callers changed.
914 Handle negative time stamps. Truncate towards minus infinity
915 consistently. Improve overflow checks, and output a better
916 diagnostic on overflow.
917 (code_num): Don't assume uintmax_t can be printed in 99 bytes (!).
918 (decode_num): New function, for better diagnostics.
919 (atime_coder, atime_decoder, gid_decoder, ctime_coder):
920 (ctime_decoder, mtime_coder, mtime_decoder, size_decoder):
921 (uid_decoder, sparse_size_decoder, sparse_numblocks_decoder):
922 (sparse_offset_decoder, sparse_numbytes_decoder):
923 Use decode_num, etc., instead of xstrtoumax, etc.
924
925 2005-06-21 Jim Meyering <jim@meyering.net>
926
927 Carefully crafted invalid headers can cause buffer overrun.
928 Invalid header fields go undiagnosed.
929 Some valid time strings are ignored.
930
931 * src/xheader.c (sparse_numblocks_decoder): Remove unchecked use
932 of `calloc'. Use xcalloc instead.
933 (decode_time, gid_decoder, size_decoder, uid_decoder):
934 (sparse_size_decoder, sparse_offset_decoder, sparse_numblocks_decoder):
935 Ensure that the result of calling xstrtoumax is no larger than
936 the maximum value for the target type. Upon any failure, exit with
937 a diagnostic.
938 (sparse_numblocks_decoder): Avoid buffer overrun/heap corruption:
939 use x2nrealloc, rather than `n *= 2' and xrealloc(p, n,....
940 (decode_time): Rewrite to accept time strings like
941 1119018481.000000000. Before, such strings were always ignored.
942
943 2005-06-13 Sergey Poznyakoff <gray@Mirddin.farlep.net>
944
945 * src/create.c (dump_file0): Check for is_avoided_name()
946 first. Fixes bug reported by Martin Lohmeier
947 <martin@mein-horde.de>
948 * tests/update.at: New file
949 * tests/Makefile.am (TESTSUITE_AT): Add update.at
950 * tests/testsuite.at: Likewise
951
952 2005-06-13 Sergey Poznyakoff <gray@Mirddin.farlep.net>
953
954 * configure.ac (AC_STRUCT_ST_BLKSIZE)
955 (AC_STRUCT_ST_BLOCKS): Removed. Handled by system.m4.
956
957 2005-06-02 Paul Eggert <eggert@cs.ucla.edu>
958
959 * src/names.c (excluded_name): excluded_filename ->
960 excluded_file_name, because the name was changed in gnulib.
961
962 2005-05-30 Sergey Poznyakoff <gray@Mirddin.farlep.net>
963
964 * src/tar.c (read_name_from_file,update_argv): Automatically
965 detect nul-terminated list files.
966 * NEWS: Updated
967
968 2005-05-27 Sergey Poznyakoff <gray@Mirddin.farlep.net>
969
970 * scripts/backup.sh.in: Bugfixes.
971
972 2005-05-26 Sergey Poznyakoff <gray@Mirddin.farlep.net>
973
974 * scripts/backup.in: Minor fixes
975 * scripts/backup.sh.in (mt_begin,mt_rewind)
976 (mt_offline,mt_status): Use $MT to invoke mt
977 (init_common): Set --rsh-command option for mt if TAPE_FILE is a
978 remote archive.
979 * doc/tar.texi: Document new backup scripts behavior
980
981 2005-05-22 Sergey Poznyakoff <gray@Mirddin.farlep.net>
982
983 * lib/.cvsignore: Updated
984 * lib/Makefile.tmpl: Add new paxutils files
985 * po/POTFILES.in: Likewise
986 * src/buffer.c: Update invocations of safer_name_suffix()
987 * src/create.c: Likewise
988 * src/extract.c: Likewise
989 * src/xheader.c: Likewise
990 * src/common.h: Include paxlib.h instead of paxerror.h
991 (safer_name_suffix,removed_prefixes_p): Removed. The functions are
992 imported from paxutils
993 * src/names.c (hash_string_hasher,hash_string_compare)
994 (hash_string_insert,hash_string_lookup,removed_prefixes_p)
995 (safer_name_suffix): Moved to paxutils
996
997 2005-05-19 Sergey Poznyakoff <gray@Mirddin.farlep.net>
998
999 * bootstrap (copy_files): Accept optional third argument: a prefix
1000 to be appended to destination file names.
1001 Import paxutils/paxlib files.
1002 * configure.ac: Remove checking for LIB_SETSOCKOPT, it is handled
1003 by paxutils.
1004 * lib/Makefile.tmpl (libtar_a_SOURCES): Add paxerror.c paxexit.c
1005 paxconvert.c
1006 * po/POTFILES.in: Likewise.
1007 * src/common.h: Remove defines and declarations imported from
1008 paxutils
1009 * src/misc.c: Likewise
1010 * src/list.c (stringify_uintmax_t_backwards): Moved to paxutils
1011
1012 2005-05-17 Paul Eggert <eggert@cs.ucla.edu>
1013
1014 * src/misc.c (remove_any_file): Fix typo in previous change.
1015
1016 2005-05-14 Paul Eggert <eggert@cs.ucla.edu>
1017
1018 Port to Solaris 10's treatment of unlinking directories.
1019 * gnulib-modules: Add unlinkdir.
1020 * lib/.cvsignore: Add unlinkdir.h, unlinkdir.c.
1021 * src/common.h (we_are_root): Remove extern decl; it's now static.
1022 * src/extract.c (we_are_root): Now static.
1023 * src/misc.c: Include <unlinkdir.h>.
1024 (remove_any_file): Use cannot_unlink_dir () rather than we_are_root.
1025
1026 * ChangeLog, ChangeLog.1, Makefile.am, NEWS, PORTS, README,
1027 README-alpha, TODO, bootstrap, configure.ac, doc/Makefile.am,
1028 doc/convtexi.pl, doc/fdl.texi, doc/gendocs_template,
1029 lib/Makefile.tmpl, lib/prepargs.c, lib/waitpid.c, po/POTFILES.in,
1030 scripts/Makefile.am, scripts/backup-specs, scripts/backup.in,
1031 scripts/backup.sh.in, scripts/restore.in, src/Makefile.am,
1032 src/arith.h, src/buffer.c, src/common.h, src/compare.c,
1033 src/create.c, src/delete.c, src/extract.c, src/incremen.c,
1034 src/list.c, src/mangle.c, src/misc.c, src/names.c, src/sparse.c,
1035 src/system.c, src/tar.c, src/tar.h, src/update.c, src/utf8.c,
1036 src/xheader.c, tests/Makefile.am, tests/append.at,
1037 tests/append01.at, tests/comprec.at, tests/delete01.at,
1038 tests/delete02.at, tests/delete03.at, tests/delete04.at,
1039 tests/delete05.at, tests/extrac01.at, tests/extrac02.at,
1040 tests/extrac03.at, tests/extrac04.at, tests/extrac05.at,
1041 tests/gzip.at, tests/ignfail.at, tests/incremental.at,
1042 tests/link01.at, tests/listed01.at, tests/listed02.at,
1043 tests/long01.at, tests/longv7.at, tests/multiv01.at,
1044 tests/multiv02.at, tests/multiv03.at, tests/multiv04.at,
1045 tests/old.at, tests/options.at, tests/options02.at, tests/pipe.at,
1046 tests/recurse.at, tests/same-order01.at, tests/same-order02.at,
1047 tests/shortrec.at, tests/sparse01.at, tests/sparse02.at,
1048 tests/testsuite.at, tests/truncate.at, tests/version.at,
1049 tests/volume.at, tests/star/gtarfail.at, tests/star/gtarfail2.at,
1050 tests/star/multi-fail.at, tests/star/pax-big-10g.at,
1051 tests/star/quicktest.sh, tests/star/ustar-big-2g.at,
1052 tests/star/ustar-big-8g.at:
1053 Update FSF postal mail address.
1054
1055 2005-05-12 Sergey Poznyakoff <gray@Mirddin.farlep.net>
1056
1057 * NEWS: Updated
1058 * THANKS: Updated
1059 * bootstrap: Install files from paxutils/doc
1060 * doc/Makefile.am (tar_TEXINFOS): Add genfile.texi
1061 * doc/tar.texi (Genfile): New appendix
1062 * src/compare.c (diff_file): diff_handle was not initialized
1063 * src/create.c (dump_regular_file): Correctly pad archive members
1064 that shrunk during archiving. Repored by Frank Heckenbach.
1065 * src/extract.c (file_newer_p): Return false if file does not
1066 exist
1067 (prepare_to_extract): Correct warning wording.
1068 * tests/truncate.at: New test case
1069 * tests/Makefile.am: Add truncate.at
1070 * tests/testsuite.at: Likewise.
1071
1072 * doc/.cvsignore: Updated
1073 * lib/.cvsignore: Updated
1074 * tests/.cvsignore: Updated
1075
1076 2005-05-02 Paul Eggert <eggert@cs.ucla.edu>
1077
1078 * tests/multivol04.at: Tell awk to read from /dev/null.
1079
1080 Adjust to recent gnulib changes.
1081 * lib/.cvsignore: Add dup-safer.c, fd-safer.c, unistd-safer.h.
1082 * src/common.h (initial_umask): New var.
1083 * src/create.c (start_ueader): Use it, and adjust to new modechange
1084 API.
1085 (hash_link): unsigned -> size_t parameters and result.
1086 * src/incremen.c (hash_directory): Likewise.
1087 * src/names.c (hash_string_hasher): Likewise.
1088 * src/tar.c (parse_opt): Set it, and adjust to new modechange API.
1089
1090 2005-04-19 Sergey Poznyakoff <gray@Mirddin.farlep.net>
1091
1092 * tests/Makefile.am: Add shortrec.at.
1093
1094 2005-04-18 Paul Eggert <eggert@cs.ucla.edu>
1095
1096 * src/buffer.c (reading_from_pipe): Remove. All uses removed.
1097 (short_read): Don't warn about short reads; they're normal.
1098 * tests/shortrec.at: New file.
1099 * tests/testsuite.at: Include it.
1100
1101 * bootstrap (gnulib_modules): Don't create a file modlist.tmp, as
1102 it is sometimes left behind as a garbage file (maybe due to the
1103 multiple traps?).
1104
1105 2005-04-14 Sergey Poznyakoff <gray@Mirddin.farlep.net>
1106
1107 * src/list.c: Handle Solaris 'X' type flag
1108 * src/tar.h (SOLARIS_XHDTYPE): New define
1109
1110 2005-04-06 Sergey Poznyakoff <gray@mirddin.farlep.net>
1111
1112 * src/tar.c: Minor fixes to text messages. Proposed by Benno
1113 Schulenberg.
1114 * src/extract.c: Likewise
1115 (extract_file): Assign orig_file_name
1116 to save_name uniformly over the program. This fixes matching
1117 directory names at the start of an archive volume.
1118 * src/buffer.c (flush_write): Warn when the name of the archive
1119 straddling volume boundary is longer than 100 characters. Earlier
1120 behavior was to issue a fatal error.
1121 (struct zip_magic): Reverted part of changes from 2005-04-04.
1122 They make the maintenance too costly. Removing `unsigned'
1123 qualifier from `magic' member should be enough.
1124 * src/compare.c (diff_init): Read directory file if in listed
1125 incremental. This prevents spurious 'Contents differ' diagnostics.
1126 (diff_archive): Minor fixes to text messages
1127 (diff_file,diff_dumpdir,diff_multivol): Assign orig_file_name
1128 to save_name uniformly over the program. This fixes matching
1129 directory names at the start of an archive volume.
1130 * src/create.c: Assign orig_file_name
1131 to save_name uniformly over the program. This fixes matching
1132 directory names at the start of an archive volume.
1133 * src/list.c: Likewise
1134
1135 * tests/multiv03.at: Modified to match the new behavior
1136 * tests/multiv04.at: New file. Test splittind directory members between
1137 the archive volumes.
1138 * tests/Makefile.am: Add multiv04.at
1139 * tests/testsuite.at: Likewise.
1140
1141 2005-04-04 Paul Eggert <eggert@cs.ucla.edu>
1142
1143 * configure.ac (AC_CONFIG_AUX_DIR): Rename from config to build-aux,
1144 for reasons discussed in the thread beginning at
1145 <http://lists.gnu.org/archive/html/bug-gnulib/2005-03/msg00119.html>.
1146 * .cvsignore: Remove config; add build-aux.
1147
1148 * src/buffer.c (struct zip_magic): Use char arrays, not pointers.
1149 The unsigned char * pointer ran afoul of pedantic C compilers, and
1150 we didn't need pointers anyway. Put the size field before the
1151 data to avoid unnecessary padding. All uses changed.
1152 (magic) Make it const, since it doesn't change. All uses changed.
1153
1154 2005-04-02 Paul Eggert <eggert@cs.ucla.edu>
1155
1156 * src/xheader.c (decode_record): Don't dump core when given
1157 a corrupted extended header. Problem reported by Jim Meyering.
1158 Also, check for other ways that the header might be invalid,
1159 e.g., missing newline at end. Do not allow keys with nulls.
1160 Allow blanks before and after length, as POSIX requires.
1161 Do not allow leading "-" in length. Check for length overflow.
1162 (xheader_decode, xheader_decode_global): Let decode_record
1163 check for exhaustion of record.
1164 (xheader_read): Null-terminate the extended record;
1165 decode_record relies on this.
1166
1167 2005-03-21 Paul Eggert <eggert@cs.ucla.edu>
1168
1169 * bootstrap (TP_URL): Change from
1170 <http://www2.iro.umontreal.ca/~gnutra/po/maint/tar/> to
1171 <http://www.iro.umontreal.ca/translation/maint/tar/> to avoid
1172 some redirection glitches.
1173 Use "trap - 0" rather than "trap 0" to fix a POSIX-conformance bug.
1174 * doc/.cvsignore: Change "tar.info" to "tar.info*". Sort.
1175 * lib/.cvsignore: Add intprops.h (new gnulib file).
1176
1177 2005-03-04 Sergey Poznyakoff <gray@Mirddin.farlep.net>
1178
1179 * src/list.c (print_header): Print UID/GID in case of
1180 empty user/group name. This could occur when dumping
1181 files belonging to non-existing users and when listing
1182 broken archives.
1183 Reported by Igor Lautar.
1184
1185 * src/create.c: Correctly parse empty uname/gname
1186 * src/sparse.c (sparse_scan_file): Bugfix. offset had
1187 incorrect type.
1188
1189 * scripts/backup.in: Use `head -n 1'. Provide missing
1190 argument to ${MT_STATUS}. Proposed by Jan Merka.
1191 * scripts/backup.sh.in: Likewise. Fixed typo in
1192 MT_OFFLINE assignment.
1193 * scripts/restore.in (restore_fs): Use root_fs
1194
1195 2005-02-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
1196
1197 * src/create.c: Replace strdup with xstrdup
1198 * src/names.c: Likewise
1199 * src/tar.c: Likewise
1200
1201 * tests/append01.at: Added reference to bug-tar archive
1202 * tests/listed02.at: Use -print with find.
1203
1204 2005-02-11 Sergey Poznyakoff <gray@Mirddin.farlep.net>
1205
1206 * THANKS: Added Tim Adye. Fixed UTF.
1207 * src/list.c (read_header): Removed assignment to
1208 oldgnu_header.isextended. It was breaking append mode.
1209
1210 * tests/append01.at: New test.
1211 * tests/Makefile.am: Added append01.at
1212 * tests/testsuite.at: Likewise
1213
1214 2005-02-06 Sergey Poznyakoff <gray@Mirddin.farlep.net>
1215
1216 * gnulib.modules: New file. List of required gnulib
1217 modules.
1218 * bootstrap: Merge list of required modules from
1219 paxutils with that from tar proper.
1220 * src/tar.c: Various fixes in help and diagnostic messages.
1221
1222 2005-02-05 Sergey Poznyakoff <gray@Mirddin.farlep.net>
1223
1224 * src/common.h (EXTRACT_OVER_PIPE): New macro
1225 * src/compare.c: Code clean up.
1226 * src/extract.c (extract_archive): Do not check for
1227 EXTRACT_OVER_PIPE, decode_options() does this.
1228 * src/misc.c (exec_error,fork_error,dup2_error)
1229 (pipe_error): Removed unneeded functions.
1230 * src/system.c (sys_exec_command): Use xclose, xpipe,
1231 xfork, xdup2 and exec_fatal.
1232 * src/tar.c (options): Improved sorting. Document --backup=off.
1233 (decode_options): Clear backup_option if necessary.
1234
1235 2005-02-05 Sergey Poznyakoff <gray@Mirddin.farlep.net>
1236
1237 Initial implementation of --to-command option proposed
1238 by Hansjoerg Lipp.
1239
1240 * bootstrap: Get setenv module from gnulib
1241 * src/buffer.c: Do not use 8-bit chars in comments
1242 * src/common.h (to_command_option)
1243 (ignore_command_error_option): New globals
1244 (sys_exec_command,sys_wait_command): New commands
1245 * src/extract.c (extract_file): Handle to_command_option
1246 Fix error recovery: decrease `size' by `written', not
1247 by `count', otherwise tar misses the next header
1248 Do not diagnose write error if to_command_option
1249 is set, since the command may have exited prematurely.
1250 It would be better to check for sigpipe, though.
1251 (prepare_to_extract): Handle to_command_option
1252 * src/misc.c (exec_error, fork_error, dup_error)
1253 (pipe_error): New functions
1254 * src/system.c (sys_exec_command)
1255 (sys_wait_command): New functions
1256 * src/tar.c: Handle new options --to-command,
1257 --ignore-command-error
1258 * THANKS: Added Hansjoerg Lipp
1259
1260 2005-02-03 Paul Eggert <eggert@cs.ucla.edu>
1261
1262 * src/list.c (from_header): New arg OCTAL_ONLY, normally false.
1263 All uses changed. Fix typo that sometimes suppressed all "Archive
1264 contains obsolescent base-64 headers" warnings, not just the first
1265 one.
1266 (tar_checksum): Accept only octal checksums, since they aren't
1267 supposed to overflow into weird formats.
1268
1269 Adjust to gnulib changes.
1270 * lib/.cvsignore: Add chdir-long.c, chdir-long.h, memrchr.c,
1271 memrchr.h, openat.c, openat.h. Remove pathmax.h (added by
1272 mistake, perhaps?), sysexit.h (my typo), xstrdup.c (gnulib removed
1273 this file). Sort entries.
1274
1275 2005-02-04 Sergey Poznyakoff <gray@Mirddin.farlep.net>
1276
1277 * src/extract.c: Further rewrite.
1278 * src/buffer.c: Removed unused variables.
1279 * src/list.c: Likewise
1280 * src/tar.c (update_argv): Changed type to void
1281
1282 * src/common.h (OLDGNU_NAME_FIELD_SIZE): New constant
1283 * src/create.c (start_private_header,write_header_name)
1284 (dump_hard_link): Restore compatibility with 1.13.25
1285 * src/extract.c (extract_archive): Rewritten
1286 * src/list.c: Add translators' comments
1287 * src/tar.c (options) Minor spelling fix
1288 * tests/star/quicktest.sh: Determine path to the tar executable.
1289
1290 2005-02-03 Sergey Poznyakoff <gray@Mirddin.farlep.net>
1291
1292 * po/POTFILES.in: Added tests/genfile.c
1293 * src/buffer.c (short_read): Use ngettext()
1294 (new_volume): use quote().
1295 * src/create.c: Use quote()
1296 * src/extract.c: Likewise
1297 * src/xheader.c: Likewise
1298 * src/misc.c: Add comments to translators
1299
1300 * tests/same-order01.at: sort ls output
1301 * tests/sparse01.at (RE_CHECK): Added missing space
1302
1303 * tests/sparse02.at: Test extracting sparse files over a pipe.
1304 * tests/Makefile.am: Added sparse02.at
1305 * tests/testsuite.at: Likewise
1306 * tests/listed02.at: Skip the test on filesystems that do not
1307 update ctime of a file when renaming it. To be reverted when
1308 the new incremental mode is ready.
1309 * tests/sparse01.at: Extract and compare sparse file
1310
1311 2005-02-02 Sergey Poznyakoff <gray@Mirddin.farlep.net>
1312
1313 * src/sparse.c: Extract sparse files even if the output
1314 fd is not seekable.
1315
1316 2005-02-01 Sergey Poznyakoff <gray@Mirddin.farlep.net>
1317
1318 * bootstrap: Add a comment to lib/Makefile.am saying that this
1319 is an autogenerated file.
1320 Exit with code 1 if any of autotools fails.
1321 * lib/Makefile.tmpl: Insert Emacs magic to the first line.
1322 * tests/Makefile.am: Add append.at
1323
1324 * m4/.cvsignore: Ignore all *.m4 files
1325
1326 2005-01-18 Sergey Poznyakoff <gray@Mirddin.farlep.net>
1327
1328 Rewritten handling of -T (--files-from) option. Now it
1329 inserts the file names immediately into argv array which allows
1330 for:
1331 1) any valid tar options (including another -T) to be used in the file
1332 2) any number of -T options to be given in command line
1333
1334 * configure.ac: Raised version number to 1.15.2
1335 * src/common.h: Include obstack.h
1336 (files_from_option): Removed
1337 (unquote_option): New variable
1338 (stat_fatal): New function
1339 (name_close): Removed function.
1340 * src/incremen.c: Remove inclusion of obstack.h
1341 * src/xheader.c: Likewise.
1342 * src/misc.c (stat_fatal): New function
1343 * src/names.c (name_file): Removed variable.
1344 (read_name_from_file): Removed function. All callers changed.
1345 (name_close): Removed function. All callers changed.
1346 * src/tar.c: New options --unquote (--no-unquote) and
1347 --add-file
1348 (add_file_id,read_name_from_file,update_argv): New functions
1349 (parse_opt): Rewritten handling of -T option. Handle hidden
1350 --HANG option for debugging purposes.
1351 (decode_options): Init unquote_option to true. Init argv_stk.
1352 Remove unneeded references to files_from_option
1353
1354 * doc/tar.texi: Document new options.
1355 Moved rendition macros and option value definitions into
1356 separate files
1357 * doc/rendition.texi: New file
1358 * doc/value.texi: New file
1359 * doc/Makefile.am: Updated
1360
1361 2005-01-13 Paul Eggert <eggert@cs.ucla.edu>
1362
1363 * tests/testsuite.at (RE_CHECK): Use "join - file", not
1364 "join file -", to work around a bug in Solaris 8 join.
1365 Problem reported by Tomohiro Suzuki.
1366
1367 2005-01-13 Sergey Poznyakoff <gray@Mirddin.farlep.net>
1368
1369 * src/list.c (read_header): Fixed calculation of the
1370 size for GNU long name/link. Tar was reading one block
1371 more if name_size was divisible by 512. Thanks Josef
1372 Bauer.
1373 * tests/long01.at: New file. Test listing of GNU long names
1374 divisible by 512.
1375 * tests/pipe.at: Sort tar output.
1376 * tests/Makefile.am: Added long01.at
1377 * tests/testsuite.at: Likewise.
1378 * THANKS: Added Josef Bauer
1379 * lib/.cvsignore: Updated
1380 * m4/.cvsignore: Updated
1381 * NEWS: Updated
1382
1383 2005-01-11 Sergey Poznyakoff <gray@Mirddin.farlep.net>
1384
1385 * directory: Updated for 1.15.1
1386 * doc/Makefile.am: Use gendocs.sh to generate web documentation
1387 * doc/gendocs_template: Template file for gendocs.sh
1388 * doc/tar.texi: Updated docs for --[no-]same-permissions
1389 * src/tar.c: Reworded docstrings for --[no-]same-permissions
1390
1391 2005-01-06 Sergey Poznyakoff <gray@Mirddin.farlep.net>
1392
1393 * bootstrap: Create m4/paxutils.m4
1394 * configure.ac: Call tar_PAXUTILS
1395 * tests/options02.at: Test that tar correctly handles non-option
1396 arguments interspersed with options.
1397 * tests/Makefile.am: Add options02.at
1398 * tests/testsuite.at: Likewise
1399 * tests/listed02.at: Do not create useless directory
1400
1401 2005-01-05 Sergey Poznyakoff <gray@Mirddin.farlep.net>
1402
1403 * src/tar.c (parse_opt): Bugfix: Use ARGP_KEY_ARG. Thanks
1404 Mike Frysinger <vapier@gentoo.org> for reporting.
1405
1406 2005-01-04 Paul Eggert <eggert@cs.ucla.edu>
1407
1408 * lib/Makefile.tmpl (localedir.h): Omit needless quotes and a
1409 needless sed command. Problem reported by Paul Jarc.
1410
1411 2004-12-23 Paul Eggert <eggert@cs.ucla.edu>
1412
1413 Accommodate latest gnulib.
1414 * doc/.cvsignore: Add getdate.texi.
1415 * bootstrap: Do not treat alloca-opt specially; this is no
1416 longer needed (and breaks builds) with latest gnulib.
1417
1418 2004-12-22 Sergey Poznyakoff <gray@Mirddin.farlep.net>
1419
1420 * src/tar.c (main): Reverted recent changes (#ifdef).
1421
1422 2004-12-21 Sergey Poznyakoff <gray@Mirddin.farlep.net>
1423
1424 * configure.ac: Raise version number to 1.15.1
1425 Check for locale.h
1426 * NEWS: Entry for 1.15.1
1427 * src/buffer.c: Bugfix. Changes introduced 2004-11-26
1428 broke extraction from stdin.
1429 * src/list.c (from_header, tar_checksum): Changed declaration.
1430 All callers updated.
1431 * src/common.h: Likewise
1432 * src/tar.c (main): Protect invocation of setlocale by
1433 ifdef.
1434
1435 * tests/comprec.at: New test
1436 * tests/pipe.at: New test
1437 * tests/Makefile.am (comprec.at,pipe.at): New tests
1438 * tests/testsuite.at: Likewise
1439 * tests/gzip.at: Use AT_GZIP_PREREQ
1440 * tests/star/pax-big-10g.at: Likewise
1441 * tests/star/ustar-big-2g.at: Likewise
1442 * tests/star/ustar-big-8g.at: Likewise
1443
1444 * tests/extrac04.at: Discard stderr from sort, on some
1445 systems it spits out lots of irrelevant info.
1446 * tests/listed02.at: Likewise
1447
1448 * doc/index.html.in: Rewritten in xhtml to follow recent
1449 GNU site standards.
1450 * THANKS: Updated
1451
1452 2004-12-20 Sergey Poznyakoff <gray@Mirddin.farlep.net>
1453
1454 Released version 1.15. Sources up to this point are
1455 tagged release_1_15.
1456
1457 * configure.ac: Raised version number to 1.15
1458 * NEWS: Likewise
1459 * directory: Updated
1460 * bootstrap (update_po): Give -r to wget. Always remove index.html
1461 Ignore alloca-opt module (it duplicates alloca)
1462
1463 * tests/Makefile.am: Distribute star/quicktest.sh
1464 * tests/star/README: Document quicktest.sh
1465 * tests/star/qucktest.sh: Removed.
1466 * tests/star/quicktest.sh: New file.
1467
1468 2004-12-18 Sergey Poznyakoff <gray@Mirddin.farlep.net>
1469
1470 * NEWS: Updated
1471 * doc/tar.texi: Document auto-detection of compressed archive
1472 formats.
1473 * src/tar.c (decode_options): Ignore --seek if used with --delete.
1474 Delete.c is based on the assumption that the archive is being
1475 actually read, not lseeked.
1476
1477 * tests/delete05.at: New file
1478 * tests/extrac02.at: Fixed typo in AT_SETUP
1479 * tests/Makefile.am: Added delete05.at
1480 * tests/testsuite.at: Likewise.
1481
1482 2004-12-17 Sergey Poznyakoff <gray@Mirddin.farlep.net>
1483
1484 * src/delete.c (delete_archive_members): Bugfix: when
1485 attempting to delete an nonexistent member, the last
1486 blocking_factor blocks were zeroed.
1487
1488 2004-12-14 Paul Eggert <eggert@cs.ucla.edu>
1489
1490 * TODO: Mention sub-second resolution, lutimes, lchmod.
1491
1492 2004-11-27 Paul Eggert <eggert@cs.ucla.edu>
1493
1494 Adjust to recent gnulib changes.
1495 * doc/getdate.texi: Remove, since bootstrap gets it from gnulib now.
1496 * .cvsignore: Add rmt, rmt/*, rmt/*/*.
1497 * lib/.cvsignore: Add allocsa.c, allocsa.h, allocsa.valgrind,
1498 charset.alias, config.charset, getcwd.c, getcwd.h, localcharset.c,
1499 localcharset.h, ref-add.sed, ref-add.sin, ref-del.sed,
1500 ref-del.sin, setenv.c, setenv.h, unsetenv.c. Remove pathmax.h,
1501 xstrdup.c.
1502 * m4/.cvsignore: Add allocsa.m4, eealloc.m4, getcwd-path-max.m4,
1503 localcharset.m4, realloc.m4, setenv.m4. Remove malloc.m4,
1504 pathmax.m4, realloc.m4.
1505
1506 2004-11-26 Sergey Poznyakoff <gray@Mirddin.farlep.net>
1507
1508 * configure.ac: Raised version number to 1.14.91
1509 * scripts/tarcat: New file
1510 * scripts/Makefile.am: Added tarcat
1511 * src/buffer.c (hit_eof): Changed type to boolean
1512 (read_full_records,reading_from_pipe): New variables
1513 (check_compressed_archive,open_compressed_archive): New functions
1514 (open_archive): Autodetect compressed archives and act accordingly.
1515 Set reading_from_pipe. This fixes controversial set of changes
1516 introduced 2004-05-11,2004-03-22.
1517 * src/list.c (tar_checksum): New function
1518 (read_header): Use tar_checksum().
1519 * src/common.h (tar_checksum): New function
1520
1521 * tests/star/README: Updated
1522 * NEWS: Updated
1523 * PORTS: Updated
1524
1525 2004-11-16 Sergey Poznyakoff <gray@Mirddin.farlep.net>
1526
1527 * src/tar.c (decode_options): Fixed -o semantics. Thanks
1528 Jean Delvare <khali@linux-fr.org>
1529
1530 2004-10-25 Sergey Poznyakoff <gray@Mirddin.farlep.net>
1531
1532 * bootstrap: Add localcharset
1533 * lib/Makefile.tmpl: Initialize SUFFIXES and CLEANFILES since the
1534 makefile snippet from localcharset uses '+=' on them.
1535 * src/Makefile.am (LDADD): Add LIBICONV
1536 * src/list.c (decode_header): Set uname/gname to NULL if their
1537 header counterparts are empty
1538 * src/tar.c (options): Use OPTION_NO_TRANS
1539 * src/utf8.c: Use locale_charset() from gnulib
1540
1541 * tests/star/README: Updated
1542
1543 * NEWS: Updated
1544 * TODO: Minor fix
1545
1546 2004-10-04 Sergey Poznyakoff <gray@Mirddin.farlep.net>
1547
1548 * THANKS: Added Bryan Ford
1549 * doc/Makefile.am (.text): Fixed rule
1550 * po/POTFILES.in: Added argp-help.c
1551
1552 2004-10-04 Bryan Ford <baford@mit.edu>
1553
1554 * src/tar.c: New option --exclude-caches, to exclude
1555 cache directories automatically on archive creation.
1556 Cache directories are directories containing a
1557 standardized tag file, as specified at:
1558 http://www.brynosaurus.com/cachedir/spec.html
1559 * src/common.h: New variable exclude_caches_option.
1560 * src/create.c: New function check_cache_directory(),
1561 called from dump_dir0() if exclude_caches_option is set,
1562 to check for a cache directory tag and exclude the directory
1563 if such a tag is found.
1564 * doc/tar.texi: Updated accordingly.
1565
1566 2004-09-16 Sergey Poznyakoff <gray@Mirddin.farlep.net>
1567
1568 * doc/tar.texi: Minor fix
1569 * src/tar.c (options): Minor fix
1570
1571 2004-09-12 Sergey Poznyakoff <gray@Mirddin.farlep.net>
1572
1573 * TODO: Updated
1574 * lib/Makefile.tmpl: Added 'rtapelib.o: localedir.h' dependency
1575 * src/common.h: Comment WANT_DIRECTORY_REMOVE_OPTION.
1576 * src/extract.c: Normalized use of remove_any_file().
1577 * src/misc.c: Likewise.
1578 * src/tar.c (parse_opt): Emit warning if -l option is used.
1579 (show_default_settings): REMOTE_SHELL may be undefined
1580
1581 2004-09-07 Sergey Poznyakoff <gray@Mirddin.farlep.net>
1582
1583 Test suite rewritten in autotest.
1584
1585 * configure.ac: Updated for autotest
1586 * src/tar.c (argp_program_version): Modified.
1587 * tests/Makefile.am: Rewritten for autotest.
1588
1589 * tests/.cvsignore: Updated
1590 * tests/append.at: New file
1591 * tests/atlocal.in: New file
1592 * tests/delete01.at: New file
1593 * tests/delete02.at: New file
1594 * tests/delete03.at: New file
1595 * tests/delete04.at: New file
1596 * tests/extrac01.at: New file
1597 * tests/extrac02.at: New file
1598 * tests/extrac03.at: New file
1599 * tests/extrac04.at: New file
1600 * tests/extrac05.at: New file
1601 * tests/gzip.at: New file
1602 * tests/ignfail.at: New file
1603 * tests/incremental.at: New file
1604 * tests/link01.at: New file
1605 * tests/listed01.at: New file
1606 * tests/listed02.at: New file
1607 * tests/longv7.at: New file
1608 * tests/multiv01.at: New file
1609 * tests/multiv02.at: New file
1610 * tests/multiv03.at: New file
1611 * tests/old.at: New file
1612 * tests/options.at: New file
1613 * tests/recurse.at: New file
1614 * tests/same-order01.at: New file
1615 * tests/same-order02.at: New file
1616 * tests/sparse01.at: New file
1617 * tests/testsuite.at: New file
1618 * tests/version.at: New file
1619 * tests/volume.at: New file
1620 * tests/star/gtarfail.at: New file
1621 * tests/star/gtarfail2.at: New file
1622 * tests/star/multi-fail.at: New file
1623 * tests/star/pax-big-10g.at: New file
1624 * tests/star/ustar-big-2g.at: New file
1625 * tests/star/ustar-big-8g.at: New file
1626
1627 * tests/preset.in: Removed
1628 * tests/before: Removed
1629 * tests/after: Removed
1630 * tests/version.sh: Removed.
1631 * tests/append.sh: Removed.
1632 * tests/delete01.sh: Removed.
1633 * tests/delete02.sh: Removed.
1634 * tests/delete03.sh: Removed.
1635 * tests/delete04.sh: Removed.
1636 * tests/extrac01.sh: Removed.
1637 * tests/extrac02.sh: Removed.
1638 * tests/extrac03.sh: Removed.
1639 * tests/extrac04.sh: Removed.
1640 * tests/extrac05.sh: Removed.
1641 * tests/gzip.sh: Removed.
1642 * tests/incremen.sh: Removed.
1643 * tests/ignfail.sh: Removed.
1644 * tests/link01.sh: Removed.
1645 * tests/listed01.sh: Removed.
1646 * tests/listed02.sh: Removed.
1647 * tests/longv7.sh: Removed.
1648 * tests/multiv01.sh: Removed.
1649 * tests/multiv02.sh: Removed.
1650 * tests/multiv03.sh: Removed.
1651 * tests/old.sh: Removed.
1652 * tests/options.sh: Removed.
1653 * tests/same-order01.sh: Removed.
1654 * tests/same-order02.sh: Removed.
1655 * tests/volume.sh: Removed.
1656 * tests/recurse.sh: Removed.
1657 * tests/sparse01.sh: Removed.
1658 * tests/star/gtarfail.sh: Removed.
1659 * tests/star/gtarfail2.sh: Removed.
1660 * tests/star/multi-fail.sh: Removed.
1661 * tests/star/ustar-big-2g.sh: Removed.
1662 * tests/star/ustar-big-8g.sh: Removed.
1663 * tests/star/pax-big-10g.sh: Removed.
1664
1665 2004-09-07 Sergey Poznyakoff <gray@Mirddin.farlep.net>
1666
1667 * bootstrap: Install genfile.c from paxutils
1668 * tests/genfile.c: Removed. Integrated into
1669 paxutils.
1670 * tests/mksparse.c: Removed. Integrated into
1671 (paxutils) genfile.c
1672 * tests/Makefile.am: Removed mksparse
1673 * tests/sparse01.sh: Use genfile instead of mksparse
1674
1675 2004-09-06 Sergey Poznyakoff <gray@Mirddin.farlep.net>
1676
1677 Started merging with cpio into paxutils. Sources before
1678 this point are tagged alpha-1_14_90
1679
1680 * Makefile.am: Updated for use with paxutils
1681 * README-alpha: Likewise
1682 * bootstrap: Likewise
1683 * configure.ac: Likewise
1684 * lib/Makefile.tmpl: Likewise
1685 * po/POTFILES.in: Likewise
1686 * src/Makefile.am: Likewise
1687 * src/buffer.c: Likewise
1688 * src/common.h: Likewise
1689 * src/compare.c: Likewise
1690 * src/create.c: Likewise
1691 * src/delete.c: Likewise
1692 * src/extract.c: Likewise
1693 * src/incremen.c: Likewise
1694 * src/list.c: Likewise
1695 * src/mangle.c: Likewise
1696 * src/misc.c: Likewise
1697 * src/names.c: Likewise
1698 * src/sparse.c: Likewise
1699 * src/system.c: Likewise
1700 * src/tar.c: Likewise
1701 * src/update.c: Likewise
1702 * src/utf8.c: Likewise
1703 * src/xheader.c: Likewise
1704
1705 * src/system.h: Removed
1706 * src/rmt.c: Removed
1707 * src/rmt.h: Removed
1708 * src/rtapelib.c: Removed
1709
1710 2004-09-03 Sergey Poznyakoff <gray@Mirddin.farlep.net>
1711
1712 * tests/listed02.sh: Do not depend on any particular ordering
1713 of output.
1714
1715 2004-09-02 Sergey Poznyakoff <gray@Mirddin.farlep.net>
1716
1717 * doc/tar.texi: Document the use of -C option in
1718 file lists. Document --seek option.
1719 * configure.ac: New option --with-rmt. New configuration variable
1720 DEFAULT_RMT_DIR. Removed DEFAULT_RMT_COMMAND.
1721 * src/Makefile.am: Install rmt into rmtdir
1722 * src/tar.c (usage): Minor fix.
1723 * NEWS: Updated.
1724 * README: Updated.
1725
1726 2004-09-01 Sergey Poznyakoff <gray@Mirddin.farlep.net>
1727
1728 * configure.ac: Raised version number to 1.14.90
1729 * src/common.h (is_individual_file): New prototype
1730 * src/create.c (dump_file0): Fix bug introduced
1731 2004-02-21.
1732 * src/names.c (register_individual_file)
1733 (is_individual_file): New functions.
1734 * tests/listed01.sh: Use genfile instead of dd.
1735 * tests/listed02.sh: New file.
1736 * tests/Makefile.am: Added listed02.sh
1737
1738 * NEWS: Updated
1739
1740 2004-08-31 Sergey Poznyakoff <gray@Mirddin.farlep.net>
1741
1742 * src/sparse.c (sparse_add_map): Fixed improper initializations
1743 of sparse_map_size. We assume that whatever number it contains
1744 describes adequately the current size of sparse_map. The only
1745 number we need to reset is sparse_map_avail.
1746 * src/compare.c (verify_volume): Call set_next_block_after
1747 if read_header returns HEADER_FAILURE
1748 Destroy and reinitialize content of current_stat_info and
1749 extended_header after each iteration (bug reported by
1750 John L. Males <jlmales@yahoo.com>).
1751 Issue a warning if the created archive contains some members
1752 whose file names were stripped off their leading prefixes.
1753 This is a temporary fix of the issue reported by Bdale Garbee
1754 <bdale@gag.com> (Refs: Debian bug 230064, Message-Id
1755 <87n07kyzhi.fsf@rover.gag.com>, Sun, 15 Feb 2004 11:22:17 -0700)
1756
1757 * src/names.c (removed_prefixes_p): New function.
1758
1759 * src/buffer.c: When computing write rate do not take
1760 into account the time needed to verify the archive(s).
1761 The bug reported by John L. Males <jlmales@yahoo.com>
1762 (set_start_time,compute_duration): New functions.
1763 (print_total_written): Use the result of compute_duration().
1764 (close_archive): Call compute_duration.
1765 * src/common.h (set_start_time, removed_prefixes_p): New prototypes.
1766 * src/list.c (decode_header): Fixed initialization
1767 of stat_info->is_sparse
1768 * src/tar.c (main): Call set_start_time().
1769
1770 * src/misc.c (unquote_string): Unquote '\a' and '\v'.
1771 Reported by Helmut Waitzmann <helmut.waitzmann@web.de>.
1772
1773 * NEWS: Updated
1774 * THANKS: Updated
1775
1776 2004-08-30 Sergey Poznyakoff <gray@Mirddin.farlep.net>
1777
1778 * src/tar.c: Fix copy-n-paste errors in the license
1779
1780 2004-08-19 Sergey Poznyakoff <gray@Mirddin.farlep.net>
1781
1782 * scripts/backup.in: Renamed LIBPATH to LIBDIR.
1783 Use ROOT_FS with -C option. Do not send mail
1784 if ADMINISTRATOR is set to NONE.
1785 * scripts/backup.sh.in (test_root): Append / to
1786 ROOT_FS if it does not already end in it.
1787 * scripts/restore.in: Renamed LIBPATH to LIBDIR.
1788 New option -a (--all). Do not start restore unless
1789 -a or patterns are given.
1790 (restore_fs,restore_files): Fixed use of --listed option.
1791 * doc/tar.texi: Updated
1792 * NEWS: Updated
1793
1794 2004-08-17 Sergey Poznyakoff <gray@Mirddin.farlep.net>
1795
1796 * src/tar.c (find_argp_option): Fixed typo
1797
1798 2004-08-12 Paul Eggert <eggert@cs.ucla.edu>
1799
1800 Merge argp, getopt, xalloc changes from gnulib.
1801 * bootstrap (gnulib_modules): Add xalloc-die.
1802 Remove code to test for patches; we don't have patches now.
1803 Set LC_ALL=C so that file names sort consistently.
1804 Prefer the gnulib copies of gettext.m4, glibc21.m4,
1805 lib-ld.m4, lib-prefix.m4, po.m4 too.
1806
1807 * patches/getopt.diff: Remove; gnulib now works unpatched.
1808 * configure.ac (_getopt_long_only_r): Remove check.
1809 gl_ARGP now does this for us.
1810 * lib/.cvsignore: Add fnmatch.h, getopt_.h, sysexit.h,
1811 xalloc-die.c.
1812 * src/extract.c: Adjust to changes to gnulib xalloc module.
1813 (extr_init): Remove assignment to xalloc_fail_func; no longer needed.
1814 (xalloc_die): New function.
1815
1816 2004-08-10 Sergey Poznyakoff <gray@Mirddin.farlep.net>
1817
1818 * NEWS: Updated
1819
1820 * src/buffer.c (flush_write): Limit filenames
1821 of the members that straddle multivolume archive
1822 boundary to 100 characters.
1823 (flush_read): Use strncmp when comparing multivolume member
1824 names.
1825 * tests/multiv03.sh: New file
1826 * tests/Makefile.am: Added multiv03.sh
1827
1828 2004-08-09 Sergey Poznyakoff <gray@Mirddin.farlep.net>
1829
1830 * src/list.c (read_and): Call decode_header before
1831 calling skip_member()
1832 (skip_member): Use is_sparse field to determine if the
1833 member is a sparse file.
1834
1835 * tests/Makefile.am: Added extrac05.sh
1836 * tests/extrac05.sh: New file
1837 * tests/append.sh: Rearranged leading comments. Added explicit
1838 references to report messages wherever available.
1839 * tests/delete01.sh: Likewise
1840 * tests/delete02.sh: Likewise
1841 * tests/delete03.sh: Likewise
1842 * tests/delete04.sh: Likewise
1843 * tests/extrac01.sh: Likewise
1844 * tests/extrac02.sh: Likewise
1845 * tests/extrac03.sh: Likewise
1846 * tests/extrac04.sh: Likewise
1847 * tests/gzip.sh: Likewise
1848 * tests/ignfail.sh: Likewise
1849 * tests/incremen.sh: Likewise
1850 * tests/link01.sh: Likewise
1851 * tests/listed01.sh: Likewise
1852 * tests/longv7.sh: Likewise
1853 * tests/multiv01.sh: Likewise
1854 * tests/multiv02.sh: Likewise
1855 * tests/old.sh: Likewise
1856 * tests/options.sh: Likewise
1857 * tests/recurse.sh: Likewise
1858 * tests/same-order01.sh: Likewise
1859 * tests/same-order02.sh: Likewise
1860 * tests/sparse01.sh: Likewise
1861 * tests/version.sh: Likewise
1862 * tests/volume.sh: Likewise
1863
1864 2004-08-08 Sergey Poznyakoff <gray@Mirddin.farlep.net>
1865
1866 * bootstrap: Extended --update-po option to take an
1867 optional argument specifying the po file to update.
1868 * src/create.c: Improved compatibility with 1.13.25
1869 * tests/link01.sh: New file.
1870 * tests/Makefile.am: Added link01.sh
1871
1872 2004-08-06 Paul Eggert <eggert@cs.ucla.edu>
1873
1874 Merge from gnulib.
1875
1876 * patches/argp.diff: Remove; no longer needed.
1877
1878 * lib/.cvsignore: Add stat-macros.h.
1879 Remove addext.c, malloc.c, realloc.c.
1880
1881 * src/extract.c: Include <getcwd.h>.
1882 (extract_archive): Rewrite with new macro IS_ABSOLUTE_FILE_NAME.
1883 * src/extract.c (make_directories):
1884 FILESYSTEM_PREFIX_LEN -> FILE_SYSTEM_PREFIX_LEN.
1885 * src/misc.c (must_be_dot_or_slash): Likewise.
1886 * src/names.c (excluded_name, safer_name_suffix, stripped_prefix_len):
1887 Likewise.
1888 * src/tar.c (parse_opt): Likewise.
1889 * src/incremen.c (purge_directory): Fix format buffer typos in warning
1890 strings.
1891 * src/tar.c (options): Add missing initializers to pacify gcc.
1892 (decode_options): Remove unused var.
1893
1894 2004-08-02 Paul Eggert <eggert@cs.ucla.edu>
1895
1896 * bootstrap (gnulib_modules): Add getpagesize.
1897 * configure.ac (valloc): Remove check; valloc no longer used.
1898 * lib/.cvsignore: Add getpagesize.h.
1899 * m4/.cvsignore: Add getpagesize.m4.
1900 * src/buffer.c (record_buffer): New var.
1901 (open_archive): Don't use valloc; on older or buggy hosts, you can't
1902 free the result. Use page_aligned_alloc instead.
1903 * src/compare.c (diff_init): Likewise.
1904 * src/buffer.c (open_archive): Record the pointer to be freed
1905 into record_buffer.
1906 (close_archive): Free record_buffer.
1907 * src/common.h (page_aligned_alloc): New decl.
1908 * src/misc.c (quote_n, quote): Remove these redundant functions.
1909 (ptr_align): New function, from coreutils/src/system.h.
1910 (page_aligned_alloc): New function.
1911 * src/system.h (valloc): Remove.
1912
1913 2004-07-09 Paul Eggert <eggert@cs.ucla.edu>
1914
1915 * src/extract.c (extract_archive): Do not report an error
1916 when hard-linking X to X when X exists. Problem reported by
1917 Toby Peterson.
1918 * lib/.cvsignore: Add fchown-stub.c.
1919
1920 2004-06-29 Sergey Poznyakoff <gray@Mirddin.farlep.net>
1921
1922 * NEWS: Updated
1923 * src/common.h (root_device): New global.
1924 (gnu_restore): Renamed to purge_directory().
1925 * src/extract.c (extr_init): Save the device number
1926 of the root device.
1927 (extract_archive): Renamed gnu_restore() to purge_directory().
1928 * src/incremen.c (gnu_restore): Renamed to purge_directory().
1929 Do not attempt to purge the directory if it is on a different
1930 device and one_file_system_option is set.
1931
1932 2004-06-25 Sergey Poznyakoff <gray@Mirddin.farlep.net>
1933
1934 * doc/tar.texi: The actual default for exclude patterns
1935 is --no-anchored. Fixed.
1936 * src/tar.c (options): Likewise.
1937 Thanks "Felix Natter" <felix.natter@ldc.de> for noticing.
1938
1939 2004-06-22 Sergey Poznyakoff <gray@Mirddin.farlep.net>
1940
1941 * doc/tar.texi: Fixed several inconsistencies.
1942 * src/tar.c: Fixed docstring for --checkpoint option.
1943
1944 2004-05-19 Sergey Poznyakoff <gray@Mirddin.farlep.net>
1945
1946 * src/buffer.c (seek_archive): New function
1947 * src/common.h (seek_archive): New function
1948 (seekable_archive): New global.
1949 * src/list.c (skip_file): Use seek_archive() if
1950 possible.
1951 * src/tar.c (struct fmttab): Accept 'pax' as alias
1952 for 'posix'
1953 (options): New option -n (--seek).
1954 * src/update.c: Determine type of the archive before
1955 appending to it.
1956
1957 * TODO: Updated.
1958
1959 2004-05-19 Sergey Poznyakoff <gray@Mirddin.farlep.net>
1960
1961 * bootstrap: New option --update-po
1962 * src/tar.c: New option -H (short alias to --format)
1963 * doc/tar.texi: Document -H option
1964 * src/names.c (safer_name_suffix): Fixed bug introduced
1965 2004-05-11.
1966
1967 2004-05-16 Sergey Poznyakoff <gray@Mirddin.farlep.net>
1968
1969 * bootstrap: Apply patches from patch subdirectory
1970 * patches: New dir
1971 * patches/argp.diff: New file
1972 * patches/getopt.diff: New file
1973 * configure.ac: Check for _getopt_long_only_r and
1974 force using included version of getopt if the function
1975 is not available.
1976 * src/tar.c: Use argp for command line parsing.
1977 * src/system.h: Minor formatting fix
1978 * m4/.cvsignore: Updated
1979 * lib/.cvsignore: Updated
1980 * doc/tar.texi: Minor fix.
1981 * src/extract.c: Fix improper use of 'path' term
1982 * src/incremen.c: Likewise
1983 * src/list.c: Likewise
1984 * src/misc.c: Likewise
1985 * src/names.c: Likewise
1986 * src/rmt.h: Likewise
1987 * src/rtapelib.c: Likewise
1988 * src/update.c: Likewise
1989 * src/xheader.c: Likewise
1990 * tests/star/README: Minor fix
1991
1992 2004-05-13 Sergey Poznyakoff <gray@Mirddin.farlep.net>
1993
1994 * configure.ac: Raised version number to 1.14.1
1995 * src/tar.c: Renamed --strip-path to --strip-components
1996 Changed improper use of _() to ngettext().
1997 * src/extract.c: Renamed strip_path_option to strip_components_option
1998 * src/common.h: Likewise.
1999 * NEWS: Updated.
2000 * doc/tar.texi: Updated
2001
2002 2004-05-11 Sergey Poznyakoff <gray@Mirddin.farlep.net>
2003
2004 * src/system.c (sys_child_open_for_uncompress): Do not
2005 set read_full_records_option: the compressed archive is
2006 likely not to contain integer number of records. Should
2007 the user wish to use reblocking, he may always give tar
2008 -B option. This is a minor improvement over the change
2009 dated 2004-03-22.
2010 * src/buffer.c (open_archive): Removed assignment to
2011 read_full_records_option.
2012
2013 * src/names.c (safer_name_suffix): (safer_name_suffix): Use "%s"
2014 as the format argument, rather than a possibly-translated variable
2015 string. Patch provided by Jim Meyering <jim@meyering.net>
2016 * src/tar.c (decode_options): Fixed typo in the comment.
2017 * tests/star/README: Minor correction
2018
2019 2004-05-11 Sergey Poznyakoff <gray@Mirddin.farlep.net>
2020
2021 * directory: New file. GNU directory entry for tar.
2022 * doc/Makefile.am: Rewritten. Added rules for generating
2023 documentation for the project's website.
2024 * doc/.cvsignore: Updated
2025 * doc/index.html.in: New file.
2026
2027 2004-05-11 Sergey Poznyakoff <gray@Mirddin.farlep.net>
2028
2029 * configure.ac: Raised version number to 1.14
2030 * NEWS: Updated.
2031 * tests/after: Added copyleft statement
2032 * tests/before: Added copyleft statement
2033 * tests/preset.in: Added copyleft statement
2034
2035 Tar 1.14 is released. Sources up to this point are tagged
2036 release_1_14
2037
2038 2004-05-10 Sergey Poznyakoff <gray@Mirddin.farlep.net>
2039
2040 * configure.ac: Fixed prerequisite headers for sys/buf.h
2041 (needed on FreeBSD)
2042 * src/system.h: Likewise.
2043 * tests/after (compare): Fixed argument quoting under eval
2044 * tests/before: Quote TAR_ARCHIVE_FORMATS
2045
2046 2004-05-10 Sergey Poznyakoff <gray@Mirddin.farlep.net>
2047
2048 * NEWS: Updated
2049 * README: Updated
2050 * PORTS: Updated
2051 * configure.ac: Call gl_AC_TYPE_INTMAX_T. Document
2052 DEFAULT_.* variables. Use DEFAULT_RMT_COMMAND to set
2053 the pathname of the rmt utility.
2054 New option --enable-backup-scripts.
2055 * doc/tar.texi: Updated
2056 * scripts/Makefile.am: Install the scripts only if requested
2057 by the configure.
2058 * scripts/backup.in: Fixed --version output.
2059 Fixed initialization of the listing files and printing
2060 the time of the last previous level dump.
2061 * scripts/restore.in: Fixed --version output.
2062 * src/Makefile.am (localedir.h rule): Generate correct
2063 DEFAULT_RMT_COMMAND variable.
2064 * src/common.h (rmt_command_option): New variable.
2065 * src/list.c (read_and): Print block number before
2066 issuing 'Skipping to next header' diagnostics, if
2067 requested by block_number_option.
2068 * src/rtapelib.c: Use rmt_command_option instead of
2069 hardcoded "/etc/rmt".
2070 * src/tar.c: New option --rmt-command.
2071 (decode_options): Handle --rmt-command. Initialize
2072 rmt_command_option to DEFAULT_RMT_COMMAND.
2073
2074 2004-05-09 Sergey Poznyakoff <gray@Mirddin.farlep.net>
2075
2076 * doc/tar.texi: Further update.
2077
2078 2004-05-08 Sergey Poznyakoff <gray@Mirddin.farlep.net>
2079
2080 * configure.ac: Minor fix
2081 * scripts/Makefile.am: Updated
2082 * scripts/backup-specs: Updated
2083 * scripts/backup.in: Minor fixes
2084 * scripts/backup.sh: Removed
2085 * scripts/backup.sh.in: New file. Source for backup.sh
2086 * scripts/restore.in: New file
2087 * scripts/.cvsignore: Updated
2088 * scripts/WARNING: Removed
2089 * doc/tar.texi: Updated
2090 * NEWS: Updated
2091
2092 2004-05-07 Sergey Poznyakoff <gray@Mirddin.farlep.net>
2093
2094 * src/names.c (name_gather): Bugfix: Honor single -C with
2095 --same-order.
2096 * tests/same-order01.sh: New file
2097 * tests/same-order02.sh: New file
2098 * tests/Makefile.am: Updated
2099
2100 * tests/append.sh: Added copyleft header
2101 * tests/delete01.sh: Likewise
2102 * tests/delete02.sh: Likewise
2103 * tests/delete04.sh: Likewise
2104 * tests/extrac01.sh: Likewise
2105 * tests/extrac02.sh: Likewise
2106 * tests/extrac03.sh: Likewise
2107 * tests/extrac04.sh: Likewise
2108 * tests/gzip.sh: Likewise
2109 * tests/ignfail.sh: Likewise
2110 * tests/incremen.sh: Likewise
2111 * tests/multiv01.sh: Likewise
2112 * tests/old.sh: Likewise
2113 * tests/options.sh: Likewise
2114 * tests/recurse.sh: Likewise
2115 * tests/version.sh: Likewise
2116 * tests/volume.sh: Likewise
2117 * tests/star/gtarfail.sh: Likewise
2118 * tests/star/gtarfail2.sh: Likewise
2119 * tests/star/multi-fail.sh: Likewise
2120 * tests/star/pax-big-10g.sh: Likewise
2121 * tests/star/qucktest.sh: Likewise
2122 * tests/star/ustar-big-2g.sh: Likewise
2123 * tests/star/ustar-big-8g.sh: Likewise
2124
2125 * doc/.cvsignore: Updated
2126
2127 2004-05-06 Sergey Poznyakoff <gray@Mirddin.farlep.net>
2128
2129 * configure.ac: Check whether date accepts +format argument
2130 (for backup scripts).
2131 * scripts/level-0: Removed
2132 * scripts/level-1: Removed
2133 * scripts/weekly.new: Removed
2134 * scripts/dump-remind: Removed
2135 * scripts/backup.in: New file
2136 * scripts/backup.sh: New file
2137 * scripts/dump-remind.in: New file
2138 * scripts/backup-specs: Updated
2139 * scripts/Makefile.am: Updated for new directory contents.
2140 * scripts/.cvsignore: Updated
2141
2142 2004-05-05 Sergey Poznyakoff <gray@Mirddin.farlep.net>
2143
2144 * TODO: Updated
2145 * doc/tar.texi: Updated
2146 * src/tar.c: --utc implies -vv
2147
2148 2004-04-28 Sergey Poznyakoff <gray@Mirddin.farlep.net>
2149
2150 * src/utf8.c: Make sure ICONV_CONST is defined. AM_ICONV
2151 does not define it if it fails to find iconv.h.
2152
2153 2004-04-26 Sergey Poznyakoff <gray@Mirddin.farlep.net>
2154
2155 * bootstrap: Use gnulib-tool to generate lib/Makefile.am
2156 and parts of configure.ac
2157 * configure.ac: Invoke tar_GNULIB to configure gnulib stuff.
2158 * lib/Makefile.am: Removed
2159 * lib/Makefile.tmpl: New file.
2160 * lib/.cvsignore: Updated
2161 * m4/.cvsignore: Updated
2162 * src/xheader.c: Include stpcpy.h
2163
2164 * src/create.c: Produce an error, not warning, if the
2165 filename is too long.
2166 * tests/longv7.sh: Synchronized with the recent changes.
2167
2168 2004-04-20 Sergey Poznyakoff <gray@Mirddin.farlep.net>
2169
2170 * configure.ac: Fixed test for iconv_t
2171 * src/rmt.h: Bugfix by Jürgen Weigert
2172 * THANKS: Add Jürgen Weigert
2173 * tests/star/README: Fixed typo
2174
2175 2004-04-04 Paul Eggert <eggert@twinsun.com>
2176
2177 Merge getdate documentation changes from coreutils.
2178
2179 * doc/getdate.texi: Update from coreutils CVS.
2180 * doc/tar.texi: Fix getdate menu to match getdate.texi's.
2181
2182 Merge recent gnulib changes, and remove some lint.
2183
2184 Improve support for nanosecond-resolution time stamps.
2185 * bootstrap: Add gettime, timespec modules.
2186 * configure.ac (gl_GETTIME, gl_TIMESPEC): Add.
2187 * lib/.cvsignore (getopt_int.h, gettime.c, gettimeofday.c,
2188 timespec.h): Add.
2189 * lib/Makefile.am (libtar_a_SOURCES): Add gettime.c, timespec.h.
2190 * m4/.cvsignore: Add clock_time.m4, gettime.m4, gettimeofday.m4,
2191 st_mtim.m4, timespec.m4. Remove malloc.m4, realloc.m4.
2192 * src/common.h (newer_mtime_option): Now a struct timespec, not
2193 time_t. All uses changed.
2194 (NEWER_OPTION_INITIALIZED, OLDER_STAT_MTIME): New macros.
2195 * src/create.c (dump_file0): Use OLDER_STAT_TIME to compare times.
2196 * src/incremen.c (scan_path): Likewise.
2197 * src/list.c (read_and): Likewise.
2198 * src/list.c (read_and): Use NEWER_OPTION_INITIALIZED to decide
2199 whether newer_mtime_option is initialized.
2200 * src/tar.c (decode_options): Likewise.
2201 * src/tar.c (decode_options): Adjust to new signature for get_date.
2202
2203 * src/buffer.c (short_read, flush_read): Use size_t, not ssize_t, for
2204 result of safe_read, full_write, and similar functions.
2205 Detect safe_read error by comparing to SAFE_READ_ERROR;
2206 detect full_write error by comparing to 0.
2207 All uses changed.
2208 * src/common.h (write_error_details, sys_write_archive_buffer):
2209 Likewise.
2210 * src/misc.c (write_error_details): Likewise.
2211 * src/rmt.c (main): Likewise.
2212 * src/rmt.h (rmt_read__, rmt_write__): Likewise.
2213 * src/rtapelib.c (rmt_read__, rmt_write__, rmt_ioctl__): Likewise.
2214 * src/sparse.c (sparse_scan_file, sparse_dump_region,
2215 check_sparse_region, check_data_region): Likewise.
2216 * src/system.c (sys_write_archive_buffer, sys_drain_input_pipe,
2217 sys_child_open_for_compress, sys_child_open_for_uncompress): Likewise.
2218 * src/update.c (append_file): Likewise.
2219
2220 * src/buffer.c (clear_read_error_count): Use explicit (void)
2221 to indicate a function with no arguments.
2222 * src/create.c (check_links): Likewise.
2223 * src/system.c (sys_get_archive_stat, sys_save_archive_dev_ino,
2224 sys_detect_dev_null_output, sys_drain_input_pipe, sys_spawn_shell,
2225 sys_reset_uid_gid, sys_get_archive_stat, sys_save_archive_dev_ino,
2226 sys_detect_dev_null_output, sys_drain_input_pipe, sys_spawn_shell):
2227 Likewise.
2228 * src/utf8.c (get_input_charset): Likewise.
2229 * src/xheader.c (xheader_ghdr_name, xheader_write_global,
2230 xheader_decode_global, extended_header_init): Likewise.
2231 * tests/mksparse.c (usage): Likewise.
2232
2233 * src/buffer.c (new_volume): Rename local variables to avoid
2234 shadowing warnings.
2235 * src/common.h (file_dumpable_p, sys_stat_nanoseconds,
2236 sparse_file_p, sparse_member_p, sparse_fixup_header,
2237 sparse_dump_file, sparce_extract_file, sparse_skip_file,
2238 sparse_diff_file): Likewise.
2239 * src/compare.c (diff_archive): Likewise.
2240 * src/create.c (file_dumpable_p, dump_regular_file, dump_dir0,
2241 dump_dir, dump_hard_link, file_count_links, dump_file0, dump_file):
2242 Likewise.
2243 * src/extract.c (repair_delayed_set_stat): Likewise.
2244 * src/misc.c (maybe_backup_file, add_hierarchy_to_namelist):
2245 Likewise.
2246 * src/sparse.c (struct tar_sparse_optab, tar_sparse_dump_region,
2247 tar_sparse_extract_region, sparse_dump_region, sparse_extract_region,
2248 sparse_dump_file, sparse_file_p, sparse_member_p,
2249 sparse_fixup_header, sparse_extract_file, sparse_skip_file,
2250 check_data_region, sparse_diff_file): Likewise.
2251 * src/system.c (sys_stat_nanoseconds): Likewise.
2252 * src/xheader.c (xheader_format_name): Likewise.
2253
2254 * src/common.h (enum old_files): Remove comma before }; not portable.
2255
2256 * src/common.h (read_fatal_details): Add __attribute__ ((noreturn)).
2257 * src/rmt.c (usage): Likewise.
2258 * src/xheader.c (xheader_set_single_keyword): Likewise.
2259 * tests/genfile.c (usage): Likewise.
2260 * tests/mksparse.c (die, usage): Likewise. Also add printf attribute
2261 to die.
2262
2263 * src/common.h (gname_to_gid, uname_to_uid): Add const to avoid
2264 some gcc warnings.
2265 * src/names.c (uname_to_uid, gname_to_gid): Likewise.
2266 * src/utf8.c (struct langtab.lang, struct langtab.terr, struct
2267 langtab.charset, charset_lookup): Likewise.
2268
2269 * src/common.h (name_init): Remove unused args. All callers changed.
2270 * src/names.c (name_init): Likewise.
2271
2272 * src/common.h (usage, xheader_write, xheader_write_global,
2273 sys_reset_uid_gid): New decls.
2274
2275 * src/compare.c (report_difference, process_noop): Add
2276 __attribute__ ((unused)) for unused attributes.
2277 * src/sparse.c (oldgnu_sparse_member_p, star_sparse_member_p):
2278 Likewise.
2279 * src/xheader.c (dummy_coder, dummy_decoder, atime_coder,
2280 gid_coder, gname_coder, linkpath_coder, ctime_coder, mtime_coder,
2281 path_coder, size_coder, uid_coder, uname_coder,
2282 sparse_numblocks_coder): Likewise.
2283
2284 * src/create.c (dump_regular_finish, dump_dir0, dump_dir,
2285 dump_file0): Now static.
2286 * src/utf8.c (charset_lookup): Likewise.
2287 * src/xheader.c (xheader_protected_pattern_p,
2288 xheader_protected_keyword_p, xheader_set_single_keyword,
2289 xheader_keyword_deleted_p, xheader_keyword_override_p,
2290 xheader_list_append, xheader_list_destroy, xheader_set_keyword_equal):
2291 Likewise.
2292 * tests/genfile.c (usage): Likewise.
2293 * tests/mksparse.c (die, mkhole, mksparse, usage, xlat_suffix):
2294 Likewise.
2295
2296 * src/create.c (hash_link): Rewrite to avoid cast.
2297
2298 * src/extract.c (file_newer_p): Use parameter, not global var.
2299 * src/misc.c (write_error_details): Likewise.
2300
2301 * src/extract.c (prepare_to_extract): Remove directory arg; not
2302 used. All callers changed.
2303
2304 * src/misc.c (close_fatal): Remove; not used.
2305 * src/system.c (sys_utimes): Likewise.
2306
2307 * src/rmt.c (get_string): Avoid buffer overrun (off by 1 error).
2308
2309 * src/rmt.c (main): Update copyright date to 2004.
2310 * src/tar.c (decode_options): Likewise.
2311
2312 * src/rtapelib.c (get_status_string): Don't lose errno when
2313 skipping the error messages.
2314 (get_status): Report an error if atol returns a negative number.
2315
2316 * src/utf8.c (struct langtab, langtab, charset_lookup,
2317 get_input_charset) [!defined HAVE_LIBCONV]: Omit unused
2318 definitions.
2319 (iconv_open, iconv, iconv_close) [!defined HAVE_LIBCONV]:
2320 Use macros, not definitions, to avoid type clashes with system
2321 headers.
2322 (charset_lookup): Local var is now auto, not static.
2323 (utf8_convert): Use ICONV_CONST instead of const, to avoid
2324 type clashes.
2325
2326 * src/utf8.c (langtab): Initialize all elements of struct, to
2327 avoid gcc warning.
2328 * src/xheader.c (xhdr_tab): Likewise.
2329
2330 * src/xheader.c: Include fnmatch.h, since we use fnmatch.
2331
2332 * tests/mksparse.c (mkhole): Fix typo: bool was assigned to off_t.
2333
2334 2004-04-04 Sergey Poznyakoff <gray@Noldor.runasimi.org>
2335
2336 * NEWS: Updated
2337 * configure.ac: Raised version number to 1.13.94
2338 * src/system.h: Protect inclusion of <sys/time.h>
2339 by ifdef.
2340 Declare time() if HAVE_DECL_TIME is 0
2341 * tests/.cvsignore: Added mksparse
2342
2343 * tests/sparse01.sh: New file
2344 * tests/multiv02.sh: New file
2345 * tests/Makefile.am: Add sparse01.sh and multiv02.sh
2346 * tests/longv7.sh: Added missing call to 'after'
2347
2348 * src/common.h: Added missing prototypes
2349 * src/compare.c (diff_archive): Use is_sparse member
2350 instead of GNUTYPE_SPARSE.
2351 * src/create.c: Removed unused variables
2352 * src/extract.c (extract_archive): Use sparse_member_p instead
2353 of GNUTYPE_SPARSE.
2354 Removed unused variables
2355 * src/list.c (decode_header): Use sparse_fixup_header to correct
2356 the st_size value.
2357 (print_header): Do not rely on GNUTYPE_SPARSE type.
2358 Use st->stat.st_size to print real file size.
2359 (skip_member): Assign stat_info.file_name to save_name. This fixes
2360 bug reported by Mads Martin Joergensen <mmj@suse.de>
2361 Use sparse_skip_file() to skip sparse members.
2362 * src/rtapelib.c: include "common.h"
2363 * src/sparse.c (struct tar_sparse_optab.sparse_member_p)
2364 (struct tar_sparse_optab.fixup_header): New member
2365 (tar_sparse_member_p): New function.
2366 (tar_sparse_init): Return true if decode_header is not provided
2367 (tar_sparse_fixup_header)
2368 (sparse_member_p,sparse_fixup_header)
2369 (sparse_skip_file)
2370 (oldgnu_sparse_member_p,oldgnu_fixup_header,star_sparse_member_p)
2371 (star_fixup_header, pax_sparse_member_p): New function
2372 (pax_decode_header): Remove
2373 * src/system.h: Include <sys/time.h> and <utime.h> when available
2374 * src/tar.c (usage): Prototype moved to common.h
2375 * src/tar.h (struct tar_stat_info.is_sparse): New member
2376 * src/utf8.c (utf8_convert): Changed prototype
2377 (get_input_charset): Removed unused variable
2378 * src/xheader.c: include <fnmatch.h>
2379 (size_decoder): Assign to both st->archive_file_size and
2380 st->stat.st_size.
2381 (st->stat.st_size): Assign to st->stat.st_size
2382 (sparse_numbytes_decoder): Removed unused variable
2383 * src/.cvsignore: Added .gdbinit
2384 * THANKS: Added Mads Martin Joergensen
2385
2386 2004-03-26 Sergey Poznyakoff <gray@Mirddin.farlep.net>
2387
2388 * src/create.c (write_long_name): Do not allow more than
2389 NAME_FIELD_SIZE-1 characters in a file name for V7 format
2390 archives.
2391 * tests/longv7.sh: New file.
2392 * tests/Makefile.am: Add longv7.sh
2393
2394 2004-03-22 Sergey Poznyakoff <gray@Mirddin.farlep.net>
2395
2396 * src/buffer.c (open_archive): Clear read_full_records_option
2397 if reading from a pipe.
2398 (short_read): Display warning about the deduced record size
2399 if version > 1
2400 * tests/star/pax-big-10g.sh: Updated to match the above changes.
2401 * tests/star/ustar-big-2g.sh: Likewise.
2402 * tests/star/ustar-big-8g.sh: Likewise.
2403
2404 * configure.ac: Added gl_FUNC_STRTOULL
2405 * src/create.c (start_header): Check for GNU_FORMAT
2406 if incremental_option is set.
2407 * src/xheader.c (to_decimal): New function.
2408 (xheader_format_name): Use to_decimal() instead of snprintf.
2409 * tests/listed01.sh: Use genfile instead of dd
2410 * tests/multiv01.sh: Likewise.
2411
2412 2004-03-12 Sergey Poznyakoff <gray@Mirddin.farlep.net>
2413
2414 * src/list.c (read_and): Stop processing the archive after
2415 encountering a single zero record. Many old archives contain
2416 arbitrary garbage after it.
2417 The warning is issued anyway.
2418
2419 2004-03-02 Sergey Poznyakoff <gray@Mirddin.farlep.net>
2420
2421 * src/rtapelib.c (rmt_lseek__,rmt_ioctl__): Bugfix. The
2422 conversion buffer was not null terminated. Fix provided
2423 by Leland Lucius <llucius@tiny.net>
2424 * THANKS: Added Leland Lucius
2425 * src/utf8.c (utf8_convert): Indentation fix.
2426
2427 2004-02-29 Sergey Poznyakoff <gray@Mirddin.farlep.net>
2428
2429 * src/buffer.c (flush_read): Bugfix: the
2430 condition at line 714 included
2431
2432 || (status > 0 && !read_full_records_option)
2433
2434 which is grossly wrong, since even if new_volume() below succeeds,
2435 the subsequent call to rmtread will overwrite the chunk of data
2436 already read in the buffer and thus spoil everything.
2437 * src/system.c (sys_child_open_for_uncompress): Minor stylistic
2438 fix.
2439 * tests/star/multi-fail.sh: New test.
2440 * tests/Makefile.am: Added multi-fail.sh
2441 * tests/star/README: Updated
2442
2443 2004-02-29 Sergey Poznyakoff <gray@Mirddin.farlep.net>
2444
2445 * NEWS: Updated
2446 * configure.ac: Removed spurious AC_CHECK_LIB(iconv)
2447 * src/common.h (utc_option): new global
2448 (enum old_files.KEEP_NEWER_FILES): New element
2449 * src/extract.c: Handle --keep-newer-files option
2450 * src/list.c (tartime): Print UTC if --utc was given.
2451 * src/tar.c: New options: --utc and keep-newer-files
2452
2453 * tests/Makefile.am: Added new tests
2454 * tests/after: Rewritten
2455 * tests/before: Rewritten
2456 * tests/preset.in: Rewritten
2457 * tests/delete03.sh: Accommodate for the new testsuite logic
2458 * tests/gzip.sh: Likewise
2459 * tests/incremen.sh: Likewise
2460 * tests/listed01.sh: Likewise
2461 * tests/multiv01.sh: Likewise
2462 * tests/old.sh: Likewise
2463 * tests/options.sh: Likewise
2464 * tests/version.sh: Likewise
2465 * tests/volume.sh: Likewise
2466
2467 * tests/star: New directory
2468 * tests/star/README: New file
2469 * tests/star/gtarfail.sh: New file
2470 * tests/star/gtarfail2.sh: New file
2471 * tests/star/pax-big-10g.sh: New file
2472 * tests/star/qucktest.sh: New file
2473 * tests/star/ustar-big-2g.sh: New file
2474 * tests/star/ustar-big-8g.sh: New file
2475
2476 2004-02-26 Paul Eggert <eggert@twinsun.com>
2477
2478 * doc/tar.texi (dircategory Individual utilities): Append period,
2479 as suggested by Karl Berry.
2480
2481 2004-02-24 Sergey Poznyakoff <gray@Mirddin.farlep.net>
2482
2483 * src/list.c (decode_header): Call xheader_decode before
2484 the assignment to current_stat_info.archive_file_size.
2485
2486 2004-02-23 Paul Eggert <eggert@twinsun.com>
2487
2488 * configure.ac: Invoke AM_ICONV, to define ICONV_CONST if needed.
2489
2490 2004-02-23 Sergey Poznyakoff <gray@Mirddin.farlep.net>
2491
2492 1.13.93 released.
2493
2494 * NEWS: Updated
2495 * tests/before: Move testing of the prerequisite archive formats
2496 to the separate function 'prereq'. Do not expect any arguments
2497 * tests/delete03.sh: Use prereq() instead of passing arguments
2498 to 'before'.
2499 * tests/incremen.sh: Likewise.
2500 * tests/listed01.sh: Likewise.
2501 * tests/multiv01.sh: Likewise.
2502
2503 2004-02-22 Sergey Poznyakoff <gray@Mirddin.farlep.net>
2504
2505 Added UTF-8 support. Finished global extended header
2506 support.
2507
2508 * NEWS: Minor fix
2509 * configure.ac: Detect libiconv
2510 * src/utf8.c: New file. Conversions to and from utf-8.
2511 * src/Makefile.am: Added utf8.c
2512 * src/create.c (write_header_name) In pax format, use
2513 "path" keyword if the file name is not ASCII
2514 (start_header): Likewise for uname and gname.
2515 * src/list.c: Decode encountered global headers.
2516 * src/xheader.c: Use keywords from the global
2517 headers.
2518 Correctly handle UTF-8 conversions.
2519 (xheader_list_destroy): New function.
2520 (xheader_set_single_keyword,xheader_set_keyword_equal): Added
2521 missing gettext markers
2522 (decode_record): Rewritten using caller-provided handler and
2523 data closure.
2524 * tests/listed01.sh: Give credit to Andreas Schuldei.
2525
2526 2004-02-21 Sergey Poznyakoff <gray@Mirddin.farlep.net>
2527
2528 * src/create.c (dump_file0): The conditional at line
2529 1296 prevented incremental backups on individual files
2530 from working, as reported by Andreas Schuldei
2531 <andreas@schuldei.org>.
2532
2533 This is due to the condition
2534
2535 (0 < top_level || !incremental_option)
2536
2537 Removing it makes incremental backups work for individual
2538 files as well as for directories. On the other hand, it does
2539 not affect other functionality, as shown by the reasoning below:
2540
2541 To begin with, the two parts of this condition are mutually
2542 superfluous, because
2543
2544 1) when top_level < 0, incremental_option == 1
2545 so the condition yields false
2546 2) when top_level >= 0, incremental_option == 0
2547 so the condition yields true.
2548
2549 In other words, it is completely equivalent to
2550
2551 (!incremental_option)
2552
2553 Now, let's consider the effect of its removal. There are two cases:
2554
2555 1) when incremental_option==1
2556 This means incremental backup in progress. In this case dump_file
2557 is invoked only for directories or for files marked with 'Y' by
2558 get_directory_contents. The latter are those that did not meet the
2559 condition in incremen.c:242, which is exactly the same condition
2560 as this at create.c:1296. So, for these files the check
2561 (!incremental_option) is useless, since the rest of the
2562 conditional will yield false anyway. On the other hand, if
2563 dump_file is invoked on a directory, the conditional will yield
2564 false due to !S_ISDIR assertion, so these will be processed as usual.
2565
2566 Thus, for this case the extra condition (!incremental_option) is
2567 irrelevant, and its removal won't alter the behavior of tar,
2568 *except* that it will enable incremental backups on individual
2569 files, which is the wanted effect.
2570
2571 2) when incremental_option==0
2572 In this case the condition yields true and its removal does not
2573 affect the functionality.
2574
2575 * THANKS: Updated
2576 * configure.ac: Raised patchlevel to 93
2577 * src/incremen.c: Minor stylistic fixes.
2578 * tests/listed01.sh: New test. Check listed incremental
2579 backups on individual files.
2580 * tests/Makefile.am: Added listed01.sh
2581
2582 2004-02-20 Sergey Poznyakoff <gray@Mirddin.farlep.net>
2583
2584 * src/common.h (simple_finish_header,start_private_header): New
2585 declarations
2586 (xheader_ghdr_name): Changed declaration
2587 * src/create.c (start_private_header): Removed static qualifier.
2588 (write_extended): Removed superfluous last argument. Use
2589 xheader_write()
2590 (simple_finish_header): New function.
2591 (finish_header): Use simple_finish_header() to break recursive
2592 dependency between this function and write_extended().
2593 * src/tar.c (assert_format): Do not bail out if several
2594 --format arguments are given. This is a common case when
2595 TAR_OPTIONS are used.
2596 (decode_options): New option --show-defaults displays the
2597 compiled-in defaults.
2598 Use POSIX format if no --format option was given and
2599 --pax-option was specified.
2600 Do not allow to use --pax-option unless the archive format is
2601 set to POSIX (or reading subcommand is requested).
2602
2603 * src/update.c (update_archive): Write global extended header if
2604 constructed.
2605 * src/xheader.c (xheader_format_name): Bugfix.
2606 (xheader_xhdr_name): Changed the default extended header name
2607 to '%d/PaxHeaders.%p/%f', as POSIX requires.
2608 (xheader_ghdr_name): Removed unused argument.
2609 (xheader_write,xheader_write_global): New function.
2610 (xheader_decode): Modified to honor overrides whatever
2611 the current archive format is.
2612
2613 * src/delete.c (delete_archive_members): Call xheader_decode
2614 unconditionally.
2615 * src/list.c (decode_header): Likewise.
2616 * src/incremen.c (sort_obstack): Fixed typo in the comment
2617
2618 * doc/tar.texi: Document new default for extended
2619 header names.
2620
2621 * tests/before: Accept an optional list of allowed archive
2622 formats. Exit with the status 77 if the current archive
2623 format does not match any of them.
2624 * tests/delete03.sh: Require gnu, oldgnu or posix format
2625 * tests/incremen.sh: Require gnu or oldgnu format
2626 * tests/multiv01.sh: Likewise
2627
2628 2004-02-20 Sergey Poznyakoff <gray@Mirddin.farlep.net>
2629
2630 * doc/tar.texi (Option Summary): Documented --pax-option
2631 * src/tar.c: Likewise.
2632 * NEWS: Likewise.
2633 * src/create.c (to_chars): Added a comment.
2634 * src/tar.h: Comment to GNU_FORMAT
2635
2636 2004-02-18 Sergey Poznyakoff <gray@Mirddin.farlep.net>
2637
2638 * README: Updated
2639 * configure.ac: Added stpcpy
2640 * bootstrap: Likewise
2641 * lib/Makefile.am: Likewise
2642 * src/common.h (xheader_xhdr_name,xheader_ghdr_name): New
2643 functions
2644 * src/create.c (write_extended): Call xheader_xhdr_name
2645 instead of using hardcoded "././@PaxHeader" name.
2646 * src/tar.c: New option --pax-option (equivalent to -o option
2647 of pax).
2648 * src/xheader.c: Implement pax -o option. Fixed misleading
2649 heading comment (introduced 2003-09-02).
2650 * src/incremen.c: Minor fixes
2651 * m4/.cvsignore: Updated
2652
2653 2004-02-17 Sergey Poznyakoff <gray@Mirddin.farlep.net>
2654
2655 * src/incremen.c: Removed accumulator stuff in favor of obstack.
2656 (get_directory_contents): Split into two functions
2657 * src/update.c: Minor changes
2658 * doc/tar.texi: Fixed typo
2659
2660 2004-02-15 Paul Eggert <eggert@twinsun.com>
2661
2662 Fix Debian bug 230872, originally reported by Jeff King in
2663 <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=230872>.
2664
2665 * doc/tar.texi (posix compliance): Remove. The whole section
2666 was a misunderstanding of what POSIXLY_CORRECT is supposed to
2667 mean. The GNU Coding Standards says that POSIXLY_CORRECT
2668 is for disabling extensions that are incompatible with POSIX:
2669 it is not for disabling compatible extensions. All references
2670 to this section removed.
2671 (posix): This format is created only if the posix format is
2672 specified; it is no longer created if gnu format is specified
2673 and POSIXLY_CORRECT is set.
2674 * src/tar.c (decode_options): Ignore POSIXLY_CORRECT.
2675 POSIX does not specify the behavior of tar, so we should
2676 not worry about POSIXLY_CORRECT here.
2677
2678 2004-01-21 Sergey Poznyakoff <gray@Mirddin.farlep.net>
2679
2680 * Makefile.am: Removed m4
2681 * configure.ac: Require automake-1.8/autoconf-2.59. Removed
2682 m4/Makefile.
2683 * README-alpha: Updated
2684 * bootstrap: Updated TP URL, improved help output. Default
2685 to :ext:anoncvs and set CVS_RSH, unless already set.
2686 * m4/Makefile.am: Removed
2687
2688 2004-01-21 Sergey Poznyakoff <gray@Mirddin.farlep.net>
2689
2690 * bootstrap: Bugfix by Marco Gerards <metgerards@student.han.nl>:
2691 Use $option instead of $1 so all options will be parsed.
2692
2693 2004-01-04 Sergey Poznyakoff <gray@Mirddin.farlep.net>
2694
2695 Started rewriting buffer.c ...
2696
2697 * bootstrap: New option --no-po
2698 * src/buffer.c (new_volume,check_label_pattern): Changed return type.
2699 (time_to_start_writing): Changed data type
2700 (file_to_switch_to): Removed. Variable never assigned to.
2701 (open_archive) Moved option compatibility checks to tar.c
2702 Other minor changes.
2703 * src/common.h (maybe_backup_file): Changed return type
2704 * src/misc.c: Likewise.
2705 * src/create.c: Updated invocations of safer_name_suffix
2706 * src/extract.c: Likewise
2707 * src/delete.c: Updated assignment to write_archive_to_stdout
2708 * src/tar.c (decode_options): More option compatibility checks
2709 (moved from buffer.c)
2710 * src/update.c (time_to_start_writing): Changed data type.
2711 * tests/recurse.sh: New test case.
2712 * tests/mksparse.c: New file.
2713 * tests/Makefile.am: Added recurse.sh and mksparse.c
2714
2715 2004-01-02 Sergey Poznyakoff <gray@Mirddin.farlep.net>
2716
2717 * src/sparse.c (sparse_diff_file): Bugfix. Thanks
2718 Martin Simmons for the patch.
2719 * src/create.c (dump_dir0): Bugfix. Thanks Piotr Czerwinski
2720 <pius@pld-linux.org> for the patch.
2721
2722 2003-12-26 Paul Eggert <eggert@twinsun.com>
2723
2724 Synchronize with Gettext 0.13.1, Automake 1.8, Autoconf 2.59,
2725 and translation website.
2726
2727 * bootstrap: Don't bother skipping codeset.m4, glibc21.m4,
2728 intdiv0.m4, inttypes_h.m4, inttypes.m4, inttypes-pri.m4,
2729 isc-posix.m4, and lcmessage.m4 from gnulib. This list of files is
2730 a bit obsolete anyway, now that gettext 0.13.1 is out. Also, the
2731 files are replaced by autoreconf. Also, there seems to be a bug
2732 in gettext/autoconf/automake if we try to omit these files after
2733 autoreconf has replaced them, even though the gettext manual says
2734 they're optional. So give up and just include them for now, even
2735 though they make 'configure' longer and slower.
2736
2737 Change translation URL from
2738 <http://www.iro.umontreal.ca/contrib/po/maint/tar/> to
2739 <http://www2.iro.umontreal.ca/~gnutra/po/maint/tar/> to
2740 accommodate translator website revamp.
2741
2742 Fail if autoreconf fails.
2743
2744 * m4/.cvsignore: Add intmax.m4, longdouble.m4, printf-posix.m4,
2745 signed.m4, size_max.m4, wchar_t.m4, wint_t.m4, xsize.m4, to
2746 ignore files now supplied by gettext 0.13.1.
2747
2748 2003-12-25 Sergey Poznyakoff <gray@Mirddin.farlep.net>
2749
2750 Synchronized with the backup repository on Mirddin
2751
2752 2003-12-19 Sergey Poznyakoff <gray@Mirddin.farlep.net>
2753
2754 * configure.ac: Check for varios members of struct stat
2755 that may represent file modification times with a subsecond
2756 precision.
2757 Check for utimes (for future use)
2758 * src/buffer.c (short_read): Issue a warning on short reads.
2759 * src/common.h (sys_stat_nanoseconds): New function
2760 * src/create.c (dump_file0): Use sys_stat_nanoseconds().
2761 * src/list.c (read_and): Treat only two successive zero
2762 filled blocks as an EOF indicator. Issue a warning if
2763 a single one is encountered.
2764 * src/system.c (sys_stat_nanoseconds): New function
2765 * src/tar.h (tar_stat_info.atime_nsec,mtime_nsec,ctime_nsec): New
2766 members.
2767 * src/xheader.c (code_time,decode_time): Support for subsecond
2768 precision.
2769 (atime_coder,atime_decoder,ctime_coder,ctime_decoder)
2770 (mtime_coder,mtime_decoder): Update invocations of code_time and
2771 decode_time.
2772 (gid_decoder,size_decoder,uid_decoder,sparse_size_decoder)
2773 (sparse_numblocks_decoder,sparse_offset_decoder)
2774 (sparse_numbytes_decoder): Updated
2775
2776 2003-12-18 Sergey Poznyakoff <gray@Mirddin.farlep.net>
2777
2778 * src/names.c (safer_name_suffix): Reverted change made
2779 2003-11-14. Reason: Discussion with Paul Eggert and
2780 Jean-Louis Martineau. See also ChangeLog entry from
2781 1999-08-14.
2782 * tests/delete03.sh: Likewise.
2783 * tests/extrac04.sh: Likewise.
2784 * tests/multiv01.sh: Likewise.
2785
2786 2003-12-12 Sergey Poznyakoff <gray@Mirddin.farlep.net>
2787
2788 * src/incremen.c (write_directory_file): Use sys_truncate
2789 * src/list.c (print_header): Use archive_file_size member
2790 when printing real file size.
2791 * src/sparse.c (sparse_scan_file): Correctly handle files with
2792 a hole at the end.
2793 (sparse_dump_region,sparse_extract_region): Allow for zero size
2794 trailing blocks
2795
2796 2003-12-12 Sergey Poznyakoff <gray@Mirddin.farlep.net>
2797
2798 * configure.ac: Raised version number to 1.13.92
2799 * src/list.c (decode_header): Discern between pax and ustar
2800 formats
2801 Initialize current_stat_info.archive_file_size.
2802
2803 NOTE: Modifications from this date on are temporarily
2804 stored on local CVS on mirddin. This repository will
2805 be synchronized with Savannah as soon as the latter
2806 becomes operational again.
2807
2808 2003-12-01 Sergey Poznyakoff <gray@Mirddin.farlep.net>
2809
2810 * TODO: Updated
2811 * src/sparse.c: Initial implementation of GNU/pax sparse
2812 file format.
2813 * src/common.h (xheader_store): Changed prototype.
2814 * src/create.c: Update calls to xheader_store
2815 * src/extract.c (extract_archive): Check reported size vs.
2816 archive file size to determine if we have to do with a
2817 sparse file.
2818 * src/tar.c (usage): Cleaned up the sample argument to --newer
2819 option.
2820 (decode_options): Allow --sparse for POSIX_FORMAT archives.
2821 * src/xheader.c (struct xhdr_tab.coder; all coder function): Added
2822 extra argument
2823 Implemented GNU.sparse.* keywords.
2824
2825 2003-11-30 Sergey Poznyakoff <gray@Mirddin.farlep.net>
2826
2827 * configure.ac: Check for setlocale. Thanks Bruno Haible for
2828 reporting.
2829
2830 2003-11-25 Sergey Poznyakoff <gray@Mirddin.farlep.net>
2831
2832 * src/create.c (write_gnu_long_link): Use oldgnu
2833 magic with @LongLink blocks.
2834
2835 2003-11-17 Sergey Poznyakoff <gray@Mirddin.farlep.net>
2836
2837 * src/tar.h: Support for star sparse format.
2838 * src/sparse.c: Likewise.
2839
2840 2003-11-17 Sergey Poznyakoff <gray@Mirddin.farlep.net>
2841
2842 * src/sparse.c (sparse_diff_file): New function
2843 * src/common.h (sys_compare_uid,sys_compare_gid): New functions
2844 (sys_compare_uid_gid): Removed.
2845 (sys_compare_links,report_difference): Changed prototype
2846 (sparse_diff_file): New function
2847 * src/system.c (sys_compare_uid,sys_compare_gid): New functions
2848 (sys_compare_uid_gid): Removed.
2849 (sys_compare_links): Changed declaration
2850 * src/compare.c (diff_archive): Use sparse_diff_file.
2851
2852 2003-11-16 Sergey Poznyakoff <gray@Mirddin.farlep.net>
2853
2854 Rewritten sparse file handling.
2855
2856 * src/sparse.c: New file. Provides a universal framework
2857 for various methods for sparse files handling.
2858 * src/Makefile.am: Added sparse.c
2859 * src/common.h (struct sp_array,sparsearray,sp_array_size)
2860 (init_sparsearray,fill_in_sparse_array): Removed
2861 (enum dump_status): New data type
2862 (pad_archive,close_diag,open_diag,read_diag_details)
2863 (readlink_diag,savedir_diag,seek_diag_details,stat_diag): New
2864 functions.
2865 (sparse_file_p,sparse_dump_file,sparse_extract_file): New
2866 functions.
2867 (print_header): Changed prototype declaration.
2868 * src/tar.h (struct sp_array): Declaration from common.h
2869 (struct tar_stat_info): New members archive_file_size,
2870 sparse_map_avail,sparse_map.
2871 * src/create.c: Major rewrite.
2872 * src/extract.c: Use new sparse file interface.
2873 * src/compare.c (diff_sparse_files): Temporary placeholder.
2874
2875 * src/buffer.c: Minor changes
2876 * src/tar.c: Likewise.
2877 * src/list.c: Likewise.
2878 * src/misc.c (close_diag,open_diag,read_diag_details)
2879 (readlink_diag,savedir_diag,seek_diag_details,stat_diag): New
2880 diagnostics functions.
2881 * src/incremen.c: Use new diagnostics functions.
2882 * src/names.c: Likewise.
2883
2884 2003-11-14 Sergey Poznyakoff <gray@Mirddin.farlep.net>
2885
2886 * configure.ac: Fixed check for setsockopt
2887
2888 * src/create.c: Do not zero-terminate name field if
2889 the name is exactly 100 characters long.
2890 (write_ustar_long_name): Fixed cheking for unsplittable
2891 names.
2892
2893 2003-11-14 Sergey Poznyakoff <gray@Mirddin.farlep.net>
2894
2895 * src/create.c (start_header): Removed debugging hook
2896 (dump_file): Fixed handling of linkname field.
2897 * src/names.c (safer_name_suffix): If the input
2898 file name ends with a slash, output one should do so
2899 as well.
2900 * doc/tar.texi: Documented --format=ustar
2901
2902 2003-11-14 Sergey Poznyakoff <gray@Mirddin.farlep.net>
2903
2904 * src/tar.h (archive_format): USTAR_FORMAT: New type.
2905 * src/create.c: Added POSIX.1-1988 support.
2906 * src/names.c (safer_name_suffix): Skip leading ./
2907 * src/tar.c: New option --format=ustar forces
2908 POSIX.1-1988 archive format.
2909 * tests/delete03.sh: Updated.
2910 * tests/extrac04.sh: Updated.
2911 * tests/multiv01.sh: Updated.
2912
2913 2003-11-13 Sergey Poznyakoff <gray@Mirddin.farlep.net>
2914
2915 * src/list.c (read_and): Initialize current_stat_info
2916 and extended_header at the start of the loop.
2917 * src/names.c (all_names_found): Check if the argument
2918 contains valid filename. Fixes coredump on `not_a_tar_file'
2919 * src/xheader.c (atime_decoder,gid_decoder,ctime_decoder)
2920 (mtime_decoder,size_decoder,uid_decoder): Use xstrtoumax.
2921 Fixes `pax-big-10g' bug.
2922
2923 2003-11-12 Paul Eggert <eggert@twinsun.com>
2924
2925 Fix some C compatibility bugs reported by Joerg Schilling.
2926
2927 * src/common.h (stripped_prefix_len): Fix misspelling
2928 "stripped_path_len" in declaration.
2929 * src/rmt.c (main): Use "return FOO;" rather than
2930 "exit (FOO);"; we no longer have to worry about
2931 pre-ANSI hosts that mishandled returned values from "main".
2932 * src/tar.c (main): Likewise. This avoids warnings on some
2933 compilers.
2934 * src/system.c: Include signal.h, for 'kill'.
2935 * src/system.h (DEV_BSIZE): Remove.
2936 (DEFAULT_ST_BLKSIZE): New macro.
2937 (ST_BLKSIZE): Use it, instead of DEV_BSIZE.
2938 * src/tar.c (enum): Remove comma just before }.
2939
2940 2003-11-12 Sergey Poznyakoff <gray@Mirddin.farlep.net>
2941
2942 * src/list.c (decode_header): Initialize st_atime and
2943 st_ctime.
2944
2945 2003-11-11 Sergey Poznyakoff <gray@Mirddin.farlep.net>
2946
2947 * configure.ac (tar_save_LIBS): Bugfix. Thanks Adrian
2948 Bunk <bunk@fs.tum.de> for reporting.
2949 * doc/tar.texi: Fixed spelling. Thanks Martin Buchholz
2950 <martin@xemacs.org> for spotting.
2951
2952 2003-11-04 Paul Eggert <eggert@twinsun.com>
2953
2954 * src/xheader.c (xhdr_tab): Make it extern, not static, as C89 and
2955 C99 require this.
2956
2957 2003-10-26 Paul Eggert <eggert@twinsun.com>
2958
2959 * src/system.c (sys_spawn_shell): Cast trailing null to (char *).
2960 Bug reported by Christian Weisgerber.
2961
2962 2003-10-19 Sergey Poznyakoff <gray@Mirddin.farlep.net>
2963
2964 * AUTHORS: Updated
2965 * NEWS: Updated
2966 * src/tar.c (decode_options): Removed superfluous archive format
2967 check
2968 * doc/tar.texi: Documented new features.
2969
2970 2003-10-08 Sergey Poznyakoff <gray@Mirddin.farlep.net>
2971
2972 * NEWS: Updated
2973 * THANKS: Added Wojciech Polak
2974 * configure.ac: Added checks for missing functions. Raised
2975 version number to indicate alpha release.
2976 * lib/Makefile.am: Added missing headers
2977 * lib/waitpid.c: Added missing includes.
2978 * src/extract.c: Likewise.
2979 * src/names.c: Removed spurious includes.
2980 * src/xheader.c: Likewise.
2981 * src/system.h [MSDOS]: Fixed spelling of EACCES. Added
2982 macro overriding broken mkdir prototypes.
2983
2984 2003-10-04 Sergey Poznyakoff <gray@Mirddin.farlep.net>
2985
2986 * configure.ac: Check for dev_t and ino_t.
2987 * m4/Makefile.am: Added missing files.
2988 * src/system.c: New file.
2989 * src/Makefile.am: Added system.c
2990 * src/common.h: Prototypes for functions from system.c
2991 * src/system.h (SET_BINARY_MODE, ERRNO_IS_EACCESS): New defines
2992 * src/buffer.c: Moved system dependencies to system.c
2993 * src/compare.c: Likewise.
2994 * src/create.c: Likewise.
2995 * src/delete.c: Likewise.
2996 * src/extract.c: Likewise.
2997 * src/rtapelib.c: Likewise.
2998
2999 2003-10-04 Sergey Poznyakoff <gray@Mirddin.farlep.net>
3000
3001 Implemented --occurrence option.
3002
3003 * NEWS: Updated.
3004 * src/tar.c: New option --occurrence.
3005 * src/common.h (occurrence_option): New global
3006 (struct name): Changed `found' member to `uintmax_t
3007 found_count'.
3008 (names_done): Removed
3009 (all_names_found): Changed prototype.
3010 (ISFOUND,WASFOUND): New macros
3011 * src/delete.c (delete_archive_members): Honor --occurrence
3012 option.
3013 * src/list.c (read_and): Likewise.
3014 * src/names.c: Count number of occurrences of each name in the
3015 archive.
3016 (name_match): Honor --occurrence option.
3017 (names_done): Removed
3018 (all_names_found,names_notfound): Rewritten.
3019
3020 2003-10-02 Sergey Poznyakoff <gray@Mirddin.farlep.net>
3021
3022 * src/tar.c: Removed extra precaution regarding
3023 subcommand_option == CAT_SUBCOMMAND
3024 * lib/Makefile.am: Updated
3025
3026 2003-10-02 Sergey Poznyakoff <gray@Mirddin.farlep.net>
3027
3028 * src/common.h (names_done): New function.
3029 * src/names.c: Likewise.
3030 * src/list.c (read_and): Use all_names_found() as `while'
3031 condition.
3032 * src/tar.c: New option --first-copy
3033 * NEWS: Updated
3034
3035 2003-09-24 Paul Eggert <eggert@twinsun.com>
3036
3037 * src/rmt.c (main): Don't translate Copyright string; international
3038 law says the word "Copyright" should be in English.
3039 * src/tar.c (decode_options): Likewise.
3040
3041 2003-09-22 Paul Eggert <eggert@twinsun.com>
3042
3043 * doc/tar.texi (extracting untrusted archives): New section.
3044
3045 * src/common.h (stripped_path_len): Renamed from cut_path_elements.
3046 Return size_t, not pointer, so that we don't have to worry about
3047 violating the C standard by converting char const * to char *.
3048 All callers changed.
3049 * src/names.c (stripped_path_len): Likewise. Strip file system
3050 prefix, too. Count adjacent slashes as if they were one slash;
3051 that is the POSIX standard.
3052
3053 2003-09-17 Paul Eggert <eggert@twinsun.com>
3054
3055 * README-alpha: Document maintainer tool assumptions a bit. GNU
3056 'sed' is no longer required. For GNU m4 1.4, suggest the patch in
3057 Debian bug 211447. Fix minor misspellings/whitespace nits.
3058
3059 * configure.ac (AC_AIX, AC_MINIX): Remove; subsumed by
3060 gl_USE_SYSTEM_EXTENSIONS.
3061
3062 * lib/.cvsignore: Add exit.h, time_r.c, time_r.h.
3063 * m4/.cvsignore: Add restrict.m4, time_r.m4.
3064
3065 2003-09-17 Paul Eggert <eggert@twinsun.com>
3066
3067 * bootstrap: Don't use "for option; do";
3068 Solaris 8 /bin/sh doesn't like that.
3069
3070 2003-09-17 Sergey Poznyakoff <gray@Mirddin.farlep.net>
3071
3072 * README-alpha: Updated
3073 * bootstrap: Updated
3074
3075 2003-09-17 Sergey Poznyakoff <gray@Mirddin.farlep.net>
3076
3077 * README-alpha: Updated
3078 * bootstrap: Updated
3079 * po/POTFILES.in: Added src/xheader.c
3080 * src/common.h (cut_path_elements): Added proto.
3081
3082 2003-09-05 Sergey Poznyakoff <gray@Mirddin.farlep.net>
3083
3084 * src/buffer.c: Use ngettext where appropriate.
3085 * src/compare.c: Likewise.
3086 * src/create.c: Likewise.
3087 * src/misc.c: Likewise.
3088 * src/tar.c: Likewise.
3089 * src/update.c: Likewise.
3090
3091 2003-09-04 Sergey Poznyakoff <gray@Mirddin.farlep.net>
3092
3093 * .cvsignore: Added *.shar.gz
3094 * NEWS: Updated
3095 * TODO: Updated
3096 * src/common.h (strip_path_elements): New variable.
3097 * src/extract.c (extract_archive): Implemented --strip-path
3098 * src/names.c (cut_path_elements): New function.
3099 * src/tar.c: New option --strip-path=NUM.
3100 (decode_options) Assign boolean values to bool variables.
3101
3102 2003-09-04 Sergey Poznyakoff <gray@Mirddin.farlep.net>
3103
3104 * src/delete.c: Fixed deletion from the POSIX archives.
3105 * src/list.c (read_header): Minor change.
3106 * src/tar.c (main): Do not check for volume_label_option
3107 if subcommand_option is not CREATE_SUBCOMMAND.
3108 * src/xheader.c (xheader_decode): Store the header as
3109 well (for eventual delete).
3110
3111 * tests/incremen.sh: Explicitly request GNU format. This will
3112 disappear when GNU extended header keywords are working.
3113 * tests/multiv01.sh: Likewise
3114 * tests/volume.sh: Likewise
3115
3116 2003-09-04 Sergey Poznyakoff <gray@Mirddin.farlep.net>
3117
3118 * src/create.c: Support for "linkpath" extended keyword.
3119 * src/xheader.c (decode_record): Reversed the return
3120 condition.
3121
3122 2003-09-03 Sergey Poznyakoff <gray@Mirddin.farlep.net>
3123
3124 * configure.ac: Allow to redefine the default output format.
3125 * src/tar.c: Use DEFAULT_ARCHIVE_FORMAT macro
3126 (archive_format_string): New function.
3127 (usage): Updated help output.
3128 * README: Updated.
3129 * NEWS: Updated.
3130 * TODO: Updated.
3131
3132 2003-09-02 Paul Eggert <eggert@twinsun.com>
3133
3134 * src/common.h (destroy_stat, xheader_decode, xheader_store,
3135 xheader_read, xheader_finish, xheader_destroy): Add decls;
3136 C99 requires this.
3137
3138 * src/create.c (write_extended): Remove unused local 'bufsize'.
3139
3140 * src/delete.c (delete_archive_members): Handle case of
3141 HEADER_SUCCESS_EXTENDED followed by HEADER_FAILURE.
3142 * src/list.c (read_and): Abort if HEADER_SUCCESS_EXTENDED
3143 occurs, as it's not possible.
3144 * src/update.c (update_archive): Likewise.
3145
3146 Use "const" when possible in new code.
3147 * src/tar.c (struct fmttab.name): Now char const *. All uses changed.
3148 (fmttab): Now const. All uses changed.
3149 * src/xheader.c (struct xhdr_tab.keyword): Now pointer to const.
3150 (struct xhdr_tab.coder, struct xhdr_tab.decoder, locate_handler,
3151 decode_record, xheader_store, xheader_print, code_string, code_time,
3152 code_num, dummy_coder, dummy_decoder, atime_coder, atime_decoder,
3153 gid_coder, gid_decoder, gname_coder, gname_decoder, linkpath_coder,
3154 linkpath_decoder, ctime_coder, ctime_decoder, mtime_coder,
3155 mtime_decoder, path_coder, path_decoder, size_coder, size_decoder,
3156 uid_coder, uid_decoder, uname_coder, uname_decoder):
3157 Use pointers to const when possible.
3158 (xhdr_tab): Now const.
3159
3160 * src/tar.c (fmttab): Avoid GCC warning by not eliding initializers.
3161 (set_archive_format): Report an error if no format name matches,
3162 instead of returning an undefined value.
3163
3164 * src/xheader.c (struct xhdr_tab.decoder, dummy_decoder,
3165 atime_decoder, gid_decoder, gname_decoder, linkpath_decoder,
3166 ctime_decoder, mtime_decoder, path_decoder, size_decoder,
3167 uid_decoder, uname_decoder): Remove unused keyword arg.
3168 All uses changed.
3169
3170 * src/tar.c (set_archive_format): Now static.
3171 * src/xheader.c (xhdr_tab, format_uintmax): Now static.
3172
3173 * src/xheader.c (dummy_coder, dummy_decoder, atime_coder,
3174 atime_decoder, gid_coder, gid_decoder, gname_coder, gname_decoder,
3175 linkpath_coder, linkpath_decoder, mtime_coder, mtime_decoder,
3176 ctime_coder, ctime_decoder, path_coder, path_decoder, size_coder,
3177 size_decoder, uid_coder, uid_decoder, uname_coder, uname_decoder):
3178 Remove forward decls; no longer needed.
3179 (xhdr_tab): Move to end, so that the forward decls aren't needed.
3180 Add a forward declaration.
3181
3182 Use 'bool' in new code, when appropriate.
3183 * src/xheader.c (decode_record): Return bool, not int.
3184 * src/common.h (read_header): Since it accepts bool, change
3185 all callers to use false and true rather than 0 and 1.
3186
3187 * src/xheader.c (decode_record): Fix misspelling in diagnostic
3188 "extended headed" -> "extended header".
3189
3190 GNU coding style fixes.
3191 * src/xheader.c (decode_record, xheader_decode):
3192 Do not use decls like "char *p, *q;".
3193
3194 Minor style fixes.
3195 (xheader_store): Avoid parentheses around object operand of sizeof.
3196
3197 2003-09-03 Sergey Poznyakoff <gray@Mirddin.farlep.net>
3198
3199 * src/create.c (start_header): Store long file names
3200 in "path" keyword of an extended header if in POSIX
3201 mode.
3202 (finish_header): print header before calling write_extended().
3203 * src/list.c (list_archive): Always decode the header. This
3204 is necessary so the extended header is processed and the correct
3205 filename is printed no matter what the state of verbose_option.
3206 * src/xheader.c (xhdr_tab): Reserved GNU keywords (commented out
3207 for the time being).
3208
3209 2003-09-01 Paul Eggert <eggert@twinsun.com>
3210
3211 Update from gnulib, and correct fnmatch to fnmatch-gnu.
3212 * bootstrap (gnulib_modules): Change fnmatch to fnmatch-gnu.
3213 Sort.
3214 * configure.ac (gl_USE_SYSTEM_EXTENSIONS): Use this instead
3215 of AC_GNU_SOURCE.
3216 * lib/.cvsignore: Add alloca.h, stdbool.h. Sort. Append newline.
3217 * lib/Makefile.am (lib_OBJECTS): New macro, for convenience when
3218 copying rules from gnulib module descriptions.
3219 (BUILT_SOURCES, EXTRA_DIST, all-local, alloca.h):
3220 Update from gnulib modules alloca, fnmatch, getline, stdbool.
3221 * m4/.cvsignore: Add utimes-null.m4. Sort.
3222
3223 2003-09-01 Sergey Poznyakoff
3224
3225 Added initial support for creating POSIX headers.
3226
3227 * src/common.h (MAXOCTAL11,MAXOCTAL7): New defines
3228 (string_to_chars): New functions
3229 (struct xheader): Changed structure
3230 (gid_to_gname,gname_to_gid,uid_to_uname,uname_to_uid): Changed
3231 prototypes.
3232 * src/create.c (string_to_chars): New function.
3233 (write_extended): New function
3234 (start_header): Create extended POSIX headers if necessary.
3235 (finish_header): Likewise.
3236 * src/list.c (print_header): Take user/group from
3237 current_stat_info.
3238 * src/names.c (gid_to_gname,gname_to_gid)
3239 (uid_to_uname,uname_to_uid): Changed prototypes.
3240 * src/tar.c: New option --format.
3241 * src/tar.h (OLDGNU_COMPATIBILITY): Removed
3242 (struct extra_header): Removed unused structure.
3243 (union block.extra_header): Removed unused member.
3244 * src/xheader.c: Implemented coder functions.
3245 * bootstrap: Added obstack.
3246 * lib/.cvsignore: Likewise.
3247 * configure.ac: Added 'gl_OBSTACK'
3248 * m4/Makefile.am: Added new files.
3249 * m4/.cvsignore: Likewise.
3250 * TODO: Minor formatting change
3251
3252 2003-08-31 Sergey Poznyakoff
3253
3254 Added initial support for POSIX extended and STAR headers
3255 (only for listing/extracting).
3256
3257 * src/xheader.c: New file.
3258 * src/Makefile.am: Added xheader.c
3259 * src/tar.h (struct star_header): New datatype
3260 (XHDTYPE,XGLTYPE): New defines
3261 (enum archive_format:STAR_FORMAT): New member
3262 (struct tar_stat_info): New datatype.
3263 (union block.star_header): New member.
3264 * src/common.h (orig_file_name,current_file_name)
3265 (current_trailing_slash,current_link_name): Removed variables.
3266 (current_stat_info): New variable
3267 (current_stat): Removed
3268 (extended_header): New variable
3269 (decode_header): Changed prototype.
3270 * src/list.c (decode_header): Added initial support for POSIX extended
3271 and STAR headers.
3272 (skip_member): Check oldgnu_header only if current_format is set
3273 to OLDGNU_FORMAT.
3274 * src/buffer.c: Use current_stat_info
3275 * src/compare.c: Likewise.
3276 * src/create.c: Likewise.
3277 * src/delete.c: Likewise.
3278 * src/incremen.c: Likewise.
3279 * src/mangle.c: Likewise.
3280 * src/update.c: Likewise.
3281 * src/extract.c: Likewise.
3282 (make_directories): Improved check for the existence of the directory
3283 * src/tar.c (destroy_stat): New function.
3284
3285 2003-08-29 Paul Eggert <eggert@twinsun.com>
3286
3287 * NEWS, bootstrap: Drop en_GB locale; it was more trouble than it
3288 was worth (e.g., different users in en_GB disagree about -ize
3289 versus -ise).
3290 * po/en_GB.po: Remove.
3291
3292 2003-07-28 Sergey Poznyakoff <gray@Mirddin.farlep.net>
3293
3294 * TODO: Updated
3295 * NEWS: Updated
3296 * src/tar.c: Removed support for the obsolete command line
3297 options.
3298 * doc/tar.texi: Removed references to the obsolete command
3299 line options.
3300
3301 2003-07-27 Sergey Poznyakoff <gray@Mirddin.farlep.net>
3302
3303 * TODO: Updated
3304 * NEWS: Updated
3305 * doc/tar.texi: Updated
3306 * src/common.h (check_links_option): New variable
3307 (orig_file_name): New variable
3308 (check_links): New proto.
3309 * src/create.c (struct link.nlink): New member
3310 (link_table): Static for the module.
3311 (dump_file): Update `link' member when adding new links
3312 to the link_table.
3313 (check_links): New function.
3314 * src/list.c (print_header): Use orig_file_name.
3315 * src/tar.c: New option --check-links. Changed semantics of
3316 -o to comply to UNIX98 when extracting and to its previous
3317 semantics otherwise.
3318 (main): Call check_links if --check-links. was given.
3319
3320 2003-07-25 Sergey Poznyakoff <gray@Mirddin.farlep.net>
3321
3322 * src/list.c (print_header): Revised
3323 * NEWS: Started the entry for 1.13.26
3324 * doc/Makefile.am (tar.dvi): Fixed TEXINPUTS value.
3325
3326 2003-07-24 Sergey Poznyakoff <gray@Mirddin.farlep.net>
3327
3328 * .cvsignore: Added to the repository.
3329 * doc/.cvsignore: Likewise.
3330 * lib/.cvsignore: Likewise.
3331 * m4/.cvsignore: Likewise.
3332 * po/.cvsignore: Likewise.
3333 * scripts/.cvsignore: Likewise.
3334 * src/.cvsignore: Likewise.
3335 * tests/.cvsignore: Likewise.
3336
3337 * lib/Makefile.am: Added exitfail.[hc]
3338 * src/misc.c (chdir_do): Fixed call to restore_cwd
3339 * src/buffer.c (flush_read): Fixed behavior on short
3340 reads right after opening the new archive (multiv01.sh test).
3341 (new_volume): Special handling for "-".
3342 * src/list.c (print_header): Print trailing slash if
3343 current_trailing_slash was set (extrac03.sh,extrac04.sh tests).
3344 * tests/multiv01.sh: Minor changes.
3345 * m4/Makefile.am: Added missing files.
3346
3347 2003-07-05 Paul Eggert <eggert@twinsun.com>
3348
3349 Finish the checkin begin yesterday.
3350
3351 * NEWS: Document the user-visible changes installed in the last
3352 two days.
3353
3354 * TODO: New file (actually, resurrected; but with new contents).
3355
3356 * src/list.c (read_and): Give full type for procedure arg.
3357 (read_header): Strip trailing slashes, setting current_trailing_slash.
3358 (tartime): Avoid int overflow when printing year (!).
3359 (print_header): New arg specifying block ordinal. All uses changed.
3360 Print link as 'h' type. Give labels for long links and names.
3361
3362 * src/misc.c (contains_dot_dot): Moved to names.c
3363 (must_be_dot_or_slash): New function.
3364 (safer_rmdir): Use it.
3365 (remove_any_file): Now takes enum as option, not boolean.
3366 Check for (Linux) EISDIR as well as (POSIX) EPERM when attempting
3367 to unlink a directory.
3368 (deref_stat): Accept bool, not int.
3369
3370 * src/names.c (namelist_match): Allow partial matches only if
3371 recursive.
3372 (hash_string_hasher): Renamed from hash_avoided_name.
3373 (hash_string_compare): Renamed from compare_avoided_anames.
3374 (hash_string_insert, hash_string_lookup): New functions.
3375 (add_avoided_name, is_avoided_name): Use them.
3376 (safer_name_suffix): New function.
3377 (contains_dot_dot): Moved here from misc.c. Now returns bool, not int.
3378
3379 * src/rmt.c: Don't include print-copyr.h.
3380 (prepare_input_buffer): New arg FD.
3381 Do not read more than INT_MAX bytes at once,
3382 since it breaks on some brain damaged Tru64 hosts.
3383 Divide size by two
3384 when retrying instead of subtracting 1024; for speed.
3385 (main): Use gettext to translate (C), not print_copyright.
3386
3387 * src/system.h: Include <alloca.h> and <stdbool.h> unconditionally,
3388 now that gnulib handles this.
3389 Include <stddef.h> and <limits.h> unconditionally, now that we assume
3390 C89 or better.
3391 Assume that offsetof is defined in stddef.h.
3392 Do not include <sys/param.h>.
3393 (realloc, lseek): Do not declare.
3394 (HAVE_DECL_VALLOC): Renamed from HAVE_VALLOC.
3395 (CHAR_BIT, CHAR_MAX, UCHAR_MAX, LONG_MAX): Remove
3396 declarations, since we now assume C89 or better.
3397 (PARAMS): Remove, as we now assume C89. All uses changed.
3398 (bindtextdomain, textdomain): Include <gettext.h> to define.
3399 Include <unlocked-io.h>.
3400 (valloc): Define if not defined, and if valloc is not declared.
3401 (xstrdup): Remove decl.
3402
3403 * src/tar.c: Do not include <print-copyr.h>.
3404 Include <getdate.h>.
3405 (get_date): Remove decl.
3406 (ATIME_PRESERVE_OPTION, CHECKPOINT_OPTION, FORCE_LOCAL_OPTION,
3407 IGNORE_FAILED_READ_OPTION, INDEX_FILE_OPTION, NO_OVERWRITE_DIR_OPTION,
3408 NUMERIC_OWNER_OPTION, RECURSIVE_UNLINK_OPTION, REMOVE_FILES_OPTION,
3409 SHOW_OMITTED_DIRS_OPTION, TOTALS_OPTION): New constants.
3410 (long_options, decode_options): Use them.
3411 (OVERWRITE_DIR_OPTION): Remove.
3412 (long_options): New options --index-file, --no-overwrite-dir.
3413 Remove --overwrite-dir option.
3414 (usage): Use PACKAGE_BUGREPORT.
3415 (decode_options): Terminate new argv properly.
3416 Use PACKAGE_NAME, PACKAGE_VERSION.
3417 If verbose, report how we grokked any textual date option.
3418 (main): Add support for index-file.
3419
3420 * tests/Makefile.am: Convert to UTF-8.
3421 (AUTOMAKE_OPTIONS): Remove.
3422 (TESTS): Add delete04.sh, multiv01.sh, options.sh.
3423 (INCLUDES): Remove ../intl.
3424 (LDADD): Don't link libtar.a twice.
3425
3426 * tests/genfile.c: Convert to UTF-8.
3427 Don't include <print-copyr.h>.
3428 (DEFAULT_PATTERN): Renamed from DEFAULT.
3429 (ZEROS_PATTERN): Renamed from ZEROS.
3430 (main): Use gettext to translate (C), not print_copyright.
3431
3432 2003-07-04 Paul Eggert <eggert@twinsun.com>
3433
3434 Revamp to meet current standards of autoconf, automake,
3435 gettext, and gnulib, and incorporate new translations.
3436
3437 * config/config.guess, config/config.sub, config/depcomp,
3438 config/install-sh, config/mdate-sh, config/missing,
3439 config/mkinstalldirs, config/texinfo.texi:
3440 Moved here from parent directory, or from doc.
3441 * config.hin: Renamed from config.h.in.
3442 * config/config.rpath: New file.
3443
3444 * intl: Remove this subdirectory.
3445
3446 * lib/fnmatch_.h: Renamed from lib/fnmatch.hin.
3447
3448 * lib/getstr.c, lib/getstr.h, lib/msleep.c, lib/print-copyr.c,
3449 lib/print-copyr.h, lib/readutmp.c, lib/rename.c, lib/stpcpy.c,
3450 lib/strstr.c, lib/strtoimax.c, lib/strtoll.c, lib/strtoull.c,
3451 lib/strtoumax.c, lib/unicodeio.c, lib/unicodeio.h,
3452 lib/xstrtoimax.c, m4/c-bs-a.m4, m4/ccstdc.m4, m4/check-decl.m4,
3453 m4/decl.m4, m4/jm-mktime.m4, m4/prereq.m4, m4/xstrtoimax.m4,
3454 stamp-h.in: Remove.
3455
3456 * lib/alloca_.h, lib/fnmatch_loop.c, lib/gettext.h, lib/pathmax.h,
3457 lib/safe-write.c, lib/safe-write.h, lib/stdbool_.h, lib/strcase.h,
3458 lib/stripslash.c, lib/unlocked-io.h, lib/xgetcwd.h, m4/alloca.m4,
3459 m4/backupfile.m4, m4/bison.m4, m4/chown.m4, m4/dirname.m4,
3460 m4/dos.m4, m4/exclude.m4, m4/fileblocks.m4, m4/ftruncate.m4,
3461 m4/getdate.m4, m4/getopt.m4, m4/hash.m4, m4/human.m4,
3462 m4/intdiv0.m4, m4/intmax_t.m4, m4/inttypes-pri.m4,
3463 m4/inttypes_h.m4, m4/isc-posix.m4, m4/lchown.m4, m4/lib-ld.m4,
3464 m4/lib-link.m4, m4/lib-prefix.m4, m4/memset.m4, m4/mktime.m4,
3465 m4/modechange.m4, m4/nls.m4, m4/onceonly.m4, m4/pathmax.m4,
3466 m4/po.m4, m4/quote.m4, m4/quotearg.m4, m4/rmdir.m4,
3467 m4/safe-read.m4, m4/safe-write.m4, m4/save-cwd.m4, m4/savedir.m4,
3468 m4/ssize_t.m4, m4/stdbool.m4, m4/stdint_h.m4, m4/strcase.m4,
3469 m4/strtoimax.m4, m4/strtol.m4, m4/strtoll.m4, m4/strtoul.m4,
3470 m4/strtoull.m4, m4/strtoumax.m4, m4/tm_gmtoff.m4, m4/uintmax_t.m4,
3471 m4/unlocked-io.m4, m4/xalloc.m4, m4/xgetcwd.m4, m4/xstrtol.m4,
3472 po/LINGUAS, po/Makevars, po/Rules-quot, po/boldquot.sed,
3473 po/en@boldquot.header, po/en@quot.header, po/en_GB.po,
3474 po/insert-header.sin, po/remove-potcdate.sin, po/stamp-po: New files.
3475
3476 * ABOUT-NLS, INSTALL, lib/addext.c, lib/alloca.c, lib/argmatch.c,
3477 lib/argmatch.h, lib/backupfile.c, lib/backupfile.h, lib/dirname.c,
3478 lib/dirname.h, lib/error.c, lib/exclude.c, lib/exclude.h,
3479 lib/fnmatch.h, lib/full-write.c, lib/full-write.h, lib/getdate.h,
3480 lib/getdate.y, lib/getline.c, lib/getline.h, lib/getopt.c,
3481 lib/getopt.h, lib/getopt1.c, lib/hash.c, lib/hash.h, lib/human.c,
3482 lib/human.h, lib/lchown.c, lib/malloc.c, lib/mktime.c,
3483 lib/modechange.c, lib/modechange.h, lib/quote.c, lib/quote.h,
3484 lib/quotearg.c, lib/quotearg.h, lib/realloc.c, lib/safe-read.c,
3485 lib/safe-read.h, lib/save-cwd.c, lib/save-cwd.h, lib/savedir.c,
3486 lib/savedir.h, lib/strcasecmp.c, lib/utime.c, lib/xalloc.h,
3487 lib/xgetcwd.c, lib/xmalloc.c, lib/xstrdup.c, lib/xstrtol.c,
3488 lib/xstrtol.h, lib/xstrtoumax.c, m4/codeset.m4, m4/d-ino.m4,
3489 m4/error.m4, m4/fnmatch.m4, m4/getcwd.m4, m4/getline.m4, m4/gettext.m4,
3490 m4/glibc21.m4, m4/iconv.m4, m4/inttypes.m4, m4/lcmessage.m4,
3491 m4/longlong.m4, m4/malloc.m4, m4/mbrtowc.m4, m4/mbstate_t.m4,
3492 m4/progtest.m4, m4/realloc.m4, m4/strerror_r.m4, m4/ulonglong.m4,
3493 m4/utimbuf.m4, m4/utime.m4, m4/utimes.m4, m4/xstrtoumax.m4,
3494 po/Makefile.in.in:
3495 Upgrade to latest version from external source. The file "bootstrap"
3496 now grabs these automatically, so we needn't keep track of them
3497 in this change long any longer.
3498
3499 * Makefile.am (AUTOMAKE_OPTIONS): Remove. Now done by configure.ac.
3500 (SUBDIRS): Remove intl.
3501 * PORTS: Update for star, Macintosh.
3502 * README, README-alpha: Suggest Autoconf 2.57, Automake 1.7.5,
3503 Bison 1.875, gettext 0.12.1.
3504 * THANKS: Add Bernhard Rosenkraenzer, Solar Designer.
3505 * configure.ac (AC_INIT, AM_INIT_AUTOMAKE): Convert to modern form.
3506 (AC_CONFIG_AUX_DIR): New.
3507 (AC_CONFIG_HEADERS): Rename config.h.in to config.hin, to be more
3508 like coreutils.
3509 (AC_PREREQ): Bump from 2.52 to 2.57.
3510 (AC_GNU_SOURCE): New.
3511 (AC_PROG_GCC_TRADITIONAL, AM_C_PROTOTYPES, AC_C_CONST): Remove;
3512 we no longer support K&R C.
3513 (YACC): Remove.
3514 (AC_CHECK_HEADERS): Remove limits.h, poll.h, stdbool.h, stropts.h,
3515 sys/ioccom.h, sys/param.h, sys/time.h, sys/timeb.h, wchar.h, wctype.h.
3516 (AC_MBSTATE_T): Remove.
3517 (HAVE_UTIME_H, HAVE_DECL_FREE, HAVE_DECL_GETGRGID, HAVE_DECL_GETPWUID,
3518 HAVE_DECL_GETENV, HAVE_DECL_MALLOC, HAVE_DECL_STRTOUL,
3519 HAVE_DECL_STRTOULL, HAVE_MKNOD): Remove our special code.
3520 (AM_STDBOOL_H): Add.
3521 (AC_HEADER_TIME, AC_STRUCT_TIMEZONE,
3522 jm_CHECK_TYPE_STRUCT_DIRENT_D_INO): Remove.
3523 (AC_CHECK_TYPE): Remove ssize_t.
3524 (gt_TYPE_SSIZE_T): Add.
3525 (jm_AC_PREREQ_XSTRTOUMAX, jm_PREREQ_ADDEXT, jm_PREREQ_ERROR,
3526 jm_PREREQ_HUMAN, jm_PREREQ_QUOTEARG, jm_PREREQ_XGETCWD,
3527 AC_FUNC_ALLOCA, AC_FUNC_CLOSEDIR_VOID, AC_FUNC_STRERROR_R,
3528 AC_FUNC_FNMATCH, AC_FUNC_VPRINTF, AM_FUNC_GETLINE, jm_FUNC_MALLOC,
3529 jm_FUNC_MKTIME, jm_FUNC_REALLOC):
3530 Remove. Switch to gnulib macros like gl_BACKUPFILE instead.
3531 (tar_LDADD): Rename to LIB_CLOCK_GETTIME. All uses changed.
3532 (rmt_LDADD): Rename to LIB_SETSOCKOPT. All uses changed.
3533 (AC_CHECK_FUNCS): Remove fchdir, ftime, getcwd, isascii, nap,
3534 napms, poll, select, strstr, usleep.
3535 (AC_REPLACE_FUNCS): Remove ftruncate, lchown, memset, rename,
3536 rmdir, strcasecmp, strncasecmp, strtol, strtoul.
3537 (AM_GNU_GETTEXT): Use external and need-ngettext options.
3538 (AM_GNU_GETTEXT_VERSION): New.
3539 (AC_OUTPUT): Remove intl/Makefile.
3540
3541 * doc/Makefile.am (AUTOMAKE_OPTIONS): Remove.
3542 ($(srcdir)/tar.info, tar.dvi): Remove obsolete warnings.
3543 * doc/fdl.texi: Update to current GNU version.
3544 * doc/gettext.texi: Update to current coreutils version,
3545 plus a copyright notice.
3546 * doc/tar.texi: Switch to new method for doing copyright notices.
3547 Use @acronym instead of @sc where appropriate.
3548 Remove empty examples. Give a few more examples.
3549
3550 * lib/Makefile.am (AUTOMAKE_OPTIONS): Remove.
3551 (EXTRA_DIST, libtar_a_SOURCES): Switch to gnulib, so that they
3552 are built up in pieces with +=.
3553 (noinst_HEADERS, INCLUDES): Remove.
3554 (BUILT_SOURCES, MAINTAINERCLEANFILES, MOSTLYCLEANFILES): New.
3555 (libtar_a_LIBADD): Use $ rather than @.
3556 (all-local, alloca.h, fnmatch.h, stdbool.h): New rules, from gnulib.
3557
3558 * m4/Makefile.am (EXTRA_DIST): Add alloca.m4, backupfile.m4,
3559 bison.m4, chown.m4, dirname.m4, dos.m4, exclude.m4, fileblocks.m4,
3560 ftruncate.m4, getdate.m4, getopt.m4, hash.m4, human.m4,
3561 intdiv0.m4, intmax_t.m4, inttypes_h.m4, inttypes-pri.m4,
3562 isc-posix.m4, lcown.m4, lib-ld.m4, lib-link.m4, lib-prefix.m4,
3563 memset.m4, mktime.m4, modechange.m4, nls.m4, onceonly.m4,
3564 pathmax.m4, po.m4, quotearg.m4, quote.m4, rmdir.m4, safe-read.m4,
3565 safe-write.m4, save-cwd.m4, savedir.m4, ssize_t.m4, stdbool.m4,
3566 stdint_h.m4, strcase.m4, strtoimax.m4, strtoll.m4, strtol.m4,
3567 strtoull.m4, strtoul.m4, strtoumax.m4, tm_gmtoff.m4, uintmax_t.m4,
3568 unlocked-io.m4, xalloc.m4, xgetcwd.m4, xstrtol.m4.
3569 Remove c-bs-a.m4, ccstdc.m4, check-decl.m4, decl.m4, jm-mktime.m4,
3570 prereq.m4, xstrtoimax.m4.
3571
3572 * po/POTFILES.in: Remove tests/genfile.c; it doesn't need to
3573 be translated, since it's not a user-visible tool.
3574
3575 * scripts/Makefile.am (AUTOMAKE_OPTIONS): Remove.
3576
3577 * src/Makefile.am (AUTOMAKE_OPTIONS): Remove.
3578 (INCLUDES): Remove ../intl. Put top-srcdir before ., for
3579 consistency with coreutils.
3580 (LDADD): Link LIBINTL after libtar.a, since
3581 it's now external and should stand by itself.
3582
3583 * src/buffer.c (print_total_written): Adjust to new human.h
3584 interface.
3585 (child_open_for_compress): Do not increase size to BLOCKSIZE.
3586 (open_archive): Open index file name.
3587 Strip trailing slahes from file names.
3588 (flush_write): Set size to 0 if not saving names.
3589 (flush_write, flush_read): Use safer_name_suffix rather than
3590 inline code.
3591
3592 * src/common.h: Include <quote.h>.
3593 (absolute_names_option, atime_preserve_option, backup_option,
3594 block_number_option, checkpoint_option, dereference_option,
3595 force_local_option, ignore_failed_read_option, ignore_zeros_option,
3596 incremental_option, interactive_option, multi_volume_option,
3597 numeric_owner_option, one_file_system_option, recursive_unlink_option,
3598 read_full_records_option, remove_files_option, same_order_option,
3599 show_omitted_dirs_option, sparse_option, starting_file_option,
3600 to_stdout_option, totals_option, touch_option, verify_option,
3601 dev_null_output, now_verifying, we_are_root): Now bool, not int.
3602 (current_trailing_slash, index_file_name, recent_long_name_blocks,
3603 recent_long_link_blocks): New vars.
3604 (NO_OVERWRITE_DIR_OLD_FILES): New constant.
3605 (OVERWRITE_OLD_DIRS): Remove.
3606 (enum remove_option): New enum.
3607 (remove_any_file): Use it as option arg, not int.
3608 (is_avoided_name, contains_dot_dot): Return bool, not int.
3609 (safer_name_suffix): New decl.
3610
3611 * src/compare.c (now_verifying): Now bool, not int.
3612 (fill_in_sparse_array): Move to extract.c. Now returns bool;
3613 all callers changed to test for failure.
3614 (diff_sparse_files): Take size from current_stat, not from param.
3615 (diff_archive): Do not count trailing slashes in archives.
3616 (verify_volume): Test for header failure after loop, not before.
3617
3618 * src/create.c (relativize): Remove; replaced by safer_name_suffix.
3619 All callers changed.
3620 (start_header): Clear devmajor and devminor fields, too.
3621 (finish_header): New arg block_ordinal.
3622 (init_sparsearray): Now extern. Set sp_array_size to
3623 SPARSES_IN_OLDGNU_HEADER if it is zero.
3624 (dump_file): Keep link table as a hash.
3625 Do not count "file changed as we read it" as a failure.
3626
3627 * src/delete.c (recent_long_name_blocks, recent_long_link_blocks):
3628 Move extern decl to common.h.
3629
3630 * src/extract.c (we_are_root): Now bool, not int.
3631 (check_time): Warn about implausibly old time stamps.
3632 (set_stat): Use utimbuf, not stat_info.
3633 (prepare_to_extract): New arg DIRECTORY.
3634 (fill_in_sparse_array): Moved here from compare.c.
3635 (extract_sparse_file): Now returns off_t, giving size left.
3636 Truncate file at end.
3637 (extract_archive): Use safer_name_suffix rather than rolling our own.
3638 Use fill_in_sparse_array rather than rolling our own.
3639 Strip trailing slashes more effectively.
3640 Check for unsafe names.
3641
3642 * src/incremen.c (struct directory): nfs and found are now of type
3643 bool, not int.
3644 (gnu_restore): Now takes directory name as argument, not offset
3645 of directory name in a global. All uses changed.
3646 (CURRENT_FILE_NAME): Remove.
3647
3648 New tests.
3649 * tests/delete04.sh, tests/multiv01.sh, tests/options.sh: New
3650 files.
3651
3652 2002-09-30 Paul Eggert <eggert@twinsun.com>
3653
3654 * src/rmt.c (prepare_input_buffer): Renamed form
3655 prepare_record_buffer. All uses changed. Do not assume that
3656 size_t is the same width as int.
3657
3658 2002-03-29 Paul Eggert <eggert@twinsun.com>
3659
3660 * src/incremen.c (get_directory_contents):
3661 If ignore_failed_read_option, only warn about
3662 get_directory_contents failures. Fix suggested by
3663 Mark Costlow.
3664
3665 2002-01-31 Mark W. Eichin <eichin@thok.org>
3666
3667 * src/buffer.c (child_open_for_compress): Don't try to read
3668 past the end of the buffer.
3669
3670 2001-10-11 Jim Meyering <meyering@lucent.com>
3671
3672 * argmatch.c (argmatch_invalid): Use quotearg_n_style (0, ...
3673 and quote_n (1, ... to avoid clobbering a buffer.
3674
3675 2001-09-26 Paul Eggert <eggert@twinsun.com>
3676
3677 * NEWS, configure.ac (AM_INIT_AUTOMAKE): Version 1.13.25.
3678
3679 * src/buffer.c (flush_read): Don't diagnose partial blocks before
3680 end of file; just ignore them silently.
3681
3682 * src/list.c (read_header): Don't keep around extended name
3683 and link info indefinitely; keep it only for the next file.
3684 This fixes a bug introduced in 1.13.24, and removes the need
3685 for some static variables. Set recent_long_name and
3686 recent_long_link to zero if there were no long links; this
3687 avoids a violation of ANSI C rules for pointers in delete.c.
3688 * THANKS: Add Christian Laubscher.
3689
3690 2001-09-26 Jim Meyering <meyering@lucent.com>
3691
3692 * doc/tar.texi (Remote Tape Server): is know -> is known
3693
3694 2001-09-25 Paul Eggert <eggert@twinsun.com>
3695
3696 * lib/unicodeio.c (EILSEQ): Include <iconv.h> first, since
3697 <iconv.h> may define EILSEQ (e.g. libiconv). Define a
3698 replacement EILSEQ to be ENOENT, not EINVAL, since callers may
3699 want to distinguish EINVAL and EILSEQ.
3700
3701 2001-09-24 Christophe Kalt <Christophe.Kalt@kbcfp.com>
3702
3703 * src/extract.c (maybe_recoverable):
3704 Treat OVERWRITE_OLD_DIRS like DEFAULT_OLD_FILES.
3705
3706 2001-09-22 Paul Eggert <eggert@twinsun.com>
3707
3708 * NEWS, configure.ac (AM_INIT_AUTOMAKE): Version 1.13.24.
3709
3710 * ABOUT-NLS, intl/*: Update to gettext-0.10.40, replacing LGPL
3711 with GPL.
3712
3713 * INSTALL, mkinstalldirs: Update to autoconf 2.52 version.
3714 * PORTS: Add copyright notice, 'star' reference.
3715 * README-alpha: Add copyright notice, autoconf 2.52 patch.
3716 * THANKS: Add Christophe Kalt.
3717 * config.sub: Upgrade to 2001-09-14 version.
3718
3719 * configure.ac (ALL_LINGUAS): Add ko.
3720 * po/ko.po: Resurrected file.
3721
3722 * doc/convtexi.pl: Add coding advice for Emacs.
3723
3724 * doc/getdate.texi: Add copyright notice.
3725
3726 * doc/mdate-sh: Upgrade to automake 1.5 version.
3727
3728 * doc/tar.texi (extracting files): Mention --to-stdout.
3729 (Option Summary, Dealing with Old Files): New option --overwrite-dir.
3730 (Overwrite Old Files): Likewise.
3731
3732 * lib/Makefile.am (noinst_HEADERS):
3733 Remove copysym.h. Add print-copyr.h, unicodeio.h.
3734 (libtar_a_SOURCES): Remove copysym.c, Add print-copyr.c, unicodeio.c.
3735
3736 * lib/copysym.c, lib/copysym.h: Remove.
3737 * lib/print-copyr.c, lib/print-copyr.h, lib/unicodeio.c,
3738 lib/unicodeio.h: New files.
3739
3740 * lib/error.c, lib/getopt.c, lib/getopt.h, lib/getopt1.c,
3741 lib/mktime.c, lib/strtoll.c: Switch from LGPL to GPL.
3742
3743 * lib/quotearg.c (HAVE_MBSINIT): Undef if !HAVE_MBRTOWC.
3744 (mbsinit): Define to 1 if !defined mbsinit && !HAVE_MBSINIT.
3745
3746 * m4/Makefile.am (EXTRA_DIST): Remove isc-posix.m4.
3747 * m4/isc-posix.m4: Remove.
3748
3749 * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Check for mbsinit.
3750
3751 * po/POTFILES.in: Add copyright notice.
3752
3753 * src/Makefile.am (LDADD): Like libtar.a before @INTLLIBS@ as
3754 well as after.
3755 * tests/Makefile.am (LDADD): Likewise.
3756
3757 * src/buffer.c (write_archive_buffer, close_archive):
3758 If an archive is a socket, treat it like a FIFO.
3759 (records_read, records_written): New vars.
3760 (write_archive_to_stdout): Now bool, not int.
3761 (open_archive, flush_write, flush_read): Keep records_read and
3762 records_written up to date.
3763
3764 * src/common.h (enum old_files): New value OVERWRITE_OLD_DIRS.
3765 (write_archive_to_stdout): Now bool, not int.
3766 (enum read_header): New value HEADER_SUCCESS_EXTENDED.
3767 (read_header): Now takes bool arg. Existing callers modified
3768 to pass 0, unless otherwise specified.
3769
3770 * src/delete.c (records_read): Remove; now a global.
3771 (acting_as_filter): Now bool, not int.
3772 (recent_long_name, recent_long_link, recent_long_name_blocks,
3773 recent_long_link_blocks, records_read, records_written): New decls.
3774 (records_skipped): New var.
3775 (move_archive): Don't divide by zero if arg is 0.
3776 Use the above vars to compute how far to move.
3777 (write_recent_blocks): New function.
3778 (delete_archive_member): Pass 1 to read_header, so that it doesn't
3779 read more than 1 block. Handle resulting HEADER_SUCCESS_EXTENDED code.
3780 Keep track of how many records have been skipped.
3781 Let the buffer code count records.
3782 When copying a header, copy any extended headers that came before it.
3783
3784 * src/extract.c (extract_archive): When marking a directory to be
3785 updated after symlinks, stat all directories after it in the
3786 delayed-set-stat list too, since they will be checked after
3787 symlinks. Add support for --overwrite-dir.
3788
3789 * src/list.c (recent_long_name, recent_long_link,
3790 recent_long_name_blocks, recent_long_link_blocks): New vars.
3791 (read_and): Pass 0 to read_header.
3792 (read_header): New arg RAW_EXTENDED_HEADERS. Store away extended
3793 headers into new vars. Null-terminate incoming symbolic links.
3794
3795 * src/rmt.c: Include print-copyr.h, not copysym.h.
3796 (main): Use print_copyright, not copyright_symbol.
3797 * src/tar.c (decode_options): Likewise.
3798 (OVERWRITE_DIR_OPTION): New constant.
3799 (long_options, usage, decode_options): Add --overwrite-dir.
3800
3801 * src/tar.h: Put copyright notice into documentation.
3802
3803 * tests/Makefile.am (TESTS): Add delete03.sh.
3804 * tests/delete03.sh: New file.
3805
3806 * tests/genfile.c: Include print-copyr.h, not copysym.h.
3807 (main): Use print_copyright, not copyright_symbol.
3808 Include <argmatch.h>.
3809 (pattern_strings): Remove.
3810 (pattern_args, pattern_types): New constants.
3811 (main): Use XARGMATCH, not argmatch.
3812
3813 2001-09-20 Jim Meyering <meyering@lucent.com>
3814
3815 * lib/xstrtol.c (strtoimax): Guard declaration with
3816 `#if !HAVE_DECL_STRTOIMAX', rather than just `#ifndef strtoimax'.
3817 The latter fails because some systems (at least rs6000-ibm-aix4.3.3.0)
3818 have their own, conflicting declaration of strtoimax in sys/inttypes.h.
3819 (strtoumax): Likewise, for completeness (it wasn't necessary).
3820 * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
3821 Check for declaration of strtoimax.
3822 * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX):
3823 Check for declaration of strtoumax.
3824
3825 2001-09-16 Paul Eggert <eggert@twinsun.com>
3826
3827 * fnmatch.m4 (jm_FUNC_FNMATCH): Fix typo in previous patch: yes -> no.
3828
3829 2001-09-14 Paul Eggert <eggert@twinsun.com>
3830
3831 * NEWS, configure.ac (AC_INIT_AUTOMAKE): Version 1.13.23.
3832
3833 * README-alpha: Describe automake patch.
3834
3835 * configure.ac (LIBOBJS):
3836 Remove automake 1.4 workaround, as we're using 1.5 now.
3837 (USE_INCLUDED_LIBINTL): New AC_DEFINE.
3838
3839 * lib/copysym.c: Include stddef.h, for size_t.
3840 Include langinfo.h if needed.
3841 Use locale_charset only if USE_INCLUDED_LIBINTL;
3842 if not, use nl_langinfo (CODESET) if available.
3843
3844 2001-09-13 Paul Eggert <eggert@twinsun.com>
3845
3846 * config.guess, config.sub: Sync with canonical versions.
3847
3848 * configure.ac (jm_PREREQ_XGETCWD): Add.
3849
3850 * lib/Makefile.am (noinst_HEADERS): Add copysym.h.
3851 (libtar_a_SOURCES): Add copysym.c.
3852 * copysym.c, copysym.h: New files.
3853
3854 * lib/error.c: Sync with fileutils version.
3855
3856 * m4/Makefile.am (EXTRA_DIST): Add getcwd.m4; remove uintmax_t.m4.
3857 * m4/getcwd.m4: New file.
3858 * m4/uintmax_t.m4: Remove.
3859
3860 * m4/gettext.m4 (AM_WITH_NLS):
3861 Fix bug with calculating version of Bison 1.29.
3862 Reported by Karl Berry.
3863
3864 * src/Makefile.am (datadir): Remove.
3865
3866 * src/rmt.c: Include copysym.h.
3867 (main): Use copyright_symbol to translate copyright notice,
3868 instead of gettext.
3869 * src/tar.c: Likewise.
3870 * tests/genfile.c: Likewise.
3871
3872 * src/system.h (MB_LEN_MAX): New symbol.
3873
3874 2001-09-11 Paul Eggert <eggert@twinsun.com>
3875
3876 * src/extract.c (struct delayed_set_stat): New member
3877 'after_symlinks'.
3878 (delay_set_stat): Initialize it to 0.
3879 (set_mode): New arg current_stat_info. Use it (if nonnull) to avoid
3880 taking an extra stat ourselves. All callers changed.
3881 (set_stat): Likewise.
3882 (apply_nonancestor_delayed_set_stat): New arg 'after_symlinks'.
3883 If false, stop when encountering a struct whose 'after_symlinks'
3884 member is true. Otherwise, go through all structures but check
3885 them more carefully. All callers changed.
3886 (extract_archive): When extracting a deferred symlink, if its parent
3887 directory's status needs fixing, then mark the directory as needing
3888 to be fixed after symlinks.
3889 (extract_finish): Fix status of ordinary directories, then apply
3890 delayed symlinks, then fix the status of directories that are
3891 ancestors of delayed symlinks.
3892
3893 * src/rtapelib.c (rexec):
3894 Remove declaration; it ran afoul of prototypes on Crays.
3895 Reported by Wendy Palm of Cray.
3896
3897 2001-09-06 Paul Eggert <eggert@twinsun.com>
3898
3899 * lib/strtoimax.c (HAVE_LONG_LONG):
3900 Redefine to HAVE_UNSIGNED_LONG_LONG if unsigned.
3901 (strtoimax): Use sizeof (long), not
3902 sizeof strtol (ptr, endptr, base),
3903 to work around bug in IBM C compiler.
3904
3905 2001-09-04 Paul Eggert <eggert@twinsun.com>
3906
3907 * lib/xgetcwd.c: Include "xalloc.h".
3908 (xgetcwd): Do not return NULL when memory is exhausted; instead,
3909 report an error and exit.
3910
3911 * m4/prereq.m4 (jm_PREREQ_XREADLINK): New macro.
3912 (jm_PREREQ): Use it.
3913
3914 2001-09-03 Paul Eggert <eggert@twinsun.com>
3915
3916 * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_XGETCWD.
3917 (jm_PREREQ_XGETCWD): New macro.
3918
3919 * lib/exclude.c (fnmatch_no_wildcards):
3920 Fix typo that caused us to do case-folding
3921 search even when that was not desired. This occurred only in the
3922 no-wildcard case.
3923
3924 * lib/xgetcwd.c: Include pathmax.h if not HAVE_GETCWD.
3925 Do not include xalloc.h.
3926 (INITIAL_BUFFER_SIZE): New symbol.
3927 Do not use xmalloc / xrealloc, since the caller is responsible for
3928 handling errors. Preserve errno around `free' during failure.
3929 Do not overrun buffer when using getwd.
3930
3931 * lib/xgetcwd.c (xgetcwd):
3932 Use HAVE_GETCWD_NULL, not defined __GLIBC__ && __GLIBC__ >= 2,
3933 to decide whether to use getcwd (NULL, 0).
3934
3935 2001-09-02 Paul Eggert <eggert@twinsun.com>
3936
3937 * lib/xgetcwd.c: Fix typo in local var; from Jim Meyering.
3938
3939 2001-09-01 Jim Meyering <meyering@lucent.com>
3940
3941 * exclude.c: Use `""', not `<>' to #include non-system header files.
3942 (fnmatch_no_wildcards): Rewrite not to use function names, strcasecmp
3943 and strncasecmp as r-values. Unixware didn't have declarations.
3944
3945 2001-08-31 Jim Meyering <meyering@lucent.com>
3946
3947 * lib/xgetcwd.c (xgetcwd): Reorganize to avoid some duplication.
3948 Use an initial, malloc'd, buffer of length 128 rather than
3949 a statically allocated one of length 1024.
3950
3951 2001-08-30 Paul Eggert <eggert@twinsun.com>
3952
3953 * lib/utime.c: Include full-write.h.
3954 * lib/xstrtol.c (strtoimax): New decl.
3955
3956 2001-08-29 Paul Eggert <eggert@twinsun.com>
3957
3958 * NEWS, configure.ac (AC_INIT_AUTOMAKE): Version 1.13.22.
3959
3960 * src/create.c (dump_file): Relativize link names before dumping.
3961 This fixes a bug reported by Jose Pedro Oliveira.
3962
3963 * src/create.c (dump_file): Use offsetof when computing sizes for
3964 struct hack; this avoids wasted space in some cases.
3965 * src/incremen.c (note_directory, find_directory): Likewise.
3966 * src/names.c (name_gather, addname): Likewise.
3967
3968 * src/extract.c (extract_archive): Use strcpy, not memcpy,
3969 for consistency with other code that does similar things.
3970 * src/names.c (name_gather): Likewise.
3971
3972 * src/names.c (read_name_from_file, name_next, name_gather,
3973 add_hierarchy_to_namelist): Avoid quadratic behavior when
3974 reallocating buffers. Check for buffer size overflow.
3975 (addname): Avoid unnecessary clearing of memory.
3976
3977 2001-08-29 "Jan D." <Jan.Djarv@mbox200.swipnet.se>
3978
3979 * src/extract.c (delay_set_stat): Fix off-by-one error in file
3980 name size allocation that caused core dumps.
3981
3982 2001-08-28 Paul Eggert <eggert@twinsun.com>
3983
3984 * NEWS, configure.ac (AC_INIT_AUTOMAKE): Version 1.13.21.
3985
3986 * configure.ac (GNU_SOURCE): Define to 1, not /**/.
3987 (major_t, minor_t, ssize_t): Use new-style AC_CHECK_TYPE.
3988 (daddr_t): Remove; no longer used.
3989 (jm_PREREQ_HUMAN): Add.
3990
3991 * acconfig.h: Remove; no longer needed.
3992
3993 * config.guess, config.sub:
3994 New files, from automake 1.5. Gettext 0.10.39 needs them.
3995 * depcomp, missing, mkinstalldirs: Upgrade to automake 1.5.
3996
3997 * Makefile.am (AUTOMAKE_OPTIONS): Add dist-bzip2.
3998 (SUBDIRS): Put intl before lib, as gettext requires.
3999
4000 * ABOUT-NLS: Upgrade to gettext 0.10.39.
4001 * intl: Upgrade entire directory to gettext 0.10.39.
4002 * m4/codeset.m4, m4/glibc21.m4, m4/iconv.m4:
4003 New files, from gettext 0.10.39.
4004 * m4/gettext.m4, m4/isc-posix.m4, m4/lcmessage.m4, m4/progtest.m4,
4005 Upgrade to gettext 0.10.39,
4006 * po/Makefile.in.in: Likewise, except fix a typo in its copying
4007 permissions.
4008 * po/cat-id-tbl.c, po/stamp-cat-id:
4009 Remove; no longer used by gettext 0.10.39.
4010 * po/ChangeLog: New file.
4011
4012 * doc/Makefile.am (EXTRA_DIST): Add freemanuals.texi.
4013 $(srcdir)/tar.texi: Likewise.
4014 * doc/freemanuals.texi: New file.
4015 * doc/tar.texi (Free Software Needs Free Documentation): New appendix.
4016 `fileds' -> `fields'
4017 * doc/texinfo.tex: Upgrade to version 2001-07-25.07.
4018
4019 * lib/Makefile.am (EXTRA_DIST): Add strtoll.c, strtoimax.c.
4020 (noinst_HEADERS): Add quote.h.
4021 (libtar_a_SOURCES): Add quote.c, xstrtoimax.c.
4022
4023 * lib/exclude.c: Fix typo in '#include <stdint.h>' directive.
4024
4025 * lib/full-write.c, lib/savedir.c: Comment fix.
4026
4027 * lib/pathmax.h: Remove.
4028
4029 * lib/quote.c, lib/quote.h: New files.
4030
4031 * lib/xgetcwd.c: Don't include pathmax.h.
4032 Include stdlib.h and unistd.h if available.
4033 Include xalloc.h.
4034 (xmalloc, xstrdup, free): Remove decls.
4035 (xgetcwd): Don't assume sizes fit in unsigned.
4036 Check for overflow when computing sizes.
4037 Simplify reallocation code.
4038
4039 * lib/xmalloc.c: Quote failure tests.
4040
4041 * lib/strtoumax.c, lib/xstrtoimax.c: New files.
4042
4043 * lib/strtoimax.c: Renamed from strtouxmax.c. Make it more
4044 similar to strtol.c.
4045 (UNSIGNED): Renamed from STRTOUXMAX_UNSIGNED.
4046 (verify): New macro.
4047 (strtoumax, uintmax_t, strtoull, strtol): Remove.
4048 (intmax_t, strtoimax, strtol, strtoll): New macros, if UNSIGNED.
4049 (strtoimax): Renamed from strtoumax. All uses of unsigned values
4050 changed to signed values. Check sizes at compile-time, not
4051 run-time. Prefer strtol to strtoll if both work.
4052 (main): Remove.
4053
4054 * lib/xstrtol.h (xstrtoimax): New decl.
4055
4056 * m4/Makefile.am (EXTRA_DIST):
4057 Add codeset.m4, glibc21.m4, iconv.m4, inttypes.m4,
4058 longlong.m4, xstrtoimax.m4.
4059
4060 * m4/inttypes.m4 (jm_AC_HEADER_INTTYPES_H):
4061 Remove; now done by autoconf.
4062 (jm_AC_TYPE_INTMAX_T, jm_AC_TYPE_UINTMAX_T): Replace with
4063 Use AC_CHECK_TYPE instead of merely looking for the header.
4064
4065 * m4/uintmax_t.m4: Use shorter comment.
4066
4067 * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX):
4068 Quote first arg of AC_DEFUN.
4069 Require jm_AC_TYPE_INTMAX_T and jm_AC_TYPE_LONG_LONG since they
4070 is needed to parse the include file.
4071 Simplify logic behind the args to AC_REPLACE.
4072
4073 * src/Makefile.am (OMIT_DEPENDENCIES): Remove.
4074
4075 * src/ansi2knr.1, src/ansi2knr.c: Remove; wasn't being used.
4076
4077 * src/rmt.c (main):
4078 Use "Copyright %d" to simplify the translator's job in the future.
4079 Advise translator about circle-C.
4080 * src/tar.c: (decode_options): Likewise.
4081 * tests/genfile.c (main): Likewise.
4082
4083 2001-08-28 Jim Meyering <meyering@lucent.com>
4084
4085 * lib/argmatch.c: Include "quote.h".
4086 (argmatch_invalid): Quote the context.
4087
4088 * lib/dirname.c (dir_name): Fix typo on PC platforms.
4089
4090 * lib/backupfile.c, lib/basename.c, lib/dirname.c, lib/strtoul.c:
4091 Use single-quote for local .h files.
4092
4093 * lib/error.h (__attribute__): Don't depend on __STRICT_ANSI__.
4094
4095 * lib/getopt.c, lib/getopt.h, lib/getopt1.c: Upgrade to recent
4096 glibc versions.
4097
4098 * lib/getdate.y (get_date): Initialize tm_isdst to -1 before
4099 invoking mktime the last time.
4100
4101 * lib/pathmax.h: Use #if rather than #ifdef for HAVE_UNISTD_H.
4102
4103 * lib/rename.c: Major rewrite by Volker Borchert to use system
4104 rename function, but to work around problems with trailing
4105 slashes.
4106
4107 * lib/strtoll.c: New file, from glibc.
4108 * lib/strtoul.c: Update from glibc.
4109
4110 * lib/strtouxmax.c: Renamed from lib/strtoumax.c.
4111 Add support for signed numbers, too.
4112 (strtoul, strtoull): Do not declare if STRTOUXMAX_UNSIGNED
4113 is not defined.
4114 (strtol, strtoll): Declare as needed, if STRTOUXMAX_UNSIGNED is
4115 not defined.
4116 (strtoumax, uintmax_t, strtoull, strtoul): New macros.
4117 (main): Use generic names in debugging output.
4118 * lib/strtoimax.c: Plus add the following changes of my own:
4119 (main): Use accurate names in debugging output.
4120
4121 * lib/xgetcwd.c (xgetcwd): Use getcwd if glibc 2 or later.
4122 Don't use PATH_MAX.
4123
4124 * m4/c-bs-a.m4, m4/check-decl.m4, m4/d-ino.m4, m4/error.m4,
4125 m4/getline.m4, m4/jm-mktime.m4, m4/malloc.m4, m4/mbrtowc.m4,
4126 m4/mbstate_t.m4, m4/realloc.m4, m4/uintmax_t.m4, m4/utimbuf.m4,
4127 m4/utime.m4, m4/utimes.m4:
4128 Quote the first argument in each use of AC_DEFUN.
4129
4130 * m4/getline.m4: Don't use string.h.
4131
4132 * m4/inttypes.m4, m4/longlong.m4, m4/xstrtoimax.m4: New files.
4133
4134 * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): @%:@ -> #.
4135
4136 2001-08-27 Paul Eggert <eggert@twinsun.com>
4137
4138 * NEWS, configure.ac (AC_INIT_AUTOMAKE): Version 1.13.20.
4139
4140 The biggest change is the new --exclude semantics and options.
4141 The basic idea was suggested by Gerhard Poul; thanks!
4142
4143 * NEWS: Describe new --exclude semantics and options, and bug fixes.
4144 * README: ignfail.sh fails on some NFS hosts.
4145 * NEWS, README, lib/xstrtol.h: Add copyright notice.
4146
4147 * Makefile.am (ACLOCAL_AMFLAGS): Add -I m4.
4148 (M4DIR, ACINCLUDE_INPUTS, $(srcdir)/acinclude.m4):
4149 Remove; the automake bug has been fixed.
4150 * acinclude.m4: Remove.
4151
4152 * configure.ac: Renamed from configure.in.
4153 (AC_PREREQ): Bump from 2.13 to 2.52.
4154 (ALL_LINGUAS): Add id, tr. Remove ko, as po/ko.po (dated
4155 1997-05-30) has an encoding error.
4156 (jm_AC_HEADER_INTTYPES_H): Remove; now done by autoconf.
4157 (AC_FUNC_FNMATCH): Use AC_CONFIG_LINKS, not AC_LINK_FILES.
4158
4159 * doc/fdl.texi: Update to current GNU version.
4160
4161 * doc/tar.texi: Put leading '*' in direntry.
4162 Accommodate new gfdl sectioning.
4163 New option --recursion (the default) that is the inverse of
4164 --no-recursion.
4165
4166 New options --anchored, --ignore-case, --wildcards,
4167 --wildcards-match-slash, and their negations (e.g., --no-anchored).
4168 Along with --recursion and --no-recursion, these control how exclude
4169 patterns are interpreted. The default interpretation of exclude
4170 patterns is now --no-anchored --no-ignore-case --recursion
4171 --wildcards --wildcards-match-slash.
4172
4173 * lib/Makefile.am (OMIT_DEPENDENCIES): Remove.
4174
4175 * lib/exclude.c (bool): Declare, perhaps by including stdbool.h.
4176 (<sys/types.h>): Include only if HAVE_SYS_TYPES_H.
4177 (<stdlib.h>, <string.h>, <strings.h>, <inttypes.h>, <stdint.h>):
4178 Include if available.
4179 (<xalloc.h>): Include
4180 (SIZE_MAX): Define if <stdint.h> or <inttypes.h> doesn't.
4181 (verify): New macro. Use it to verify that EXCLUDE macros do not
4182 collide with FNM macros.
4183 (struct patopts): New struct.
4184 (struct exclude): Use it, as exclude patterns now come with options.
4185 (new_exclude): Support above changes.
4186 (new_exclude, add_exclude_file):
4187 Initial size must now be a power of two to simplify overflow checking.
4188 (free_exclude, fnmatch_no_wildcards): New function.
4189 (excluded_filename): No longer requires options arg, as the options
4190 are determined by add_exclude. Now returns bool, not int.
4191 (excluded_filename, add_exclude):
4192 Add support for the fancy new exclusion options.
4193 (add_exclude, add_exclude_file): Now takes int options arg.
4194 Check for arithmetic overflow when computing sizes.
4195 (add_exclude_file): xrealloc might modify errno, so don't
4196 realloc until after errno might be used.
4197
4198 * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE,EXCLUDE_WILDCARDS):
4199 New macros.
4200 (free_exclude): New decl.
4201 (add_exclude, add_exclude_file): Now takes int options arg.
4202 (excluded_filename): No longer requires options arg, as the options
4203 are determined by add_exclude. Now returns bool, not int.
4204
4205 * lib/prepargs.c: Include <string.h>; required for C99 since
4206 we use strlen.
4207
4208 * lib/quotearg.c:
4209 BSD/OS 4.1 wchar.h requires FILE and struct tm to be declared.
4210
4211 * lib/xstrtol.h (_DECLARE_XSTRTOL): Improve quality of
4212 diagnostic for LONGINT_INVALID_SUFFIX_CHAR.
4213
4214 * m4/Makefile.am (EXTRA_DIST): Add check-decl.m4, mbrtowc.m4.
4215 Remove inttypes_h.m4, largefile.m4, mktime.m4.
4216
4217 * m4/inttypes_h.m4, m4/largefile.m4, m4/mktime.m4: Remove;
4218 subsumed by Autoconf 2.50.
4219
4220 * m4/error.m4: Upgrade to serial 2.
4221
4222 * m4/fnmatch.m4 (jm_FUNC_FNMATCH): Upgrade to serial 4, but
4223 remove test for GNU C library. It's not correct, as some
4224 older glibcs are buggy.
4225
4226 * m4/getline.m4, m4/malloc.m4: Upgrade to serial 4.
4227
4228 * m4/prereq.m4: Upgrade to serial 20, but then:
4229 (jm_PREREQ): Add jm_PREREQ_EXCLUDE.
4230 (jm_PREREQ_EXCLUDE): New macro.
4231 (jm_PREREQ_HUMAN): Remove jm_AC_HEADER_INTTYPES_H, as it is subsumed
4232 by autoconf 2.5x.
4233
4234 * m4/realloc.m4: Upgrade to serial 4.
4235
4236 * m4/strerror_r.m4: Revert to serial 1002.
4237
4238 * m4/uintmax_t.m4: Upgrade to autoconf 2.5x.
4239
4240 * m4/utimes.m4: Upgrade to latest version (still "serial 3").
4241
4242 * m4/xstrtoumax.m4: Upgrade to serial 3, but then:
4243 (jm_AC_PREREQ_XSTRTOUMAX): Remove jm_AC_HEADER_INTTYPES_H, as
4244 it is now subsumed by autoconf. Add inttypes.h.
4245
4246 * po/cs.po, po/da.po, po/de.po, po/es.po, po/et.po, po/fr.po,
4247 po/it.po, po/pl.po, po/sl.po, po/sv.po: Sync with translation project.
4248
4249 * src/buffer.c (new_volume): Stop if the script exits with an error.
4250
4251 * src/common.h (excluded_with_slash, excluded_without_slash):
4252 Remove, replacing by:
4253 (excluded): New decl.
4254 (link_error): New decl.
4255 (excluded_name): Now returns bool.
4256
4257 * src/extract.c:
4258 (struct delayed_symlinks, extract_archive, apply_delayed_symlinks):
4259 Support hard links to symbolic links.
4260
4261 (struct delayed_symlink): Remove 'names' member, replacing it with
4262 'sources' and 'target' member. All uses changed.
4263
4264 (struct string_list): New type.
4265
4266 (delayed_set_stat, extract_archive): Use offsetof when computing sizes
4267 for struct hack; this avoids wasted space in some cases.
4268
4269 (extract_archive): Fix test for absolute pathnames and/or "..".
4270 Use link_error to report errors for links.
4271 Remove redundant trailing '/' at "really_dir", for all uses, not
4272 just before invoking mkdir.
4273 If overwriting old files, do not worry so much about existing
4274 directories.
4275 Fix mode computation in the case where the directory exists.
4276
4277 (apply_delayed_symlinks): If we can't make a hard link to a symbolic
4278 link, make a copy of the symbolic link.
4279
4280 * src/incremen.c (get_directory_contents):
4281 If ignore_failed_read_option, only warn about
4282 stat failures.
4283
4284 * src/list.c (from_header): Do not issue a diagnostic if TYPE is zero.
4285 However, check for error even for '-' or '+' case.
4286
4287 (print_header): Try parsing uids and gids as unsigned integers first,
4288 and as a uid_t or gid_t only if that fails. This adds support for
4289 listing positive uids and gids that are greater than UID_MAX and
4290 GID_MAX.
4291
4292 * src/misc.c (link_error): New function.
4293
4294 * src/names.c (collect_and_sort_names):
4295 If ignore_failed_read_option, only warn about
4296 stat errors.
4297
4298 (excluded_name): Now returns bool. Simplify, as the fancy
4299 features are now all in excluded_filename.
4300
4301 * src/rtapelib.c (base_name): Remove decl, as system.h now
4302 declares it.
4303
4304 * src/system.h: Include stddef.h if available.
4305 (offsetof): Declare if stddef.h doesn't.
4306
4307 Include <dirname.h>.
4308 (FILESYSTEM_PREFIX_LEN, ISSLASH): Remove; now defined by dirname.h.
4309
4310 * src/tar.c (ANCHORED_OPTION, IGNORE_CASE_OPTION,
4311 NO_ANCHORED_OPTION, NO_IGNORE_CASE_OPTION, NO_WILDCARDS_OPTION,
4312 NO_WILDCARDS_MATCH_SLASH_OPTION, WILDCARDS_OPTION,
4313 WILDCARDS_MATCH_SLASH_OPTION):
4314 New enum values.
4315
4316 (long_options, usage, decode_options): Add support for --anchored,
4317 --ignore-case, --no-anchored, --no-ignore-case, --no-wildcards,
4318 --no-wildcards-match-slash, --recursion, --wildcards,
4319 --wildcards-match-slash.
4320
4321 (decode_options): Implement the new way of interpreting exclude
4322 patterns.
4323
4324 (usage): --newer-mtime takes a DATE operand. DATE may be a file name.
4325
4326 (OPTION_STRING, decode_options): Add -I, -y. Currently these options
4327 just print error messages suggesting alternatives.
4328
4329 (add_filtered_exclude): Remove.
4330
4331 * tests/Makefile.am (TESTS): Alphabetize, except put version.sh first.
4332
4333 * tests/extrac04.sh (out): Remove
4334 directory/subdirectory/file1, as the new semantics for
4335 --exclude exclude it.
4336
4337 * tests/genfile.c (main): Don't use non-ASCII char in msgid.
4338
4339 2001-08-12 Paul Eggert <eggert@twinsun.com>
4340
4341 * lib/addext.c (<errno.h>): Include.
4342 (errno): Declare if not defined.
4343 (addext): Work correctly on the Hurd, where pathconf returns -1 and
4344 leaves errno alone, because there is no limit. Also, work even if
4345 size_t is narrower than long.
4346
4347 2001-07-08 Paul Eggert <eggert@twinsun.com>
4348
4349 * lib/alloca.c (alloca): Arg is of type size_t, not unsigned.
4350
4351 2001-05-10 Paul Eggert <eggert@twinsun.com>
4352
4353 * lib/addext.c (ISSLASH, base_name): Remove decls; now in dirname.h.
4354 Include <backupfile.h> and <dirname.h> after size_t is defined.
4355 (addext): Use base_len to trim redundant trailing slashes instead of
4356 doing it ourselves.
4357
4358 * lib/backupfile.c (ISSLASH, base_name):
4359 Remove decls; now in dirname.h.
4360 Include <argmatch.h>, <backupfile.h>, <dirname.h> after size_t
4361 is defined.
4362 (find_backup_file_name): Rename locals to avoid new functions.
4363 Use base_len instead of rolling it ourselves.
4364 Work even if dirlen is 0.
4365 Use a dir of '.' if given the empty string.
4366
4367 * lib/basename.c:
4368 Do not include <stdio.h>, <assert.h>; no longer needed.
4369 (FILESYSTEM_PREFIX_LEN, PARAMS, ISSLASH): Remove; now in dirname.h.
4370 Include <string.h>, <dirname.h>.
4371 (base_name): Allow file names ending in slashes, other than names
4372 that are all slashes. In this case, return the basename followed
4373 by the slashes.
4374
4375 * lib/dirname.c: Include <string.h> instead of <stdlib.h>.
4376 (FILESYSTEM_PREFIX_LEN, ISSLASH): Remove; now in dirname.h.
4377 (dir_len): Renamed from dirlen.
4378 All callers changed.
4379
4380 * lib/dirname.h (DIRECTORY_SEPARATOR, ISSLASH, FILESYSTEM_PREFIX_LEN):
4381 New macros.
4382 (base_name, base_len, dir_len, strip_trailing_slashes): New decls.
4383
4384 2001-02-16 Paul Eggert <eggert@twinsun.com>
4385
4386 * lib/quotearg.c (mbrtowc, mbrtowc, mbsinit):
4387 Do not declare or define if HAVE_MBRTOWC,
4388 since the test for HAVE_MBRTOWC now requires proper declarations.
4389
4390 * lib/alloca.c (malloc): Undef before defining.
4391
4392 2001-02-13 Paul Eggert <eggert@twinsun.com>
4393
4394 * src/compare.c (read_and_process): Use off_t for size.
4395 From Maciej W. Rozycki.
4396
4397 2001-01-26 Paul Eggert <eggert@twinsun.com>
4398
4399 * lib/quotearg.c: Include stddef.h. From Jim Meyering.
4400
4401 2001-01-12 Paul Eggert <eggert@twinsun.com>
4402
4403 * NEWS, configure.in (AC_INIT_AUTOMAKE): Version 1.13.19.
4404
4405 * lib/savedir.h (savedir): Remove size arg.
4406
4407 * doc/tar.texi: Add @setchapternewpage odd.
4408 Remove -I as an alias for -T, for now.
4409 Add @dircategory.
4410 Update copyright. Remove "Published by".
4411 Dates beginning with / or . are taken to be file names.
4412
4413 * src/tar.c (<time.h>): Do not include;
4414 (time): Do not declare.
4415 (usage): Remove -I as an alias for -T.
4416 (OPTION_STRING): Remove -I.
4417 (decode_options): Dates that look like an absolute path name,
4418 or that start with '.', are presumed to be file names whose
4419 dates are taken.
4420 Remove 'I' as an aliase for 'T'.
4421 Update copyright.
4422
4423 * src/extract.c (<time.h>): Do not include; system.h now does this.
4424 (make_directories): Skip filesystem prefixes.
4425 Don't assume '/' is the only separator.
4426 (extract_sparse_file): Use new full_write semantics.
4427 On write error, return instead of invoking skip_file.
4428 Do not free sparsearray; caller does this now.
4429 (apply_nonancestor_delayed_set_stat): Do not assume '/' is the only
4430 separator.
4431 (extract_archive): Don't assume file name lengths fit in int.
4432 Report what got stripped from member name; it might be more than '/'.
4433 Use new full_write semantics.
4434 Do not pass redundant trailing "/" to mkdir, as POSIX does not allow
4435 mkdir to ignore it.
4436 Do not report mkdir error if old_files_option == KEEP_OLD_FILES.
4437
4438 * src/buffer.c (<time.h>): Do not include; system.h now does this.
4439 (time): Remove decl; likewise.
4440 (child_open_for_uncompress): Use new full_write semantics.
4441 (flush_write): Use ISSLASH instead of testing for '/'.
4442 (flush_read): Likewise.
4443
4444 * src/rmt.h (_remdev): Look for / anywhere in Path.
4445
4446 * src/misc.c (contains_dot_dot): Skip filesystem prefix.
4447 Don't assume '/' is the only separator.
4448 (safer_rmdir): Don't assume '/' is the only separator.
4449
4450 * src/compare.c (diff_archive): Don't assume '/' is the only separator.
4451
4452 * lib/dirname.h (dirlen): New decl.
4453
4454 * src/incremen.c (get_directory_contents):
4455 Remove path_size arg; all callers changed.
4456 Don't assume '/' is the only directory separator.
4457 (gnu_restore): Work even if file name length doesn't fit in int.
4458
4459 * lib/addext.c (ISSLASH): New macro.
4460 (addext): Trim any redundant trailing slashes.
4461
4462 * src/names.c (name_next):
4463 Don't assume '/' is the only directory separator.
4464 (namelist_match): Likewise.
4465 (add_hierarchy_to_namelist): Remove dirsize arg.
4466 Do not assume '/' is the only directory separator.
4467 (new_name): Likewise.
4468
4469 * lib/Makefile.am (noinst_HEADERS): Add dirname.h, full-write.h.
4470 (libtar_a_SOURCES): Add dirname.c.
4471
4472 * src/create.c (relativize):
4473 New function, with much of old start_header's guts.
4474 Handle filesystem prefixes.
4475 (start_header): Use this new function.
4476 (init_sparsearray): Don't bother to zero out the new array;
4477 it's not needed.
4478 (deal_with_sparse): Fix array allocation bug.
4479 (create_archive): Don't assume '/' is the only separator.
4480 (dump_file): Likewise.
4481 Don't worry about leading / in symlink targets.
4482
4483 * lib/savedir.c (savedir):
4484 Remove size arg; it wasn't portable. All callers changed.
4485
4486 * lib/utime.c (utime_null): Adjust to new full_write convention.
4487
4488 * configure.in (YACC): Avoid portability problem with Ultrix sh.
4489
4490 * lib/backupfile.c: Include <dirname.h>.
4491 (ISSLASH): New macro.
4492 (find_backup_file_name): Use dirlen to calculate directory lengths.
4493 (max_backup_version): Strip redundant trailing slashes.
4494
4495 * src/common.h: Include <full-write.h>.
4496 (get_directory_contents): No longer has size arg.
4497 (gnu_restore): Arg is size_t, not int.
4498
4499 * src/system.h: Include <time.h>.
4500 (time): Declare if not defined.
4501
4502 * lib/full-write.c: Include full-write.h, not safe-read.h.
4503 full_write returns size_t, with short writes meaning failure.
4504 All callers changed.
4505
4506 * src/rtapelib.c: Include full-write.h.
4507
4508 * src/rmt.c: Include full-write.h.
4509 (main): Update copyright.
4510
4511 * doc/getdate.texi: Mention that only English is supported.
4512 Show how to use "date" so that the output is acceptable to getdate.
4513 Mention Z as an abbreviation for UTC.
4514
4515 * lib/full-write.h: New file.
4516
4517 * src/list.c: system.h now does time.h stuff.
4518
4519 * lib/dirname.c:
4520 Use HAVE_STDLIB_H, not STDC_HEADERS, to decide whether to include
4521 stdlib.h.
4522 Do not include string.h, strings.h, or assert.h; no longer needed.
4523 (strrchr, memrchr, malloc): Remove decls; no longer needed.
4524 Include <xalloc.h>.
4525 (base_name): New decl.
4526 (BACKSLASH_IS_PATH_SEPARATOR): Remove.
4527 (dir_name_r): Remove.
4528 (dirlen): New function.
4529 (dir_name): Use dirlen instead of dir_name_r.
4530 (<string.h>, <strings.h>): Include only if test program.
4531 (main): Use "return 0", not "exit (0)".
4532
4533 2000-12-08 Paul Eggert <eggert@twinsun.com>
4534
4535 * lib/dirname.h: New file.
4536
4537 2000-11-02 Vesselin Atanasov <vesselin@bgnet.bg>
4538
4539 * lib/fnmatch.c: Do not comment out all the code if we are using
4540 the GNU C library, because in some cases we are replacing buggy
4541 code in the GNU C library itself.
4542
4543 2000-10-30 Paul Eggert <eggert@twinsun.com>
4544
4545 * lib/fnmatch.c (FOLD): Do not assume that characters are unsigned.
4546
4547 2000-10-29 Paul Eggert <eggert@twinsun.com>
4548
4549 * NEWS, configure.in (AC_INIT_AUTOMAKE): Version 1.13.18.
4550
4551 * src/tar.c: Include <fnmatch.h>, for FNM_LEADING_DIR.
4552
4553 2000-10-28 Paul Eggert <eggert@twinsun.com>
4554
4555 * doc/tar.texi: --no-recursion now applies to extraction, too.
4556 * src/create.c (dump_file): no_recurse_option -> ! recursion_option
4557 * src/names.c (namelist_match, excluded_name):
4558 Do not match subfiles of a directory
4559 if --no-recursion is specified.
4560 * src/tar.c (NO_RECURSE_OPTION): Remove.
4561 (long_options): Have getopt set the --no-recursion flag.
4562 (decode_options): Initialize recursion_option to FNM_LEADING_DIR.
4563 Remove case for NO_RECURSE_OPTION.
4564 * src/common.h (recursion_option):
4565 Renamed from no_recurse_option, with sense
4566 negated, and with FNM_LEADING_DIR being the nonzero value.
4567
4568 * names.c (namelist_match): New function.
4569 (name_match, name_scan): Use it to eliminate duplicate code.
4570 (names_notfound): Remove special case for Amiga.
4571
4572 2000-10-27 Paul Eggert <eggert@twinsun.com>
4573
4574 * src/misc.c (read_error_details, read_warn_details,
4575 read_fatal_details): Don't assume size_t is unsigned long.
4576
4577 * src/buffer.c (flush_read): If read_full_records_option, try to
4578 fill the input buffer, as --delete -f - needs this.
4579
4580 2000-10-24 Paul Eggert <eggert@twinsun.com>
4581
4582 * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Port to autoconf 2.13.
4583
4584 * src/buffer.c (check_label_pattern):
4585 Make sure header name is a string before
4586 passing it to fnmatch.
4587 (init_volume_number): Check for global_volno overflow.
4588 (new_volume): Check for global_volno overflow.
4589
4590 * src/tar.c (decode_options):
4591 Check that volume label is not too long to overflow
4592 name in tar header block.
4593
4594 * Makefile.am (EXTRA_DIST): Remove rebox.el.
4595
4596 * configure.in (HAVE_DECL_STRERROR_R): Remove our handwritten code.
4597 (AC_FUNC_STRERROR_R): Use this instead.
4598
4599 2000-10-23 Paul Eggert <eggert@twinsun.com>
4600
4601 * src/extract.c: Include <time.h>, since we invoke "time".
4602
4603 * lib/prepargs.c (prepend_default_options):
4604 Don't use NULL, for portability.
4605
4606 * m4/fnmatch.m4: Add "working" to message.
4607
4608 * src/names.c: (_GNU_SOURCE): Remove; autoconf now does this.
4609 Include <hash.h>.
4610 (getpwuid, getgrgid): Declare only if system headers don't.
4611 (gid_to_gname): Don't invoke setgrent.
4612 (namelist): Now static, not global.
4613 (nametail): New var. All uses of namelast changed to use
4614 nametail, with one extra level of indirection.
4615 (name_gather): Use memcpy instead of strncpy + assignment of NUL.
4616 (name_match): Set nametail too, when setting namelist to null.
4617 (add_hierarchy_to_namelist): Change type of dir arg from char * to
4618 struct name *, so that we don't have to look up the name again
4619 here. Get change_dir from dir rather than as a separate arg. Add
4620 dirsize arg, and pass it along to get_directory_contents. Remove
4621 unnecessary check of directory type.
4622 (new_name): Do not append a slash if PATH already ends in one.
4623 (avoided_names, struct avoided_name): Remove.
4624 (avoided_name_table): New var, replacing avoided_names.
4625 (hash_avoided_name, compare_avoided_names): New function.
4626 (add_avoided_name, is_avoided_name): Use hash table rather than
4627 linked list.
4628
4629 * src/buffer.c (_GNU_SOURCE): Remove; autoconf now does this.
4630 (child_open_for_compress, child_open_for_uncompress,
4631 close_archive): Propagate any failure of the compression process
4632 back to "tar".
4633 (open_archive, flush_write, flush_read, close_archive): Do not
4634 allocate an array of size PATH_MAX, as PATH_MAX might be (size_t)
4635 -1. Instead, allocate an array with the size that's needed.
4636 (open_archive): Don't bother checking S_ISCHR of /dev/null.
4637 (backspace_output): Don't try to backspace past start of archive.
4638 (close_archive): Remove special case for DELETE_SUBCOMMAND.
4639
4640 * acconfig.h (_GNU_SOURCE, DEFAULT_ARCHIVE, DEFAULT_BLOCKING,
4641 DENSITY_LETTER, DEVICE_PREFIX, EMUL_OPEN3, HAVE_GETGRGID,
4642 HAVE_GETPWUID, HAVE_MKNOD, HAVE_RTAPELIB, HAVE_ST_FSTYPE_STRING,
4643 HAVE_UNION_WAIT, HAVE_UTIME_H, HAVE_VALLOC, MTIO_CHECK_FIELD, PACKAGE,
4644 PROTOTYPES, REMOTE_SHELL, STD_INC_PATH, VERSION, WITH_CATALOGS,
4645 WITH_DMALLOC, WITH_REGEX):
4646 Remove; now generated automatically.
4647
4648 * configure.in (_GNU_SOURCE): Define to empty, not 1, for
4649 compatibility for glibc fragments.
4650 (_GNU_SOURCE, HAVE_UTIME_H, MTIO_CHECK_FIELD,
4651 HAVE_ST_FSTYPE_STRING, HAVE_MKNOD, REMOTE_SHELL, DENSITY_LETTER,
4652 DEVICE_PREFIX, DEFAULT_ARCHIVE, DEFAULT_BLOCKING): Add comment so
4653 that we needn't put an entry into acconfig.h.
4654 (ALL_LINGUAS): Add da.
4655 (AC_C_BACKSLASH_A): Remove; jm_PREREQ_QUOTEARG now does this.
4656 (AC_CHECK_HEADERS): Add stdbool.h (for hash.h users), wctype.h
4657 (for strtol.c).
4658 (AC_MBSTATE_T): Add.
4659 (RMT): Append $(EXEEXT).
4660 (HAVE_GETGRGID, HAVE_GETPWUID, pe_AC_TYPE_SIGNED_CHAR): Remove.
4661 (HAVE_DECL_FREE, HAVE_DECL_GETGRGID, HAVE_DECL_GETPWUID,
4662 HAVE_DECL_GETENV, HAVE_DECL_MALLOC, HAVE_DECL_STRTOUL,
4663 HAVE_DECL_STRTOULL, HAVE_DECL_STRERROR_R): New macros.
4664 (jm_PREREQ_ADDEXT, jm_PREREQ_ERROR, jm_PREREQ_QUOTEARG): Add.
4665 (AC_REPLACE_FUNCS): Remove execlp; no longer needed.
4666 (AC_CHECK_FUNCS): Add clock_gettime; AC_SEARCH_LIBS wasn't enough.
4667 Remove mbrtowc; jm_PREREQ_QUOTEARG now does this.
4668 (EMUL_OPEN3): Remove; no longer needed.
4669 (DENSITY_LETTER, DEVICE_PREFIX): Simplify m4 quoting.
4670
4671 * m4/fnmatch.m4 (AC_FUNC_FNMATCH): Detect d*/*1 vs d/s/1 bug.
4672
4673 * src/common.h: Do not include basename.h.
4674 * src/rtapelib.c (base_name): Do not include basename.h;
4675 declare base_name instead.
4676
4677 * lib/basename.h, lib/execlp.c, lib/getpagesize.h, lib/mkdir.c:
4678 Remove these files.
4679 * lib/getstr.c, lib/getstr.h, lib/hash.h, lib/hash.h, lib/prepargs.c,
4680 lib/prepargs.h, lib/savedir.c, lib/savedir.h: New files.
4681 * lib/Makefile.am (EXTRA_DIST, noinst_HEADERS, libtar_a_SOURCES):
4682 Adjust to the above changes.
4683
4684 * lib/Makefile.am (AUTOMAKE_OPTIONS): Remove ../src/ansi2knr.
4685
4686 * src/open3.c: Remove.
4687
4688 * src/Makefile.am (AUTOMAKE_OPTIONS): Remove ansi2knr.
4689 (tar_SOURCES): Remove open3.c.
4690 (INCLUDES): Remove -I.., as automake does that.
4691 (OMIT_DEPENDENCIES): ../lib/fnmatch.h -> fnmatch.h. Add localedir.h.
4692
4693 The following changes are to put LOCALEDIR into localedir.h instead
4694 of passing it on the command line.
4695 (DEFS): Remove.
4696 (DISTCLEANFILES): New macro.
4697 (localedir.h): New rule.
4698 (rmt.o tar.o): Now depend on localedir.h.
4699
4700 * tests/delete02.sh, tests/extrac04.sh: New files.
4701
4702 * tests/Makefile.am (AUTOMAKE_OPTIONS): Remove ansi2knr.
4703 (TESTS): Add extrac04.sh, and restore delete02.sh.
4704 (DEFS): Remove; LOCALEDIR is now done via localedir.h.
4705 (INCLUDES): Remove -I.. as automake does this now.
4706
4707 * src/rtapelib.c (rexec): Don't declare unless using it.
4708 (do_command): Simplify signal-handling code slightly.
4709
4710 * src/delete.c (blocks_needed): Remove. All uses changed to use
4711 blocking_factor - new_blocks.
4712 (acting_as_filter): New var.
4713 (write_record, delete_archive_members): Use acting_as_filter
4714 rather than archive == STDIN_FILENO to detect whether we're acting
4715 as a filter, as open can return STDIN_FILENO in some cases.
4716 (delete_archive_members): Ignore zero blocks if
4717 ignore_zeros_option is nonzero. Fix bug that messed up last
4718 output block: write_eot can't be used here, as it gets confused
4719 when the input is at end of file.
4720
4721 * src/compare.c (diff_archive): Do not impose an arbitrary limit on
4722 symbolic link contents length. Pass directory size to
4723 get_directory_contents.
4724
4725 * m4/decl.m4, m4/error.m4, m4/mbstate_t.m4, m4/prereq.m4,
4726 m4/strerror_r.m4: New files.
4727 * m4/signedchar.m4: Remove this file.
4728 * Makefile.am (ACINCLUDE_INPUTS): Adjust to above changes.
4729 * m4/Makefile.am (EXTRA_DIST): Likewise.
4730
4731 * Makefile.am (DISTCLEANFILES): Add intl/libintl.h.
4732
4733 * po/da.po: New translation file.
4734
4735 * src/mangle.c (extract_mangle):
4736 Fix diagnostic with wrong number of %s'es.
4737
4738 * lib/fnmatch.c (fnmatch):
4739 Fix some FNM_FILE_NAME and FNM_LEADING_DIR bugs,
4740 e.g. fnmatch("d*/*1", "d/s/1", FNM_FILE_NAME) incorrectly yielded zero.
4741
4742 * lib/full-write.c (full_write): Some buggy drivers return 0 when you
4743 fall off a device's end. Detect this.
4744
4745 * src/system.h (IN_CTYPE_DOMAIN): Renamed from CTYPE_DOMAIN. All
4746 uses changed.
4747 (open): Remove macro; we no longer support EMUL_OPEN3. Do not
4748 include <pathmax.h> and directory include files like <dirent.h>;
4749 no longer used. Include <savedir.h> instead.
4750 (closedir, signed_char): remove macro; no longer used.
4751 (bool, false, true): Include <stdbool.h> if you have the include
4752 file, otherwise define.
4753
4754 * src/misc.c:
4755 (is_dot_or_dotdot, closedir_error, closedir_warn, opendir_error,
4756 opendir_warn, readdir_error): Remove; no longer needed.
4757 (safer_rmdir): Strip leading ./ (or .// or ./// or ././ or etc.)
4758 before deciding whether we're trying to remove ".".
4759 (remove_any_file): Try unlink first if we are not root. Use
4760 savedir when recursively removing directories, to avoid exhausting
4761 file descriptors.
4762 (savedir_error, savedir_warn, symlink_error): New functions.
4763
4764 * src/list.c: (read_and): Do not invoke
4765 apply_nonancestor_delayed_set_stat; DO_SOMETHING is now
4766 responsible for that. Do not invoke apply_delayed_set_stat; our
4767 caller is now responsible for that.
4768 (read_header): Use signed char instead of signed_char. Prevent
4769 later references to current_header from mistakenly treating it as
4770 an old GNU header.
4771 (from_header): Quote invalid base-64 strings in diagnostics.
4772 (time_from_header): Do not warn about future timestamps in
4773 archive; check_time now does that.
4774 (print_header): Quote unknown file types.
4775 (skip_member): New function, replacing skip_extended_headers and
4776 now skipping the whole member instead of just the extended
4777 headers. All callers changed. This makes the code handle
4778 extended headers uniformly, and fixes some bugs.
4779
4780 * src/update.c (update_archive): Use skip_member.
4781
4782 * src/extract.c (we_are_root): Now global.
4783 (struct delayed_symlink): New type.
4784 (delayed_symlink_head): New var.
4785 (extr_init, fatal_exit): Invoke extract_finish on fatal errors,
4786 not apply_delayed_set_stat.
4787 (set_mode, set_stat): Pointer args are now const pointers.
4788 (check_time): New function.
4789 (set_stat): Warn if setting a file's timestamp to be the future.
4790 (make_directories): Do not save and restore errno.
4791 (maybe_recoverable): Set errno to ENOENT if we cannot make missing
4792 intermediate directories.
4793 (extract_archive): Invoke apply_nonancestor_delayed_set_stat here,
4794 not in caller. Extract potentially dangerous symbolic links more
4795 carefully, deferring their creation until the end, and using a
4796 regular file placeholder in the meantime. Do not remove trailing
4797 / and /. from file names. Do not bother checking for ".." when
4798 checking whether a directory loops back on itself, as loopbacks
4799 can occur with symlinks too. Also, in that case, do not bother
4800 saving and restoring errno; just set it to EEXIST.
4801 (apply_nonancestor_delayed_set_stat): A prefix is a potential
4802 ancestor if it ends in slash too (as well as ending in a char just
4803 before slash).
4804 (apply_delayed_set_stat): Remove.
4805 (apply_delayed_symlinks, extract_finish): New functions.
4806
4807 * doc/fdl.texi: New file.
4808 * doc/Makefile.am (EXTRA_DIST): Add fdl.texi.
4809 ($(srcdir)/tar.info): Add fdl.texi. Invoke makeinfo with --no-split.
4810 * doc/tar.texi: Add Free Documentation License. New section
4811 "Overwrite Old Files", and revamp that section to make it easier to
4812 follow. "tar" -> "GNU tar" where appropriate. Migrate getdate
4813 documentation into getdate.texi. Fix several minor typos. Describe
4814 TAR_OPTIONS. Describe incompatibility between incremental backups and
4815 --atime-preserve. Describe incompatibility between --verify and other
4816 options. Mention that tar normally removes symbolic links rather than
4817 following them, when extracting a file of the same name.
4818
4819 * THANKS: Add gpoul. Change skip's address.
4820
4821 * po/POTFILES.in: Add lib/human.c.
4822
4823 * src/common.h (namelist, namelast): Remove decls.
4824 (we_are_root, extract_finish, skip_member, savedir_error,
4825 savedir_warn, symlink_error, gnu_list_name): New decls.
4826 (apply_delayed_set_stat, apply_nonancestor_delayed_set_stat,
4827 skip_extended_headers, is_dot_or_dotdot, closedir_error,
4828 closedir_warn, opendir_error, opendir_warn, readdir_error,
4829 readdir_warn): Remove decls.
4830 (get_directory_contents): New off_t arg.
4831 (addname): Now returns struct name *.
4832
4833 * src/tar.h, tests/genfile.c: Fix comments.
4834
4835 * src/create.c: Include hash.h.
4836 (gnu_list_name): Remove decl.
4837 (struct link): Remove "next" member.
4838 (linklist): Remove.
4839 (start_header): Say "leading `FOO'" rather than "`FOO' prefix" for
4840 consistency with other diagnostics.
4841 (deal_with_sparse): Check for I/O error when closing the file.
4842 (create_archive): Do not allocate an array of size PATH_MAX, as
4843 PATH_MAX might be (size_t) -1. Instead, allocate an array with
4844 the size that's needed.
4845 (hash_link, compare_links): New functions.
4846 (dump_file): Do not exhaust open file descriptors when descending
4847 deeply into a directory, by using savedir rather than
4848 opendir/readdir. Do not zero-fill the name buffer unnecessarily.
4849 Hash the set of links already created, instead of using a linked
4850 list. Fix some bugs in outputting sparse files which caused the
4851 sparse tables to be incorrect. When a file unexpectedly shrinks,
4852 output zeros rather than garbage. Do not allocate an array of
4853 size PATH_MAX, as PATH_MAX might be (size_t) -1. Instead,
4854 allocate an array with the size that's needed.
4855
4856 * src/incremen.c: Include hash.h.
4857 (struct directory): Remove "next", "dir_text". Change "name" to
4858 be char[1] with struct hack, not const char *. Add "found".
4859 (directory_list): Remove. Replaced by directory_table.
4860 (directory_table): New var.
4861 (nfs_string): Renamed from nfs.
4862 (hash_directory, compare_directories): New functions.
4863 (note_directory): Now returns struct directory *. First arg is
4864 now const pointer. struct stat arg is now dev_t, ino_t, nfs.
4865 Remove text arg. New "found" arg, basically corresponding to the
4866 old text arg not being null. All callers changed.
4867 (note_directory, find_directory): Use hash table rather than
4868 linked list.
4869 (get_directory_contents): New arg "device". Use savedir to do the
4870 hard work. Save the nfs-ness of stat_data, since it might change
4871 under us. Use note_directory instead of find_directory to save
4872 some work. When adding an "A" record, do it with
4873 add_to_accumulator instead of cheating with strcat.
4874 (read_directory_file): Use "+" flag before device to indicate
4875 whether it was NFS. Fix typo in checking for strtoul error.
4876 (write_directory_file_entry): New function.
4877 (write_directory_file): Use it, and use the hash routines to
4878 traverse the directory table.
4879 (gnu_restore): Use savedir rather than opendir/readdir.
4880
4881 * src/tar.c: Include localedir.h, prepargs.h.
4882 (long_options): Now static.
4883 (long_options, usage, decode_options): -j is now short for
4884 --bzip2, and -I is now an alias for -T.
4885 (decode_options, main): argv is not const pointer now.
4886 (decode_options): Invoke prepend_default_options to support
4887 TAR_OPTIONS. In diagnostic, mention the string that was the
4888 invalid blocking factor, tape length, group, owner, or record
4889 size. --delete is no longer incompatible with -f -, undoing
4890 2000-01-07 change.
4891 (main): Invoke extract_finish at end of extraction.
4892
4893 * src/rmt.c: Include localedir.h.
4894 (main): Update copyright date to 2000.
4895
4896 * doc/getdate.texi: New file, taken from fileutils 4.0.27, with the
4897 following changes: Use @sc where appropriate. Document the ranges of
4898 supported times more precisely. Add Eggert to getdate authors.
4899 Document old Latin 12m/12pm tradition. Remove list of alphabetic time
4900 zone names, as it wasn't correct and people shouldn't be relying on it
4901 anyway. Relative items also account for non-DST adjustments. Fix
4902 some misspellings.
4903
4904 * lib/prepargs.c, lib/prepargs.h, tests/extrac04.sh: New file.
4905
4906 * tests/ignfail.sh: opendir -> savedir in diagnostics.
4907
4908 * tests/preset.in: Set LANGUAGE to the empty string, for some
4909 brain damaged host.
4910
4911 2000-10-20 Paul Eggert <eggert@twinsun.com>
4912
4913 * m4/fnmatch.m4: Mention the GNU C library.
4914
4915 2000-10-19 Paul Eggert <eggert@twinsun.com>
4916
4917 * m4/fnmatch.m4: Add a couple more test cases to catch bugs in
4918 glibc 2.1.95.
4919
4920 2000-10-17 Paul Eggert <eggert@twinsun.com>
4921
4922 * lib/human.c (<limits.h>): Do not include; human.h does it if needed.
4923 (CHAR_BIT): Remove.
4924
4925 * lib/human.h (<limits.h>): Include if HAVE_LIMITS_H.
4926 (CHAR_BIT): Define if not defined.
4927
4928 2000-09-09 Paul Eggert <eggert@twinsun.com>
4929
4930 * lib/quotearg.c: From fileutils: rename ISASCII to IN_CTYPE_DOMAIN.
4931
4932 2000-08-07 Paul Eggert <eggert@twinsun.com>
4933
4934 * lib/xmalloc.c: Memory exhausted -> memory exhausted
4935
4936 * lib/xalloc.h (xalloc_msg_memory_exhausted):
4937 change to array from char *.
4938
4939 2000-08-06 Paul Eggert <eggert@twinsun.com>
4940
4941 * m4/mbstate_t.m4: Define mbstate_t to be int, not char, for
4942 compatibility with glibc 2.1.3 strftime.c.
4943
4944 2000-07-31 Paul Eggert <eggert@twinsun.com>
4945
4946 * lib/quotearg.c (quotearg_n_options):
4947 Don't make the initial slot vector a constant,
4948 since it might get modified.
4949
4950 * lib/quotearg.c: Add support for more than one preallocated slot.
4951
4952 2000-07-30 Paul Eggert <eggert@twinsun.com>
4953
4954 * lib/quotearg.c (quotearg_n_options):
4955 Preallocate a slot 0 buffer, so that the caller
4956 can always quote one small component of a "memory exhausted" message
4957 in slot 0.
4958
4959 2000-07-23 Paul Eggert <eggert@twinsun.com>
4960
4961 * lib/quotearg.c:
4962 Include <wchar.h> even if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX), so that
4963 mbstate_t is always defined.
4964
4965 Do not inspect MB_LEN_MAX, since it's incorrectly defined to be 1 in
4966 some GCC installations, and this configuration error is likely to be
4967 common.
4968
4969 2000-07-22 Paul Eggert <eggert@twinsun.com>
4970
4971 * lib/quotearg.c:
4972 When the system forces us to redefine mbstate_t, shadow its mbsinit
4973 function. From Bruno Haible.
4974
4975 2000-07-14 Paul Eggert <eggert@twinsun.com>
4976
4977 * lib/xmalloc.c: Simplify exhausted message.
4978
4979 * lib/quotearg.h: Update copyright date; from Jim Meyering.
4980
4981 2000-07-13 Paul Eggert <eggert@twinsun.com>
4982
4983 * lib/quotearg.h (enum quoting style):
4984 New constant clocale_quoting_style.
4985
4986 * lib/quotearg.c:
4987 (quoting_style_args, quoting_style_vals, quotearg_buffer_restyled):
4988 Add support for clocale_quoting_style, undoing previous change to
4989 locale_quoting_style.
4990
4991 2000-07-10 Paul Eggert <eggert@twinsun.com>
4992
4993 * lib/quotearg.c:
4994 <wchar.h>: Include only if HAVE_MBRTOWC && 1 < MB_LEN_MAX,
4995 since otherwise we don't need it.
4996 (MB_CUR_MAX): Redefine to 1 if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX),
4997 since we don't do multibytes in that case.
4998 (quotearg_buffer_restyled): If a unibyte locale, don't bother to
4999 invoke multibyte primitives.
5000
5001 * m4/mbstate_t.m4 (AC_MBSTATE_T):
5002 Renamed from AC_MBSTATE_T_OBJECT. All uses changed.
5003 Change from a two-part test, which defines both HAVE_MBSTATE_T_OBJECT
5004 and mbstate_t, to a single-part test that simply defines mbstate_t.
5005
5006 * lib/quotearg.c (mbrtowc): Do not use HAVE_WCHAR_H in the definition.
5007 Use defined mbstate_t, not HAVE_MBSTATE_T_OBJECT,
5008 to decide whether to define the BeOS workaround macro;
5009 this adjusts to the change to AC_MBSTATE_T.
5010
5011 * m4/strerror_r.m4: New file.
5012
5013 2000-07-05 Paul Eggert <eggert@twinsun.com>
5014
5015 * lib/quotearg.c: Use double-quote to quote.
5016
5017 * lib/quotearg.c (N_): New macro.
5018 (gettext_default): New function.
5019 (quotearg_buffer_restyled): Use gettext_default ("{LEFT QUOTATION MARK}",
5020 "\"") for left quote, and gettext_default ("{RIGHT QUOTATION MARK}", "\"")
5021 for right quote.
5022
5023 * lib/quotearg.c (struct quoting_options):
5024 Simplify quote_these_too dimension.
5025 From Bruno Haible <haible@clisp.cons.org>.
5026
5027 * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT):
5028 Test for mbstate_t only if the test
5029 for an object-type mbstate_t fails.
5030
5031 * lib/quotearg.c (mbrtowc): Declare returned type, since BeOS doesn't.
5032
5033 2000-07-03 Paul Eggert <eggert@twinsun.com>
5034
5035 * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Port to autoconf 2.13.
5036 Add AC_CHECK_HEADERS(stdlib.h), since we use HAVE_STDLIB_H.
5037
5038 * lib/quotearg.c (mbrtowc):
5039 Assign to *pwc, and return 1 only if result is nonzero.
5040 (iswprint): Define to ISPRINT if we are substituting our own mbrtowc.
5041
5042 2000-07-02 Paul Eggert <eggert@twinsun.com>
5043
5044 * lib/quotearg.c (mbstate_t):
5045 Do not define; it should be defined with AC_CHECK_TYPE.
5046
5047 2000-06-26 Paul Eggert <eggert@twinsun.com>
5048
5049 * m4/mbstate_t.m4: Include stdio.h before wchar.h, to work around
5050 a bug in glibc 2.1.3.
5051
5052 * lib/xmalloc.c: Fix inaccurate comment for xrealloc.
5053
5054 2000-06-19 Paul Eggert <eggert@twinsun.com>
5055
5056 * lib/quotearg.c (ISASCII): Add #undef and move definition to follow
5057 inclusion of wctype.h to work around solaris2.6 namespace pollution.
5058 (ISPRINT): Likewise.
5059 Reported by Tom Tromey.
5060
5061 2000-06-15 Paul Eggert <eggert@twinsun.com>
5062
5063 * lib/human.c (adjust_value): New function.
5064 (human_readable_inexact): Apply rounding style even when printing
5065 approximate values.
5066
5067 * lib/human.c: Avoid shadowing warnings.
5068 From Jim Meyering.
5069
5070 2000-06-14 Paul Eggert <eggert@twinsun.com>
5071
5072 * lib/human.c (human_readable_inexact): Allow an input block size
5073 that is not a multiple of the output block size, and vice versa.
5074
5075 * lib/getdate.y (get_date): Apply relative times after time zone
5076 indicator, not before.
5077
5078 2000-05-31 Paul Eggert <eggert@twinsun.com>
5079
5080 * m4/largefile.m4: Rewrite so that we don't need to run getconf,
5081 and thus don't need AC_CANONICAL_HOST.
5082
5083 (AC_SYS_LARGEFILE_FLAGS, AC_SYS_LARGEFILE_SPACE_APPEND): Remove.
5084 (AC_SYS_LARGEFILE_TEST_INCLUDES): New macro.
5085 (AC_SYS_LARGEFILE_MACRO_VALUE): Change arguments from
5086 CODE-TO-SET-DEFAULT to VALUE, INCLUDES, FUNCTION-BODY. All uses
5087 changed. Instead of inspecting the output of getconf, try to
5088 compile the test program without and with the macro definition.
5089 (AC_SYS_LARGEFILE): Do not require AC_CANONICAL_HOST or check for
5090 getconf. Instead, check for the needed flags by compiling test
5091 programs.
5092
5093 * configure.in (AC_CANONICAL_HOST): Remove; the largefile stuff no
5094 longer needs it.
5095 * config.guess, config.sub: Remove these files, for similar reasons.
5096
5097 2000-05-03 Paul Eggert <eggert@twinsun.com>
5098
5099 * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _XOPEN_SOURCE to be
5100 500, instead of _GNU_SOURCE to be 1, to work around glibc 2.1.3
5101 bug. This avoids a clash when files like regex.c that define
5102 _GNU_SOURCE.
5103
5104 2000-05-02 Paul Eggert <eggert@twinsun.com>
5105
5106 * m4/largefile.m4 (AC_SYS_LARGEFILE):
5107 Define _GNU_SOURCE if this is needed to make
5108 ftello visible (e.g. glibc 2.1.3). Use compile-time test, rather than
5109 inspecting host and OS, to decide whether to define _LARGEFILE_SOURCE.
5110
5111 * lib/quotearg.c (mbrtowc, mbstat_t):
5112 Add definitions if !HAVE_MBSTATE_T_OBJECT.
5113 (<wctype.h>): Include if HAVE_WCTYPE_H.
5114 (iswprint): Define to 1 if we lack it
5115
5116 2000-04-18 Paul Eggert <eggert@twinsun.com>
5117
5118 * m4/mbstate_t.m4: New file.
5119
5120 2000-04-17 Bruno Haible <haible@clisp.cons.org>
5121
5122 * tests/ignfail.sh: Test for uid 0 along with user "root".
5123
5124 2000-04-05 Paul Eggert <eggert@twinsun.com>
5125
5126 * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS):
5127 Don't use -n32 on IRIX if the installer said
5128 otherwise.
5129
5130 2000-02-28 Paul Eggert <eggert@twinsun.com>
5131
5132 * lib/quotearg.c (ALERT_CHAR): New macro.
5133 (quotearg_buffer_restyled): Use it.
5134
5135 2000-02-23 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
5136
5137 * src/list.c (tartime): Fix off-by-one error when copying year if
5138 OLD_CTIME.
5139
5140 2000-02-18 Paul Eggert <eggert@twinsun.com>
5141
5142 * lib/getdate.y: Handle two-digit years with leading zeros correctly.
5143 (textint): New typedef.
5144 (parser_control): Changed from struct parser_control to typedef
5145 (for consistency). Member year changed from int to textint. All
5146 uses changed.
5147 (YYSTYPE): Removed; replaced by %union with int and textint
5148 members.
5149 (tID): Removed; not used.
5150 (tDAY, tDAY_UNIT, tDAYZONE, tHOUR_UNIT, tID, tLOCAL_ZONE,
5151 tMERIDIAN, tMINUTE_UNIT, tMONTH, tMONTH_UNIT tSEC_UNIT, tSNUMBER,
5152 tUNUMBER, tYEAR_UNIT, tZONE, o_merid): Now of type <intval>.
5153 (tSNUMBER, tUNUMBER): Now of type <textintval>.
5154 (date, number, to_year): Use width of number in digits, not its
5155 value, to determine whether it's a 2-digit year, or a 2-digit
5156 time.
5157 (yylex): Store number of digits of numeric tokens. Return '?' for
5158 unknown identifiers, rather than (unused) tID.
5159
5160 2000-01-16 Paul Eggert <eggert@twinsun.com>
5161
5162 * lib/quotearg.c (quotearg_buffer_restyled):
5163 Do not quote alert, backslash, formfeed,
5164 and vertical tab unnecessarily in shell quoting style.
5165
5166 2000-01-15 Paul Eggert <eggert@twinsun.com>
5167
5168 * m4/c-bs-a.m4:
5169 Change quoting to be compatible with future autoconf versions.
5170
5171 2000-01-11 Paul Eggert <eggert@twinsun.com>
5172
5173 * lib/exclude.c (FILESYSTEM_PREFIX_LEN, ISSLASH): Remove unused macros.
5174
5175 2000-01-07 Paul Eggert <eggert@twinsun.com>
5176
5177 * NEWS, configure.in (AC_INIT_AUTOMAKE): Version 1.13.17.
5178
5179 Fix bug with fnmatch.h dependency, as follows:
5180 * src/Makefile.am (OMIT_DEPENDENCIES): New macro.
5181 * lib/Makefile.am (OMIT_DEPENDENCIES): New macro.
5182
5183 * src/common.h (apply_nonancestor_delayed_set_stat):
5184 Renamed from apply_delayed_set_stat.
5185 (apply_delayed_set_stat, decode_mode, chmod_error_details,
5186 chown_error_details, close_warn, closedir_warn, mkdir_error,
5187 read_error_details, read_fatal_details, read_warn_details,
5188 seek_error_details, seek_warn_details, utime_error,
5189 write_error_details, write_fatal_details): New decls.
5190
5191 Make diagnostic messages more regular.
5192 * src/create.c (dump_file): Quote file names with colons if possible.
5193 * src/compare.c (diff_archive): Likewise.
5194 * src/extract.c (repair_delayed_set_stat, extract_archive): Likewise.
5195 * src/incremen.c (get_directory_contents, gnu_restore): Likewise.
5196 * src/mangle.c (extract_mangle): Likewise.
5197 * src/misc.c (call_arg_error, call_arg_fatal, call_arg_warn):
5198 Likewise.
5199 * src/buffer.c (archive_write_error, flush_archive, close_archive,
5200 new_volume, xclose):
5201 Use error message functions to report errors consistently.
5202 * src/compare.c (diff_sparse_files, diff_archive): Likewise.
5203 * src/create.c (finish_sparse_file, dump_file): Likewise.
5204 * src/extract.c (set_mode, set_stat, extract_sparse_file,
5205 extract_archive): Likewise.
5206 * src/list.c (list_archive): Likewise.
5207 * src/update.c (append_file): Likewise.
5208 * src/compare.c (diff_init, diff_sparse_files):
5209 Use xalloc_die to report memory exhaustion.
5210 * src/incremen.c (gnu_restore): Likewise.
5211 * src/list.c (read_header): Likewise.
5212 * src/mangle.c (extract_mangle): Likewise.
5213 * src/misc.c (maybe_backup_file): Likewise.
5214 * src/tar.c (decode_options): Likewise.
5215 * src/compare.c (read_and_process, fill_in_sparse_array,
5216 diff_sparse_files):
5217 Use consistent terminology for unexpected-EOF message.
5218 * src/extract.c (extract_sparse_file, extract_archive): Likewise.
5219 * src/list.c (list_archive, read_header, skip_file,
5220 skip_extended_headers): Likewise.
5221 * src/buffer.c (archive_write_error): Add noreturn attribute to decl.
5222 (xdup2): Regularize messages with rest of tar.
5223
5224 * src/buffer.c (flush_read): Don't read past EOF.
5225
5226 * src/extract.c (extr_init):
5227 If we run out of memory, invoke apply_delayed_set_stat.
5228 (prepare_to_extract): Don't complain if we can't remove ".".
5229 (apply_delayed_set_stat): New function.
5230 (apply_nonancestor_delayed_set_stat):
5231 Renamed from apply_delayed_set_stat. All uses changed.
5232 Don't remove head if it doesn't apply.
5233
5234 * src/create.c (find_new_file_size):
5235 Return size instead of storing through pointer.
5236 All callers changed.
5237 (deal_with_sparse): Don't keep reading after read errors.
5238 (finish_sparse_file): Just abort if there is an internal error.
5239 (dump_file): Fix typo: stat_warn and stat_error were interchanged.
5240 Don't restore access times on directories during incremental dumps
5241 until after dealing with the directory.
5242 If ignoring failed reads, count closedir, read, and unknown
5243 file errors as warnings, not errors.
5244 Fix buffer overrun problem when dumping sparse files.
5245
5246 * src/list.c (read_and):
5247 Invoke apply_nonancestor_delayed_set_stat on file names
5248 after handling them.
5249 (decode_mode): Remove; moved to misc.c.
5250
5251 * src/misc.c (safer_rmdir): New function.
5252 (remove_any_file): Use it to avoid problems with rmdir(".").
5253 (maybe_backup_file): Regularize diagnostics.
5254 (undo_backup_file): Likewise.
5255 (decode_mode): Moved here from list.c.
5256 (chmod_error_details, chown_error_details, close_fatal,
5257 close_warn, closedir_warn, mkdir_error, read_error_details,
5258 read_warn_details, read_fatal_details, seek_error_details,
5259 seek_warn_details, utime_error, write_error_details,
5260 write_fatal_details): New functions.
5261
5262 * src/delete.c (save_record): Remove static variable (now local).
5263 (move_archive): Don't position before start of archive.
5264 (write_record): Abort if count is zero at inopportune time.
5265 Plug memory leak.
5266
5267 * src/tar.c (decode_options): --delete and -f - are now
5268 incompatible, since we didn't have time to fix their bugs.
5269
5270 * tests/Makefile.am (TESTS): Remove delete02.sh.
5271 * tests/ignfail.sh: Adjust to new quoting scheme again.
5272
5273 2000-01-06 Paul Eggert <eggert@twinsun.com>
5274
5275 * lib/getdate.y: Sync tm_diff with the GNU C Library.
5276 (TM_YEAR_BASE): Renamed from TM_YEAR_ORIGIN. All uses changed.
5277 (tm_diff): Renamed from difftm. All uses changed.
5278 Replace body with that taken from GNU C Library 2.1.3pre1.
5279 (get_date): Prefer tm_gmtoff to tm_diff if available.
5280
5281 1999-12-29 "Melissa O'Neill" <oneill@cs.sfu.ca>
5282
5283 * tests/incremen.sh: Invoke stat on newly created file so that its
5284 ctime is updated on Nextstep.
5285
5286 1999-12-21 Machael Stone <mstone@cs.loyola.edu>
5287
5288 * lib/getdate.y (get_date):
5289 Fix typo when checking for time_t overflow in time zone calculations.
5290
5291 1999-12-13 Paul Eggert <eggert@twinsun.com>
5292
5293 * NEWS, configure.in (AC_INIT_AUTOMAKE): Version 1.13.16.
5294
5295 * README-alpha: New file.
5296 * README: New sections for gzip and bzip2, Solaris.
5297 Remove mention of BACKLOG.
5298
5299 * configure.in (AC_C_BACKSLASH_A): Add.
5300 (AC_CHECK_HEADERS): Add wchar.h.
5301 (AC_CHECK_FUNCS): Add mbrtowc.
5302 (AC_FUNC_CLOSEDIR_VOID): Add.
5303
5304 * tests/Makefile.am (TESTS): Add delete02.sh.
5305 (POSTPONED_TESTS): Remove.
5306 (EXTRA_DIST): Remove $(POSTPONED_TESTS).
5307
5308 * tests/preset.in:
5309 Set LC_ALL rather than LANGUAGE, LANG, and LC_MESSAGES.
5310
5311 * tests/ignfail.sh (err): Adjust to new quoting scheme.
5312
5313 * tests/delete02.sh: Fix typo: need to list archive2, not archive.
5314
5315 * tests/extrac03.sh: Use -P option, so that .. doesn't get diagnosed.
5316
5317 * src/tar.c ("quotearg.h"): New include.
5318 (usage): Now has __attribute__ ((noreturn)).
5319 (confirm): Report errno if we can't open tty.
5320 (confirm, decode_options):
5321 Quote arbitrary strings in diagnostics.
5322 (OVERWRITE_OPTION): New constant.
5323 (long_options, usage, decode_options): New --overwrite option.
5324 (decode_options): --keep-old-files, --overwrite, and --unlink-first
5325 are now mutually exclusive.
5326 Don't assume that gettext preserves errno.
5327 (main): Set default quoting style to escape_quoting_style.
5328
5329 * src/update.c (<quotearg.h>): New include.
5330 (append_file):
5331 Don't assume that gettext preserves errno.
5332 Quote arbitrary strings in diagnostics.
5333 Check for close error.
5334
5335 * src/names.c (<quotearg.h>): New include.
5336 (name_init, name_next, name_close, names_notfound,
5337 collect_and_sort_names): Don't assume that gettext preserves
5338 errno. Quote arbitrary strings in diagnostics.
5339 (excluded_name): Fix typo that caused empty patterns to be
5340 mishandled.
5341
5342 * src/misc.c (<quotearg.h>): New include.
5343 (quote_copy_string): Quote only newline and backslash; the output is no
5344 longer meant for humans, and is locale-independent.
5345 (contains_dot_dot): New function.
5346 (remove_any_file): Don't use lstat; just rmdir the file and then use
5347 unlink if the rmdir fails because the file isn't a directory.
5348 Check for readdir and closedir errors.
5349 (maybe_backup_file): Report "stat" for stat errors.
5350 (maybe_backup_file, chdir_do):
5351 Quote arbitrary strings in diagnostics.
5352 (maybe_backup_file, undo_last_backup):
5353 Don't assume that gettext preserves errno.
5354 (call_arg_error, call_arg_fatal, call_arg_warn,
5355 chdir_fatal, close_error, closedir_error, exec_fatal, mkfifo_error,
5356 mknod_error, open_error, open_fatal, open_warn, opendir_error,
5357 opendir_warn, read_error, read_fatal, readdir_error, readdir_warn,
5358 readlink_error, readlink_warn, seek_error, seek_warn, stat_error,
5359 stat_warn, truncate_error, truncate_warn, unlink_error, waitpid_error,
5360 write_error, write_fatal, xfork, xpipe, quote_n, quote): New functions.
5361
5362 * src/system.h (__attribute__): New macro.
5363 (O_NDELAY, O_NONBLOCK, O_APPEND): Remove.
5364 (S_ISDOOR): New macro.
5365 (closedir): New macro, if CLOSEDIR_VOID.
5366
5367 * src/rmt.c, src/rtapelib.c (decode_oflag):
5368 O_APPEND might not be defined.
5369
5370 * src/list.c: (read_and, list_archive):
5371 Quote arbitrary strings in diagnostics.
5372 (from_header): Use locale_quoting_style to quote diagnostics.
5373 (print_header, print_for_mkdir): Quote with quotearg, not quote_copy_string.
5374
5375 * src/rmt.h (REM_BIAS): Increase from 128 to (1 << 30).
5376
5377 * src/Makefile.am: Use ## for copyright comments.
5378
5379 * src/extract.c (<quotearg.h>): New include.
5380 (enum permstatus): New enum.
5381 (struct delayed_set_stat): file_name is now at end of buffer, to avoid
5382 two mallocs. New members file_name_len, invert_permissions, permstatus.
5383 (extr_init): Remove hack that silently adjusted newdir_umask.
5384 (set_mode, set_stat): New args invert_permissions, permstatus, typeflag.
5385 Use these args to decide whether and how to set modes.
5386 (set_mode, set_stat, prepare_to_extract, extract_sparse_file, extract_archive):
5387 Don't assume that gettext preserves errno.
5388 (set_stat): Remove arg symlink_flag; subsumed by typeflag.
5389 (delay_set_stat, repair_delayed_set_stat): New functions.
5390 (make_directories): Avoid mkdir where last part of path is "..".
5391 Create a struct delayed_set_stat for each directory made.
5392 (prepare_to_extract): Renamed from unlink_destination, and
5393 return 0 immediately if to_stdout_option; all callers changed.
5394 (maybe_recoverable): New parameter interdir_made.
5395 Add support for --overwrite.
5396 (extract_sparse_file, extract_archive):
5397 Quote arbitrary strings in diagnostics.
5398 (extract_archive): By default, warn about ".." in member names, and skip them.
5399 Don't open files with O_NONBLOCK or O_APPEND.
5400 Open with O_TRUNC only if --overwrite; otherwise, use O_EXCL to avoid
5401 overwriting them. Pass only rwxrwxrwx permissions to `open' and `mkdir',
5402 minus the current umask. Keep track of intermediate directories made,
5403 to avoid looping when making x/../x when x doesn't exist; the
5404 earlier code solved this in a different way that didn't fit well
5405 into the new scheme. Don't extract permissions onto existing
5406 directories unless --overwrite is given. Do not add -wx------
5407 permissions to new directories permanently; just do it temporarily.
5408 Remove no-longer-needed hack with MSDOS and directory time stamps.
5409 (apply_delayed_set_stat): New argument specifies which directories to
5410 fix statuses of. Do not wait until the end of extraction to fix
5411 statuses; instead, fix a directory's status once we exit that directory.
5412 This requires less memory and does the right thing in some cases
5413 where the old method didn't.
5414 (fatal_exit): New function.
5415
5416 * src/incremen.c (<quotearg.h>): New include.
5417 (get_directory_contents, gnu_restore):
5418 Check for readdir and closedir errors.
5419 (get_directory_contents, read_directory_file, gnu_restore):
5420 Quote arbitrary strings in diagnostics.
5421 (get_directory_contents, read_directory_file, write_directory_file):
5422 Don't assume that gettext preserves errno.
5423
5424 * src/create.c (<quotearg.h>): New include.
5425 (start_header): Use `member names' to refer to archive member names, not
5426 `archive names'. Warn about `..' in member names.
5427 (finish_sparse_file, dump_file):
5428 Quote arbitrary strings in diagnostics.
5429 (finish_sparse_file, dump_file):
5430 Don't assume that gettext preserves errno.
5431 (dump_file): Don't use `access' to determine whether a directory is readable;
5432 this isn't reliable if tar is setuid. Use `opendir' instead.
5433 Check for readdir and closedir failures.
5434 Don't dump sockets as if they were fifos; just warn and skip.
5435
5436 * src/delete.c (move_archive):
5437 Don't report fatal error merely because sizes don't fit
5438 into struct mtop values; fall back on lseek instead.
5439 Say `Cannot' uniformly, instead of `Could not' sometimes and `Cannot' others.
5440 Say `reposition' instead of `re-position'.
5441 (delete_archive_members):
5442 Set archive to STDOUT_FILENO before outputting trailing buffer.
5443
5444 * src/compare.c (<quotearg.h>): New include.
5445 (diff_init): Use `Cannot' uniformly, instead of `Could not' sometimes
5446 and `Cannot' others.
5447 (report_difference, diff_archive):
5448 Quote arbitrary strings in diagnostics.
5449 (process_rawdata, diff_sparse_files, get_stat_data, diff_archive, seek_warn):
5450 Don't assume that gettext preserves errno.
5451 (diff_archive): Don't open regular files with O_NONBLOCK.
5452 Preserve access times of files if --atime.
5453
5454 * src/common.h (FATAL_ERROR): Use new fatal_exit function to exit.
5455 (FATAL_ERROR, USAGE): Don't return 0.
5456 (enum old files): New enum.
5457 (old_files_option): New variable, replacing keep_old_files_option and
5458 unlink_first_option.
5459 (apply_delayed_set_stat): Now takes char const * param.
5460 (fatal_exit, contains_dot_dot, chdir_fatal, close_error,
5461 closedir_error, exec_fatal, mkfifo_error, mknod_error, open_error,
5462 open_fatal, open_warn, opendir_error, opendir_warn, read_error,
5463 read_fatal, readdir_error, readdir_warn, readlink_error,
5464 readlink_warn, seek_error, seek_warn, stat_error, stat_warn,
5465 truncate_error, truncate_warn, unlink_error, waitpid_error,
5466 write_error, write_fatal, xfork, xpipe, quote, quote_n): New decls.
5467
5468 * src/buffer.c:
5469 (xclose, xdup2, child_open_for_compress, child_open_for_uncompress,
5470 archive_write_error, archive_read_error, flush_archive, close_archive,
5471 init_volume_number, new_volume):
5472 Don't assume that gettext preserves errno.
5473
5474 (xdup2): Don't report errno if dup returns an unexpected nonnegative value.
5475 (open_archive): Reject multivolume verify attempts a bit earlier.
5476 Rename local variable `access', in case it's defined by system header.
5477
5478 (open_archive, backspace_output): Use `Cannot' uniformly, instead of
5479 `Could not' sometimes and `Cannot' others.
5480
5481 (open_archive, flush_read, flush_archive, close_archive, new_volume):
5482 Quote arbitrary strings in diagnostics.
5483
5484 (read_error): Set archive to STDOUT_FILENO temporarily when writing
5485 archive buffer.
5486
5487 (init_volume_number): Check for input and output errors in volno_file.
5488
5489 (new_volume): Use new fatal_exit function to exit, and new xfork
5490 function to fork.
5491
5492 * m4/Makefile.am (EXTRA_DIST): Add c-bs-a.m4.
5493
5494 * Makefile.am (ACINCLUDE_INPUTS): Add $(M4DIR)/c-bs-a.m4.
5495
5496 * doc/tar.texi: Add --overwrite.
5497 --absolute-names rejects ".." in names.
5498
5499 * lib/quotearg.c: Add support for multibyte characters.
5500 (ISGRAPH): Remove.
5501 (ISPRINT): New macro.
5502 (<wchar.h>): Include if HAVE_MBRTOWC && HAVE_WCHAR_H.
5503 (isprint, mbrtowc, mbsinit, mbstate_t): New macros,
5504 defined if ! (HAVE_MBRTOWC && HAVE_WCHAR_H).
5505 (quotearg_buffer_restyled): New function, with most of the old
5506 quotearg_buffer's contents.
5507 Major rewrite to support multibyte characters.
5508 (quotearg_buffer): Now just calls quotearg_buffer_restyled.
5509
5510 * m4/c-bs-a.m4: New file.
5511
5512 * lib/Makefile.am: Use ## for copyright notice.
5513
5514 * scripts/Makefile.am: Use ## on copyright notice.
5515
5516 * doc/Makefile.am:
5517 ($(srcdir)/tar.info, tar.dvi): We now use texinfo 4.0.
5518
5519 1999-12-05 Paul Eggert <eggert@twinsun.com>
5520
5521 * doc/ChangeLog, lib/ChangeLog, scripts/ChangeLog,
5522 src/ChangeLog, tests/ChangeLog: Remove these files.
5523 * ChangeLog.1: New file, incorporating the above files, plus old
5524 ChangeLog entries.
5525 * Makefile.am (EXTRA_DIST): Add ChangeLog.1.
5526
5527 1999-12-05 Dale Worley <worley@ariadne.com>
5528
5529 * src/compare.c (<utime.h>, struct utimbuf): Add.
5530 (diff_archive): Restore access times if --atime.
5531 * doc/tar.texi: Explain that --atime also preserves modification time.
5532
5533 1999-12-04 Gerhard Poul <gpoul@gnu.org>
5534
5535 * ABOUT-NLS: Update to latest version from ftp.gnu.org.
5536 * BACKLOG, TODO: Remove.
5537 * Makefile.am (all-local, BABYL, dist-zoo, id, ID): Remove.
5538 * README: Bring up to date.
5539
5540 1999-12-03 Paul Eggert <eggert@twinsun.com>
5541
5542 * NEWS, configure.in (AM_INIT_AUTOMAKE): Version 1.13.15.
5543
5544 * src/compare.c (diff_archive):
5545 Do not set errno to EPIPE; we no longer use perror.
5546
5547 * src/create.c (dump_file):
5548 If a parent directory said that a file should be there but it is
5549 absent, diagnose it as being removed in the meantime.
5550 Do not pass meaningless errno to ERROR when reporting that the
5551 file changed as we read it.
5552 Report that a file changed if its ctime changes; this is more
5553 sensitive than mtime+size, and more accurate.
5554
5555 * src/incremen.c (enum children): New type.
5556 (struct directory): Change old char allnew member to new enum children
5557 children member.
5558 All uses changed.
5559 (get_directory_contents): When doing an incremental dump that does
5560 not cross filesystem boundaries, dump the mount points, even though
5561 they are in a different filesystem. This is for convenience when
5562 restoring, and for consistency with non-incremental dumps.
5563 This requires a 3-way flag for keeping track of which children we want,
5564 so we use enum children rather than boolean.
5565
5566 * src/open3.c (modes): Remove.
5567 (open3): Remove unportable assumptions about flag encodings.
5568 Use `stat' instead of `access' for testing file existence,
5569 to avoid problems with setuid programs.
5570
5571 * src/names.c (name_next): If file names are given both in the
5572 command line (e.g. via -C) and in a file (via -T), do not
5573 ignore the command-line names.
5574
5575 * m4/uintmax_t.m4: Backport to autoconf 2.13.
5576
5577 * doc/tar.texi: Clarify getdate authorship.
5578
5579 1999-11-23 Paul Eggert <eggert@twinsun.com>
5580
5581 * lib/Makefile.am (DISTCLEANFILES): New macro.
5582
5583 * configure.in (tar_fnmatch_hin):
5584 Remove; it runs afoul of a bug in autoconf 2.13.
5585 Instead, always link fnmatch.h to some file, even if it's a throwaway.
5586
5587 1999-11-19 Paul Eggert <eggert@twinsun.com>
5588
5589 * m4/largefile.m4: Update serial.
5590
5591 1999-11-18 Paul Eggert <eggert@twinsun.com>
5592
5593 * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around a bug in
5594 the QNX shell, which doesn't propagate exit status of failed
5595 commands inside shell assignments.
5596
5597 1999-11-07 Paul Eggert <eggert@twinsun.com>
5598
5599 * NEWS, configure.in (AM_INIT_AUTOMAKE): Version 1.13.14.
5600
5601 * configure.in (AC_PREREQ): Bump to 2.13.
5602 (ALL_LINGUAS): Add pt_BR, ja.
5603 (AC_FUNC_FNMATCH): Remove lib/funmatch.h before invoking, not after.
5604 (tar_cv_path_RSH): Prefer a non-symlink rsh to a symlink one,
5605 for AIX crossbuilds.
5606
5607 * doc/tar.texi: New node create options for --ignore-failed-read.
5608 Remove unused version control symbols.
5609 Modernize texinfo usage.
5610
5611 * src/tar.c (usage): Add examples.
5612
5613 * m4/fnmatch.m4 (AC_FUNC_FNMATCH):
5614 Include fnmatch.h when testing fnmatch.
5615
5616 * src/common.h (collect_and_sort_names): New decl.
5617
5618 * src/list.c (from_header):
5619 Handle 32-bit two's complement negative time stamps
5620 even if the leading octal digit is 2 or 3.
5621
5622 * src/extract.c (set_stat): Remove duplicate code.
5623
5624 * src/create.c (to_chars): Remove trailing newline from warning.
5625 (dump_file): Ignore doors.
5626 (finish_header): Report block numbers with origin 0, not origin 1.
5627
5628 * src/rmt.c: Include getopt.h.
5629 (long_opts): New constant.
5630 (usage): New function.
5631 (main): Implement --help and --version.
5632 Output usage message if arguments are bad.
5633
5634 1999-10-10 Paul Eggert <eggert@twinsun.com>
5635
5636 * NEWS, configure.in (AM_INIT_AUTOMAKE): Version 1.13.13.
5637
5638 * README: Remove --with-dmalloc.
5639 Add --disable-largefile.
5640 Remove old NeXT dirent problems, or AIX valloc problems.
5641 Remove old union wait advice, and old %lld advice.
5642 Remove advice about FreeBSD 2.1.7, ISC 4.1mu, Ultrix `make'.
5643
5644 * doc/tar.texi: Clarify documentation for portable file names.
5645
5646 * configure.in (AM_WITH_DMALLOC): Remove.
5647 (ALL_LINGUAS): Add ja.
5648
5649 * src/tar.c (decode_options):
5650 Invalid dates are now treated as (time_t) -1.
5651 Redo version message to conform to GNU standards.
5652
5653 * src/create.c (dump_file):
5654 Fix typo: last two args to dump_file were interchanged.
5655 * src/update.c (update_archive): Likewise.
5656
5657 * src/common.h (tartime): New decl.
5658
5659 * src/list.c (tartime): Now extern.
5660 (read_and): Invalid headers cause errors, not warnings.
5661
5662 1999-10-03 Paul Eggert <eggert@twinsun.com>
5663
5664 * lib/getdate.y (__attribute__):
5665 Don't use if GCC claims to be before 2.8; this is
5666 needed for OPENStep 4.2 cc. Also, don't use if strict ANSI.
5667
5668 1999-09-25 Paul Eggert <eggert@twinsun.com>
5669
5670 * lib/fnmatch.c, lib/fnmatch.hin: Merge changes from latest glibc.
5671 * lib/getopt.c, lib/getopt.h, lib/getopt1.c: Likewise.
5672
5673 * tests/incremen.sh: Add yet another sleep.
5674
5675 1999-09-24 Paul Eggert <eggert@twinsun.com>
5676
5677 * NEWS: A read error now causes a nonzero exit status.
5678
5679 * src/create.c (to_chars): Fix base-256 output.
5680
5681 * src/buffer.c (write_error):
5682 Read error is an error, not just a warning.
5683
5684 1999-09-24 Paul Eggert <eggert@twinsun.com>
5685
5686 * NEWS, configure.in (AM_INIT_AUTOMAKE): Version 1.13.12.
5687
5688 * src/tar.c (<time.h>): Include.
5689 (time): Declare if not defined.
5690 (confirm): Don't read past EOF.
5691 (long_options, usage): Add --no-same-owner, --no-same-permissions.
5692 (main): Use clock_gettime if available.
5693
5694 * tests/Makefile.am (TESTS): Add incremen.sh
5695 (INCLUDES): Add -I../lib, for fnmatch.h.
5696
5697 * src/update.c (update_archive):
5698 Remove call to name_expand; had no effect.
5699 Use chdir_do to change into directory.
5700 Use deref_stat instead of stat.
5701 Use add_avoided_name to mark names to be avoided; the old method of
5702 setting a bit with the name caused all descendants of that name to
5703 be avoided, in some circumstances.
5704
5705 * tests/incremen.sh: Remove unnecessary sleeps.
5706
5707 * src/names.c (name_next): Go back to using plain chdir.
5708 (name_gather): Use chdir_arg to keep track of arguments to chdir.
5709 (addname): Likewise.
5710 (name_match): Use chdir_do to act on chdir args.
5711 (merge_sort): Moved here from incremen.c.
5712 (compare_names, add_hierarchy_to_namelist, collect_and_sort_names):
5713 Likewise.
5714 (name_expand): Remove.
5715 (name_from_list): Skip fake names.
5716 Use chdir_do to act on chdir args.
5717 (struct avoided_name): New struct.
5718 (avoided_names): New var.
5719 (add_avoided_name, is_avoided_name): New functions.
5720
5721 * src/system.h (stat, lstat): Define in terms of statx on
5722 STX_HIDDEN && !_LARGE_FILES /* AIX */ hosts.
5723 (UCHAR_MAX): New macro.
5724 (TYPE_MAXIMUM): Cast to arg type, for types narrow than int.
5725
5726 * m4/largefile.m4: Work around GCC 2.95.1 bug with HP-UX 10.20.
5727
5728 * src/incremen.c (<time.h>): Remove include; no longer used.
5729 (time): Remove decl.
5730 (time_now): Remove.
5731 (get_directory_contents): Use deref_stat.
5732 Consider a subdirectory to be all new only if
5733 listed_incremental_option or if it its timestamp is newer than the
5734 cutoff.
5735 (add_hierarchy_to_namelist, merge_sort): Move to names.c.
5736 (read_directory_file): Now extern. Do not set time_now.
5737 (write_directory_file): Renamed from write_dir_file.
5738 Use start_time instead of time_now.
5739 (compare_names, collect_and_sort_names): Move to names.c.
5740
5741 * src/mangle.c (<time.h>): Remove; not used.
5742 (time): Do not declare.
5743
5744 * src/misc.c (chdir_from_initial_wd): Remove.
5745 (deref_stat): New function.
5746 (struct wd): New struct.
5747 (wd, wds, wd_alloc): New variables.
5748 (chdir_arg, chdir_do): New function.
5749
5750 * src/compare.c (get_stat_data): Use deref_stat.
5751
5752 * src/common.h (name_expand): Remove.
5753
5754 * src/list.c (time): Declare if not defined.
5755 (base_64_digits): Moved here from create.c.
5756 (base64_map): Use UCHAR_MAX for size, not less-clear (unsigned char)
5757 -1.
5758 (read_and): Don't get time from header unless we need it now;
5759 as getting time can cause duplicate diagnostics if bogus.
5760 Remove "Hmm, " from diagnostic.
5761 Use "Skipping to next header" uniformly.
5762 (from_header): Renamed from from_chars. All uses changed.
5763 Allow different forms for unportable 2's complement numbers.
5764 Don't check for extended forms when parsing checksums.
5765 Parse base-256 output.
5766 (gid_from_header): Renamed from gid_from_chars. All uses changed.
5767 (major_from_header): Renamed from major_from_chars. All uses changed.
5768 (minor_from_header): Renamed from minor_from_chars. All uses changed.
5769 (mode_from_header): Renamed from mode_from_chars. All uses changed.
5770 (off_from_header): Renamed from off_from_chars. All uses changed.
5771 (size_from_header): Renamed from size_from_chars. All uses changed.
5772 (time_from_header): Renamed from time_from_chars. All uses changed.
5773 Warn about future timestamps.
5774 (uid_from_header): Renamed from uid_from_chars. All uses changed.
5775 (uintmax_from_header): Renamed from uintmax_from_chars.
5776 All uses changed.
5777 (tartime): New function, incorporating isotime.
5778 (isotime): Delete.
5779 (print_header): Use tartime.
5780
5781 * src/create.c (to_chars): Fix typo in decl.
5782 Don't assign through char const *.
5783 Rename name_expand back to collect_and_sort_names.
5784
5785 * src/extract.c (<time.h>): No need to include.
5786 (time): No need to declare.
5787 (now): Remove variable.
5788 (extr_init): Don't initialize `now'.
5789 Increment same_permissions_option and same_owner_option if we_are_root
5790 is nonzero; this supports the new --no-same-owner option.
5791 (set_stat): Use start_time instead of `now'.
5792
5793 * src/create.c (struct link): Remove unused linkcount member.
5794 (base_64_digits): Move to list.c.
5795 (base_8_digits): Remove.
5796 (to_octal): New function, with some of old contents of to_base.
5797 (to_base): Remove.
5798 (to_base256): New function.
5799 (to_chars): Use base 256, not base 64, for huge values.
5800 (mode_to_chars): Don't use two's complement in GNU format or POSIX
5801 format.
5802 (dump_file): Interchange last two arguments. If TOP_LEVEL is negative,
5803 it means we have an incremental dump where we don't know whether this
5804 is a top-level call.
5805 Use deref_stat instead of statx / stat / lstat.
5806 Cast result of alloca.
5807 Check for dates if 0 < top_level, not if listed_incremental_option.
5808 Move multiple-link check after directory check.
5809 Do not dump avoided names.
5810 Dump hard links to symbolic names as links, not as separate
5811 symbolic links.
5812 start_header cannot return a null pointer, so don't test for it.
5813 Likewise for find_next_block.
5814
5815 * src/buffer.c, src/common.h (<human.h>): Include.
5816 (read_error): Read error is an error, not just a warning.
5817 (print_total_written): Also print human-readable byte count, and
5818 bytes/s.
5819 (open_archive, flush_write): Use start_time, not current time.
5820 (flush_read): Report about garbage bytes ignored at end of archive,
5821 but act on non-garbage bytes (instead of ignoring them).
5822 (new_volume): Use WARN for warnings.
5823
5824 * doc/Makefile.am:
5825 ($(srcdir)/tar.info): Add -I$(srcdir) so that subdir builds work.
5826
5827 * Makefile.am (ACINCLUDE_INPUTS): Add $(M4DIR)/fnmatch.m4.
5828
5829 * m4/Makefile.am (EXTRA_DIST): Add fnmatch.m4.
5830
5831 * lib/Makefile.am (noinst_HEADERS):
5832 Rename fnmatch.h to fnmatch.hin; add human.h.
5833 (libtar_a_SOURCES): Add human.c, xstrtoul.c.
5834 (INCLUDES): Remove -I.. -I$(srcdir) -- automake adds this for us.
5835
5836 * src/Makefile.am (rmt_LDADD, tar_LDADD): New macros.
5837
5838 * lib/fnmatch.c (strchrnul):
5839 Define to __strchrnul if _LIBC, to our own replacement otherwise.
5840 Do not define if !_LIBC and if it already exists.
5841 (internal_fnmatch): Use it.
5842
5843 * configure.in (tar_LDADD): New variable, used only when linking tar.
5844 (rmt_LDADD): Similarly, for rmt.
5845 (AC_FUNC_FNMATCH): Link fnnmatch.hin to fnmatch.h if we're using our
5846 fnmatch.c; otherwise, use the system fnmatch.h.
5847
5848 * doc/tar.texi: Add --no-same-owner, --no-same-permissions.
5849 Modernize sample backup script.
5850
5851 * THANKS: Martin Goik's email address has changed.
5852
5853 * m4/fnmatch.m4: New file.
5854
5855 1999-09-03 Paul Eggert <eggert@twinsun.com>
5856
5857 * lib/lchown.h (ENOSYS): Don't use ENOMSG; it's not in NeXTStep3.3.
5858 Use EINVAL instead.
5859
5860 1999-08-29 Paul Eggert <eggert@twinsun.com>
5861
5862 * lib/getdate.y (get_date):
5863 Rename outermost local `probe' to `quarter'.
5864 Rename latter local `tm' to probe_tm.
5865 From: Jim Meyering <meyering@ascend.com>
5866 Message-ID: <uryn1vafyyc.fsf@ixi.eng.ascend.com>
5867
5868 1999-08-28 Paul Eggert <eggert@twinsun.com>
5869
5870 * lib/getdate.y (PC): New macro; use it when possible.
5871 (number): Handle `Nov 11 1996' example correctly.
5872 See Risks Digest 20.55 (1999-08-27)
5873 http://catless.ncl.ac.uk/Risks/20.55.html#subj18
5874
5875 1999-08-23 Paul Eggert <eggert@twinsun.com>
5876
5877 * NEWS, configure.in (AM_INIT_AUTOMAKE): Version 1.13.11.
5878
5879 Remove minor cases of lint from many source files: this includes
5880 unnecessary casts, uses of NULL, etc.
5881
5882 * configure.in (AC_PROG_YACC): Remove.
5883 (YACC): Always use bison.
5884 (AC_STRUCT_TIMEZONE): Add.
5885 (AC_REPLACE_FUNCS): Add strcasecmp, strncasecmp.
5886
5887 * doc/tar.texi: --bzip2 is now -I. Remove obsolete time zone info.
5888 Fix spelling.
5889
5890 * lib/Makefile.am (EXTRA_DIST): Add strcasecmp.c, strncasecmp.c.
5891 ($(srcdir)/getdate.c): Rename y.tab.c to getdate.c only if successful.
5892
5893 * lib/strcasecmp.c, lib/strncasecmp.c: New files.
5894
5895 * src/common.h (merge_sort): Remove decl; no longer exported.
5896
5897 * src/system.h (voidstar): Remove.
5898 (memcpy, memcmp): Cast args.
5899 ("xalloc.h"): Add include.
5900 (xmalloc, xrealloc): Remove decl.
5901
5902 * src/mangle.c (time): Do not declare if defined.
5903 (first_mangle, mangled_num): Remove.
5904
5905 * src/list.c (from_chars): Report out-of-range values more precisely.
5906 (off_from_chars): Do not allow negative offsets.
5907 (uid_from_chars): Allow negative uids.
5908
5909 * src/create.c (linklist): Now static.
5910 (to_chars): Fix wording of message to match from_chars.
5911
5912 * src/misc.c (merge_sort): Move to incremen.c.
5913 * src/incremen.c (merge_sort): Move here from misc.c; now static.
5914 It's too painful to make it both generic and portable.
5915 (read_directory_file): "timestamp" -> "time stamp" in messages.
5916
5917 * src/tar.c (long_options, usage, main): -y is now -I (for --bzip).
5918 (usage): Fix misspelling.
5919 (OPTION_STRING): -y is now -I.
5920 (decode_options): Use -1, not EOF, for getopt_long result.
5921 Fix typo when invoking xstrtoumax: look for LONGINT_OK, not LONG_MAX.
5922 Handle operands after any "--" argument.
5923 (main): Report any output errors.
5924
5925 * src/rmt.c (main): status is ssize_t, not long.
5926
5927 * src/names.c (name_gather): Handle trailing -C option correctly.
5928 (addname): use memcpy, not strncpy, to copy a string of known length.
5929 (name_match): Handle trailing -C option correctly.
5930 Propagate -C option to following files.
5931 (name_match, name_scan): Remove redundant matching code.
5932
5933 * src/buffer.c (open_archive): Use American spelling in diagnostic.
5934
5935 * lib/getdate.y: Major rewrite. Add copyright notice.
5936 (<stdio.h>): Include only if testing.
5937 (ISUPPER): Remove.
5938 (ISLOWER): New macro.
5939 (<string.h>): Include if HAVE_STRING_H, not USG.
5940 (bcopy): Remove.
5941 (yymaxdepth, ..., yycheck): Don't bother to redefine, since we assume
5942 bison.
5943 (EPOCH_YEAR): Renamed from EPOCH.
5944 (table): Renamed from TABLE.
5945 (meridian): Now an anonymous enum.
5946 (struct parser_control): New type.
5947 (YYLEX_PARAM, YYPARSE_PARAM, YYSTYPE): New macros.
5948 (yyInput, ..., yyRelYear): Migrated into struct parser_control.
5949 (%pure_parser): Added, so that the parser is pure.
5950 (%union): Removed; the type is now just plain int.
5951 All %type directives removed.
5952 (tLOCAL_ZONE): New %token.
5953 (month_day_table): Renamed from MonthDayTable.
5954 (gmtime, localtime, mktime, time): Declare only if not defined.
5955 (meridian_table): New table.
5956 (dst_table): New table.
5957 (units_table): renamed from UnitsTable.
5958 (relative_time_table): Renamed from OtherTable.
5959 (time_zone_table): Renamed from TimezoneTable. Modernized.
5960 (military_table): Renamed from MilitaryTable.
5961 (to_hour): Renamed from ToHour.
5962 (to_year): Renamed from ToYear.
5963 (lookup_zone): New function.
5964 (LookupWord): Renamed from lookup_word. Use lookup_zone for time
5965 zones.
5966 (yylex): Now reentrant. All callers changed.
5967 (get_date): Add support for local time zone abbreviations.
5968 Make it reentrant.
5969
5970 1999-08-20 Paul Eggert <eggert@twinsun.com>
5971
5972 * NEWS, configure.in (AM_INIT_AUTOMAKE): Version 1.13.10.
5973
5974 * src/create.c (to_chars): Generate GNU base-64 representation
5975 if we are generating an old or new GNU format tar file for a
5976 number that can't be represented with the POSIX format.
5977
5978 * configure.in (AC_CHECK_FUNCS): Add fchdir.
5979 (AM_FUNC_GETLINE): Add.
5980 (LIBOBJS): Add getline.o to workaround comment.
5981 * Makefile.am (ACINCLUDE_INPUTS): Add $(M4DIR)/getline.m4.
5982 * m4/Makefile.am (EXTRA_DIST): Add getline.m4.
5983 * lib/Makefile.am (noinst_HEADERS): Add getline.h, save-cwd.h.
5984 (libtar_a_SOURCES): Add save-cwd.c, xgetcwd.c.
5985 * lib/getline.c, lib/getline.h, lib/save-cwd.c,
5986 lib/save-cwd.h, m4/getline.m4: New files.
5987
5988 * src/misc.c (<save-cwd.h>): Include.
5989 (chdir_from_initial_wd): New function.
5990
5991 * src/names.c (name_next): Use chdir_from_initial_wd, not chdir.
5992 (name_gather): Handle `-C x -C y' correctly.
5993 Do not rely on addname to handle -C.
5994 (addname): New CHANGE_DIR parameter. All callers changed.
5995 Remove ugly calls to getcwd; no longer needed.
5996 (name_match, name_from_list): Use chdir_from_initial_wd, not chdir.
5997
5998 * src/incremen.c (listed_incremental_stream): New var.
5999 (read_directory_file): Remove arbitrary limits on file name length.
6000 Do not attempt to get the working directory; we can bypass this
6001 on fchdir hosts. Open the listed_incremental_option file for both
6002 read and write instead of opening it twice. Check for I/O errors
6003 when doing I/O to this file. Check for invalid data in the file,
6004 and report line numbers of invalid data.
6005 (write_dir_file): Likewise.
6006 (collect_and_sort_names): Use chdir_from_initial_wd, not chdir.
6007 Do not invoke write_dir_file; that's our caller's responsibility.
6008
6009 * src/list.c (max): New macro.
6010 (isotime): Now takes time_t, not time_t *. Report the decimal values
6011 of times that can't be broken down.
6012 (print_header): Don't assume that major and minor device numbers can
6013 fit into uintmax_t.
6014
6015 * src/common.h (struct name): change_dir is now char const *.
6016 (write_directory_file): Remove unused decl.
6017 (STRINGIFY_BIGINT): Assume b always points to UINTMAX_STRSIZE_BOUND
6018 chars; the old `sizeof (b)' broke when b was a pointer not an array.
6019 (chdir_from_initial_wd): New decl.
6020 (addname): New 2nd arg.
6021
6022 * THANKS: Torsten Lull -> Catrin Urbanneck
6023
6024 1999-08-18 Paul Eggert <eggert@twinsun.com>
6025
6026 * configure.in (HAVE_GETHOSTENT, HAVE_SETSOCKOPT):
6027 Don't depend on ac_cv_func variables.
6028 From Albert Chin-A-Young <china@thewrittenword.com>.
6029
6030 1999-08-18 Paul Eggert <eggert@twinsun.com>
6031
6032 * NEWS, configure.in (AM_INIT_AUTOMAKE): Version 1.13.9
6033
6034 * m4/signedchar.m4: New file.
6035 * configure.in (pe_AC_TYPE_SIGNED_CHAR): Add.
6036 * src/system.h (signed_char): New macro.
6037 * Makefile.am (ACINCLUDE_INPUTS): Add $(M4DIR)/signedchar.m4.
6038 * m4/Makefile.am (EXTRA_DIST): Add signedchar.m4.
6039
6040 * src/create.c (write_eot): Write at least two zero blocks.
6041
6042 * src/extract.c (extract_archive): Fix sparse array bug:
6043 we did not find end of array correctly.
6044
6045 * src/compare.c: (fill_in_sparse_array, diff_sparse_files):
6046 Don't assume find_next_block yields nonnull.
6047 * src/extract.c (extract_sparse_file, extract_archive): Likewise.
6048 * src/list.c (skip_extended_headers): Likewise.
6049
6050 * src/list.c (read_and, list_archive): Simplify code.
6051 (read_header): Fix computation of signed checksums on machines where
6052 char is unsigned.
6053 Do not consider a block to be zero unless all its bytes are zero,
6054 even the checksum bytes. Do not attempt to parse the checksum of
6055 a zero block. Fix memory leak with long names and links.
6056 (from_chars): Accommodate a buggy tar that outputs leading NUL
6057 if the previous field overflows.
6058
6059 * src/misc.c (quote_copy_string): Generate \177 for '\177', not
6060 \?, for portability to non-ASCII hosts.
6061
6062 1999-08-16 Paul Eggert <eggert@twinsun.com>
6063
6064 * configure.in (AM_INIT_AUTOMAKE), NEWS: Version 1.13.8.
6065
6066 * src/extract.c (make_directories): Do not chown intermediate
6067 directories, even if we are root.
6068
6069 * src/list.c (read_header): Fix bugs when interpreting
6070 POSIX-compliant headers that do not contain null bytes in the
6071 header or link names.
6072
6073 1999-08-14 Paul Eggert <eggert@twinsun.com>
6074
6075 * configure.in (AM_INIT_AUTOMAKE), NEWS: Version 1.13.7.
6076
6077 * configure.in (AC_CHECK_HEADERS): Remove sys/wait.h.
6078 (AC_HEADER_SYS_WAIT): Add.
6079 (AC_REPLACE_FUNCS): Add waitpid.
6080 (tar_cv_header_union_wait, HAVE_UNION_WAIT): Remove.
6081 * lib/waitpid.c: New file.
6082 * lib/Makefile.am (EXTRA_DIST): Add waitpid.c.
6083 * src/system.h (WCOREDUMP): Remove; no longer used.
6084 (WIFSTOPPED): Likewise.
6085 (WEXITSTATUS, WIFSIGNALED): Default to Solaris 7 versions.
6086 * src/buffer.c (child_open_for_compress): Undo previous change.
6087 (close_archive): Use waitpid, POSIX-style, instead of old BSD style.
6088 (new_volume): Likewise.
6089
6090 * src/buffer.c, src/extract.c, src/incremen.c (time):
6091 Don't declare if defined.
6092 * src/extract.c (extr_init): Remove unneeded cast around 0 arg to time.
6093 * src/incremen.c (read_directory_file):
6094 Invoke `time' the same way everyone else does.
6095 Check validity of --listed-incremental file contents a bit better.
6096 Do not worry about --after-date-option; tar.c now checks this.
6097 * src/list.c (isotime): Report ??? if localtime returns null.
6098 Don't assume years fit into four digits.
6099 Don't append trailing newline.
6100 (print_header): Report ??? if localtime returns null;
6101 Don't assume years fit into four digits.
6102
6103 * src/compare.c (diff_archive): Do not fall back on absolute name
6104 when --absolute-names is not specified.
6105
6106 * src/create.c (start_header):
6107 Include text of ignored filesystem prefix in warning.
6108 (create_archive): Check for excluded names when doing incremental
6109 pass through directory.
6110 (dump_file): Do not dump old files explicitly given on command line
6111 when using --listed-incremental. Do not strip ./ prefix from names.
6112
6113 * src/tar.c: -g now implies after_date_option = 1.
6114 -g and -N are now incompatible options.
6115
6116 * doc/tar.texi: Explain --exclude better. Don't strip leading `./'.
6117
6118 1999-08-11 Jeff Dairiki <dairiki@dairiki.org>
6119
6120 * src/list.c (read_header): Don't parse OLDGNU_FORMAT
6121 incremental headers as POSIX prefixes.
6122
6123 1999-08-11 Paul Eggert <eggert@twinsun.com>
6124
6125 * NEWS, configure.in: Version 1.13.6.
6126
6127 * configure.in (ALL_LINGUAS): Add pt_BR.
6128 * po/pt_BR.po: New file.
6129
6130 * doc/Makefile.am ($(srcdir)/tar.info, $(srcdir)/header.texi):
6131 Renamed from tar.info and header.texi; adjust actions so that
6132 they work in other directories.
6133
6134 * doc/tar.texi: Add -y and --bzip2.
6135 Patterns containing / now exclude only file names whose prefix match.
6136
6137 * lib/exclude.h (excluded_filename): New option parameter.
6138 (add_exclude_file): New ADD_FUNC parameter.
6139 (excluded_pathname): Remove decl.
6140 * lib/exclude.c (_GNU_SOURCE):
6141 Remove; no longer needed since we don't use FNM_ macros.
6142 (excluded_filename): Renamed from excluded_filename_opts.
6143 (excluded_filename, excluded_pathname): Remove.
6144 (add_exclude_file): New ADD_FUNC parameter.
6145
6146 * po/POTFILES.in: Add lib/quotearg.c.
6147
6148 * src/buffer.c (_GNU_SOURCE): Define.
6149 (<fnmatch.h>): Include unconditionally.
6150 (child_open_for_compress): Dup after closing, to avoid possible file
6151 descriptor exhaustion.
6152 (flush_write): Use FILESYSTEM_PREFIX_LEN instead of MSDOS ifdef.
6153 (flush_read): Likewise.
6154
6155 * src/common.h (LG_8, LG_64): New macros.
6156 (excluded_with_slash, excluded_without_slash): New vars.
6157 (excluded): Remove.
6158 (base_64_digits): New decl.
6159 (gid_to_chars, major_to_chars, minor_to_chars, mode_to_chars,
6160 off_to_chars, size_to_chars, time_to_chars, uid_to_chars,
6161 uintmax_to_chars,
6162 GID_TO_CHARS, MAJOR_TO_CHARS, MINOR_TO_CHARS, MODE_TO_CHARS,
6163 OFF_TO_CHARS, SIZE_TO_CHARS, TIME_TO_CHARS, UID_TO_CHARS,
6164 UINTMAX_TO_CHARS):
6165 Renamed from gid_to_oct, major_to_oct, minor_to_oct, mode_to_oct,
6166 off_to_oct, size_to_oct, time_to_oct, uid_to_oct, uintmax_to_oct,
6167 GID_TO_OCT, MAJOR_TO_OCT, MINOR_TO_OCT, MODE_TO_OCT, OFF_TO_OCT,
6168 SIZE_TO_OCT, TIME_TO_OCT, UID_TO_OCT, UINTMAX_TO_OCT,
6169 respectively. All definitions and uses changed.
6170 (excluded_name): New decl.
6171
6172 * src/compare.c (diff_archive):
6173 Open files with O_NONBLOCK instead of O_NDELAY.
6174
6175 * src/create.c (base_64_digits): New constant.
6176 (base_8_digits): New macro.
6177 (MAX_VAL_WITH_DIGITS): New macro.
6178 (to_base): First half of old to_oct. Support base 64 too.
6179 (to_chars): Other half of old to_oct, for 64-bit support.
6180 (GID_NOBODY, UID_NOBODY): Don't define if the headers don't.
6181 (gid_substitute, uid_substitute): Look up names dynamically if
6182 GID_NOBODY and UID_NOBODY aren't defined; use -2 if all else fails.
6183 (mode_to_chars): Renamed from mode_to_oct.
6184 Support negative values in all the _to_chars functions.
6185 (start_header): Use FILESYSTEM_PREFIX_LEN instead of MSDOS ifdef.
6186 Abort if archive format is DEFAULT_FORMAT when it shouldn't be.
6187 (dump_file): Inspect entire pathname, not just new file name
6188 component, when deciding whether to exclude it.
6189
6190 * src/extract.c (extract_archive):
6191 Open files with O_NONBLOCK instead of O_NDELAY.
6192
6193 * src/incremen.c (get_directory_contents):
6194 Inspect entire pathname, not just new file name
6195 component, when deciding whether to exclude it.
6196
6197 * src/list.c (<fnmatch.h>): Do not include.
6198 (from_chars): Renamed from from_oct. New parameter specifying
6199 the negative of the minimum allowed value. Support negative
6200 and base-64 values.
6201 (base64_map): New var.
6202 (base64_init): New function.
6203 (print_header): Output numeric uids and gids if numeric_owner_option.
6204
6205 * src/misc.c (quote_copy_string): Use LG_8 instead of constants.
6206
6207 * src/names.c (_GNU_SOURCE): Define.
6208 (<fnmatch.h>): Include unconditionally.
6209 (excluded_name): New function, taking over duties of excluded_pathname.
6210 All uses changed.
6211
6212 * src/rmt.c (decode_oflag): New function.
6213 (main): Use it to support symbolic open flags.
6214
6215 * src/rtapelib.c (encode_oflag): New function.
6216 (rmt_open__): Do not allow newlines in the path.
6217 Propagate errno correctly.
6218 Decode symbolic open flags, if present.
6219
6220 * src/system.h (FILESYSTEM_PREFIX_LEN, ISSLASH, O_ACCMODE, O_NONBLOCK):
6221 New macros.
6222
6223 * src/tar.c: (long_options, usage, OPTION_STRING, decode_options):
6224 New -y or --bzip2 option.
6225 (add_filtered_exclude): New function.
6226 (decode_options): Put excluded patterns with / into
6227 excluded_with_slash, and without / into excluded_without_slash.
6228 Compare newer_mtime_option to its new initial value
6229 TYPE_MINIMUM (time_t) when deciding whether more than one
6230 threshold date was specified.
6231
6232 1999-07-20 Paul Eggert <eggert@twinsun.com>
6233
6234 * NEWS, configure.in: Version 1.13.5.
6235
6236 * src/common.h (FATAL_ERROR): Invoke apply_delayed_set_stat
6237 before exiting.
6238 * src/buffer.c (new_volume): Likewise.
6239 * src/incremen.c (read_directory_file): Likewise.
6240 * src/tar.c (decode_options):
6241 ERROR ((TAREXIT_FAILURE, ... -> FATAL_ERROR ((0,
6242 for consistency.
6243
6244 * NEWS, configure.in (AM_INIT_AUTOMAKE): Version 1.13.4.
6245 * configure.in (AC_CHECK_FUNCS): Add lstat, readlink, symlink.
6246
6247 * src/system.h (lstat): Define only if !HAVE_LSTAT && !defined lstat.
6248 (S_ISMPB, S_ISMPC, S_ISNWK): Remove unused macros.
6249 (S_ISBLK, S_ISCHR, S_ISCTG, S_ISFIFO, S_ISLNK, S_ISSOCK):
6250 Define to 0 if the corresponding S_IF* macro is not defined.
6251 (mkfifo): Do not define if already defined, or if S_IFIFO
6252 is not defined.
6253
6254 * src/compare.c (diff_archive): Use HAVE_READLINK, not
6255 S_ISLNK, to determine whether to invoke readlink.
6256 * src/create.c (dump_file): Likewise.
6257
6258 * src/extract.c (set_mode):
6259 Do not chmod unless we are root or the -p option was given;
6260 this matches historical practice.
6261 (unlink_destination): New function, which checks for unlink failures.
6262 (maybe_recoverable): Stay quiet if -U.
6263 (extract_archive): Use O_EXCL if unlink_first_option.
6264 Report unlink failures.
6265 Use HAVE_SYMLINK, not S_ISLNK, to determine whether symlink exists.
6266 Use HAVE_MKFIFO || defined mkfifo, not S_ISFIFO, to determine whether
6267 mkfifo exists.
6268
6269 * src/incremen.c (get_directory_contents): Depend on
6270 S_ISHIDDEN, not AIX, to determine whether to invoke S_ISHIDDEN.
6271
6272 * src/list.c: Remove S_IS* ifdefs.
6273 * src/misc.c (maybe_backup_file): Likewise.
6274
6275 * src/misc.c (maybe_backup_file):
6276 "Virtual memory exhausted" -> "Memory exhausted",
6277 to conform to the other places this message is issued.
6278
6279 * src/mangle.c (extract_mangle):
6280 Replace #ifdef S_ISLNK with #ifdef HAVE_SYMLINK.
6281
6282 * src/rtapelib.c (rmt_open__):
6283 Remove typo that caused us to omit the first char
6284 of the basename.
6285
6286 1999-07-16 Paul Eggert <eggert@twinsun.com>
6287
6288 * NEWS, configure.in (AM_INIT_AUTOMAKE): version 1.13.3.
6289
6290 * doc/tar.texi: A path name is excluded if any of its file name
6291 components matches an excluded pattern, even if the path name was
6292 specified on the command line.
6293 * src/create.c (create_archive): Likewise.
6294 * src/list.c (read_and): Likewise.
6295 * src/update.c (update_archive): Likewise.
6296 * lib/exclude.h (excluded_pathname): New decl.
6297 * lib/exclude.c (_GNU_SOURCE): Define.
6298 (FILESYSTEM_PREFIX_LEN, ISSLASH): New macros.
6299 (excluded_filename_opts): New function.
6300 (excluded_pathname): New function.
6301
6302 * lib/Makefile.am (EXTRA_DIST):
6303 xstrtol.c moved here from libtar_a_SOURCES.
6304 (libtar_a_SOURCES): Move xstrtol.c to EXTRA_DIST.
6305 Remove xstrtoul.c; no longer needed.
6306 * lib/xstrtol.c: Remove.
6307
6308 * src/tar.c (decode_options):
6309 Set newer_time_option to TYPE_MINIMUM, so that
6310 negative timestamps are handled correctly.
6311 Replace invocations of xstrtol and xstrtoul with xstrtoumax, for
6312 uniformity (and so that we don't need to have the other fns).
6313 (main): Remove call to init_total_written; no longer needed.
6314
6315 * configure.in (AC_CHECK_SIZEOF): Remove no-longer-needed
6316 checks for unsigned long and long long.
6317 * src/arith.c: Remove.
6318 * src/Makefile.am (tar_SOURCES): Remove arith.c.
6319 * po/POTFILES.in: Remove src/arith.c.
6320 * src/arith.h: Use double, to simplify configuration gotchas.
6321 (tarlong): Now double.
6322 (TARLONG_FORMAT): New macro.
6323 (BITS_PER_BYTE, BITS_PER_TARLONG, SUPERDIGIT, BITS_PER_SUPERDIGIT,
6324 LONGS_PER_TARLONG, SIZEOF_TARLONG, struct tarlong,
6325 zerop_tarlong_helper, lessp_tarlong_helper, clear_tarlong_helper,
6326 add_to_tarlong_helper, mult_tarlong_helper, print_tarlong_helper,
6327 zerop_tarlong, lessp_tarlong, clear_tarlong, add_to_tarlong,
6328 mult_tarlong, print_tarlong): Remove. All callers replaced with
6329 arithmetic ops.
6330
6331 * src/common.h (init_total_written): Remove decl.
6332
6333 * src/buffer.c (total_written):
6334 Remove; replaced with prev_written + bytes_written.
6335 (prev_written): New var.
6336 (init_total_written): Remove.
6337 (print_total_written): Use TARLONG_FORMAT instead of print_tarlong.
6338
6339 * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG):
6340 Make sure that we can shift, multiply
6341 and divide unsigned long long values; Ultrix cc can't do it.
6342
6343 * lib/modechange.c (mode_compile): Use uintmax_t, not unsigned long.
6344 Check for any unknown bits, not just unknown bits left of the leftmost
6345 known bit.
6346
6347 * lib/quotearg.c (quotearg_buffer):
6348 Don't quote spaces if C quoting style.
6349 * src/list.c (from_oct):
6350 Use C quoting style for error; omit trailing NULs.
6351
6352 1999-07-14 Paul Eggert <eggert@twinsun.com>
6353
6354 * configure.in (AM_INIT_AUTOMAKE), NEWS: Version 1.13.2.
6355
6356 * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check whether
6357 <inttypes.h> defines strtoumax as a macro (and not as a function).
6358 HP-UX 10.20 does this.
6359
6360 * src/tar.c (usage): tar-bugs@gnu.org -> bug-tar@gnu.org
6361 * PORTS, README, TODO, doc/tar.texi: Likewise.
6362
6363 1999-07-12 Paul Eggert <eggert@twinsun.com>
6364
6365 * configure.in (AM_INIT_AUTOMAKE): Version 1.13.1.
6366 (LIBOBJS): Add mktime.o to automake 1.4 bug workaround.
6367
6368 * src/list.c (decode_header):
6369 Do not assume that S_IFBLK and S_IFCHR are defined.
6370
6371 * src/create.c (start_header): Do not assume S_IFMT is defined.
6372 (dump_file): Remove unnecessary check for screwy apollo lossage.
6373 Do not assume S_IFBLK and S_IFCHR are defined.
6374
6375 * src/extract.c (extract_archive):
6376 Test whether S_IFCHR and S_IFBLK are nonzero,
6377 not whether they are defined, for consistency with other tests.
6378
6379 * src/buffer.c (is_regular_file):
6380 Don't succeed on files that we can't access due to
6381 permissions problems.
6382 (open_archive): Fix wording on fatal error message.
6383 Don't bother to stat /dev/null if the archive is not a character
6384 special device.
6385
6386 * src/compare.c (process_rawdata, diff_sparse_files, diff_archive):
6387 Report an error, not a warning, for I/O errors.
6388 (process_rawdata, process_dumpdir, diff_sparse_files):
6389 Change ungrammatical "Data differs" to "Contents differ".
6390 (get_stat_data): Find hidden files on AIX.
6391 Accept file name as argument; all uses changed.
6392 (get_stat_data, diff_archive): Use system error message for
6393 nonexistent files rather than rolling our own.
6394 (diff_archive): Unknown file types are errors, not warnings.
6395 Normalize spelling of message to "File type differs".
6396 Use get_stat_data to get link status, for consistency.
6397 Do not inspect st_rdev for fifos.
6398 Do not assume st_mode values contain only file types and mode bits.
6399 Check for mode changes and device number changes separately.
6400
6401 * src/update.c (append_file):
6402 Open the file before statting it, to avoid a race.
6403 Complain about file shrinkage only when we reach EOF.
6404
6405 1999-07-08 Paul Eggert <eggert@twinsun.com>
6406
6407 * NEWS, configure.in (AM_INIT_AUTOMAKE): Version 1.13 released.
6408
6409 * configure.in (AC_EXEEXT): Add.
6410
6411 * lib/Makefile.am (noinst_HEADERS):
6412 Add basename.h, exclude.h. Remove full-write.h.
6413 (libtar_a_SOURCES): Add exclude.c.
6414
6415 * lib/basename.h, lib/exclude.c, lib/exclude.h, lib/safe-read.h:
6416 New files.
6417 * lib/full-write.c: Include safe-read.h instead of full-write.h.
6418 * lib/safe-read.h (safe_read): New decl.
6419 * src/rmt.c: Include safe-read.h.
6420 * src/rtapelib.c: Include basename.h, save-read.h.
6421 (rmt_open__): Use base_name to compute base name.
6422
6423 * src/common.h:
6424 Include basename.h, exclude.h; don't include full-write.h.
6425 (exclude_option): Remove decl.
6426 (excluded): New decl.
6427 (add_exclude, add_exclude_file, check_exclude): Remove decls.
6428
6429 * src/list.c (read_and):
6430 Use excluded_filename instead of check_exclude.
6431 Check base name of incoming file name, not entire file name, when
6432 deciding whether to exclude it.
6433
6434 * src/create.c (finish_sparse_file):
6435 Use excluded_filename instead of check_exclude.
6436 Don't bother to stat excluded file names.
6437 * src/incremen.c (get_directory_contents): Likewise.
6438
6439 * src/names.c (exclude_pool, exclude_pool_size,
6440 allocated_exclude_pool_size, simple_exclude_array,
6441 simple_excludes, allocated_simple_excludes,
6442 pattern_exclude_array, pattern_excludes,
6443 allocated_pattern_excludes, add_exclude, add_exclude_file,
6444 check_exclude):
6445 Remove; now done in ../lib/exclude.c.
6446
6447 * src/tar.c (decode_options): Initialize `excluded'.
6448 Use new add_exclude_file and add_exclude functions.
6449
6450 1999-07-05 Paul Eggert <eggert@twinsun.com>
6451
6452 * m4/gettext.m4: Use changequote rather than [[ ]].
6453
6454 * lib/safe-read.c: Renamed from lib/full-read.c.
6455 (safe_read): Renamed from full_read. All uses changed.
6456 * lib/safe-read.h, lib/full-write.h: New files.
6457 * lib/Makefile.am (noinst_HEADERS): Add full-write.h, safe-read.h.
6458 (libtar_a_SOURCES): Rename full-read.c to safe-read.c.
6459 * lib/full-write.c: Include full-write.h.
6460 * src/common.h: Include full-write.h, safe-read.h.
6461 * src/system.h: (full_read, full_write): Remove decls.
6462
6463 * src/Makefile.am (datadir): New var; needed for Solaris gettext.
6464
6465 * src/system.h (bindtextdomain, textdomain): undef before
6466 defining, to avoid preprocessor warnings with --disable-nls
6467 on hosts whose locale.h includes libintl.h.
6468
6469 * lib/xstrtol.c (__strtol): Remove decl; it doesn't work if __strtol
6470 expands to a macro, which occurs in HP-UX 10.20 with strtoumax.
6471 (strtol, strtoul): New decls (for pre-ANSI hosts), to replace
6472 the above decl.
6473
6474 1999-07-02 Paul Eggert <eggert@twinsun.com>
6475
6476 * Makefile.am (ACINCLUDE_INPUTS): Add $(M4DIR)/mktime.m4.
6477 * m4/mktime.m4: New file.
6478 * m4/Makefile.am.in, m4/README: Remove these files.
6479 * m4/Makefile.am (EXTRA_DIST): Add mktime.m4;
6480 remove README, Makefile.am.in.
6481 (Makefile.am): Remove rule; it didn't work in BSD/OS 4.0.
6482 * m4/jm-mktime.m4 (jm_FUNC_MKTIME): Invoke AC_FUNC_MKTIME,
6483 not AM_FUNC_MKTIME.
6484
6485 * src/tar.c: Include signal.h.
6486 (SIGCHLD): Define to SIGCLD if SIGCLD is defined but SIGCHLD is not.
6487 (main): Ensure SIGCHLD is not ignored.
6488
6489 (BACKUP_OPTION, DELETE_OPTION, EXCLUDE_OPTION, GROUP_OPTION,
6490 MODE_OPTION, NEWER_MTIME_OPTION, NO_RECURSE_OPTION, NULL_OPTION,
6491 OWNER_OPTION, POSIX_OPTION, PRESERVE_OPTION, RECORD_SIZE_OPTION,
6492 RSH_COMMAND_OPTION, SUFFIX_OPTION, USE_COMPRESS_PROGRAM_OPTION,
6493 VOLNO_FILE_OPTION, OBSOLETE_ABSOLUTE_NAMES,
6494 OBSOLETE_BLOCK_COMPRESS, OBSOLETE_BLOCKING_FACTOR,
6495 OBSOLETE_BLOCK_NUMBER, OBSOLETE_READ_FULL_RECORDS, OBSOLETE_TOUCH,
6496 OBSOLETE_VERSION_CONTROL): Make sure they can't be valid chars, so
6497 they don't overlap with char codes. Use an enum instead of a lot
6498 of #defines.
6499
6500 * src/system.h (ISASCII): Remove.
6501 (CTYPE_DOMAIN, ISDIGIT, ISODIGIT, ISPRINT, ISSPACE, S_ISUID,
6502 S_ISGID, S_IRUSR, S_IWUSR, S_IXUSR, S_IRGRP, S_IWGRP, S_IXGRP,
6503 S_IROTH, S_IWOTH, S_IXOTH, MODE_WXUSR, MODE_R, MODE_RW,
6504 MODE_RWX, MODE_ALL, SEEK_SET, SEEK_CUR, SEEK_END, CHAR_MAX,
6505 LONG_MAX): New macros.
6506
6507 * src/incremen.c (ISDIGIT, ISSPACE): Remove; now in system.h.
6508 (read_directory_file): Cast ISSPACE arg to unsigned char.
6509 * src/misc.c (ISPRINT): Remove; now in system.h.
6510 (remove_any_file): Add brackets to pacify gcc -Wall.
6511 * src/list.c: Don't include <ctype.h>; system.h already does this.
6512 (ISODIGIT, ISSPACE): Remove; now in system.h.
6513 (decode_header): No need to AND mode with 07777; MODE_FROM_OCT
6514 does this now.
6515 (from_oct): Cast ISSPACE arg to unsigned char.
6516
6517 * src/create.c (mode_to_oct): Translate modes from internal to
6518 external form.
6519 * src/list.c (mode_from_oct): Translate modes from external to
6520 internal form. Do not complain about unrecognized mode bits.
6521 * src/common.h (TSUID, TSGID, TSVTX, TUREAD, TUWRITE, TUEXEC,
6522 TGREAD, TGWRITE, TGEXEC, TOREAD, TOWRITE, TOEXEC): Remove undefs.
6523
6524 * src/extract.c: (extr_init, make_directories, extract_archive):
6525 Do not assume mode bits have traditional Unix values.
6526 * src/list.c (decode_mode): Likewise.
6527 * src/create.c (start_header, dump_file): Likewise.
6528 * src/buffer.c (child_open_for_compress,
6529 child_open_for_uncompress, open_archive, (close_archive): Likewise.
6530 * src/compare.c (diff_archive): Likewise.
6531
6532 * src/extract.c (set_mode): Use %04 not %0.4 format.
6533 (extract_sparse_file): Do not use data_block uninitialized.
6534 Check for lseek failures.
6535
6536 * src/rtapelib.c (rmt_lseek__):
6537 Convert lseek whence values to portable integers on the wire.
6538 * src/rmt.c (main): Likewise. Check for whence values out of range.
6539
6540 * src/create.c (finish_sparse_file): Use lseek whence macros
6541 instead of integers.
6542 * src/buffer.c (backspace_output): Likewise.
6543 * src/compare.c (diff_archive, verify_volume): Likewise.
6544 * src/delete.c (move_archive): Likewise.
6545 * src/extract.c (extract_sparse_file): Likewise.
6546
6547 * src/create.c (dump_file): Do not invoke finish_sparse_file
6548 on a negative file descriptor.
6549
6550 * src/buffer.c: Add braces to pacify gcc -Wall.
6551
6552 * src/compare.c (diff_sparse_files): Report lseek errors.
6553
6554 * configure.in (ALL_LINGUAS): Add cs, es, ru.
6555
6556 * PORTS, TODO: gnu.ai.mit.edu -> gnu.org
6557
6558 * src/arith.c, src/buffer.c (new_volume): Don't put ^G in
6559 message to be internationalized; \a doesn't work with msgfmt.
6560
6561 * src/tar.c (long_options, main, usage, OPTION_STRING):
6562 Remove -E or --ending-file.
6563 * src/list.c (read_and): Likewise.
6564 * src/common.h (ending_file_option): Likewise.
6565 * src/buffer.c (close_archive): Likewise.
6566
6567 * tests/after: Don't run two commands together in a pipeline,
6568 as some old shells mishandle pipeline exit status.
6569
6570 1999-06-28 Paul Eggert <eggert@twinsun.com>
6571
6572 * configure.in (AM_INIT_AUTOMAKE): version 1.12.64015.
6573 * NEWS: Describe changes since 1.12.
6574 * README: Update bug reporting address; move paxutils ref to NEWS.
6575
6576 Handle EINTR correctly.
6577 * lib/Makefile.am (libtar_a_SOURCES): Add full-read.c, full-write.c.
6578 * lib/full-read.c, lib/full-write.c: New files.
6579 * src/buffer.c (child_open_for_compress, child_open_for_uncompress):
6580 Prefer full_read to read and full_write to write.
6581 * src/compare.c (process_rawdata, diff_sparse_files): Likewise.
6582 * src/create.c (deal_with_sparse, finish_sparse_file, dump_file):
6583 Likewise.
6584 * src/extract.c (extract_sparse_file): Likewise.
6585 * src/rmt.c (get_string, main, report_error_message,
6586 report_numbered_error): Likewise.
6587 * src/rmt.h (rmtread, rmtwrite): Likewise.
6588 * src/rtapelib.c (do_command, get_status_string, rmt_read__,
6589 rmt_write__, rmt_ioctl__): Likewise.
6590 * src/update.c (append_file): Likewise.
6591 * src/system.h (full_read, full_write): New decls.
6592
6593 * po/POTFILES.in: Add lib/argmatch.c, lib/error.c lib/getopt.c,
6594 lib/xmalloc.c, src/arith.c, src/misc.c.
6595
6596 * src/system.h (STDIN_FILENO, STDOUT_FILENO, STDERR_FILENO):
6597 New macros. All uses of STDIN and STDOUT changed.
6598 * src/rmt.c (prepare_record_buffer, main): Use STDIN_FILENO
6599 instead of 0 and STDOUT_FILENO instead of 1.
6600 * src/rtapelib.c (_rmt_rexec): Use STDIN_FILENO and STDOUT_FILENO
6601 instead of fileno (stdin) and fileno (stdout) or 0 and 1.
6602
6603 * src/rmt.c (private_strerror): Avoid const. Translate results.
6604
6605 * tests/Makefile.am (TESTS): Remove incremen.sh; it doesn't work
6606 in the presence of NFS clock skew.
6607
6608 1999-06-25 Paul Eggert <eggert@twinsun.com>
6609
6610 * configure.in (AM_INIT_AUTOMAKE): version 1.12.64014.
6611
6612 * src/buffer.c (write_archive_buffer): New function.
6613 (child_open_for_compress, flush_write, flush_read): Use it to write
6614 buffers.
6615 (open_archive): Report error if fstat of archive fails.
6616 Improve efficiency of check for /dev/null.
6617 Also, fix some corner cases with remote archives and /dev/null checking.
6618 (close_archive): Test for input fifo only if not remote.
6619 Truncate output archive only if it's not remote.
6620
6621 * src/misc.c (remove_any_file):
6622 Don't terminate if you see . or ..; just skip them.
6623
6624 1999-06-18 Paul Eggert <eggert@twinsun.com>
6625
6626 * configure.in (AM_INIT_AUTOMAKE): version 1.12.64013.
6627
6628 Output sizes using a format that's more compatible with
6629 traditional tar (and with GNU Emacs).
6630 * src/common.h (GID_TO_OCT, MAJOR_TO_OCT, MINOR_TO_OCT,
6631 MODE_TO_OCT, SIZE_TO_OCT, UID_TO_OCT, UINTMAX_TO_OCT):
6632 Don't subtract 1 from size.
6633 * src/create.c (to_oct): Prepend leading zeros, not spaces.
6634 Output a trailing NUL unless the value won't fit without it.
6635 (finish_header): No need to append NUL to chksum, now that
6636 to_oct is doing it.
6637
6638 1999-06-16 Paul Eggert <eggert@twinsun.com>
6639
6640 * NEWS, configure.in (AM_INIT_AUTOMAKE): version 1.12.64012.
6641
6642 * src/Makefile.am (LDADD): Link libtar.a after @INTLLIBS@, since
6643 @INTLLIBS@ might invoke rpl_realloc.
6644
6645 * src/tar.c (backup_type): Remove decl; backupfile.h now has it.
6646 (intconv): Remove; use xstrto* fns instead.
6647 ("xstrtol.h"): Include.
6648 (check_decimal): Remove.
6649 (long_options, usage, OPTION_STRING, decode_options):
6650 Remove -y, --bzip2, --unbzip2.
6651 (decode_options): Use xget_version instead of get_version.
6652 Check for overflow with -b and -L and RECORD_SIZE_OPTION.
6653 Replace invocations of check_decimal with xstrtoumax.
6654
6655 * tests/preset.in (echo_n, echo_c): Remove.
6656
6657 * tests/after: Don't rely on $echo_c and $echo_n.
6658
6659 * lib/addext.c, lib/dirname.c, lib/lchown.c, lib/lchown.h,
6660 lib/malloc.c, lib/mktime.c, lib/realloc.c, lib/strtol.c, lib/strtoul.c,
6661 lib/strtoull.c, lib/strtoumax.c, lib/utime.c, lib/xstrtol.c,
6662 lib/xstrtol.h, lib/xstrtoul.c, lib/xstrtoumax.c,
6663 m4/Makefile.am.in, m4/README, m4/ccstdc.m4, m4/d-ino.m4,
6664 m4/gettext.m4, m4/inttypes_h.m4, m4/isc-posix.m4,
6665 m4/jm-mktime.m4, m4/largefile.m4, m4/lcmessage.m4,
6666 m4/malloc.m4, m4/progtest.m4, m4/realloc.m4, m4/uintmax_t.m4,
6667 m4/ulonglong.m4, m4/utimbuf.m4, m4/utime.m4, m4/utimes.m4,
6668 m4/xstrtoumax.m4: New files.
6669
6670 * configure.in(fp_PROG_ECHO): Remove; no longer needed.
6671 (AC_SYS_LARGEFILE): Renamed from AC_LFS.
6672 (jm_AC_HEADER_INTTYPES_H): Replaces inline code.
6673 (jm_STRUCT_DIRENT_D_INO, jm_AC_TYPE_UINTMAX_T, jm_AC_PREREQ_XSTRTOUMAX): Add.
6674 (AC_CHECK_FUNCS): Remove lchown.
6675 (AC_REPLACE_FUNCS): Remove basename, dirname.
6676 Add lchown, strtol, strtoul.
6677 (jm_FUNC_MKTIME): Add.
6678 (LIBOBJS): Replace .o with $U.o, so that the .o files in LIBOBJS
6679 are also built via the ANSI2KNR-filtering rules.
6680 Use a no-op line to work around bug in automake 1.4 with malloc and
6681 realloc.
6682 (AC_OUTPUT): Add m4/Makefile.
6683
6684 * lib/Makefile.am (EXTRA_DIST):
6685 Add lchown.c, malloc.c, mktime.c, realloc.c,
6686 strtol.c, strtoul.c, strtoull.c, strtoumax.c, utime.c.
6687 (noinst_HEADERS): Add lchown.h, modechange.h, xstrtol.h.
6688 (libtar_a_SOURCES): Add addext.c, basename.c, xstrtol.c,
6689 xstrtoul.c, xstrtoumax.c. Remove getversion.c.
6690 ($(srcdir)/getdate.c:): Remove `expect conflicts' line.
6691
6692 * src/system.h (uintmax_t): Don't declare; configure now does this.
6693
6694 * src/common.h (backup_type): New decl.
6695 * src/common.h, src/misc.c, src/tar.c:
6696 Move include of backupfile.h to common.h.
6697
6698 * src/misc.c (maybe_backup_file):
6699 Pass backup_type to find_backup_file_name.
6700
6701 * src/list.c (print_header): Change sizes of uform and gform from 11 to
6702 UINTMAX_STRSIZE_BOUND.
6703
6704 * doc/tar.texi: Remove --bzip2.
6705 Fix @xref typos reported by latest makeinfo.
6706
6707 * Makefile.am (ACLOCAL_AMFLAGS): New macro.
6708 (SUBDIRS): Add m4.
6709 (M4DIR, ACINCLUDE_INPUTS): New macros.
6710 ($(srcdir)/acinclude.m4): New rule.
6711
6712 * acconfig.h (ENABLE_NLS, HAVE_CATGETS, HAVE_GETTEXT,
6713 HAVE_INTTYPES_H, HAVE_LC_MESSAGES, HAVE_STPCPY): Remve #undefs;
6714 now generated automatically by autoconf.
6715
6716 1999-05-15 Paul Eggert <eggert@twinsun.com>
6717
6718 * doc/tar.texi: Remove -y.
6719
6720 1999-04-09 Paul Eggert <eggert@twinsun.com>
6721
6722 * src/system.h (INT_STRLEN_BOUND): Fix off-by-factor-of-10 typo
6723 (we were allocating too much storage).
6724 (uintmax_t): Don't declare; configure now does this.
6725
6726 * ABOUT-NLS: Update to gettext 0.10.35 edition.
6727
6728 1999-03-22 Paul Eggert <eggert@twinsun.com>
6729
6730 * NEWS, configure.in (AM_INIT_AUTOMAKE): version 1.12.64010
6731
6732 * acinclude.m4 (AC_LFS_FLAGS):
6733 Don't use -mabi=n32 with GCC on IRIX 6.2; it's the default.
6734 (AC_LFS): -n32, -o32, and -n64 are CPPFLAGS, not CFLAGS.
6735 (jm_FUNC_MALLOC, jm_FUNC_REALLOC): New macros.
6736
6737 * configure.in (jm_FUNC_MALLOC, jm_FUNC_REALLOC):
6738 New macros; needed for latest GNU xmalloc.c.
6739
6740 * Makefile.am (noinst_HEADERS): Add quotearg.h, xalloc.h.
6741 (libtar_a_SOURCES): Add quotearg.c.
6742 * list.c: Include <quotearg.h>.
6743 (from_oct): Add forward decl.
6744 (read_header): Return HEADER_FAILURE if we can't parse the checksum.
6745 (from_oct): Report an error only if TYPE is nonzero.
6746 Quote any funny characters in bad header.
6747
6748 1999-03-20 Paul Eggert <eggert@twinsun.com>
6749
6750 * NEWS, configure.in (AM_INIT_AUTOMAKE): version 1.12.64009
6751
6752 * acinclude.m4 (AC_LFS_FLAGS): Add support for IRIX 6.2 and later.
6753 (AC_LFS_SPACE_APPEND): Assume $2 is quoted properly; all callers
6754 changed.
6755 (AC_LFS): Simplify AIX revision number test.
6756
6757 1999-03-17 Paul Eggert <eggert@twinsun.com>
6758
6759 * NEWS, configure.in (AM_INIT_AUTOMAKE): version 1.12.64008
6760
6761 * configure.in (AC_VALIDATE_CACHED_SYSTEM_TUPLE):
6762 Remove; it doesn't work that well
6763 with AC_CANONICAL_HOST.
6764 (fp_WITH_INCLUDED_MALLOC): Remove; we'll just use the system malloc.
6765
6766 * Makefile.am (EXTRA_DIST): Remove AC-PATCHES, AM-PATCHES, BI-PATCHES.
6767
6768 * Makefile.am (EXTRA_DIST): Remove gmalloc.c.
6769
6770 * acinclude.m4 (fp_WITH_INCLUDED_MALLOC): Remove.
6771
6772 * tar.texi: Fix bug-report addr.
6773
6774 * README: Remove --with-included-malloc.
6775 Upgrade version numbers of build software.
6776
6777 1999-03-07 Paul Eggert <eggert@twinsun.com>
6778
6779 * NEWS, configure.in (AM_INIT_AUTOMAKE): Version 1.12.64007.
6780
6781 * acinclude.m4 (AM_WITH_NLS): Port to Solaris 2.5.1,
6782 where bindtextdomain and gettext require -lintl.
6783 (AC_LFS_FLAGS): Simplify so that it only gets the flags;
6784 `no' means it failed.
6785 (AC_LFS_SPACE_APPEND, AC_LFS_MACRO_VALUE): New macros.
6786 (AC_LFS): Use them. Set _FILE_OFFSET_BITS, _LARGEFILE_SOURCE, and
6787 _LARGE_FILES from LFS_CFLAGS, so that in the normal case we don't need
6788 to add anything to the command line (it's all in config.h).
6789 Put any extra -D and -I options into CPPFLAGS, the rest into CFLAGS.
6790
6791 1999-03-01 Paul Eggert <eggert@twinsun.com>
6792
6793 * NEWS, configure.in (AM_INIT_AUTOMAKE): Version 1.12.64006.
6794
6795 * acinclude.m4 (AC_LFS_FLAGS): Port to AIX 4.2.
6796
6797 * src/list.c: (gid_from_oct, major_from_oct, minor_from_oct,
6798 mode_from_oct, off_from_oct, size_from_oct, time_from_oct,
6799 uid_from_oct, uintmax_from_oct): Use TYPE_MAXIMUM instead of macros
6800 like OFF_MAX, which are not reliable
6801 (e.g. OFF_MAX in AIX 4.2 is incorrect).
6802 * src/system.h (GID_MAX, MAJOR_MAX, MINOR_MAX, MODE_MAX, OFF_MAX,
6803 SIZE_MAX, TIME_MAX,UID_MAX, UINTMAX_MAX): Remove; no longer used.
6804
6805 * src/incremen.c (get_directory_contents):
6806 Don't use statx if _LARGE_FILES; it doesn't work under AIX 4.2.
6807 Have statx depend on STX_HIDDEN, not AIX.
6808
6809 * src/create.c (to_oct):
6810 New parameter substitute, giving a substitute value to use
6811 when the original value is out of range. Do not append a space to the
6812 output; modern tars don't. When a value is out of range, specify the
6813 maximum value, not the number of bits.
6814 (GID_NOBODY, UID_NOBODY): New macros.
6815 (gid_to_oct, uid_to_oct): Use them as substitutes.
6816 (finish_header): Do not assume that UINTMAX_TO_OCT appends a space.
6817 (dump_file): Check whether the file changed as we read it.
6818
6819 * src/rmt.c (main): Remove suspicious AIX/386 code.
6820
6821 1999-02-19 Paul Eggert <eggert@twinsun.com>
6822
6823 * intl/localealias.c (read_alias_file): Don't assume that memcpy
6824 returns a type compatible with char *; it doesn't on SunOS
6825 4.1.4 with Sun cc, since <string.h> doesn't declare memcpy.
6826
6827 * NEWS, configure.in (AM_INIT_AUTOMAKE): Version 1.12.64005.
6828
6829 * src/tar.c (long_options, usage): Prefer --unbzip2 to --bunzip2.
6830 * doc/tar.texi: Add --bzip2, --unbzip2 options.
6831
6832 * configure.in (AC_CANONICAL_HOST, AC_VALIDATE_CACHED_SYSTEM_TUPLE):
6833 Add.
6834 (AC_LINK_FILES): Omit; AM_GNU_GETTEXT now does this.
6835 (AC_OUTPUT): Omit munging of po/Makefile; AM_GNU_GETTEXT now does this.
6836 * acinclude.m4 (AM_WITH_NLS):
6837 Update to latest gettext version (serial 5).
6838 (AC_LFS_FLAGS): New macro
6839 (AC_LFS): Use it. Append to CFLAGS, LDFLAGS, LDLIBS instead of
6840 working only with unset variables. Append to CFLAGS, not CPPFLAGS.
6841 Work properly in cross-compilation scenario, by checking for getconf
6842 with AC_CHECK_TOOL and by ditching uname in favor of
6843 AC_CANONICAL_HOST and $host_os. Add --disable-lfs option.
6844
6845 * lib/getdate.y: Update to fileutils 4.0 getdate.y, with one patch:
6846 replace FORCE_ALLOCA_H with HAVE_ALLOCA_H.
6847 * lib/Makefile.am (AUTOMAKE_OPTIONS): Append ../src/ansi2knr,
6848 since getdate.y now uses ANSI code.
6849
6850 * config.guess, config.sub: New files; taken from automake 1.4.
6851
6852 * intl/Makefile.in, intl/VERSION, intl/bindtextdom.c,
6853 intl/cat-compat.c, intl/dcgettext.c, intl/dgettext.c,
6854 intl/explodename.c, intl/finddomain.c, intl/gettext.c,
6855 intl/gettext.h, intl/gettextP.h, intl/hash-string.h,
6856 intl/l10nflist.c, intl/libgettext.h, intl/loadinfo.h,
6857 intl/loadmsgcat.c, intl/localealias.c, intl/textdomain.c:
6858 Update to GNU gettext 0.10.35, with patches as per GCC snapshot 990109.
6859
6860 1999-02-01 Paul Eggert <eggert@twinsun.com>
6861
6862 * src/tar.c: Update copyright.
6863
6864 * NEWS: 1.12.64004
6865
6866 1999-02-01 Paul Eggert <eggert@twinsun.com>
6867
6868 * NEWS, configure.in: Version 1.12.64004
6869
6870 * configure.in (AC_LFS): Use this macro, instead of open-coding it.
6871
6872 * acinclude.m4 (AC_LFS, AM_PROG_CC_STDC): New macros.
6873
6874 * src/extract.c (extract_archive): Fix bug when extracting sparse
6875 files: they were trashing the tar file header.
6876
6877 * src/tar.c: (long_options, usage, OPTION_STRING, decode_options):
6878 Add -y or --bzip2 or --bunzip2 option.
6879
6880 1999-01-30 Paul Eggert <eggert@twinsun.com>
6881
6882 * src/names.c (cached_no_such_uname, cached_no_such_gname,
6883 cached_no_such_uid, cached_no_such_gid): New vars.
6884 (uid_to_uname, gid_to_gname, uname_to_uid, gname_to_gid):
6885 Cache failures, too.
6886
6887 * src/tar.c (decode_options):
6888 Don't pass names longer than UNAME_FIELD_SIZE to
6889 uname_to_uid, as it messes up the cache. Similarly for gname_to_uid.
6890
6891 1999-01-27 Paul Eggert <eggert@twinsun.com>
6892
6893 * NEWS, configure.in: Version 1.12.64003
6894
6895 * src/buffer.c (backspace_output, close_archive): Cast
6896 rmtlseek position arg to off_t, for benefit of K&R compilers
6897 with long long.
6898 * src/compare.c (verify_volume): Likewise.
6899
6900 * NEWS, configure.in: Version 1.12.64002
6901
6902 * src/create.c (gid_to_oct, major_to_oct, minor_to_oct, mode_to_oct,
6903 off_to_oct, size_to_oct, time_to_oct, uid_to_oct):
6904 Cast arg to uintmax_t for benefit of pre-ANSI compilers with long long.
6905 * src/list.c: (gid_from_oct, major_from_oct, minor_from_oct,
6906 mode_from_oct, off_from_oct, size_from_oct, time_from_oct,
6907 uid_from_oct): Likewise.
6908
6909 1999-01-25 Paul Eggert <eggert@twinsun.com>
6910
6911 * incremen.sh: Fix timing bug in regression test.
6912
6913 1999-01-22 Paul Eggert <eggert@twinsun.com>
6914
6915 * NEWS, configure.in: Update version
6916
6917 * Makefile.am (localedir): Change to $(datadir)/locale.
6918 (DEFS): New macro, defining LOCALEDIR.
6919 (tar.o, tar._o, rmt.o, rmt._o): Remove.
6920 (INCLUDES): Add -I..
6921
6922 * Makefile.am (localedir): Change to $(datadir)/locale.
6923
6924 1999-01-21 Paul Eggert <eggert@twinsun.com>
6925
6926 * NEWS, README, configure.in: Unofficial version 1.12.64001.
6927
6928 * tests/Makefile.am (localedir): Change to $(datadir)/locale.
6929 * src/Makefile.am (localedir): Likewise.
6930 (DEFS): New macro, defining LOCALEDIR.
6931 (tar.o, tar._o, rmt.o, rmt._o): Remove.
6932 (INCLUDES): Add `-I..'.
6933
6934 * tests/incremen.sh: Fix timing bug.
6935
6936 1999-01-20 Paul Eggert <eggert@twinsun.com>
6937
6938 * NEWS, README, configure.in: Unofficial version 1.12.64000.
6939 `lfs.7' changed to `64000' in version number
6940 to conform to gnits standards.
6941
6942 * COPYING, INSTALL, doc/texinfo.tex, install-sh, missing,
6943 mkinstalldirs, ansi2knr.c: Update to latest public versions.
6944
6945 Rebuild with automake 1.4 and autoconf 2.13, to work around some
6946 porting problems.
6947
6948 1998-12-07 Paul Eggert <eggert@twinsun.com>
6949
6950 * NEWS, README, configure.in: Unofficial version 1.12.lfs.6.
6951
6952 * src/list.c (read_header):
6953 Accept file names as specified by POSIX.1-1996 section 10.1.1.
6954
6955 1998-11-30 Paul Eggert <eggert@twinsun.com>
6956
6957 * configure.in: Quote the output of uname.
6958
6959 * src/extract.c (set_stat): chmod after chown even when not root;
6960 if we are using --same-owner this is needed e.g. on Solaris 2.5.1.
6961
6962 1998-11-15 Paul Eggert <eggert@twinsun.com>
6963
6964 * NEWS, README, configure.in: Unofficial version 1.12.lfs.5.
6965
6966 * configure.in (ac_test_CPPFLAGS, ac_test_LDFLAGS, ac_test_LIBS,
6967 ac_getconfs, ac_result): Special case for HP-UX 10.20 or later.
6968
6969 1998-10-28 Paul Eggert <eggert@twinsun.com>
6970
6971 * NEWS, README, configure.in: Unofficial version 1.12.lfs.4.
6972
6973 * src/system.h (voidstar): Use void * if __STDC__ is defined,
6974 not merely nonzero.
6975
6976 * src/rtapelib.c: Don't use rexec code unless compiled with WITH_REXEC.
6977 On many installations, rexec is disabled.
6978
6979 1998-08-07 Paul Eggert <eggert@twinsun.com>
6980
6981 * NEWS, README, configure.in: Unofficial version 1.12.lfs.3.
6982
6983 * src/names.c (uid_to_uname, gid_to_gname): Don't used cached name
6984 for nameless users and groups.
6985
6986 1998-02-17 Paul Eggert <eggert@twinsun.com>
6987
6988 * NEWS, README, configure.in: Unofficial version 1.12.lfs.2.
6989 * NEWS, README: Add explanation of why this isn't an official version.
6990
6991 1998-02-02 Paul Eggert <eggert@twinsun.com>
6992
6993 * NEWS, README, configure.in: Unofficial version 1.12.lfs.1.
6994 This is an unofficial version.
6995
6996 1997-12-17 Paul Eggert <eggert@twinsun.com>
6997
6998 * src/incremen.c (ST_DEV_MSB): New macro.
6999 (NFS_FILE_STAT): Use most significant bit of st_dev,
7000 even if it's unsigned.
7001
7002 1997-12-08 Paul Eggert <eggert@twinsun.com>
7003
7004 * src/system.h (ST_NBLOCKS): Fix typo in definition.
7005
7006 1997-11-19 Paul Eggert <eggert@twinsun.com>
7007
7008 * configure.in (HAVE_INTTYPES_H):
7009 Don't ignore cache variable if it's already set.
7010
7011 1997-11-10 Paul Eggert <eggert@twinsun.com>
7012
7013 * src/rmt.c (main): Don't assume mt_count is of type daddr_t.
7014 * src/delete.c (records_read): Now off_t.
7015 (move_archive): Don't assume mt_count is of type daddr_t.
7016
7017 1997-10-30 Paul Eggert <eggert@twinsun.com>
7018
7019 * configure.in (CPPFLAGS, LDFLAGS, LIBS):
7020 Set to appropriate values if large file support
7021 needs explicit enabling.
7022 (HAVE_INTTYPES_H, HAVE_ST_FSTYPE_STRING, daddr_t, major_t, minor_t,
7023 ssize_t):
7024 New macros to configure.
7025 (AC_TYPE_MODE_T, AC_TYPE_PID_T, AC_TYPE_OFF_T): Add.
7026
7027 * acconfig.h (daddr_t, HAVE_INTTYPES_H, HAVE_ST_FSTYPE_STRING,
7028 major_t, minor_t, ssize_t): New macros.
7029
7030 * src/arith.h (TARLONG_FORMAT):
7031 Fix typo: %uld -> %lu. Use unsigned when long long
7032 (%lld -> %llu).
7033 (add_to_tarlong_helper, mult_tarlong_helper): 2nd arg is now unsigned long.
7034 (add_to_tarlong, mult_tarlong): Cast 2nd arg to unsigned long.
7035
7036 * src/arith.c (add_to_tarlong_helper, mult_tarlong_helper):
7037 2nd arg is now unsigned long.
7038
7039 * src/rmt.c (allocated_size): Now size_t, and now initialized to 0.
7040 (prepare_record_buffer): Arg is now size_t.
7041 Remove now-useless casts.
7042
7043 (main): Use `long' for status, so that it can store ssize_t.
7044 Use daddr_t, mode_t, size_t, off_t when appropriate.
7045 Convert daddr_t and off_t values ourselves, since they might be longer
7046 than long. Convert other types using `long' primitives.
7047 When processing MTIOCTOP, do not try to pass resulting
7048 count back, since it won't work (it could be too large) and it's
7049 not expected anyway.
7050
7051 * src/update.c:
7052 (append_file) Use off_t, size_t, ssize_t when appropriate. Remove
7053 now-useless casts. Use unsigned long to print *_t types, except use
7054 STRINGIFY_BIGINT for off_t.
7055 (update_archive): Cast -1 to dev_t when necessary.
7056
7057 * src/tar.c (check_decimal):
7058 Now returns 1 if successful, 0 otherwise, and returns
7059 uintmax_t value into new arg. Check for arithmetic overflow.
7060 (decode_options): Avoid overflow if record_size fits in size_t but not int.
7061 Check for overflow on user or group ids.
7062
7063 * src/compare.c (diff_init, process_rawdata, read_and_process,
7064 diff_sparse_files, diff_archive):
7065 Use off_t, pid_t, size_t, ssize_t when appropriate.
7066 Remove now-useless casts. Use unsigned long to print *_t types,
7067 except use STRINGIFY_BIGINT for off_t.
7068
7069 (process_noop, process_rawdata, process_dumpdir, read_and_process):
7070 Size arg is now size_t.
7071
7072 (diff_sparse_files): Arg is now off_t. Check for size_t overflow
7073 when allocating buffer.
7074
7075 * src/rtapelib.c:
7076 (do_command, rmt_open__, rmt_read__, rmt_lseek__, rmt_ioctl__):
7077 Use pid_t, size_t, ssize_t when appropriate. Remove now-useless casts.
7078 Use unsigned long to print *_t types, except use STRINGIFY_BIGINT for
7079 off_t.
7080
7081 (get_status_string, get_status_off): New function.
7082 (get_status): Now returns long, so that it can store ssize_t.
7083 Invoke get_status_string to do the real work.
7084 (rmt_read__, rmt_write__): Now returns ssize_t. Size arg is now size_t.
7085 (rmt_lseek__): Now returns off_t, using new get_status_off function.
7086 (rmt_ioctl__): Convert mt_count by hand,
7087 since it might be longer than long.
7088
7089 * src/mangle.c (extract_mangle):
7090 Check for overflow when converting off_t to size_t.
7091 Use off_t, size_t when appropriate. Remove now-useless casts.
7092
7093 * src/system.h (mode_t): Remove; now done by autoconf.
7094 (ST_NBLOCKS): Do not overflow if st_size is near maximum.
7095 Return number of ST_NBLOCKSIZE-byte blocks,
7096 not number of 512-byte blocks;
7097 this also helps to avoid overflow.
7098 (st_blocks): Declare if needed.
7099 (ST_NBLOCKSIZE): New macro.
7100 (<limits.h>, <inttypes.h>): Include if available.
7101 (CHAR_BIT): New macro.
7102 (uintmax_t): New typedef.
7103 (TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM, INT_STRLEN_BOUND,
7104 UINTMAX_STRSIZE_BOUND, GID_MAX, MAJOR_MAX, MINOR_MAX, MODE_MAX,
7105 OFF_MAX, SIZE_MAX, TIME_MAX, UID_MAX, UINTMAX_MAX): New macros.
7106
7107 * src/names.c (name_init):
7108 Fix typo in error message: FILE* was passed, but char*
7109 was wanted.
7110
7111 (read_name_from_file, name_gather, addname, name_match, name_scan,
7112 add_exclude): Use size_t when appropriate. Remove now-useless casts.
7113
7114 (exclude_pool_size, allocated_exclude_pool_size): Now size_t.
7115
7116 * src/extract.c (newdir_umask, current_umask): Now mode_t.
7117 (extract_sparse_file): Args now use off_t.
7118
7119 (set_mode, set_stat, make_directories, extract_sparse_file,
7120 extract_archive): Use off_t, size_t, ssize_t when appropriate. Remove
7121 now-useless casts. Use unsigned long to print *_t types, except use
7122 STRINGIFY_BIGINT for off_t.
7123
7124 * src/misc.c (quote_copy_string):
7125 Use size_t when appropriate. Remove now-useless casts.
7126
7127 * src/list.c (read_and, list_archive, read_header, decode_mode,
7128 print_header, print_for_mkdir):
7129 Use mode_t, off_t, size_t when appropriate. Remove
7130 now-useless casts. Use unsigned long to print *_t types, except use
7131 STRINGIFY_BIGINT for off_t.
7132
7133 (read_header): Check for overflow when converting header size.
7134
7135 (from_oct): Now static. Now returns uintmax_t. `where' arg is now
7136 const char *. Size arg is now size_t. Now takes new type and maxval
7137 args. Compute result using uintmax_t, not long. Report error if
7138 field does not contain octal number in range.
7139 (gid_from_oct, major_from_oct, minor_from_oct, mode_from_oct,
7140 off_from_oct, size_from_oct, time_from_oct, uid_from_oct,
7141 uintmax_from_oct): New functions.
7142
7143 (stringify_uintmax_t_backwards): New function.
7144
7145 (decode_mode, print_for_mkdir): Mode arg is now mode_t.
7146 (skip_file): Offset arg is now off_t.
7147
7148 * src/buffer.c (record_start_block, save_totsize, save_sizeleft,
7149 real_s_totsize, real_s_sizeleft, current_block_ordinal):
7150 Now off_t.
7151 (write_error): Arg is now ssize_t.
7152 (child_pid): Now pid_t.
7153 (available_space_after): Now size_t.
7154
7155 (child_open_for_compress, child_open_for_uncompress, flush_write,
7156 open_archive, flush_write, write_error, flush_read, close_archive):
7157 Use pid_t, ssize_t, size_t when appropriate. Remove now-useless
7158 casts. Use unsigned long to print *_t types, except use
7159 STRINGIFY_BIGINT for off_t.
7160
7161 * src/delete.c (records_read): Now daddr_t.
7162 (move_archive): Arg is now daddr_t. Check for overflow when
7163 computing offset.
7164 (move_archive, delete_archive_members): Use daddr_t, off_t when
7165 appropriate. Remove now-useless casts.
7166
7167 * src/rmt.h (rmt_read__, rmt_write__): Now returns ssize_t.
7168 (rmt_lseek): Now returns off_t.
7169
7170 * src/create.c (to_oct):
7171 Now static. Value arg is now uintmax_t. Accept new args
7172 giving name of type of octal field, for error messages. Report an
7173 error if the value is too large to fit in the field.
7174 (gid_to_oct, major_to_oct, minor_to_oct, mode_to_oct, off_to_oct,
7175 size_to_oct, time_to_oct, uid_to_oct, uintmax_to_oct): New functions.
7176
7177 (write_eot, write_long, finish_header, deal_with_sparse,
7178 finish_sparse_file, dump_file): Use dev_t, off_t, ssize_t, size_t when
7179 appropriate. Remove now-useless casts. Use unsigned long to print
7180 *_t types, except use STRINGIFY_BIGINT for off_t.
7181
7182 (find_new_file_size): 1st arg is now off_t*.
7183 (finish_sparse_file): Args now use off_t, not long.
7184 Check for lseek error.
7185 (create_archive, dump_file): Cast -1 to dev_t when necessary.
7186 (dump_file): Device arg is now dev_t.
7187 Avoid overflow when testing whether file has holes
7188 by using the new ST_NBLOCKSIZE macro.
7189
7190 * src/incremen.c (struct accumulator, add_to_accumulator,
7191 get_directory_contents, add_hierarchy_to_namelist, gnu_restore):
7192 Use size_t for sizes.
7193 (struct directory, get_directory_contents, add_hierarchy_to_namelist):
7194 Use dev_t, ino_t for devices and inodes.
7195 (gnu_restore): Use off_t for file offsets.
7196 (struct directory): Use char for flags. Add new flag `nfs'.
7197 (nfs): New constant
7198 (NFS_FILE_STAT): New macro.
7199 (note_directory): Accept struct stat * instead of
7200 device and inode number. All callers changed.
7201 (note_directory, get_directory_contents):
7202 Use NFS_FILE_STAT to determine whether directory is an NFS directory.
7203 (write_dir_file): Cast time_t to unsigned long before printing as %lu.
7204
7205 * src/common.h (record_size, struct name, struct sp_array,
7206 available_space_after):
7207 Use size_t for sizes.
7208 (save_sizeleft, save_totsize, current_block_ordinal, skip_file):
7209 Use off_t for file offsets.
7210 (struct name): dir_contents is now const char *, not char *.
7211 (dump_file, get_directory_contents): Use dev_t for devices.
7212 (to_oct): Remove decl.
7213 (GID_TO_OCT, MAJOR_TO_OCT, MINOR_TO_OCT, MODE_TO_OCT, SIZE_TO_OCT,
7214 UID_TO_OCT, UINTMAX_TO_OCT, OFF_TO_OCT, TIME_TO_OCT, STRINGIFY_BIGINT,
7215 GID_FROM_OCT, MAJOR_FROM_OCT, MINOR_FROM_OCT, MODE_FROM_OCT,
7216 OFF_FROM_OCT, SIZE_FROM_OCT, TIME_FROM_OCT, UID_FROM_OCT,
7217 UINTMAX_FROM_OCT): New macros.
7218 (gid_to_oct, major_to_oct, minor_to_oct, mode_to_oct, off_to_oct,
7219 size_to_oct, time_to_oct, uid_to_oct, uintmax_to_oct,
7220 stringify_uintmax_t_backwards, gid_from_oct, major_from_oct,
7221 minor_from_oct, mode_from_oct, off_from_oct, size_from_oct,
7222 time_from_oct, uid_from_oct, uintmax_from_oct): New decls.
7223 (print_for_mkdir): 2nd arg is now mode_t.
7224
7225 See ChangeLog.1 for earlier changes.
7226
7227
7228 \f
7229 Copyright (C) 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005, 2006
7230 Free Software Foundation, Inc.
7231
7232 This file is part of GNU tar.
7233
7234 GNU tar is free software; you can redistribute it and/or modify
7235 it under the terms of the GNU General Public License as published by
7236 the Free Software Foundation; either version 2, or (at your option)
7237 any later version.
7238
7239 GNU tar is distributed in the hope that it will be useful,
7240 but WITHOUT ANY WARRANTY; without even the implied warranty of
7241 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
7242 GNU General Public License for more details.
7243
7244 You should have received a copy of the GNU General Public License
7245 along with GNU tar; see the file COPYING. If not, write to
7246 the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
7247 Boston, MA 02110-1301, USA.
7248 \f
7249 Local Variables:
7250 mode: change-log
7251 version-control: never
7252 End:
This page took 0.387002 seconds and 4 git commands to generate.