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 2c3f8f92f83..820c4469317 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,8 @@
12010-12-22 Stefan Monnier <monnier@iro.umontreal.ca> 12010-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
2 2
3 * print.c (PRINT_NUMBER_OBJECT, PRINT_NUMBER_STATUS): Remove.
4 (print_preprocess): Fix handling of uninterned symbols in last change.
5
3 * print.c (print, print_preprocess, print_object): Use a hash table 6 * print.c (print, print_preprocess, print_object): Use a hash table
4 rather than a linear table for Vprint_number_table. 7 rather than a linear table for Vprint_number_table.
5 8