diff options
author | Jim Meyering <jim@meyering.net> | 1997-10-24 02:13:01 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1997-10-24 02:13:01 +0000 |
commit | fe4e67e1a09efb14c20fddb39ddbdb08068f8b22 (patch) | |
tree | 8e74d5f0f29902f12852c36969e1aa30deafeee8 /old | |
parent | cd4c834dedfd26e39deb4f0fac1edb4667da7b80 (diff) | |
download | coreutils-fe4e67e1a09efb14c20fddb39ddbdb08068f8b22.tar.xz |
*** empty log message ***
Diffstat (limited to 'old')
-rw-r--r-- | old/fileutils/ChangeLog | 2 | ||||
-rw-r--r-- | old/sh-utils/ChangeLog | 2 | ||||
-rw-r--r-- | old/textutils/ChangeLog | 2 |
3 files changed, 6 insertions, 0 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index bf97ce2c7..39a8303ab 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,5 +1,7 @@ 1997-10-23 Jim Meyering <meyering@na-net.ornl.gov> + * Makefile.am (aclocal-files): Also depend on m4/Makefile.am. + * src/system.h [!HAVE_DECLARATION_FREE]: Declare free. [!HAVE_DECLARATION_MALLOC]: Declare malloc. [!HAVE_DECLARATION_REALLOC]: Declare realloc. diff --git a/old/sh-utils/ChangeLog b/old/sh-utils/ChangeLog index 0f648c522..652e4f0fa 100644 --- a/old/sh-utils/ChangeLog +++ b/old/sh-utils/ChangeLog @@ -1,5 +1,7 @@ 1997-10-23 Jim Meyering <meyering@na-net.ornl.gov> + * Makefile.am (aclocal-files): Also depend on m4/Makefile.am. + * src/system.h [!HAVE_DECLARATION_FREE]: Declare free. [!HAVE_DECLARATION_MALLOC]: Declare malloc. [!HAVE_DECLARATION_REALLOC]: Declare realloc. diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog index 004172732..01c2c46bb 100644 --- a/old/textutils/ChangeLog +++ b/old/textutils/ChangeLog @@ -1,5 +1,7 @@ 1997-10-23 Jim Meyering <meyering@na-net.ornl.gov> + * Makefile.am (aclocal-files): Also depend on m4/Makefile.am. + * src/system.h [!HAVE_DECLARATION_FREE]: Declare free. [!HAVE_DECLARATION_MALLOC]: Declare malloc. [!HAVE_DECLARATION_REALLOC]: Declare realloc. |