aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 9c5ca280eba..cbd8cd2c219 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,9 @@
12011-09-04 Paul Eggert <eggert@cs.ucla.edu> 12011-09-04 Paul Eggert <eggert@cs.ucla.edu>
2 2
3 * print.c: Integer overflow fix.
4 (print_object): Use ptrdiff_t, not int, for index that can
5 exceed INT_MAX.
6
3 * indent.c: Integer overflow fixes. 7 * indent.c: Integer overflow fixes.
4 (position_indentation): Now takes ptrdiff_t, not int. 8 (position_indentation): Now takes ptrdiff_t, not int.
5 (Fvertical_motion): Don't wrap around LINES values that don't fit 9 (Fvertical_motion): Don't wrap around LINES values that don't fit