summaryrefslogtreecommitdiff
path: root/guile-readline/readline.c
Commit message (Expand)AuthorAgeFilesLines
* Fix check for rl_get_keymap...Daniel Llorens2020-02-121-3/+3
* readline: Avoid interpreting control characters in pastes....Andy Wingo2017-05-171-1/+6
* Avoid stifling readline history when looking up options...Daniel Llorens2016-06-241-27/+29
* Merge remote-tracking branch 'origin/stable-2.0'...Mark H Weaver2013-03-281-27/+5
|\
| * simplify readline.c...Andy Wingo2013-03-091-27/+4
* | add scm_from_port_string and friends...Andy Wingo2013-01-151-7/+2
|/
* readline only handles SIGWINCH...Andy Wingo2010-07-091-9/+20
* fix argument tab-completion...Andy Wingo2010-06-021-2/+2
* decruftify scm_sys_protects...Andy Wingo2009-12-051-1/+1
* Make scm_i_from_stringn into API for use with libguilereadline...Michael Gran2009-09-091-2/+2
* Fix broken interaction between readline and Unicode...Michael Gran2009-09-071-2/+9
* Don't use a sub-`configure' for `guile-readline'....Ludovic Courtès2009-08-211-4/+4
* Remove AC_SYS_RESTARTABLE_SYSCALLS and related code...Neil Jerram2009-06-231-23/+0
* Change guile-readline license to GPLv3+Neil Jerram2009-06-171-1/+1
* Remove GH and its traces.Han-Wen Nienhuys2008-09-281-1/+0
* Release stuff: missing NEWS and 2007/2008 copyrights.Neil Jerram2008-02-151-1/+1
* * readline.c (scm_init_readline): Only do init_bouncing_parens ()...Neil Jerram2008-01-291-0/+4
* Changes from arch/CVS synchronizationLudovic Courtès2007-06-251-1/+2
* terminate option list with NULL....Han-Wen Nienhuys2007-01-191-3/+1
* * readline.c: terminate option list with NULL....Han-Wen Nienhuys2007-01-191-1/+2
* merge from 1.8 branchKevin Ryde2006-06-171-4/+2
* merge from 1.8 branchKevin Ryde2006-04-161-1/+1
* The FSF has a new address.Marius Vollmer2005-05-231-2/+2
* Use scm_current_input_port instead of scm_cur_inp. Use scm_std_select...Marius Vollmer2005-03-021-5/+5
* Avoid the use of discouraged or deprecated things.Marius Vollmer2004-08-191-21/+28
* Replaced all uses of deprecated SCM_FALSEP, SCM_NFALSEP, SCM_BOOL,...Marius Vollmer2004-07-101-8/+8
* Replaced all uses of deprecated SCM_FALSEP, SCM_NFALSEP, SCM_BOOL,...Marius Vollmer2004-07-061-2/+2
* * readline.c (redisplay): Removed. (It didn't do anything other...Mikael Djurfeldt2003-04-051-9/+1
* * readline.c: add HAVE_CONFIG_H test guarding #include config.h.Rob Browning2003-03-191-0/+4
* Fix input/output port typo.Neil Jerram2003-01-081-1/+1
* * __scm.h (USE_THREADS, GUILE_ISELECT): Define when...Marius Vollmer2002-11-031-8/+0
* fixed mangled comment.Marius Vollmer2002-11-021-1/+1
* (reentry_barrier_mutex): Reimplemented with scm_make_mutex, etc.Marius Vollmer2002-10-271-5/+5
* 2001-11-04 Stefan Jahn <stefan@lkcc.org>...Stefan Jahn2001-11-041-3/+21
* Include `io.h' and exclude `sys/time.h' for MinGW.Marius Vollmer2001-11-021-0/+4
* * Removed lots of deprecated stuff.Dirk Herrmann2001-08-311-4/+0
* Remove "face-lift" comment.Thien-Thi Nguyen2001-07-091-2/+0
* * Don't use SCM_LISTn any more.Dirk Herrmann2001-06-301-2/+2
* Replace "scm_*_t" with "scm_t_*".Marius Vollmer2001-06-141-5/+5
* * configure.in: Check for rl_filename_completion_function....Marius Vollmer2001-06-141-0/+8
* * Introduce SCM_UNUSED and mark unused function parameters....Dirk Herrmann2001-06-071-2/+2
* Make it compile with --disable-deprecated....Martin Grabmüller2001-05-241-2/+2
* * validate.h...Michael Livshin2001-05-241-1/+1
* Merged from mvo-vcell-cleanup-1-branch.Marius Vollmer2001-05-151-2/+2
* * readline.c (scm_clear_history): New function....Marius Vollmer2001-04-101-0/+10
* * readline.c: Add #include <stdio.h>Keisuke Nishida2001-03-091-0/+1
* * Fixed readline default input/output port parameter handling....Dirk Herrmann2000-11-241-9/+9
* * Don't uses anything deprecated any more.Dirk Herrmann2000-11-241-10/+10
* FixMikael Djurfeldt2000-06-191-2/+2
* * readline.c (sigwinch_enable_restart, scm_init_readline):...Mikael Djurfeldt2000-06-191-0/+24