summaryrefslogtreecommitdiff
path: root/readline/ChangeLog.gdb
diff options
context:
space:
mode:
authorJan Kratochvil <jan.kratochvil@redhat.com>2008-03-24 12:59:51 +0000
committerJan Kratochvil <jan.kratochvil@redhat.com>2008-03-24 12:59:51 +0000
commit3b64b13e92c60848c81d9325246ff4f8a92e6d0c (patch)
treed4f13090807e9d689220fcb4088e1443fa033be6 /readline/ChangeLog.gdb
parent54a1995a2eed9a206cca44a8818ebe77cbd7405f (diff)
downloadgdb-3b64b13e92c60848c81d9325246ff4f8a92e6d0c.tar.gz
PR gdb/544
* rltty.c (block_sigint, release_sigint): Rename to... (_rl_block_sigint, _rl_release_sigint): ...these and make them global. * rltty.h (_rl_block_sigint, _rl_release_sigint): New prototypes. * display.c (rl_redisplay): Wrap the function by the calls to _RL_BLOCK_SIGINT and _RL_RELEASE_SIGINT.
Diffstat (limited to 'readline/ChangeLog.gdb')
-rw-r--r--readline/ChangeLog.gdb9
1 files changed, 9 insertions, 0 deletions
diff --git a/readline/ChangeLog.gdb b/readline/ChangeLog.gdb
index 0c3bcc4b37c..1a1dfc98076 100644
--- a/readline/ChangeLog.gdb
+++ b/readline/ChangeLog.gdb
@@ -1,3 +1,12 @@
+2008-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
+
+ PR gdb/544
+ * rltty.c (block_sigint, release_sigint): Rename to...
+ (_rl_block_sigint, _rl_release_sigint): ...these and make them global.
+ * rltty.h (_rl_block_sigint, _rl_release_sigint): New prototypes.
+ * display.c (rl_redisplay): Wrap the function by the calls to
+ _RL_BLOCK_SIGINT and _RL_RELEASE_SIGINT.
+
2007-09-01 Daniel Jacobowitz <dan@codesourcery.com>
PR gdb/2138