Make it compile with --disable-deprecated.
[bpt/guile.git] / guile-readline / readline.c
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.