Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2008-08-26 | merge from guile master | Andy Wingo | 3 | -4/+21 | |
Had to fix up .gitignore for some conflicts. | |||||
2008-08-02 | make readline's `repl-reader' impl check the current-reader fluid | Andy Wingo | 1 | -1/+1 | |
* guile-readline/ice-9/readline.scm (activate-readline): Use the current binding of the current-reader fluid, if it is available. | |||||
2008-05-07 | Remove uses of non-portable makefile constructs. | Ludovic Courtès | 2 | -3/+9 | |
2008-04-16 | Don't use "echo -n" in `guile-readline/configure.in'. | Ludovic Courtès | 2 | -1/+12 | |
2008-02-21 | Merge 1.8.4 release commit. | Ludovic Courtès | 1 | -0/+5 | |
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 | 3 | -0/+18 | |
if HAVE_RL_GET_KEYMAP. (init_bouncing_parens, find_matching_paren, match_paren): Compile out if ! HAVE_RL_GET_KEYMAP. * configure.in: Add check for rl_get_keymap. | |||||
2007-07-29 | Changes from arch/CVS synchronization | Ludovic Courtès | 2 | -4/+12 | |
2007-07-17 | Changes from arch/CVS synchronization | Ludovic Courtès | 1 | -0/+5 | |
2007-06-25 | Changes from arch/CVS synchronization | Ludovic Courtès | 2 | -2/+12 | |
2007-01-19 | terminate option list with NULL. | Han-Wen Nienhuys | 2 | -3/+2 | |
(scm_init_readline): fix CVS mess-up. | |||||
2007-01-19 | * readline.c: terminate option list with NULL. | Han-Wen Nienhuys | 2 | -1/+6 | |
* read.c: idem. * print.c: idem. * eval.c: terminate option lists with 0. * options.c: remove n (for length) from scm_option_X functions. Detect option list length by looking for NULL name. | |||||
2006-10-09 | merge from 1.8 branch | Kevin Ryde | 2 | -1/+6 | |
2006-10-05 | (new-input-prompt): Renamed from "prompt". | Neil Jerram | 2 | -18/+32 | |
(continuation-prompt): Renamed from "prompt2". (make-readline-port, readline, set-readline-prompt!): Reflect above renamings. (activate-readline): Rename locals "read-hook" and "prompt" to "repl-read-hook" and "repl-prompt", to disambiguate them from globals. Save and restore the new-input- and continuation- prompts around the REPL read call. | |||||
2006-06-17 | merge from 1.8 branch | Kevin Ryde | 1 | -0/+20 | |
2006-06-17 | merge from 1.8 branch | Kevin Ryde | 4 | -7/+12 | |
2006-04-17 | *** empty log message *** | Kevin Ryde | 1 | -0/+5 | |
2006-04-17 | Bump lib file version to libguilereadline-v-18, | Kevin Ryde | 1 | -1/+1 | |
matching LIBGUILEREADLINE-VERSION. | |||||
2006-04-16 | merge from 1.8 branch | Kevin Ryde | 6 | -7/+39 | |
2006-02-05 | Bumped versions for 1.9 series. | Marius Vollmer | 2 | -2/+6 | |
2005-07-12 | Plain ascii backquote. | Kevin Ryde | 1 | -1/+1 | |
2005-05-23 | The FSF has a new address. | Marius Vollmer | 5 | -10/+10 | |
2005-03-02 | *** empty log message *** | Marius Vollmer | 1 | -0/+5 | |
2005-03-02 | Use scm_current_input_port instead of scm_cur_inp. Use scm_std_select | Marius Vollmer | 1 | -5/+5 | |
instead of scm_internal_select. | |||||
2004-08-26 | *** empty log message *** | Marius Vollmer | 1 | -0/+1 | |
2004-08-26 | * LIBGUILEREADLINE-VERSION: Bumped versions for the 1.7.1 release. | Marius Vollmer | 1 | -1/+1 | |
Added LIBGUILEREADLINE_MAJOR variable for inclusion in the name of the shared library. * configure.in: AC_SUBST it. * Makefile.am: Substitute it into name of library. * ice-9/readline.scm: Use new name with load-extension. | |||||
2004-08-26 | *** empty log message *** | Marius Vollmer | 1 | -0/+8 | |
2004-08-26 | * LIBGUILEREADLINE-VERSION: Bumped versions for the 1.7.1 release. | Marius Vollmer | 3 | -6/+7 | |
Added LIBGUILEREADLINE_MAJOR variable for inclusion in the name of the shared library. * configure.in: AC_SUBST it. * Makefile.am: Substitute it into name of library. | |||||
2004-08-19 | *** empty log message *** | Marius Vollmer | 1 | -0/+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 | |
SCM_NEGATE_BOOL, and SCM_BOOLP with scm_is_false, scm_is_true, scm_from_bool, and scm_is_bool, respectively. Thanks to Andreas Vögele! | |||||
2004-07-06 | *** empty log message *** | Marius Vollmer | 1 | -0/+7 | |
2004-07-06 | Replaced all uses of deprecated SCM_FALSEP, SCM_NFALSEP, SCM_BOOL, | Marius Vollmer | 1 | -2/+2 | |
SCM_NEGATE_BOOL, and SCM_BOOLP with scm_is_false, scm_is_true, scm_from_bool, and scm_is_bool, respectively. | |||||
2004-06-16 | *** empty log message *** | Rob Browning | 1 | -0/+19 | |
2004-06-16 | * readline.scm: moved to ./ice-9/ | Rob Browning | 1 | -0/+0 | |
2004-06-16 | move package and version args to AC_INIT as is now | Rob Browning | 1 | -5/+6 | |
recommended. This also requires m4_esyscmd to read GUILE-VERSION given the way AC_INIT handles its args. Also move "foreign" indication here. | |||||
2004-06-16 | * Makefile.am: move support for readline.scm to ice-9/ subdir. | Rob Browning | 1 | -18/+3 | |
2004-06-16 | * .cvsignore: add ice-9 dir. | Rob Browning | 2 | -1/+2 | |
* ice-9/.cvsignore: new file. | |||||
2004-06-16 | * ice-9/readline.scm: moved here from ../ | Rob Browning | 1 | -0/+218 | |
2004-06-16 | * Makefile.am: move support for readline.scm to ice-9/ subdir. | Rob Browning | 1 | -0/+27 | |
* ice-9/Makefile.am: new file. | |||||
2004-02-15 | * configure.in: Use AC_PROG_LIBTOOL instead of AM_PROG_LIBTOOL. | Mikael Djurfeldt | 2 | -1/+5 | |
* scheme-compound.texi (Hash Table Reference): Renamed hash-map --> hash-map->list. * configure.in: Use AC_PROG_LIBTOOL instead of AM_PROG_LIBTOOL. | |||||
2004-02-09 | * Makefile.am (TAGS_FILES): Use this variable instead of | Mikael Djurfeldt | 2 | -2/+8 | |
ETAGS_ARGS so that TAGS can be built using separate build directory. * Makefile.am (TAGS_FILES): Use this variable instead of ETAGS_ARGS so that TAGS can be built using separate build directory. * debugger/breakpoints/Makefile.am (TAGS_FILES), debugger/Makefile.am (TAGS_FILES), Makefile.am (TAGS_FILES): Use this variable instead of ETAGS_ARGS so that TAGS can be built using separate build directory. * primitives/Makefile.am (TAGS_FILES), internals/Makefile.am (TAGS_FILES), Makefile.am (TAGS_FILES): Use this variable instead of ETAGS_ARGS so that TAGS can be built using separate build directory. * Makefile.am, goops/Makefile.am (TAGS_FILES): Use this variable instead of ETAGS_ARGS so that TAGS can be built using separate build directory. * Makefile.am (TAGS_FILES): Use this variable instead of ETAGS_ARGS so that TAGS can be built using separate build directory. | |||||
2003-05-03 | *** empty log message *** | Marius Vollmer | 1 | -0/+7 | |
2003-05-03 | When checking whether readline clears SA_RESTART, let readline read | Marius Vollmer | 1 | -0/+10 | |
from "/dev/null". Otherwise, it might be stopped when run in the background with job control, say. Thanks to Michael Talbot-Wilson! | |||||
2003-04-05 | * readline.c (redisplay): Removed. (It didn't do anything other | Mikael Djurfeldt | 2 | -9/+13 | |
than calling rl_redisplay.) (scm_init_readline): Don't inititalize rl_redisplay_function. | |||||
2003-03-19 | *** empty log message *** | Rob Browning | 2 | -0/+19 | |
2003-03-19 | * readline.c: add HAVE_CONFIG_H test guarding #include config.h. | Rob Browning | 1 | -0/+4 | |
2003-03-19 | * autogen.sh: add a --force when autoreconfing. We may need to | Rob Browning | 1 | -1/+1 | |
change this if it doesn't work out... | |||||
2003-03-19 | * Makefile.am (ice-9/readline.scm): new target -- so readline will | Rob Browning | 1 | -0/+12 | |
work from the source tree when guile-readline is added to GUILE_LOAD_PATH. (all-local): add ice-9/readline.scm. (clean-local): remove ice-9/readline at clean time. | |||||
2003-02-27 | *** empty log message *** | Rob Browning | 1 | -0/+4 | |