]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
.
authorJim Meyering <jim@meyering.net>
Sun, 4 Dec 1994 21:15:54 +0000 (21:15 +0000)
committerJim Meyering <jim@meyering.net>
Sun, 4 Dec 1994 21:15:54 +0000 (21:15 +0000)
old/sh-utils/ChangeLog

index 9aeeeffdc42310e55b21ef9cfbb1db6f9ec8c0ec..890ba634849fec9422ca58dc16a00be47790bb6c 100644 (file)
@@ -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)