diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index f1c9944d842..77468a9d14c 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 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. |