summaryrefslogtreecommitdiff
path: root/guile-readline/readline.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make it compile with --disable-deprecated.Martin Grabmüller2001-05-241-2/+2
* * validate.hMichael 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
* * readline.c (scm_readline): Added parenthesis around && withinMikael Djurfeldt2000-06-141-2/+5
* * readline.c: Always provide scm_init_readline, also if readlineMikael Djurfeldt2000-06-061-3/+4
* * readline.c: include libguile.h, not libguile/libguile.h.Gary Houston2000-05-011-1/+1
* * Makefile.am (DEFS): Added. automake adds -I options to DEFS,Mikael Djurfeldt2000-04-211-2/+2
* Fix handling of SCM value with regard to strict typing.Dirk Herrmann2000-04-041-1/+1
* * *.[hc]: add Emacs magic at the end of file, to ensure GNUMichael Livshin2000-03-191-0/+6
* * readline.c (current_input_getc): Don't pass int values throughMikael Djurfeldt2000-03-121-9/+5
* Reverted recent change to scm_mutex_init: now backward compatibleMikael Djurfeldt2000-03-121-1/+1