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 d1d11df1900..b1c29363da0 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -85,6 +85,9 @@
85 index. Don't assume hash table size fits in 'long', or that 85 index. Don't assume hash table size fits in 'long', or that
86 vectorlike size fits in 'unsigned long'. 86 vectorlike size fits in 'unsigned long'.
87 87
88 * process.c (make_process): Use printmax_t, not int, to format
89 process-name gensyms.
90
882011-08-26 Paul Eggert <eggert@cs.ucla.edu> 912011-08-26 Paul Eggert <eggert@cs.ucla.edu>
89 92
90 Integer and memory overflow issues (Bug#9196). 93 Integer and memory overflow issues (Bug#9196).