Age | Commit message (Expand) | Author | Files | Lines |
2013-03-28 | Merge remote-tracking branch 'origin/stable-2.0' | Mark H Weaver | 1 | -27/+5 |
2013-03-09 | simplify readline.c | Andy Wingo | 1 | -27/+4 |
2013-01-15 | add scm_from_port_string and friends | Andy Wingo | 1 | -7/+2 |
2010-07-09 | readline only handles SIGWINCH | Andy Wingo | 1 | -9/+20 |
2010-06-02 | fix argument tab-completion | Andy Wingo | 1 | -2/+2 |
2009-12-05 | decruftify scm_sys_protects | Andy Wingo | 1 | -1/+1 |
2009-09-09 | Make scm_i_from_stringn into API for use with libguilereadline | Michael Gran | 1 | -2/+2 |
2009-09-07 | Fix broken interaction between readline and Unicode | Michael Gran | 1 | -2/+9 |
2009-08-21 | Don't use a sub-`configure' for `guile-readline'. | Ludovic Courtès | 1 | -4/+4 |
2009-06-23 | Remove AC_SYS_RESTARTABLE_SYSCALLS and related code | Neil Jerram | 1 | -23/+0 |
2009-06-17 | Change guile-readline license to GPLv3+ | Neil Jerram | 1 | -1/+1 |
2008-09-28 | Remove GH and its traces. | Han-Wen Nienhuys | 1 | -1/+0 |
2008-02-15 | Release stuff: missing NEWS and 2007/2008 copyrights. | Neil Jerram | 1 | -1/+1 |
2008-01-29 | * readline.c (scm_init_readline): Only do init_bouncing_parens () | Neil Jerram | 1 | -0/+4 |
2007-06-25 | Changes from arch/CVS synchronization | Ludovic Courtès | 1 | -1/+2 |
2007-01-19 | terminate option list with NULL. | Han-Wen Nienhuys | 1 | -3/+1 |
2007-01-19 | * readline.c: terminate option list with NULL. | Han-Wen Nienhuys | 1 | -1/+2 |
2006-06-17 | merge from 1.8 branch | Kevin Ryde | 1 | -4/+2 |
2006-04-16 | merge from 1.8 branch | Kevin Ryde | 1 | -1/+1 |
2005-05-23 | The FSF has a new address. | Marius Vollmer | 1 | -2/+2 |
2005-03-02 | Use scm_current_input_port instead of scm_cur_inp. Use scm_std_select | Marius Vollmer | 1 | -5/+5 |
2004-08-19 | Avoid the use of discouraged or deprecated things. | Marius Vollmer | 1 | -21/+28 |
2004-07-10 | Replaced all uses of deprecated SCM_FALSEP, SCM_NFALSEP, SCM_BOOL, | Marius Vollmer | 1 | -8/+8 |
2004-07-06 | Replaced all uses of deprecated SCM_FALSEP, SCM_NFALSEP, SCM_BOOL, | Marius Vollmer | 1 | -2/+2 |
2003-04-05 | * readline.c (redisplay): Removed. (It didn't do anything other | Mikael Djurfeldt | 1 | -9/+1 |
2003-03-19 | * readline.c: add HAVE_CONFIG_H test guarding #include config.h. | Rob Browning | 1 | -0/+4 |
2003-01-08 | Fix input/output port typo. | Neil Jerram | 1 | -1/+1 |
2002-11-03 | * __scm.h (USE_THREADS, GUILE_ISELECT): Define when | Marius Vollmer | 1 | -8/+0 |
2002-11-02 | fixed mangled comment. | Marius Vollmer | 1 | -1/+1 |
2002-10-27 | (reentry_barrier_mutex): Reimplemented with scm_make_mutex, etc. | Marius Vollmer | 1 | -5/+5 |
2001-11-04 | 2001-11-04 Stefan Jahn <stefan@lkcc.org> | Stefan Jahn | 1 | -3/+21 |
2001-11-02 | Include `io.h' and exclude `sys/time.h' for MinGW. | Marius Vollmer | 1 | -0/+4 |
2001-08-31 | * Removed lots of deprecated stuff. | Dirk Herrmann | 1 | -4/+0 |
2001-07-09 | Remove "face-lift" comment. | Thien-Thi Nguyen | 1 | -2/+0 |
2001-06-30 | * Don't use SCM_LISTn any more. | Dirk Herrmann | 1 | -2/+2 |
2001-06-14 | Replace "scm_*_t" with "scm_t_*". | Marius Vollmer | 1 | -5/+5 |
2001-06-14 | * configure.in: Check for rl_filename_completion_function. | Marius Vollmer | 1 | -0/+8 |
2001-06-07 | * Introduce SCM_UNUSED and mark unused function parameters. | Dirk Herrmann | 1 | -2/+2 |
2001-05-24 | Make it compile with --disable-deprecated. | Martin Grabmüller | 1 | -2/+2 |
2001-05-24 | * validate.h | Michael Livshin | 1 | -1/+1 |
2001-05-15 | Merged from mvo-vcell-cleanup-1-branch. | Marius Vollmer | 1 | -2/+2 |
2001-04-10 | * readline.c (scm_clear_history): New function. | Marius Vollmer | 1 | -0/+10 |
2001-03-09 | * readline.c: Add #include <stdio.h> | Keisuke Nishida | 1 | -0/+1 |
2000-11-24 | * Fixed readline default input/output port parameter handling. | Dirk Herrmann | 1 | -9/+9 |
2000-11-24 | * Don't uses anything deprecated any more. | Dirk Herrmann | 1 | -10/+10 |
2000-06-19 | Fix | Mikael Djurfeldt | 1 | -2/+2 |
2000-06-19 | * readline.c (sigwinch_enable_restart, scm_init_readline): | Mikael Djurfeldt | 1 | -0/+24 |
2000-06-14 | * readline.c (scm_readline): Added parenthesis around && within | Mikael Djurfeldt | 1 | -2/+5 |
2000-06-06 | * readline.c: Always provide scm_init_readline, also if readline | Mikael Djurfeldt | 1 | -3/+4 |
2000-05-01 | * readline.c: include libguile.h, not libguile/libguile.h. | Gary Houston | 1 | -1/+1 |