summaryrefslogtreecommitdiff
path: root/old/sh-utils
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1994-12-04 21:15:54 +0000
committerJim Meyering <jim@meyering.net>1994-12-04 21:15:54 +0000
commitf445de3b868896a5ec6adf0d403e25b9f65b7fa0 (patch)
tree22ee5477d927bf2a97afece3abc7a397a99c347c /old/sh-utils
parent12042b2fa27dc803319d3bcc8f7ebd954250cbd8 (diff)
downloadcoreutils-f445de3b868896a5ec6adf0d403e25b9f65b7fa0.tar.xz
.
Diffstat (limited to 'old/sh-utils')
-rw-r--r--old/sh-utils/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/old/sh-utils/ChangeLog b/old/sh-utils/ChangeLog
index 9aeeeffdc..890ba6348 100644
--- a/old/sh-utils/ChangeLog
+++ b/old/sh-utils/ChangeLog
@@ -1,5 +1,14 @@
Sun Dec 4 14:53:12 1994 Jim Meyering (meyering@comco.com)
+ * dirname.c (main): Use strr?chr instead of r?index.
+ * echo.c (main): Likewise.
+ * env.c (main): Likewise.
+ * pathchk.c (validate_path): Likewise.
+ * printf.c (print_formatted, print_esc): Likewise.
+ * who.c (extract_trimmed_name): Likewise.
+ * system.h [!HAVE_STRING_H]: Define strchr to index and strrchr to
+ rindex instead of the other way around.
+
* doc/Makefile.in (DISTFILES): Add getdate.texi.
Sat Dec 3 07:59:55 1994 Jim Meyering (meyering@comco.com)