aboutsummaryrefslogtreecommitdiff
path: root/readline/ChangeLog
diff options
context:
space:
mode:
authorJohn Gilmore <gnu@cygnus>1992-06-15 08:37:50 +0000
committerJohn Gilmore <gnu@cygnus>1992-06-15 08:37:50 +0000
commit87afde58f67d0e7e7b71a7001052bac0e38ad4c0 (patch)
tree3d67d8ab3d12572b47edad9523c592e753ea1981 /readline/ChangeLog
parent7c88553a91c2ba29a60cf9f6c3eb62aceb7ebc17 (diff)
downloadfsf-binutils-gdb-87afde58f67d0e7e7b71a7001052bac0e38ad4c0.zip
fsf-binutils-gdb-87afde58f67d0e7e7b71a7001052bac0e38ad4c0.tar.gz
fsf-binutils-gdb-87afde58f67d0e7e7b71a7001052bac0e38ad4c0.tar.bz2
* 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.
Diffstat (limited to 'readline/ChangeLog')
-rw-r--r--readline/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/readline/ChangeLog b/readline/ChangeLog
index ea44386..d5e9839 100644
--- a/readline/ChangeLog
+++ b/readline/ChangeLog
@@ -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.