diff options
author | Jim Meyering <jim@meyering.net> | 1996-04-19 04:34:53 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1996-04-19 04:34:53 +0000 |
commit | f970591c5ae517d0155303f3467c886a1bef1e0d (patch) | |
tree | cbabaffab56451aeb9af81dfb574f646b4d3b2a6 /old/sh-utils | |
parent | d729e4cab702a1950587cf5be7b981e6c0434faa (diff) | |
download | coreutils-f970591c5ae517d0155303f3467c886a1bef1e0d.tar.xz |
.
Diffstat (limited to 'old/sh-utils')
-rw-r--r-- | old/sh-utils/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/old/sh-utils/ChangeLog b/old/sh-utils/ChangeLog index 02fb9a763..af678ce00 100644 --- a/old/sh-utils/ChangeLog +++ b/old/sh-utils/ChangeLog @@ -1,3 +1,15 @@ +Thu Apr 18 23:16:41 1996 Jim Meyering (meyering@na-net.ornl.gov) + + * basename.c (basename): Rewrite so it doesn't rely on strrchr, + and hence doesn't need to include string.h -- on some alpha-based + OSF systems, there's a conflicting prototype for basename in string.h. + Reported by Kaveh Ghazi. + + * configure.in (AC_REPLACE_FUNCS): Add basename. + * lib/Makefile.am (EXTRA_DIST): Add basename.c. + (su_SOURCES): Remove basename.c. + From Kaveh Ghazi. + Tue Apr 16 20:24:44 1996 Jim Meyering (meyering@na-net.ornl.gov) * src/Makefile.am (who.c): Qualify who-users.c reference with |