summaryrefslogtreecommitdiff
path: root/serverboot/ChangeLog
diff options
context:
space:
mode:
authorThomas Schwinge <tschwinge@gnu.org>2006-03-14 23:34:24 +0000
committerThomas Schwinge <tschwinge@gnu.org>2006-03-14 23:34:24 +0000
commiteb13c95345799f42ab8916faa682864f6b7463b1 (patch)
tree3f42c400d220669e68762a231ffb9c9a73d8ce54 /serverboot/ChangeLog
parent83dae4510ddb4afd8acf584a229604f703aac871 (diff)
2006-03-15 Alfred M. Szmidt <ams@gnu.org>
* kalloc.c: #include <malloc.h>. (init_hook, malloc_hook, free_hook): New functions. (__malloc_initialize_hook): New variable. (malloc, free): Functions removed.
Diffstat (limited to 'serverboot/ChangeLog')
-rw-r--r--serverboot/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/serverboot/ChangeLog b/serverboot/ChangeLog
index e532d2a7..f0997fc5 100644
--- a/serverboot/ChangeLog
+++ b/serverboot/ChangeLog
@@ -1,3 +1,10 @@
+2006-03-15 Alfred M. Szmidt <ams@gnu.org>
+
+ * kalloc.c: #include <malloc.h>.
+ (init_hook, malloc_hook, free_hook): New functions.
+ (__malloc_initialize_hook): New variable.
+ (malloc, free): Functions removed.
+
2003-05-07 Ognyan Kulev <ogi@fmi.uni-sofia.bg>
* strfcns.c: #include <stdarg.h> instead of <varargs.h>.