diff options
author | Jim Meyering <jim@meyering.net> | 1997-10-23 15:58:39 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1997-10-23 15:58:39 +0000 |
commit | 9e51e01450d1f1557340ea81e77032950d4e4172 (patch) | |
tree | 0c92a8d7c22ccafcc38527ada08da46770228455 /old/sh-utils | |
parent | 096b53e6c6cff5aa54eaef72ca785e8d7cda43d1 (diff) | |
download | coreutils-9e51e01450d1f1557340ea81e77032950d4e4172.tar.xz |
.
Diffstat (limited to 'old/sh-utils')
-rw-r--r-- | old/sh-utils/ChangeLog | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/old/sh-utils/ChangeLog b/old/sh-utils/ChangeLog index 2a5ed4874..6e3a60b8e 100644 --- a/old/sh-utils/ChangeLog +++ b/old/sh-utils/ChangeLog @@ -1,3 +1,26 @@ +1997-10-23 Jim Meyering <meyering@na-net.ornl.gov> + + * src/system.h [!HAVE_DECLARATION_FREE]: Declare free. + [!HAVE_DECLARATION_MALLOC]: Declare malloc. + [!HAVE_DECLARATION_REALLOC]: Declare realloc. + [!HAVE_DECLARATION_STPCPY]: Declare stpcpy. + [!HAVE_DECLARATION_STRSTR]: Declare strstr. + [STREQ]: Define. + * src/date.c: Remove stpcpy decl. + * src/expr.c: Remove strstr decl. + * src/test.c [STREQ]: Undef then redefine. + On some systems, strstr and stpcpy are macros, so declaring them + unconditionally gets syntax errors. + Reported by Mark M._Kettenis" <kettenis@phys.uva.nl>. + + * configure.in: Use jm_CHECK_DECLS. + * m4/Makefile.am (EXTRA_DIST): Add decl.m4 and do-decl.m4. + +1997-10-22 Jim Meyering <meyering@na-net.ornl.gov> + + * m4/decl.m4: New file. + * m4/do-decl.m4: New file. New macro, jm_CHECK_DECLS. + 1997-10-07 Jim Meyering <meyering@na-net.ornl.gov> * src/*.c: Update bug-reporting address. |