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
commitcd41545494ae5aa662a40f2737daa1b7f96b3c2d (patch)
tree6fe46b372170679836ecaf71dc92517a7d60c345 /serverboot/ChangeLog
parent1f1bc868258f571e92492e5273fd60bf9a8da244 (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>.