diff options
author | Jim Meyering <jim@meyering.net> | 2000-01-12 14:00:50 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2000-01-12 14:00:50 +0000 |
commit | 35ed98cc062074a4094e4d7cdf670ac8bf3582e3 (patch) | |
tree | 7154c9ab662dd77fe4f1fd11a1ad323dc7f18e5a /old/fileutils/ChangeLog | |
parent | ff626bd3c0be4a7662790fab4ddc76fea772b815 (diff) | |
download | coreutils-35ed98cc062074a4094e4d7cdf670ac8bf3582e3.tar.xz |
*** empty log message ***
Diffstat (limited to 'old/fileutils/ChangeLog')
-rw-r--r-- | old/fileutils/ChangeLog | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index a62fd25f2..05b8fd873 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,3 +1,31 @@ +2000-01-12 Jim Meyering <meyering@lucent.com> + + * tests/shred/remove: Make the warning that this shred test may not + be run as root more prominent. Suggestion from Volker Borchert. + +2000-01-11 Paul Eggert <eggert@twinsun.com> + + * lib/modechange.c (mode_compile): Use uintmax_t, not unsigned + long, to parse numeric modes. Check for any unknown bits, not + just unknown bits left of the leftmost known bit. + +2000-01-11 Paul Eggert <eggert@twinsun.com> + + * lib/getdate.y: Update copyright notice. + +2000-01-11 Paul Eggert <eggert@twinsun.com> + + * COPYING: Sync with latest FSF version (fixing a minor Y2k problem). + +2000-01-11 Paul Eggert <eggert@twinsun.com> + + * lib/exclude.c, lib/exclude.h: Sync to the slightly more + general version of GNU tar. + + * src/du.c (count_entry): + Adjust to new calling convention for excluded_filename. + (main): Likewise, for add_exclude_file. + 2000-01-11 Jim Meyering <meyering@lucent.com> * lib/memcpy.c (memcpy): Protoize. |