changeset 49160:dac2fe844fc4

*** empty log message ***
author Kim F. Storm <storm@cua.dk>
date Sun, 12 Jan 2003 15:40:23 +0000
parents bc82a79251b5
children 7d0428387d83
files src/ChangeLog
diffstat 1 files changed, 4 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/src/ChangeLog	Sun Jan 12 15:36:40 2003 +0000
+++ b/src/ChangeLog	Sun Jan 12 15:40:23 2003 +0000
@@ -1,8 +1,9 @@
 2003-01-12  Kim F. Storm  <storm@cua.dk>
 
-	* alloc.c (pure_alloc): Corrected last change; now align the
-	pointer and adjust the size rather than aligning the size and
-	adjusting the pointer.  Use a goto to handle overflow exception.
+	* alloc.c (pure_alloc): Fixed 2003-01-10 changed (caused spurious
+	crashes).  Code rewritten and simplified.  Now directly aligns the
+	pointer and recalculates pure_bytes_used, rather than aligning the
+	size and adjusting the pointer.
 
 2003-01-11  Kim F. Storm  <storm@cua.dk>