aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2011-01-09 00:21:21 -0800
committerPaul Eggert2011-01-09 00:21:21 -0800
commit6e8e6bf2535c24b8e8127cc3768d07b528db6d87 (patch)
tree1465940e2ce2bb189d76b63541f5e30168c0a3d9 /src/ChangeLog
parent4004364e6777a1ed2c3e2c0fdf9fed871b186ac3 (diff)
downloademacs-6e8e6bf2535c24b8e8127cc3768d07b528db6d87.tar.gz
emacs-6e8e6bf2535c24b8e8127cc3768d07b528db6d87.zip
Give a name FLOAT_TO_STRING_BUFSIZE to the constant 350.
* lisp.h (FLOAT_TO_STRING_BUFSIZE): New macro. * data.c (Fnumber_to_string): Use it. * print.c (float_to_string, print_object): Likewise.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 7374c4d878d..353f9c2d64a 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,10 @@
12011-01-09 Paul Eggert <eggert@cs.ucla.edu> 12011-01-09 Paul Eggert <eggert@cs.ucla.edu>
2 2
3 Give a name FLOAT_TO_STRING_BUFSIZE to the constant 350.
4 * lisp.h (FLOAT_TO_STRING_BUFSIZE): New macro.
5 * data.c (Fnumber_to_string): Use it.
6 * print.c (float_to_string, print_object): Likewise.
7
3 Include <unistd.h> unilaterally. 8 Include <unistd.h> unilaterally.
4 * alloc.c, atimer.c, buffer.c, callproc.c, dired.c, dispnew.c, doc.c: 9 * alloc.c, atimer.c, buffer.c, callproc.c, dired.c, dispnew.c, doc.c:
5 * doprnt.c, editfns.c, emacs.c, fileio.c, filelock.c, fns.c: 10 * doprnt.c, editfns.c, emacs.c, fileio.c, filelock.c, fns.c: