comparison src/ChangeLog @ 49160:dac2fe844fc4

*** empty log message ***
author Kim F. Storm <storm@cua.dk>
date Sun, 12 Jan 2003 15:40:23 +0000
parents 66a2ea102f43
children ab4091602937
comparison
equal deleted inserted replaced
49159:bc82a79251b5 49160:dac2fe844fc4
1 2003-01-12 Kim F. Storm <storm@cua.dk> 1 2003-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
7 2003-01-11 Kim F. Storm <storm@cua.dk> 8 2003-01-11 Kim F. Storm <storm@cua.dk>
8 9
9 * process.c (Fset_process_contact): New function. 10 * process.c (Fset_process_contact): New function.
10 (syms_of_process): defsubr it. 11 (syms_of_process): defsubr it.