aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2011-02-03 11:29:35 -0800
committerPaul Eggert2011-02-03 11:29:35 -0800
commit67342916c9fd6fffe142539a3aba4601d005e839 (patch)
treea12c72452490d3f1763f4033bccdff3aa857f7e0 /ChangeLog
parent90b750f4e227844e0eb2368193f13631876d0664 (diff)
downloademacs-67342916c9fd6fffe142539a3aba4601d005e839.tar.gz
emacs-67342916c9fd6fffe142539a3aba4601d005e839.zip
allow C code to suppress warnings about ignored return values
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 178c8d8e5d7..7b693be0694 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
12011-02-03 Paul Eggert <eggert@cs.ucla.edu>
2
3 allow C code to suppress warnings about ignored return values
4 * Makefile.in (GNULIB_MODULES): Add ignore-value.
5 * configure, lib/Makefile.in, lib/gnulib.mk, m4/gl-comp.m4: Regenerate.
6
12011-01-31 Chong Yidong <cyd@stupidchicken.com> 72011-01-31 Chong Yidong <cyd@stupidchicken.com>
2 8
3 * configure.in: Test existence of xaw3d library, not just the 9 * configure.in: Test existence of xaw3d library, not just the