From 87adec2ec1241052deb5cacb93b463c05176fafb Mon Sep 17 00:00:00 2001 From: Jan Kratochvil Date: Mon, 24 Mar 2008 12:59:51 +0000 Subject: 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. --- readline/ChangeLog.gdb | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'readline/ChangeLog.gdb') diff --git a/readline/ChangeLog.gdb b/readline/ChangeLog.gdb index 0c3bcc4..1a1dfc9 100644 --- a/readline/ChangeLog.gdb +++ b/readline/ChangeLog.gdb @@ -1,3 +1,12 @@ +2008-03-24 Jan Kratochvil + + 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 PR gdb/2138 -- cgit v1.1