summaryrefslogtreecommitdiff
path: root/guile-readline/readline.c
AgeCommit message (Expand)AuthorFilesLines
2021-06-02Fix else in init_bouncing_parens()Daniel Llorens1-6/+8
2021-05-27Fix null dereference in readline initializationDaniel Llorens1-6/+11
2021-05-19Fixed style for 02439a124jakub-w1-5/+3
2021-05-19Fixed filename-completion-function for readline completionJakub Wojciech1-1/+4
2020-01-28Fix check for rl_get_keymapDaniel Llorens1-3/+3
2020-01-27Add missing include for strncmp()Daniel Llorens1-0/+1
2018-06-20Update license notices in all C filesAndy Wingo1-18/+17
2018-06-20Remove (C) from copyright statementsAndy Wingo1-1/+1
2018-06-20Rationalize guile-readline includesAndy Wingo1-5/+6
2018-06-18Remove includes of validate.h.Andy Wingo1-3/+2
2017-05-17readline: Avoid interpreting control characters in pastes.Andy Wingo1-1/+6
2016-06-24Avoid stifling readline history when looking up optionsDaniel Llorens1-27/+29
2013-03-28Merge remote-tracking branch 'origin/stable-2.0'Mark H Weaver1-27/+5
2013-03-09simplify readline.cAndy Wingo1-27/+4
2013-01-15add scm_from_port_string and friendsAndy Wingo1-7/+2
2010-07-09readline only handles SIGWINCHAndy Wingo1-9/+20
2010-06-02fix argument tab-completionAndy Wingo1-2/+2
2009-12-05decruftify scm_sys_protectsAndy Wingo1-1/+1
2009-09-09Make scm_i_from_stringn into API for use with libguilereadlineMichael Gran1-2/+2
2009-09-07Fix broken interaction between readline and UnicodeMichael Gran1-2/+9
2009-08-21Don't use a sub-`configure' for `guile-readline'.Ludovic Courtès1-4/+4
2009-06-23Remove AC_SYS_RESTARTABLE_SYSCALLS and related codeNeil Jerram1-23/+0
2009-06-17Change guile-readline license to GPLv3+Neil Jerram1-1/+1
2008-09-28Remove GH and its traces.Han-Wen Nienhuys1-1/+0
2008-02-15Release stuff: missing NEWS and 2007/2008 copyrights.Neil Jerram1-1/+1
2008-01-29* readline.c (scm_init_readline): Only do init_bouncing_parens ()Neil Jerram1-0/+4
2007-06-25Changes from arch/CVS synchronizationLudovic Courtès1-1/+2
2007-01-19terminate option list with NULL.Han-Wen Nienhuys1-3/+1
2007-01-19* readline.c: terminate option list with NULL.Han-Wen Nienhuys1-1/+2
2006-06-17merge from 1.8 branchKevin Ryde1-4/+2
2006-04-16merge from 1.8 branchKevin Ryde1-1/+1
2005-05-23The FSF has a new address.Marius Vollmer1-2/+2
2005-03-02Use scm_current_input_port instead of scm_cur_inp. Use scm_std_selectMarius Vollmer1-5/+5
2004-08-19Avoid the use of discouraged or deprecated things.Marius Vollmer1-21/+28
2004-07-10Replaced all uses of deprecated SCM_FALSEP, SCM_NFALSEP, SCM_BOOL,Marius Vollmer1-8/+8
2004-07-06Replaced all uses of deprecated SCM_FALSEP, SCM_NFALSEP, SCM_BOOL,Marius Vollmer1-2/+2
2003-04-05* readline.c (redisplay): Removed. (It didn't do anything otherMikael Djurfeldt1-9/+1
2003-03-19* readline.c: add HAVE_CONFIG_H test guarding #include config.h.Rob Browning1-0/+4
2003-01-08Fix input/output port typo.Neil Jerram1-1/+1
2002-11-03* __scm.h (USE_THREADS, GUILE_ISELECT): Define whenMarius Vollmer1-8/+0
2002-11-02fixed mangled comment.Marius Vollmer1-1/+1
2002-10-27(reentry_barrier_mutex): Reimplemented with scm_make_mutex, etc.Marius Vollmer1-5/+5
2001-11-042001-11-04 Stefan Jahn <stefan@lkcc.org>Stefan Jahn1-3/+21
2001-11-02Include `io.h' and exclude `sys/time.h' for MinGW.Marius Vollmer1-0/+4
2001-08-31* Removed lots of deprecated stuff.Dirk Herrmann1-4/+0
2001-07-09Remove "face-lift" comment.Thien-Thi Nguyen1-2/+0
2001-06-30* Don't use SCM_LISTn any more.Dirk Herrmann1-2/+2
2001-06-14Replace "scm_*_t" with "scm_t_*".Marius Vollmer1-5/+5
2001-06-14* configure.in: Check for rl_filename_completion_function.Marius Vollmer1-0/+8
2001-06-07* Introduce SCM_UNUSED and mark unused function parameters.Dirk Herrmann1-2/+2