aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2012-05-09 17:27:32 -0700
committerPaul Eggert2012-05-09 17:27:32 -0700
commitdb5a3003037a018f47151bb6daaf249d422be2ba (patch)
tree11d9c39e9004ce36773b5b37c818b0e212c16d98 /lib-src/ChangeLog
parent5cb6795418c32b8077e3818680a65cba00ea66b6 (diff)
downloademacs-db5a3003037a018f47151bb6daaf249d422be2ba.tar.gz
emacs-db5a3003037a018f47151bb6daaf249d422be2ba.zip
etags: pacify gcc -Wstack-protector on Ubuntu 12.04 x86
* etags.c: Include <stdarg.h>. (error): Declare as printf-style, as that's what it really is. All uses changed. (add_regex): Use single char rather than array-of-one char.
Diffstat (limited to 'lib-src/ChangeLog')
-rw-r--r--lib-src/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog
index cf7494cb5d5..fe00c29cff7 100644
--- a/lib-src/ChangeLog
+++ b/lib-src/ChangeLog
@@ -1,3 +1,11 @@
12012-05-10 Paul Eggert <eggert@cs.ucla.edu>
2
3 etags: pacify gcc -Wstack-protector on Ubuntu 12.04 x86
4 * etags.c: Include <stdarg.h>.
5 (error): Declare as printf-style, as that's what it really is.
6 All uses changed.
7 (add_regex): Use single char rather than array-of-one char.
8
12012-05-05 Jim Meyering <meyering@redhat.com> 92012-05-05 Jim Meyering <meyering@redhat.com>
2 10
3 * lib-src/pop.c (pop_stat, pop_list, pop_multi_first, pop_last): 11 * lib-src/pop.c (pop_stat, pop_list, pop_multi_first, pop_last):