diff options
author | Jim Meyering <jim@meyering.net> | 1997-12-21 22:32:44 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1997-12-21 22:32:44 +0000 |
commit | 44dddb31c083071a85e50330435b27912db796de (patch) | |
tree | 0bb09d61df4c0fa645e11f0f57b919bcaafcf307 /old/sh-utils | |
parent | 2e308957d452b440cf404b914ce1cb53c9e739a9 (diff) | |
download | coreutils-44dddb31c083071a85e50330435b27912db796de.tar.xz |
*** empty log message ***
Diffstat (limited to 'old/sh-utils')
-rw-r--r-- | old/sh-utils/ChangeLog | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/old/sh-utils/ChangeLog b/old/sh-utils/ChangeLog index 1bb04f75f..9a4204192 100644 --- a/old/sh-utils/ChangeLog +++ b/old/sh-utils/ChangeLog @@ -1,3 +1,31 @@ +1997-12-21 Jim Meyering <meyering@na-net.ornl.gov> + + * src/date.c: s/__P/PARAMS/ + * src/env.c: Likewise. + * src/expr.c: Likewise. + * src/id.c: Likewise. + * src/nice.c: Likewise. + * src/pathchk.c: Likewise. + * src/seq.c: Likewise. + * src/sleep.c: Likewise. + * src/stty.c: Likewise. + * src/tee.c: Likewise. + * src/test.c: Likewise. + * src/tty.c: Likewise. + * src/uname.c: Likewise. + + * src/system.h: Merge in several things from fileutils' version of + this file. + + * src/factor.c: Don't include limits.h. + (UINT_MAX): Don't define. + (INT_MAX): Don't define. + These are all done in system.h now. + * src/hostname.c: Don't include limits.h. + * src/id.c: Don't include limits.h or sys/param.h. + * src/pathchk.c: Don't include limits.h. + * src/su.c: Likewise. + 1997-12-10 Jim Meyering <meyering@na-net.ornl.gov> * src/su.c (main): Make sure pw->pw_shell is non-NULL before trying |