temporarily disable elisp exception tests
[bpt/guile.git] / guile-readline / readline.c
2009-08-27 Daniel KraftMerge branch 'master' of git://git.savannah.gnu.org...
2009-08-25 Andy WingoMerge wip-array refactor, up to cd43fdc5b7a7c
2009-08-21 Neil JerramMerge branch 'wip-manual' of ssh://ossau@git.sv.gnu...
2009-08-20 Ludovic CourtèsDon't use a sub-`configure' for `guile-readline'.
2009-08-17 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2009-06-27 Daniel KraftMerge branch 'master' of git://git.savannah.gnu.org...
2009-06-23 Neil JerramRemove AC_SYS_RESTARTABLE_SYSCALLS and related code
2009-06-17 Neil JerramChange guile-readline license to GPLv3+
2008-10-11 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2008-09-30 Andy WingoMerge commit 'origin/master' into vm
2008-09-28 Han-Wen NienhuysRemove GH and its traces.
2008-09-10 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2008-09-10 Ludovic CourtèsMerge commit '7337d56d5714227865aeca2b40b6bd97cce296d2...
2008-09-10 Ludovic CourtèsMerge commit '032913739218c756f673bfb9c8f66ef9f8f02330...
2008-08-02 Andy Wingomerge guile-vm to guile
2008-02-15 Neil JerramRelease stuff: missing NEWS and 2007/2008 copyrights.
2008-01-29 Neil Jerram* readline.c (scm_init_readline): Only do init_bouncing...
2007-06-25 Ludovic CourtèsChanges from arch/CVS synchronization
2007-01-19 Han-Wen Nienhuysterminate option list with NULL.
2007-01-19 Han-Wen Nienhuys* readline.c: terminate option list with NULL.
2006-06-17 Kevin Rydemerge from 1.8 branch
2006-04-16 Kevin Rydemerge from 1.8 branch
2005-05-23 Marius VollmerThe FSF has a new address.
2005-03-02 Marius VollmerUse scm_current_input_port instead of scm_cur_inp....
2004-08-19 Marius VollmerAvoid the use of discouraged or deprecated things.
2004-07-10 Marius VollmerReplaced all uses of deprecated SCM_FALSEP, SCM_NFALSEP...
2004-07-06 Marius VollmerReplaced all uses of deprecated SCM_FALSEP, SCM_NFALSEP...
2003-04-05 Mikael Djurfeldt* readline.c (redisplay): Removed. (It didn't do anythi...
2003-03-19 Rob Browning* readline.c: add HAVE_CONFIG_H test guarding #include...
2003-01-08 Neil JerramFix input/output port typo.
2002-11-03 Marius Vollmer* __scm.h (USE_THREADS, GUILE_ISELECT): Define when
2002-11-02 Marius Vollmerfixed mangled comment.
2002-10-27 Marius Vollmer(reentry_barrier_mutex): Reimplemented with scm_make_mu...
2001-11-04 Stefan Jahn2001-11-04 Stefan Jahn <stefan@lkcc.org>
2001-11-02 Marius VollmerInclude `io.h' and exclude `sys/time.h' for MinGW.
2001-08-31 Dirk Herrmann* Removed lots of deprecated stuff.
2001-07-09 Thien-Thi NguyenRemove "face-lift" comment.
2001-06-30 Dirk Herrmann* Don't use SCM_LISTn any more.
2001-06-14 Marius VollmerReplace "scm_*_t" with "scm_t_*".
2001-06-14 Marius Vollmer* configure.in: Check for rl_filename_completion_function.
2001-06-07 Dirk Herrmann* Introduce SCM_UNUSED and mark unused function parameters.
2001-05-24 Martin Grabmüller Make it compile with --disable-deprecated.
2001-05-24 Michael Livshin* validate.h
2001-05-15 Marius VollmerMerged from mvo-vcell-cleanup-1-branch.
2001-04-10 Marius Vollmer* readline.c (scm_clear_history): New function.
2001-03-09 Keisuke Nishida * readline.c: Add #include <stdio.h>
2000-11-24 Dirk Herrmann* Fixed readline default input/output port parameter...
2000-11-24 Dirk Herrmann* Don't uses anything deprecated any more.
2000-06-19 Mikael DjurfeldtFix
2000-06-19 Mikael Djurfeldt* readline.c (sigwinch_enable_restart, scm_init_readline):
2000-06-14 Mikael Djurfeldt* readline.c (scm_readline): Added parenthesis around...
2000-06-06 Mikael Djurfeldt* readline.c: Always provide scm_init_readline, also...
2000-05-01 Gary Houston * readline.c: include libguile.h, not libguile/libguile.h.
2000-04-21 Mikael Djurfeldt* Makefile.am (DEFS): Added. automake adds -I options...
2000-04-04 Dirk HerrmannFix handling of SCM value with regard to strict typing.
2000-03-19 Michael Livshin * *.[hc]: add Emacs magic at the end of file, to ensur...
2000-03-12 Mikael Djurfeldt* readline.c (current_input_getc): Don't pass int value...
2000-03-12 Mikael DjurfeldtReverted recent change to scm_mutex_init: now backward...
2000-03-12 Mikael Djurfeldt* readline.c (match_paren): Bugfix: First arg to select...
2000-03-09 Greg J. BadrosAdded a comment re: a warning.
2000-03-09 Greg J. Badros* readline.c: scm_validate.h renamed to validate.h.
2000-03-08 Greg J. Badros* readline.c (match_paren): Use SELECT_TYPE, not fd_set...
2000-01-12 Greg J. Badros* scm_validate.h: Added SCM_NUM2LONG_DEF macro. Make
2000-01-09 Mikael Djurfeldt* readline.c (match_paren): Changed return type to...
2000-01-05 Greg J. Badros* readline.c: Whitespace changes -- added space after
2000-01-05 Greg J. BadrosReplace GUILE_PROC w/ SCM_DEFINE.
1999-12-13 Greg J. Badros* readline.c: Include libguile/scm_validate.h
1999-12-13 Greg J. Badros* readline.c: Updated to use GUILE_PROC, SCM_VALIDATE...
1999-11-18 Gary Houston * configure.in: check for hstrerror.
1999-09-11 Marius Vollmer* readline.c (scm_readline): Export it to Scheme as...
1999-08-29 Mikael DjurfeldtFix
1999-08-29 Mikael DjurfeldtThe following change makes it possible for applications...
1999-08-06 Jim BlandyUpdate FSF address in copyright notices.
1999-07-24 Mikael Djurfeldt* readline.c (handle_error): Put a cosmetic newline on
1999-07-23 Marius Vollmer* Checked everything into CVS.