aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog3
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 @@
12011-04-20 Paul Eggert <eggert@cs.ucla.edu> 12011-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