summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2000-05-29 16:22:03 +0000
committerJim Meyering <jim@meyering.net>2000-05-29 16:22:03 +0000
commit40acdda1b36cf04714e35cea468ae2071cc55e28 (patch)
treea764ba1b96180f8e7a2866be62c3f97ac014be78
parentad435461ebd06030330c6d7798f4ffa57c50aacd (diff)
downloadcoreutils-40acdda1b36cf04714e35cea468ae2071cc55e28.tar.xz
.
-rw-r--r--lib/ChangeLog4
-rw-r--r--old/sh-utils/ChangeLog2
2 files changed, 6 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog
index 12675306c..d0137b89b 100644
--- a/lib/ChangeLog
+++ b/lib/ChangeLog
@@ -1,3 +1,7 @@
+2000-05-22 Jim Meyering <meyering@lucent.com>
+
+ * makepath.c: Remove old, now-unnecessary `#ifdef __MSDOS__' block.
+
2000-05-18 Jim Meyering <meyering@lucent.com>
* hash.c (hash_rehash): Fix a nasty bug: copy the free entry list
diff --git a/old/sh-utils/ChangeLog b/old/sh-utils/ChangeLog
index a0013d833..49574e3c5 100644
--- a/old/sh-utils/ChangeLog
+++ b/old/sh-utils/ChangeLog
@@ -1,5 +1,7 @@
2000-05-29 Jim Meyering <meyering@lucent.com>
+ * tests/nice: Remove now-unused reference to srcdir.
+
* src/help-version: Use `WARNING', not just `Warning' in the
broken-/bin/sh diagnostic, to be consistent with other such warnings.