diff options
| author | Paul Eggert | 2012-10-06 19:26:03 -0700 |
|---|---|---|
| committer | Paul Eggert | 2012-10-06 19:26:03 -0700 |
| commit | c622b48f7894fc904cdc95edff47f2173240f0cf (patch) | |
| tree | 498fcede7d0dbde0fe60d338198396633ac433dd /ChangeLog | |
| parent | 559e479cbb1e1fb88325c90a22f7b7fdb5c3c95b (diff) | |
| download | emacs-c622b48f7894fc904cdc95edff47f2173240f0cf.tar.gz emacs-c622b48f7894fc904cdc95edff47f2173240f0cf.zip | |
Improve sys_siglist detection.
* configure.ac (sys_siglist): Look for its decl in <signal.h>.
Otherwise, it's not found in either Fedora 17 or Solaris 11.
* src/sysdep.c (sys_siglist, init_signals): Use _sys_siglist if it's
defined as a macro, as is done in Solaris.
(sys_siglist_entries): New macro.
(save_strsignal): Use it.
* src/syssignal.h (safe_strsignal): Now ATTRIBUTE_CONST, to pacify
GCC 4.7.2 on Fedora 17 with the fixed sys_siglist detection.
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
| @@ -1,3 +1,9 @@ | |||
| 1 | 2012-10-07 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | Improve sys_siglist detection. | ||
| 4 | * configure.ac (sys_siglist): Look for its decl in <signal.h>. | ||
| 5 | Otherwise, it's not found in either Fedora 17 or Solaris 11. | ||
| 6 | |||
| 1 | 2012-10-04 Paul Eggert <eggert@cs.ucla.edu> | 7 | 2012-10-04 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 8 | ||
| 3 | Merge from gnulib, incorporating: | 9 | Merge from gnulib, incorporating: |