# HG changeset patch # User Kim F. Storm # Date 1042331902 0 # Node ID 66a2ea102f43e87a1389725783d1f08f2bd8eaa2 # Parent 0fde4bd3cdcb04ae1e53cbdc0cc9829130c3d9e7 *** empty log message *** diff -r 0fde4bd3cdcb -r 66a2ea102f43 src/ChangeLog --- a/src/ChangeLog Sat Jan 11 23:16:40 2003 +0000 +++ b/src/ChangeLog Sun Jan 12 00:38:22 2003 +0000 @@ -1,3 +1,9 @@ +2003-01-12 Kim F. Storm + + * 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. + 2003-01-11 Kim F. Storm * process.c (Fset_process_contact): New function.