summaryrefslogtreecommitdiff
path: root/guile-readline/readline.c
AgeCommit message (Expand)AuthorFilesLines
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
2001-05-24 Make it compile with --disable-deprecated.Martin Grabmüller1-2/+2
2001-05-24* validate.hMichael Livshin1-1/+1
2001-05-15Merged from mvo-vcell-cleanup-1-branch.Marius Vollmer1-2/+2
2001-04-10* readline.c (scm_clear_history): New function.Marius Vollmer1-0/+10
2001-03-09 * readline.c: Add #include <stdio.h>Keisuke Nishida1-0/+1
2000-11-24* Fixed readline default input/output port parameter handling.Dirk Herrmann1-9/+9
2000-11-24* Don't uses anything deprecated any more.Dirk Herrmann1-10/+10
2000-06-19FixMikael Djurfeldt1-2/+2
2000-06-19* readline.c (sigwinch_enable_restart, scm_init_readline):Mikael Djurfeldt1-0/+24
2000-06-14* readline.c (scm_readline): Added parenthesis around && withinMikael Djurfeldt1-2/+5
2000-06-06* readline.c: Always provide scm_init_readline, also if readlineMikael Djurfeldt1-3/+4
2000-05-01 * readline.c: include libguile.h, not libguile/libguile.h.Gary Houston1-1/+1