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 1be34fdbfe2..7948766690f 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,9 @@
12011-06-23 Paul Eggert <eggert@cs.ucla.edu> 12011-06-23 Paul Eggert <eggert@cs.ucla.edu>
2 2
3 * print.c (printchar, strout): Check for string overflow.
4 (PRINTPREPARE, printchar, strout):
5 Don't set size unless allocation succeeds.
6
3 * minibuf.c (read_minibuf_noninteractive): Use ptrdiff_t, not int, 7 * minibuf.c (read_minibuf_noninteractive): Use ptrdiff_t, not int,
4 for sizes. Check for string overflow more accurately. 8 for sizes. Check for string overflow more accurately.
5 Simplify newline removal at end; this suppresses a GCC 4.6.0 warning. 9 Simplify newline removal at end; this suppresses a GCC 4.6.0 warning.