aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 5b3387b8134..ff3fa02790e 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,13 @@
12012-06-26 Dmitry Antipov <dmantipov@yandex.ru>
2
3 * alloc.c: Remove build_string.
4 * lisp.h: Define build_string as static inline. This provides
5 a better opportunity to optimize away calls to strlen when the
6 function is called with compile-time constant argument.
7 * image.c (imagemagick_error): Convert to build_string.
8 * w32proc.c (sys_spawnve): Likewise.
9 * xterm.c (x_term_init): Likewise.
10
12012-06-26 Paul Eggert <eggert@cs.ucla.edu> 112012-06-26 Paul Eggert <eggert@cs.ucla.edu>
2 12
3 Use sprintf return value instead of invoking strlen on result. 13 Use sprintf return value instead of invoking strlen on result.