diff options
author | Jim Meyering <jim@meyering.net> | 1997-07-02 16:09:39 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1997-07-02 16:09:39 +0000 |
commit | 442d670b3af711ea82755676392acb83abeb540a (patch) | |
tree | a9bee579e67906192d89789315cf9caaa5998161 /old | |
parent | 7a280a0fda5de513c99ffd782cb9cab39215c96b (diff) | |
download | coreutils-442d670b3af711ea82755676392acb83abeb540a.tar.xz |
.
Diffstat (limited to 'old')
-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. |