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