diff options
| author | Paul Eggert | 2012-04-17 14:38:34 -0700 |
|---|---|---|
| committer | Paul Eggert | 2012-04-17 14:38:34 -0700 |
| commit | ae6e112df045de8ddc22e85f8538975d4664b325 (patch) | |
| tree | 3923d0ff634b043c69f87255b52619d195dfc6ad /src/ChangeLog | |
| parent | ad85a071cc6d583041969d300793c92f21a54696 (diff) | |
| parent | 197b6f3c605872bfeb7b2024d255142d8f579021 (diff) | |
| download | emacs-ae6e112df045de8ddc22e85f8538975d4664b325.tar.gz emacs-ae6e112df045de8ddc22e85f8538975d4664b325.zip | |
Merge from trunk.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 35 |
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 @@ | |||
| 1 | 2012-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 | |||
| 14 | 2012-04-17 Glenn Morris <rgm@gnu.org> | ||
| 15 | |||
| 16 | * dired.c (Fsystem_users): Doc fix. | ||
| 17 | |||
| 18 | 2012-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 | |||
| 1 | 2012-04-16 Paul Eggert <eggert@cs.ucla.edu> | 23 | 2012-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 | ||
| 43 | 2012-04-14 Paul Eggert <eggert@cs.ucla.edu> | 65 | 2012-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 | |||
| 56 | 2012-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: |