Mercurial > emacs
changeset 49157:66a2ea102f43
*** empty log message ***
author | Kim F. Storm <storm@cua.dk> |
---|---|
date | Sun, 12 Jan 2003 00:38:22 +0000 |
parents | 0fde4bd3cdcb |
children | c9d5d9f8e071 |
files | src/ChangeLog |
diffstat | 1 files changed, 6 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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 <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. + 2003-01-11 Kim F. Storm <storm@cua.dk> * process.c (Fset_process_contact): New function.