diff options
-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 47501f886..c244a4062 100644 --- a/old/sh-utils/ChangeLog +++ b/old/sh-utils/ChangeLog @@ -1,3 +1,15 @@ +Wed Jul 2 11:05:09 1997 Jim Meyering <meyering@na-net.ornl.gov> + + * src/printf.c (STRTOX): Convert function header in macro definition + to K&R-style. Otherwise, ansi2knr would fail to convert the function + definitions to K&R for old style compilers. From Kaveh Ghazi. + +Tue Jul 1 06:28:00 1997 Jim Meyering <meyering@na-net.ornl.gov> + + * lib/putenv.c [putenv]: Undefine before including system headers. + Otherwise, the declaration of *rpl_putenv* conflicts with the system + prototype on at least Irix5.3. From Marcus Daniels. + Sun Jun 29 07:18:25 1997 Jim Meyering <meyering@na-net.ornl.gov> * lib/putenv.c (rpl_putenv): Renamed from putenv. |