aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 77468a9d14c..ff63eb318a3 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,8 +1,9 @@
12003-01-12 Kim F. Storm <storm@cua.dk> 12003-01-12 Kim F. Storm <storm@cua.dk>
2 2
3 * alloc.c (pure_alloc): Corrected last change; now align the 3 * alloc.c (pure_alloc): Fixed 2003-01-10 changed (caused spurious
4 pointer and adjust the size rather than aligning the size and 4 crashes). Code rewritten and simplified. Now directly aligns the
5 adjusting the pointer. Use a goto to handle overflow exception. 5 pointer and recalculates pure_bytes_used, rather than aligning the
6 size and adjusting the pointer.
6 7
72003-01-11 Kim F. Storm <storm@cua.dk> 82003-01-11 Kim F. Storm <storm@cua.dk>
8 9