* readline.c: Make new SIGNALS_* macros to parameterize the
authorJohn Gilmore <gnu@cygnus>
Mon, 15 Jun 1992 08:37:50 +0000 (08:37 +0000)
committerJohn Gilmore <gnu@cygnus>
Mon, 15 Jun 1992 08:37:50 +0000 (08:37 +0000)
ugly changes in signal blocking macro.  Use them throughout,
reducing #ifdef HAVE_POSIX_SIGNALS and HAVE_BSD_SIGNALS clutter
significantly.  Make all such places use POSIX if available,
to avoid losing with poor `sigsetmask' emulation from libiberty.

readline/ChangeLog

index ea443863d0bd23a77ab6e4177f48878d185f730c..d5e9839a3ada6f0622a8998c3c2223a6ad053ec8 100644 (file)
@@ -1,3 +1,11 @@
+Mon Jun 15 01:35:55 1992  John Gilmore  (gnu at cygnus.com)
+
+       * readline.c: Make new SIGNALS_* macros to parameterize the 
+       ugly changes in signal blocking macro.  Use them throughout,
+       reducing #ifdef HAVE_POSIX_SIGNALS and HAVE_BSD_SIGNALS clutter
+       significantly.  Make all such places use POSIX if available,
+       to avoid losing with poor `sigsetmask' emulation from libiberty.
+
 Sun Jun 14 15:19:51 1992  Stu Grossman  (grossman at cygnus.com)
 
        * readline.c (insert_some_chars):  Return void.