comparison src/ChangeLog @ 112318:deae5bb3f0f6

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.
author Paul Eggert <eggert@cs.ucla.edu>
date Sun, 09 Jan 2011 00:21:21 -0800
parents 7df2e30d72ec
children dc74e58f6b0b
comparison
equal deleted inserted replaced
112317:7df2e30d72ec 112318:deae5bb3f0f6
1 2011-01-09 Paul Eggert <eggert@cs.ucla.edu> 1 2011-01-09 Paul Eggert <eggert@cs.ucla.edu>
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.
2 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:
6 * getloadavg.c, getpagesize.h, gmalloc.c, image.c, keyboard.c: 11 * getloadavg.c, getpagesize.h, gmalloc.c, image.c, keyboard.c: