summaryrefslogtreecommitdiffstats
path: root/src/util/dyn/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/dyn/ChangeLog')
-rw-r--r--src/util/dyn/ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/util/dyn/ChangeLog b/src/util/dyn/ChangeLog
index afc80b61a..7257ae0ab 100644
--- a/src/util/dyn/ChangeLog
+++ b/src/util/dyn/ChangeLog
@@ -1,3 +1,17 @@
+2000-11-09 Ezra Peisach <epeisach@mit.edu>
+
+ * Makefile.in (check-unix): Built and execture dyntest.
+
+ * test.c: Include string,h, stdlib.h.
+
+ * dyn_create.c, dyn_delete.c, dyn_insert.c, dyn_put.c,
+ dyn_realloc.c: Cast arguments to malloc(), realloc(), memmove() to
+ size_t.
+
+ * dynP.h: Provide full prototypes for _DynRealloc() and _DynResize().
+
+ * dyn.h: Add prototype for DynAppend.
+
2000-06-29 Ezra Peisach <epeisach@mit.edu>
* dyn_insert.c, dyn_put.c: Include string.h for memmove prototype.