summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2000-12-08 08:06:33 +0000
committerJim Meyering <jim@meyering.net>2000-12-08 08:06:33 +0000
commita90e5f5a69cd5a52fca2931a3fdc37858927f73d (patch)
treebf414ad0228bc86dea80e56968c7ff77dff444a9
parent1f47a082c4fdaa45377b122a0fdcf7dd607c96cf (diff)
downloadcoreutils-a90e5f5a69cd5a52fca2931a3fdc37858927f73d.tar.xz
*** empty log message ***
-rw-r--r--old/sh-utils/ChangeLog8
1 files changed, 7 insertions, 1 deletions
diff --git a/old/sh-utils/ChangeLog b/old/sh-utils/ChangeLog
index 1efec632e..e80992cdd 100644
--- a/old/sh-utils/ChangeLog
+++ b/old/sh-utils/ChangeLog
@@ -1,7 +1,13 @@
-2000-12-02 Jim Meyering <meyering@lucent.com>
+2000-12-08 Jim Meyering <meyering@lucent.com>
* Version 2.0.12.
+ * src/dirname.c: Include xalloc.h.
+ (main): Use dir_name rather than the underlying dir_name_r.
+ The former now handles cwd-relative names with drive-letter prefixes.
+
+2000-12-02 Jim Meyering <meyering@lucent.com>
+
* src/seq.c (valid_format): Move pre-increment to a separate statement
to avoid a warning.