diff options
author | Jim Meyering <jim@meyering.net> | 1994-12-27 13:39:54 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1994-12-27 13:39:54 +0000 |
commit | 652d4c6cd636bb09f2cf5282c1ea8d35136fd229 (patch) | |
tree | eb5f6d7ce037614070b86eb6ed9bea7549777c6c /old/sh-utils | |
parent | 59097c0922bb1888f0dcdc9ee5b51e33f18fba6f (diff) | |
download | coreutils-652d4c6cd636bb09f2cf5282c1ea8d35136fd229.tar.xz |
.
Diffstat (limited to 'old/sh-utils')
-rw-r--r-- | old/sh-utils/ChangeLog | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/old/sh-utils/ChangeLog b/old/sh-utils/ChangeLog index 156010f75..08581671a 100644 --- a/old/sh-utils/ChangeLog +++ b/old/sh-utils/ChangeLog @@ -7,6 +7,7 @@ Mon Dec 19 22:05:12 1994 Jim Meyering (meyering@comco.com) * src/*.c: Include "error.h" rather than simply declaring `void error ();'. + * src/Makefile.in (OBJECTS): Depend on ../lib/error.h. * lib/Makefile.in (DISTFILES): Remove safe-xstat.cin. (distclean): Remove references to safe-l?stat.c. @@ -27,7 +28,7 @@ Mon Dec 12 22:42:09 1994 Jim Meyering (meyering@comco.com) Sun Dec 4 14:53:12 1994 Jim Meyering (meyering@comco.com) - * dirname.c (main): Use strr?chr instead of r?index. + * dirname.c (main): Use strchr and strrchr instead of index and rindex. * echo.c (main): Likewise. * env.c (main): Likewise. * pathchk.c (validate_path): Likewise. |