aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog35
1 files changed, 22 insertions, 13 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 7362bf462a9..78fa3b501a3 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,25 @@
12012-04-17 Paul Eggert <eggert@cs.ucla.edu>
2
3 configure: new option --enable-gcc-warnings (Bug#11207)
4 * Makefile.in (C_WARNINGS_SWITCH): Remove.
5 (WARN_CFLAGS, WERROR_CFLAGS): New macros.
6 (ALL_CFLAGS): Use new macros rather than old.
7 * process.c: Ignore -Wstrict-overflow to work around GCC bug 52904.
8 * regex.c: Ignore -Wstrict-overflow. If !emacs, also ignore
9 -Wunused-but-set-variable, -Wunused-function, -Wunused-macros,
10 -Wunused-result, -Wunused-variable. This should go away once
11 the Emacs and Gnulib regex code is merged.
12 (xmalloc, xrealloc): Now static.
13
142012-04-17 Glenn Morris <rgm@gnu.org>
15
16 * dired.c (Fsystem_users): Doc fix.
17
182012-04-17 Dmitry Antipov <dmantipov@yandex.ru>
19
20 * dired.c (Fsystem_users, Fsystem_groups): New functions. (Bug#7900)
21 (syms_of_dired): Add them.
22
12012-04-16 Paul Eggert <eggert@cs.ucla.edu> 232012-04-16 Paul Eggert <eggert@cs.ucla.edu>
2 24
3 Fix minor alloc.c problems found by static checking. 25 Fix minor alloc.c problems found by static checking.
@@ -42,19 +64,6 @@
42 64
432012-04-14 Paul Eggert <eggert@cs.ucla.edu> 652012-04-14 Paul Eggert <eggert@cs.ucla.edu>
44 66
45 configure: new option --enable-gcc-warnings (Bug#11207)
46 * Makefile.in (C_WARNINGS_SWITCH): Remove.
47 (WARN_CFLAGS, WERROR_CFLAGS): New macros.
48 (ALL_CFLAGS): Use new macros rather than old.
49 * process.c: Ignore -Wstrict-overflow to work around GCC bug 52904.
50 * regex.c: Ignore -Wstrict-overflow. If !emacs, also ignore
51 -Wunused-but-set-variable, -Wunused-function, -Wunused-macros,
52 -Wunused-result, -Wunused-variable. This should go away once
53 the Emacs and Gnulib regex code is merged.
54 (xmalloc, xrealloc): Now static.
55
562012-04-14 Paul Eggert <eggert@cs.ucla.edu>
57
58 Make GC_MAKE_GCPROS_NOOPS the default (Bug#9926). 67 Make GC_MAKE_GCPROS_NOOPS the default (Bug#9926).
59 * lisp.h (GC_MARK_STACK): Default to GC_MAKE_GCPROS_NOOPS. 68 * lisp.h (GC_MARK_STACK): Default to GC_MAKE_GCPROS_NOOPS.
60 * s/cygwin.h, s/darwin.h, s/freebsd.h, s/gnu.h, s/irix6-5.h, s/msdos.h: 69 * s/cygwin.h, s/darwin.h, s/freebsd.h, s/gnu.h, s/irix6-5.h, s/msdos.h: