summaryrefslogtreecommitdiff
path: root/guile-readline/readline.c
Commit message (Expand)AuthorAgeFilesLines
* Fix else in init_bouncing_parens()Daniel Llorens2021-06-021-6/+8
* Fix null dereference in readline initializationDaniel Llorens2021-05-271-6/+11
* Fixed style for 02439a124jakub-w2021-05-191-5/+3
* Fixed filename-completion-function for readline completionJakub Wojciech2021-05-191-1/+4
* Fix check for rl_get_keymapDaniel Llorens2020-01-281-3/+3
* Add missing include for strncmp()Daniel Llorens2020-01-271-0/+1
* Update license notices in all C filesAndy Wingo2018-06-201-18/+17
* Remove (C) from copyright statementsAndy Wingo2018-06-201-1/+1
* Rationalize guile-readline includesAndy Wingo2018-06-201-5/+6
* Remove includes of validate.h.Andy Wingo2018-06-181-3/+2
* readline: Avoid interpreting control characters in pastes.Andy Wingo2017-05-171-1/+6
* Avoid stifling readline history when looking up optionsDaniel Llorens2016-06-241-27/+29
* Merge remote-tracking branch 'origin/stable-2.0'Mark H Weaver2013-03-281-27/+5
|\
| * simplify readline.cAndy Wingo2013-03-091-27/+4
* | add scm_from_port_string and friendsAndy Wingo2013-01-151-7/+2
|/
* readline only handles SIGWINCHAndy Wingo2010-07-091-9/+20
* fix argument tab-completionAndy Wingo2010-06-021-2/+2
* decruftify scm_sys_protectsAndy Wingo2009-12-051-1/+1
* Make scm_i_from_stringn into API for use with libguilereadlineMichael Gran2009-09-091-2/+2
* Fix broken interaction between readline and UnicodeMichael 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 codeNeil 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_selectMarius 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 otherMikael 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 whenMarius 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