aboutsummaryrefslogtreecommitdiff
path: root/libchill/ChangeLog
diff options
context:
space:
mode:
authorrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>2000-05-31 23:54:07 +0000
committerrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>2000-05-31 23:54:07 +0000
commiteb998c7ddb632e4c03994b2e6e24491b5825afcb (patch)
tree86a07444501fd6b24a651f801f66bd3b3fc4a3ca /libchill/ChangeLog
parenta8ba17fbbb676afc03507ee5541a76f5c24fad69 (diff)
* Makefile.in (STROBJS): Get memmove.o from configure.
* configure.in (RANLIB): Detect and substitute. (memmove): Detect and substitute. * memmove.c (memmove): Use size_t. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@34313 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libchill/ChangeLog')
-rw-r--r--libchill/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/libchill/ChangeLog b/libchill/ChangeLog
index 7094f7c991f..a62ab15dda1 100644
--- a/libchill/ChangeLog
+++ b/libchill/ChangeLog
@@ -1,3 +1,10 @@
+2000-05-31 Richard Henderson <rth@cygnus.com>
+
+ * Makefile.in (STROBJS): Get memmove.o from configure.
+ * configure.in (RANLIB): Detect and substitute.
+ (memmove): Detect and substitute.
+ * memmove.c (memmove): Use size_t.
+
2000-05-29 Zack Weinberg <zack@wolery.cumb.org>
* concatstr.c, exh.c: Include stdlib.h and string.h.