summaryrefslogtreecommitdiffstats
path: root/c/src/lib/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/lib/ChangeLog')
-rw-r--r--c/src/lib/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/c/src/lib/ChangeLog b/c/src/lib/ChangeLog
index 095f7a7737..f7047cc189 100644
--- a/c/src/lib/ChangeLog
+++ b/c/src/lib/ChangeLog
@@ -1,6 +1,13 @@
2000-10-18 Joel Sherrill <joel@OARcorp.com>
+ * libc/Makefile.am: Added mallocfreespace.c.
+ * libc/mallocfreespace.c: New file based on work by Nick Simon
+ <Nick.SIMON@syntegra.bt.co.uk> which he included in malloc.c.
+ * libc/libcsupport.h: Added prototype for malloc_free_space().
+
+2000-10-18 Joel Sherrill <joel@OARcorp.com>
+
* libc/fcntl.c: Do not require every filesystem to have an fcntl()
handler. Most fcntl() operations can be performed with no
filesystem support.