Spelling fixes.

This commit is contained in:
Paul Eggert
2005-04-04 18:31:44 +00:00
parent 5d87077565
commit dbf96ec903

View File

@@ -4,7 +4,7 @@
The unsigned char * pointer ran afoul of pedantic C compilers, and The unsigned char * pointer ran afoul of pedantic C compilers, and
we didn't need pointers anyway. Put the size field before the we didn't need pointers anyway. Put the size field before the
data to avoid unnecessary padding. All uses changed. data to avoid unnecessary padding. All uses changed.
(magic) Make it const, since it doesn't change. All used changed. (magic) Make it const, since it doesn't change. All uses changed.
2005-04-02 Paul Eggert <eggert@cs.ucla.edu> 2005-04-02 Paul Eggert <eggert@cs.ucla.edu>
@@ -100,7 +100,7 @@
* src/extract.c (extract_file): Handle to_command_option * src/extract.c (extract_file): Handle to_command_option
Fix error recovery: decrease `size' by `written', not Fix error recovery: decrease `size' by `written', not
by `count', otherwise tar misses the next header by `count', otherwise tar misses the next header
Do not diagnose write errror if to_command_option Do not diagnose write error if to_command_option
is set, since the command may have exited prematurely. is set, since the command may have exited prematurely.
It would be better to check for sigpipe, though. It would be better to check for sigpipe, though.
(prepare_to_extract): Handle to_command_option (prepare_to_extract): Handle to_command_option
@@ -204,7 +204,7 @@
(parse_opt): Rewritten handling of -T option. Handle hidden (parse_opt): Rewritten handling of -T option. Handle hidden
--HANG option for debugging purposes. --HANG option for debugging purposes.
(decode_options): Init unquote_option to true. Init argv_stk. (decode_options): Init unquote_option to true. Init argv_stk.
Remove unneded references to files_from_option Remove unneeded references to files_from_option
* doc/tar.texi: Document new options. * doc/tar.texi: Document new options.
Moved rendition macros and option value definitions into Moved rendition macros and option value definitions into
@@ -337,7 +337,7 @@
2004-12-17 Sergey Poznyakoff <gray@Mirddin.farlep.net> 2004-12-17 Sergey Poznyakoff <gray@Mirddin.farlep.net>
* src/delete.c (delete_archive_members): Bugfix: when * src/delete.c (delete_archive_members): Bugfix: when
attempting to delete an unexisting member, the last attempting to delete an nonexistent member, the last
blocking_factor blocks were zeroed. blocking_factor blocks were zeroed.
2004-12-14 Paul Eggert <eggert@cs.ucla.edu> 2004-12-14 Paul Eggert <eggert@cs.ucla.edu>
@@ -366,8 +366,8 @@
* src/buffer.c (hit_eof): Changed type to boolean * src/buffer.c (hit_eof): Changed type to boolean
(read_full_records,reading_from_pipe): New variables (read_full_records,reading_from_pipe): New variables
(check_compressed_archive,open_compressed_archive): New functions (check_compressed_archive,open_compressed_archive): New functions
(open_archive): Autodetect compressed archives and act accodingly. (open_archive): Autodetect compressed archives and act accordingly.
Set reading_from_pipe. This fixes contraversial set of changes Set reading_from_pipe. This fixes controversial set of changes
introduced 2004-05-11,2004-03-22. introduced 2004-05-11,2004-03-22.
* src/list.c (tar_checksum): New function * src/list.c (tar_checksum): New function
(read_header): Use tar_checksum(). (read_header): Use tar_checksum().
@@ -884,7 +884,7 @@
* configure.ac: Raised version number to 1.14 * configure.ac: Raised version number to 1.14
* NEWS: Updated. * NEWS: Updated.
* tests/after: Added copyleft statement * tests/after: Added copyleft statement
* tests/before: Added copyleft statemente * tests/before: Added copyleft statement
* tests/preset.in: Added copyleft statement * tests/preset.in: Added copyleft statement
Tar 1.14 is released. Sources up to this point are tagged Tar 1.14 is released. Sources up to this point are tagged
@@ -1309,7 +1309,7 @@
* tests/after: Rewritten * tests/after: Rewritten
* tests/before: Rewritten * tests/before: Rewritten
* tests/preset.in: Rewritten * tests/preset.in: Rewritten
* tests/delete03.sh: Accomodate for the new testsuite logic * tests/delete03.sh: Accommodate for the new testsuite logic
* tests/gzip.sh: Likewise * tests/gzip.sh: Likewise
* tests/incremen.sh: Likewise * tests/incremen.sh: Likewise
* tests/listed01.sh: Likewise * tests/listed01.sh: Likewise
@@ -1950,7 +1950,7 @@
* TODO: Updated * TODO: Updated
* src/common.h (strip_path_elements): New variable. * src/common.h (strip_path_elements): New variable.
* src/extract.c (extract_archive): Implemented --strip-path * src/extract.c (extract_archive): Implemented --strip-path
* src/names.c (cut_path_elements): New functon. * src/names.c (cut_path_elements): New function.
* src/tar.c: New option --strip-path=NUM. * src/tar.c: New option --strip-path=NUM.
(decode_options) Assign boolean values to bool variables. (decode_options) Assign boolean values to bool variables.
@@ -3904,7 +3904,7 @@
* m4/mbstate_t.m4: Include stdio.h before wchar.h, to work around * m4/mbstate_t.m4: Include stdio.h before wchar.h, to work around
a bug in glibc 2.1.3. a bug in glibc 2.1.3.
* lib/xmalloc.c: Fix inaccorate comment for xrealloc. * lib/xmalloc.c: Fix inaccurate comment for xrealloc.
2000-06-19 Paul Eggert <eggert@twinsun.com> 2000-06-19 Paul Eggert <eggert@twinsun.com>