Mercurial > emacs
comparison src/ChangeLog @ 49157:66a2ea102f43
*** empty log message ***
author | Kim F. Storm <storm@cua.dk> |
---|---|
date | Sun, 12 Jan 2003 00:38:22 +0000 |
parents | c00432dbb3de |
children | dac2fe844fc4 |
comparison
equal
deleted
inserted
replaced
49156:0fde4bd3cdcb | 49157:66a2ea102f43 |
---|---|
1 2003-01-12 Kim F. Storm <storm@cua.dk> | |
2 | |
3 * alloc.c (pure_alloc): Corrected last change; now align the | |
4 pointer and adjust the size rather than aligning the size and | |
5 adjusting the pointer. Use a goto to handle overflow exception. | |
6 | |
1 2003-01-11 Kim F. Storm <storm@cua.dk> | 7 2003-01-11 Kim F. Storm <storm@cua.dk> |
2 | 8 |
3 * process.c (Fset_process_contact): New function. | 9 * process.c (Fset_process_contact): New function. |
4 (syms_of_process): defsubr it. | 10 (syms_of_process): defsubr it. |
5 (make-network-process): Update doc. | 11 (make-network-process): Update doc. |