From 442d670b3af711ea82755676392acb83abeb540a Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Wed, 2 Jul 1997 16:09:39 +0000 Subject: [PATCH] . --- old/sh-utils/ChangeLog | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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 + + * 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 + + * 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 * lib/putenv.c (rpl_putenv): Renamed from putenv. -- 2.11.4.GIT