diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 2150e4d3fac..23374ba2e47 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,10 @@ | |||
| 1 | 2010-08-20 Dan Nicolaescu <dann@ics.uci.edu> | 1 | 2010-08-20 Dan Nicolaescu <dann@ics.uci.edu> |
| 2 | 2 | ||
| 3 | * alloc.c (malloc_sbrk_used, malloc_sbrk_unused): Remove, | ||
| 4 | write only. | ||
| 5 | (init_alloc_once): Remove writes to malloc_sbrk_unused, and | ||
| 6 | malloc_sbrk_used, nothing uses them. | ||
| 7 | |||
| 3 | * puresize.h: Remove code assuming PNTR_COMPARISON_TYPE is not | 8 | * puresize.h: Remove code assuming PNTR_COMPARISON_TYPE is not |
| 4 | defined, unconditionally defined in lisp.h. | 9 | defined, unconditionally defined in lisp.h. |
| 5 | 10 | ||