Fix typos in ChangeLog
* ChangeLog.CVS: Fix typos. * ChangeLog.amend: New file. * Makefile.am: Define changelog_amend_file.
This commit is contained in:
@@ -1028,7 +1028,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||||||
this has undefined behavior. Likewise for assigning arbitrary
|
this has undefined behavior. Likewise for assigning arbitrary
|
||||||
uintmax_t values to other types.
|
uintmax_t values to other types.
|
||||||
(read_negative_num, read_unsigned_num, read_timespec):
|
(read_negative_num, read_unsigned_num, read_timespec):
|
||||||
New functions, to check input values a bit more carefuly.
|
New functions, to check input values a bit more carefully.
|
||||||
(read_num): Use read_unsigned_num. New arg MAX_VAL;
|
(read_num): Use read_unsigned_num. New arg MAX_VAL;
|
||||||
all callers changed.
|
all callers changed.
|
||||||
(read_incr_db_2): Use these new functions.
|
(read_incr_db_2): Use these new functions.
|
||||||
@@ -1208,7 +1208,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||||||
* src/delete.c: Remove second argument from calls to name_scan
|
* src/delete.c: Remove second argument from calls to name_scan
|
||||||
* src/update.c: Likewise
|
* src/update.c: Likewise
|
||||||
* src/incremen.c (procdir): Use is_individual_file to check for
|
* src/incremen.c (procdir): Use is_individual_file to check for
|
||||||
files explicitely specified in the command line. Fixes bug
|
files explicitly specified in the command line. Fixes bug
|
||||||
reported by Dat Head on 19 Jun 2006 (descending into mountpoints
|
reported by Dat Head on 19 Jun 2006 (descending into mountpoints
|
||||||
with --one-file-system in use)
|
with --one-file-system in use)
|
||||||
* src/misc.c (maybe_backup_file): Second argument is bool
|
* src/misc.c (maybe_backup_file): Second argument is bool
|
||||||
@@ -1267,7 +1267,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||||||
* src/delete.c (records_skipped): Remove static qualifier, the
|
* src/delete.c (records_skipped): Remove static qualifier, the
|
||||||
variable is used by print_total_stats in buffer.c
|
variable is used by print_total_stats in buffer.c
|
||||||
* src/extract.c (check_time): Use volume_start_time when checking
|
* src/extract.c (check_time): Use volume_start_time when checking
|
||||||
for timestamp plausability.
|
for timestamp plausibility.
|
||||||
* src/tar.c: (options, parse_opt): Allow for optional argument to
|
* src/tar.c: (options, parse_opt): Allow for optional argument to
|
||||||
the --totals option, which specifies a signal upon delivery of which
|
the --totals option, which specifies a signal upon delivery of which
|
||||||
the statistics must be output.
|
the statistics must be output.
|
||||||
@@ -1325,7 +1325,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||||||
|
|
||||||
* src/transform.c (set_transform_expr,_transform_name_to_obstack):
|
* src/transform.c (set_transform_expr,_transform_name_to_obstack):
|
||||||
Implement NUMBER flag.
|
Implement NUMBER flag.
|
||||||
(add_char_segment): Fix length assignement
|
(add_char_segment): Fix length assignment
|
||||||
|
|
||||||
* doc/tar.texi: Update
|
* doc/tar.texi: Update
|
||||||
|
|
||||||
@@ -1382,7 +1382,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||||||
* doc/tar.texi: Update
|
* doc/tar.texi: Update
|
||||||
* configure.ac (AM_INIT_AUTOMAKE): Use tar-ustar option. Raise
|
* configure.ac (AM_INIT_AUTOMAKE): Use tar-ustar option. Raise
|
||||||
version requirement to 1.9
|
version requirement to 1.9
|
||||||
* src/common.h (struct name): Refactured
|
* src/common.h (struct name): Refactored
|
||||||
(warn_regex_usage): New variable.
|
(warn_regex_usage): New variable.
|
||||||
(dump_file): First argument is const char*.
|
(dump_file): First argument is const char*.
|
||||||
(name_init,name_add): Removed
|
(name_init,name_add): Removed
|
||||||
@@ -1757,13 +1757,13 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||||||
* src/common.h (struct name): New member `explicit'. Remove unused
|
* src/common.h (struct name): New member `explicit'. Remove unused
|
||||||
member `isdir'.
|
member `isdir'.
|
||||||
* src/incremen.c (procdir): If name_scan() returns something,
|
* src/incremen.c (procdir): If name_scan() returns something,
|
||||||
check if it was explicitely given in the command line
|
check if it was explicitly given in the command line
|
||||||
* src/names.c (addname,add_hierarchy_to_namelist): Initialize
|
* src/names.c (addname,add_hierarchy_to_namelist): Initialize
|
||||||
explicit member appropriately.
|
explicit member appropriately.
|
||||||
|
|
||||||
* src/incremen.c (procdir): If --one-file-system is given and a
|
* src/incremen.c (procdir): If --one-file-system is given and a
|
||||||
directory is found to be on another device, *and* this directory
|
directory is found to be on another device, *and* this directory
|
||||||
is explicitely given in the command line, then do not omit it.
|
is explicitly given in the command line, then do not omit it.
|
||||||
|
|
||||||
2005-12-11 Sergey Poznyakoff <gray@gnu.org.ua>
|
2005-12-11 Sergey Poznyakoff <gray@gnu.org.ua>
|
||||||
|
|
||||||
@@ -1798,7 +1798,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||||||
(mode_to_chars, off_to_chars, size_to_chars, time_to_chars)
|
(mode_to_chars, off_to_chars, size_to_chars, time_to_chars)
|
||||||
(uid_to_chars, uintmax_to_chars): Return bool
|
(uid_to_chars, uintmax_to_chars): Return bool
|
||||||
(to_chars): Return bool
|
(to_chars): Return bool
|
||||||
(start_header): Check return values of convertion routines. Fail
|
(start_header): Check return values of conversion routines. Fail
|
||||||
if unable to store data in the header.
|
if unable to store data in the header.
|
||||||
|
|
||||||
2005-12-07 Sergey Poznyakoff <gray@gnu.org.ua>
|
2005-12-07 Sergey Poznyakoff <gray@gnu.org.ua>
|
||||||
@@ -2098,13 +2098,13 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||||||
archives.
|
archives.
|
||||||
* src/incremen.c (dumpdir_size, get_gnu_dumpdir): New functions.
|
* src/incremen.c (dumpdir_size, get_gnu_dumpdir): New functions.
|
||||||
(purge_directory): Use stat_info.dumpdir instead of getting its
|
(purge_directory): Use stat_info.dumpdir instead of getting its
|
||||||
value explicitely.
|
value explicitly.
|
||||||
* src/list.c (list_archive): Handle incremental backups in pax
|
* src/list.c (list_archive): Handle incremental backups in pax
|
||||||
format.
|
format.
|
||||||
(decode_header): Initialize stat_info.dumpdir
|
(decode_header): Initialize stat_info.dumpdir
|
||||||
* src/sparse.c (sparse_diff_file): Bugfix: set seekable.
|
* src/sparse.c (sparse_diff_file): Bugfix: set seekable.
|
||||||
(pax_dump_header): Store sparse map in GNU.sparse.map. If this
|
(pax_dump_header): Store sparse map in GNU.sparse.map. If this
|
||||||
variable has been explicitely deleted, use GNU.sparse.offset/
|
variable has been explicitly deleted, use GNU.sparse.offset/
|
||||||
GNU.sparse.numbytes variables.
|
GNU.sparse.numbytes variables.
|
||||||
* src/tar.c (decode_options): Incremental options are allowed with
|
* src/tar.c (decode_options): Incremental options are allowed with
|
||||||
--format=pax
|
--format=pax
|
||||||
@@ -2182,7 +2182,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||||||
|
|
||||||
* bootstrap: Fix quoting in help output.
|
* bootstrap: Fix quoting in help output.
|
||||||
(update_po): Use backward-compatible wget option --cache instead
|
(update_po): Use backward-compatible wget option --cache instead
|
||||||
of deprecated -C to accomodate for wget 1.10.
|
of deprecated -C to accommodate for wget 1.10.
|
||||||
Changes proposed by Eric Blake
|
Changes proposed by Eric Blake
|
||||||
* THANKS: Add Eric Blake
|
* THANKS: Add Eric Blake
|
||||||
|
|
||||||
@@ -2733,7 +2733,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||||||
* src/list.c: Likewise
|
* src/list.c: Likewise
|
||||||
|
|
||||||
* tests/multiv03.at: Modified to match the new behavior
|
* tests/multiv03.at: Modified to match the new behavior
|
||||||
* tests/multiv04.at: New file. Test splittind directory members between
|
* tests/multiv04.at: New file. Test splitting directory members between
|
||||||
the archive volumes.
|
the archive volumes.
|
||||||
* tests/Makefile.am: Add multiv04.at
|
* tests/Makefile.am: Add multiv04.at
|
||||||
* tests/testsuite.at: Likewise.
|
* tests/testsuite.at: Likewise.
|
||||||
@@ -4487,7 +4487,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||||||
|
|
||||||
* src/create.c: Do not zero-terminate name field if
|
* src/create.c: Do not zero-terminate name field if
|
||||||
the name is exactly 100 characters long.
|
the name is exactly 100 characters long.
|
||||||
(write_ustar_long_name): Fixed cheking for unsplittable
|
(write_ustar_long_name): Fixed checking for unsplittable
|
||||||
names.
|
names.
|
||||||
|
|
||||||
2003-11-14 Sergey Poznyakoff <gray@Mirddin.farlep.net>
|
2003-11-14 Sergey Poznyakoff <gray@Mirddin.farlep.net>
|
||||||
@@ -5184,7 +5184,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||||||
interface.
|
interface.
|
||||||
(child_open_for_compress): Do not increase size to BLOCKSIZE.
|
(child_open_for_compress): Do not increase size to BLOCKSIZE.
|
||||||
(open_archive): Open index file name.
|
(open_archive): Open index file name.
|
||||||
Strip trailing slahes from file names.
|
Strip trailing slashes from file names.
|
||||||
(flush_write): Set size to 0 if not saving names.
|
(flush_write): Set size to 0 if not saving names.
|
||||||
(flush_write, flush_read): Use safer_name_suffix rather than
|
(flush_write, flush_read): Use safer_name_suffix rather than
|
||||||
inline code.
|
inline code.
|
||||||
@@ -6017,7 +6017,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||||||
(decode_options): Dates that look like an absolute path name,
|
(decode_options): Dates that look like an absolute path name,
|
||||||
or that start with '.', are presumed to be file names whose
|
or that start with '.', are presumed to be file names whose
|
||||||
dates are taken.
|
dates are taken.
|
||||||
Remove 'I' as an aliase for 'T'.
|
Remove 'I' as an alias for 'T'.
|
||||||
Update copyright.
|
Update copyright.
|
||||||
|
|
||||||
* src/extract.c (<time.h>): Do not include; system.h now does this.
|
* src/extract.c (<time.h>): Do not include; system.h now does this.
|
||||||
|
|||||||
70
ChangeLog.amend
Normal file
70
ChangeLog.amend
Normal file
@@ -0,0 +1,70 @@
|
|||||||
|
# Fix typos in tar ChangeLog entries generated from git log
|
||||||
|
|
||||||
|
f24b30ec8ca1851b7bd14694241de3b38194c99c
|
||||||
|
s/commit 2bd9c153_\./commit 2bd9c153)./
|
||||||
|
|
||||||
|
29a6964af3e1baabe978ce608e0466e1250d08ab
|
||||||
|
s/ORDER \(none, name, or order\)\./ORDER (none, name, or inode)./
|
||||||
|
|
||||||
|
2af87fa2776c8125a587a9b0c2c4fae3bf921ff7
|
||||||
|
s/contant\./content./
|
||||||
|
|
||||||
|
2bd9c15391b0bd6ef0bff76aebf09cfb53003199
|
||||||
|
s/ocurrence/occurrence/
|
||||||
|
|
||||||
|
47da28892e6860a3a6fc06745f640e3bb878c757
|
||||||
|
s/aruond/around/
|
||||||
|
|
||||||
|
f7077dd38b018f19d3a5c7df6accc6b07b8a2356
|
||||||
|
s/absoulte/absolute/
|
||||||
|
|
||||||
|
28b44aaacb45680aa6640e0a6d7ceab04cfdbf11
|
||||||
|
s/warniing/warning/
|
||||||
|
|
||||||
|
47560a0498bde20621ce4e367b1d68bf8cd8f1a3
|
||||||
|
s/interacton/interaction/
|
||||||
|
|
||||||
|
26538c9bfc5fd726d625bef5fa3f08212d50173a
|
||||||
|
s/consuption/consumption/;
|
||||||
|
s/misfunctioned/malfunctioned/;
|
||||||
|
s/misssing/missing/;
|
||||||
|
|
||||||
|
696338043e52f440853e1143c52b81b41cd59723
|
||||||
|
s/suuport/support/
|
||||||
|
|
||||||
|
643a8844a578ff146cfe746fe6091d29502b6c40
|
||||||
|
s/incrfental/incremental/;
|
||||||
|
s/afterwards/afterward/;
|
||||||
|
|
||||||
|
03858cf583ce299b836d8a848967ce290a6bf303
|
||||||
|
s/Peformance/Performance/
|
||||||
|
|
||||||
|
fa307a665545753b6729191fd2559ce872fa470a
|
||||||
|
s/filags/flags/
|
||||||
|
|
||||||
|
73d0d1a0f883be5f67534362c99382f1eae8d178
|
||||||
|
s/contais/contains/
|
||||||
|
|
||||||
|
5af29cb944c84e2d539ce9df527d63c29f6012b9
|
||||||
|
s/appendig/appending/
|
||||||
|
|
||||||
|
7dd57ebdfa9ac0d2af4622449f45b5025f6c184f
|
||||||
|
s/encounted/encountered/
|
||||||
|
|
||||||
|
ecbcb7b6d74c2d69386c8d7e435486a4690c9993
|
||||||
|
s/inadvertantly/inadvertently/
|
||||||
|
|
||||||
|
4dfcd6c054a5e9e1a371c822a3be90564dd9b690
|
||||||
|
s/succesfully/successfully/
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@@ -36,3 +36,4 @@ include Make.rules
|
|||||||
gen_start_date = 2009-03-06
|
gen_start_date = 2009-03-06
|
||||||
prev_change_log = ChangeLog.CVS
|
prev_change_log = ChangeLog.CVS
|
||||||
changelog_dir = .
|
changelog_dir = .
|
||||||
|
changelog_amend_file=ChangeLog.amend
|
||||||
|
|||||||
Reference in New Issue
Block a user