aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2011-04-20 00:11:43 -0700
committerPaul Eggert2011-04-20 00:11:43 -0700
commit2538aa2f5f92dd8878652d299e7d6ebabc352075 (patch)
tree4798a45bd89ce2407c658b256d3930f99b9313cd /src/ChangeLog
parent997bfc65800964e26fb281c8d7490b060f4a1d87 (diff)
downloademacs-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/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