diff options
author | Jim Meyering <jim@meyering.net> | 1999-01-11 02:49:20 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1999-01-11 02:49:20 +0000 |
commit | 3c21ae616f548326008473d92d341976995a25b6 (patch) | |
tree | 44f7399d2b4869c5689120f6be259371fdeed7c3 /old | |
parent | ac25bd69bf9f9626028108a31a3cb6bc8691da8e (diff) | |
download | coreutils-3c21ae616f548326008473d92d341976995a25b6.tar.xz |
*** empty log message ***
Diffstat (limited to 'old')
-rw-r--r-- | old/sh-utils/ChangeLog | 36 |
1 files changed, 31 insertions, 5 deletions
diff --git a/old/sh-utils/ChangeLog b/old/sh-utils/ChangeLog index 304d7fc1b..ad25ea28a 100644 --- a/old/sh-utils/ChangeLog +++ b/old/sh-utils/ChangeLog @@ -1,3 +1,34 @@ +1999-01-10 Jim Meyering <meyering@ascend.com> + + * src/Makefile.am (pinky_LDADD, pinky_DEPENDENCIES, who_LDADD, + who_DEPENDENCIES): Remove definitions. + + * lib/Makefile.am (BUILT_SOURCES): Add lstat.c and stat.c. + (lstat.c, stat.c): New rules. + + * lib/canon-host.c (main) [TEST_CANON_HOST]: Add a simple test driver. + + * configure.in: Require autoconf-2.13. + Use new AC_SEARCH_LIBS to see if we need nsl or inet libraries + to resolve gethostbyname. + +1998-12-22 Jim Meyering <meyering@ascend.com> + + * configure.in (ALL_LINGUAS): Add chinese (zh). + +1998-12-13 Jim Meyering <meyering@ascend.com> + + * lib/putenv.c: Don't include stdlib.h and declare malloc and free. + This works around Solaris 2.7's conflicting prototype. + Reported by Karl Berry. + + * lib/Makefile.am (lstat.c): Add rule to generate this from xstat.in. + (stat.c): Likewise. + (EXTRA_DIST): Add xstat.in. + * lib/stat.c: Remove file. + * lib/lstat.c: Remove file. + * lib/xstat.in (xstat@): New file. + 1998-12-10 Andreas Schwab <schwab@issan.cs.uni-dortmund.de> * src/date.c (main): Arrange to exit unsuccessfully when stime fails. @@ -6,11 +37,6 @@ * configure.in (ALL_LINGUAS): Add Russian (ru). -1998-12-06 Jim Meyering <meyering@ascend.com> - - * lib/putenv.c: Redefine putenv before including stdlib.h to work - around Solaris 2.7's conflicting prototype. Reported by Karl Berry. - 1998-10-31 Jim Meyering <meyering@ascend.com> * tests/Makefile.am (EXTRA_DIST): Add Fetish.pm. |