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 3a7cad71c35..cc10da99d83 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,9 @@
12011-06-19 Paul Eggert <eggert@cs.ucla.edu> 12011-06-19 Paul Eggert <eggert@cs.ucla.edu>
2 2
3 * emacs.c: Don't assume string length fits in 'int'.
4 (DEFINE_DUMMY_FUNCTION, sort_args): Use ptrdiff_t, not int.
5 (main): Don't invoke strlen when not needed.
6
3 * dbusbind.c (XD_ERROR): Don't arbitrarily truncate string. 7 * dbusbind.c (XD_ERROR): Don't arbitrarily truncate string.
4 (XD_DEBUG_MESSAGE): Don't waste a byte. 8 (XD_DEBUG_MESSAGE): Don't waste a byte.
5 9