From: Jim Meyering Date: Sun, 4 Dec 1994 21:15:54 +0000 (+0000) Subject: . X-Git-Tag: textutils-1_12_1~412 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f445de3b868896a5ec6adf0d403e25b9f65b7fa0;p=thirdparty%2Fcoreutils.git . --- diff --git a/old/sh-utils/ChangeLog b/old/sh-utils/ChangeLog index 9aeeeffdc4..890ba63484 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)