From: Kim F. Storm Date: Sun, 12 Jan 2003 00:38:22 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: ttn-vms-21-2-B4~11735 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=2c10f029175edea49c2de3547dc1a6473cd428f9;p=emacs.git *** empty log message *** --- diff --git a/src/ChangeLog b/src/ChangeLog index f1c9944d842..77468a9d14c 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -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.