comparison src/ChangeLog @ 104670:edac206a6fe7

(print_object): Set escapeflag to 1 when printing hashtable keys and values.
author Teodor Zlatanov <tzz@lifelogs.com>
date Fri, 28 Aug 2009 10:16:03 +0000
parents 78d1d3210db7
children 21ce59871ef4
comparison
equal deleted inserted replaced
104669:9a2d92bd2a3e 104670:edac206a6fe7
1 2009-08-28 Teodor Zlatanov <tzz@lifelogs.com>
2
3 * print.c (print_object): Set escapeflag to 1 when printing
4 hashtable keys and values.
5
1 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca> 6 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
2 7
3 * lread.c (read_integer): Use doubles (and potentially return a float 8 * lread.c (read_integer): Use doubles (and potentially return a float
4 number) as we do in string-to-number. 9 number) as we do in string-to-number.
5 (read1): Use strtol to read integers, signal errors on strtol's 10 (read1): Use strtol to read integers, signal errors on strtol's