aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index b3125b2c183..0d5b41ea205 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,10 @@
12011-07-28 Paul Eggert <eggert@cs.ucla.edu>
2
3 * bidi.c: Integer overflow fix.
4 (bidi_shelve_header_size): New constant.
5 (bidi_cache_ensure_space, bidi_shelve_cache): Use it.
6 (bidi_cache_ensure_space): Avoid integer overflow when allocating.
7
12011-07-19 Paul Eggert <eggert@cs.ucla.edu> 82011-07-19 Paul Eggert <eggert@cs.ucla.edu>
2 9
3 Use ptrdiff_t for composition IDs. 10 Use ptrdiff_t for composition IDs.