diff options
| author | Paul Eggert | 2011-04-20 00:11:43 -0700 |
|---|---|---|
| committer | Paul Eggert | 2011-04-20 00:11:43 -0700 |
| commit | 2538aa2f5f92dd8878652d299e7d6ebabc352075 (patch) | |
| tree | 4798a45bd89ce2407c658b256d3930f99b9313cd /src/ChangeLog | |
| parent | 997bfc65800964e26fb281c8d7490b060f4a1d87 (diff) | |
| download | emacs-2538aa2f5f92dd8878652d299e7d6ebabc352075.tar.gz emacs-2538aa2f5f92dd8878652d299e7d6ebabc352075.zip | |
* alloc.c (overrun_check_malloc, overrun_check_realloc): Now static.
(overrun_check_free): Likewise.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index e78faa3c5db..5f01308a358 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,8 @@ | |||
| 1 | 2011-04-20 Paul Eggert <eggert@cs.ucla.edu> | 1 | 2011-04-20 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 2 | ||
| 3 | * alloc.c (overrun_check_malloc, overrun_check_realloc): Now static. | ||
| 4 | (overrun_check_free): Likewise. | ||
| 5 | |||
| 3 | Make the Lisp reader and string-to-float more consistent. | 6 | Make the Lisp reader and string-to-float more consistent. |
| 4 | * data.c (atof): Remove decl; no longer used or needed. | 7 | * data.c (atof): Remove decl; no longer used or needed. |
| 5 | (Fstring_to_number): Use new string_to_float function, to be | 8 | (Fstring_to_number): Use new string_to_float function, to be |