1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-04-30 11:50:28 +02:00
guile/guile-readline
Andy Wingo ddfb5e2bb0 readline only handles SIGWINCH
* acinclude.m4 (GUILE_READLINE): Check for rl_catch_signals and
  rl_catch_sigwinch.

* guile-readline/readline.c (scm_init_readline): If we can, turn off
  readline's signal handling, because we can do our own.
  (scm_readline): Use dynwinds to handle resetting readline's state on
  nonlocal exit, not catches.
  (unwind_readline): Rename from handle_error.
2010-07-09 17:05:25 +02:00
..
ice-9 remove use-emacs-interface check from ice-9 readline 2010-07-09 17:05:25 +02:00
ChangeLog-2008 Rename ChangeLog' files to ChangeLog-2008'. 2008-09-12 21:49:58 +02:00
LIBGUILEREADLINE-VERSION Bumped versions for 1.9 series. 2006-02-05 22:57:57 +00:00
Makefile.am Use AM_SILENT_RULES to pare down build output, ignore auto-generated files 2010-06-18 11:15:18 +02:00
readline-activator.scm * readline-activator.scm (activate-readline): Report an error if 2000-06-06 12:41:48 +00:00
readline.c readline only handles SIGWINCH 2010-07-09 17:05:25 +02:00
readline.h Change guile-readline license to GPLv3+ 2009-06-17 22:35:30 +01:00