diff options
author | Jim Meyering <jim@meyering.net> | 1999-05-27 13:08:29 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1999-05-27 13:08:29 +0000 |
commit | 0430c3c938a362e0d0554b209e2c78fc6c2ea940 (patch) | |
tree | 274fe07cf23b8839457a719c1b0e514f5b4aea62 | |
parent | db358e3feb3219a06c48b74fad765d20d0790742 (diff) | |
download | coreutils-0430c3c938a362e0d0554b209e2c78fc6c2ea940.tar.xz |
.
-rw-r--r-- | old/fileutils/ChangeLog | 9 | ||||
-rw-r--r-- | old/textutils/ChangeLog | 9 |
2 files changed, 18 insertions, 0 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index d90a48493..dfdfb3763 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,5 +1,14 @@ +1999-05-27 Volker Borchert <bt@teknon.de> + + * tests/Makefile.am: Qualify .env-warn with $(srcdir)/ prefix. + 1999-05-23 Jim Meyering <meyering@ascend.com> + FIXME: add a test for this + * src/copy.c (copy_internal): Don't apply the umask in move_mode. + Otherwise, `mv' would not preserve the permissions when copying + between partitions. Reported by David Godfrey + * Version 4.0i. * tests/cp/same-file: Correct erroneous expected output from diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog index 88cc5280e..a257922f8 100644 --- a/old/textutils/ChangeLog +++ b/old/textutils/ChangeLog @@ -1,3 +1,12 @@ +1999-05-27 Volker Borchert <bt@teknon.de> + + * tests/Makefile.am: Qualify .env-warn with $(srcdir)/ prefix. + +1999-05-25 Jim Meyering <meyering@ascend.com> + + * doc/textutils.texi (Squeezing): Remove misleading square brackets + from SET1 in the one-word-per-line example. + 1999-05-22 Jim Meyering <meyering@ascend.com> * lib/Makefile.am (libtu_a_SOURCES): Remove memchr.c. |