aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index f0a48ed75ab..e1e9e24fcba 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -7,6 +7,7 @@
7 (read1): Don't assume doc string length fits in int. Check for 7 (read1): Don't assume doc string length fits in int. Check for
8 out-of-range doc string lengths. 8 out-of-range doc string lengths.
9 (read_list): Don't assume file position fits in int. 9 (read_list): Don't assume file position fits in int.
10 (read_escape): Check for hex character overflow.
10 11
11 Fixes for GLYPH_DEBUG found by GCC 4.6.0 static checking. 12 Fixes for GLYPH_DEBUG found by GCC 4.6.0 static checking.
12 The following patches are for when GLYPH_DEBUG && !XASSERT. 13 The following patches are for when GLYPH_DEBUG && !XASSERT.