diff options
author | Jim Meyering <jim@meyering.net> | 2000-10-22 22:40:13 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2000-10-22 22:40:13 +0000 |
commit | 6a19cbc61b058a55781ce005c108556eae331ad4 (patch) | |
tree | d778644cf0d419f4849dce7ce8c2af71206b262b /old | |
parent | 9e546891f171aff14a2125be02bdce42048c3929 (diff) | |
download | coreutils-6a19cbc61b058a55781ce005c108556eae331ad4.tar.xz |
*** empty log message ***
Diffstat (limited to 'old')
-rw-r--r-- | old/fileutils/ChangeLog | 6 | ||||
-rw-r--r-- | old/sh-utils/ChangeLog | 4 | ||||
-rw-r--r-- | old/textutils/ChangeLog | 6 |
3 files changed, 15 insertions, 1 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index e50e89f23..2d97ca24e 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,5 +1,11 @@ +2000-10-23 Jim Meyering <meyering@lucent.com> + + * Makefile.am (EXTRA_DIST): Add .prev-version. + 2000-10-22 Jim Meyering <meyering@lucent.com> + * src/cp.c (make_path_private): Add a FIXME comment. + * tests/lang-default: New file. Set LANG, LC_ALL, and LANGUAGE to '' (rather than to `C') and export them into the environment. Suggestion from Bruno Haible. diff --git a/old/sh-utils/ChangeLog b/old/sh-utils/ChangeLog index 025908b65..590f7e511 100644 --- a/old/sh-utils/ChangeLog +++ b/old/sh-utils/ChangeLog @@ -1,3 +1,7 @@ +2000-10-23 Jim Meyering <meyering@lucent.com> + + * Makefile.am (EXTRA_DIST): Add .prev-version. + 2000-10-18 Paul Eggert <eggert@twinsun.com> * src/date.c (universal_time): Remove; it's just a temptation to diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog index adb9d2d3d..cb2cf2616 100644 --- a/old/textutils/ChangeLog +++ b/old/textutils/ChangeLog @@ -1,7 +1,11 @@ -2000-10-22 Jim Meyering <meyering@lucent.com> +2000-10-23 Jim Meyering <meyering@lucent.com> * Version 2.0.8. + * Makefile.am (EXTRA_DIST): Add .prev-version. + +2000-10-22 Jim Meyering <meyering@lucent.com> + * tests/Makefile.am (SUBDIRS): Add sha1sum. * tests/sha1sum/basic-1: New file. * configure.in (AC_OUTPUT): Add tests/sha1sum/Makefile. |