| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | merge from 1.8 branch | Kevin Ryde | 2006-10-09 | 2 | -1/+6 |
* | (new-input-prompt): Renamed from "prompt"....(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.
| Neil Jerram | 2006-10-05 | 2 | -18/+32 |
* | merge from 1.8 branch | Kevin Ryde | 2006-06-17 | 1 | -0/+20 |
* | merge from 1.8 branch | Kevin Ryde | 2006-06-17 | 4 | -7/+12 |
* | *** empty log message *** | Kevin Ryde | 2006-04-17 | 1 | -0/+5 |
* | Bump lib file version to libguilereadline-v-18,...matching LIBGUILEREADLINE-VERSION.
| Kevin Ryde | 2006-04-17 | 1 | -1/+1 |
* | merge from 1.8 branch | Kevin Ryde | 2006-04-16 | 6 | -7/+39 |
* | Bumped versions for 1.9 series. | Marius Vollmer | 2006-02-05 | 2 | -2/+6 |
* | Plain ascii backquote. | Kevin Ryde | 2005-07-12 | 1 | -1/+1 |
* | The FSF has a new address. | Marius Vollmer | 2005-05-23 | 5 | -10/+10 |
* | *** empty log message *** | Marius Vollmer | 2005-03-02 | 1 | -0/+5 |
* | Use scm_current_input_port instead of scm_cur_inp. Use scm_std_select...instead of scm_internal_select.
| Marius Vollmer | 2005-03-02 | 1 | -5/+5 |
* | *** empty log message *** | Marius Vollmer | 2004-08-26 | 1 | -0/+1 |
* | * LIBGUILEREADLINE-VERSION: Bumped versions for the 1.7.1 release....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.
| Marius Vollmer | 2004-08-26 | 1 | -1/+1 |
* | *** empty log message *** | Marius Vollmer | 2004-08-26 | 1 | -0/+8 |
* | * LIBGUILEREADLINE-VERSION: Bumped versions for the 1.7.1 release....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.
| Marius Vollmer | 2004-08-26 | 3 | -6/+7 |
* | *** empty log message *** | Marius Vollmer | 2004-08-19 | 1 | -0/+5 |
* | Avoid the use of discouraged or deprecated things. | Marius Vollmer | 2004-08-19 | 1 | -21/+28 |
* | Replaced all uses of deprecated SCM_FALSEP, SCM_NFALSEP, SCM_BOOL,...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!
| Marius Vollmer | 2004-07-10 | 1 | -8/+8 |
* | *** empty log message *** | Marius Vollmer | 2004-07-06 | 1 | -0/+7 |
* | Replaced all uses of deprecated SCM_FALSEP, SCM_NFALSEP, SCM_BOOL,...SCM_NEGATE_BOOL, and SCM_BOOLP with scm_is_false, scm_is_true,
scm_from_bool, and scm_is_bool, respectively.
| Marius Vollmer | 2004-07-06 | 1 | -2/+2 |
* | *** empty log message *** | Rob Browning | 2004-06-16 | 1 | -0/+19 |
* | * readline.scm: moved to ./ice-9/ | Rob Browning | 2004-06-16 | 1 | -0/+0 |
* | move package and version args to AC_INIT as is now...recommended. This also requires m4_esyscmd to read GUILE-VERSION
given the way AC_INIT handles its args. Also move "foreign"
indication here.
| Rob Browning | 2004-06-16 | 1 | -5/+6 |
* | * Makefile.am: move support for readline.scm to ice-9/ subdir. | Rob Browning | 2004-06-16 | 1 | -18/+3 |
* | * .cvsignore: add ice-9 dir....* ice-9/.cvsignore: new file.
| Rob Browning | 2004-06-16 | 2 | -1/+2 |
* | * ice-9/readline.scm: moved here from ../ | Rob Browning | 2004-06-16 | 1 | -0/+218 |
* | * Makefile.am: move support for readline.scm to ice-9/ subdir....* ice-9/Makefile.am: new file.
| Rob Browning | 2004-06-16 | 1 | -0/+27 |
* | * configure.in: Use AC_PROG_LIBTOOL instead of AM_PROG_LIBTOOL....* scheme-compound.texi (Hash Table Reference): Renamed hash-map
--> hash-map->list.
* configure.in: Use AC_PROG_LIBTOOL instead of AM_PROG_LIBTOOL.
| Mikael Djurfeldt | 2004-02-15 | 2 | -1/+5 |
* | * 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.
* 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.
| Mikael Djurfeldt | 2004-02-09 | 2 | -2/+8 |
* | *** empty log message *** | Marius Vollmer | 2003-05-03 | 1 | -0/+7 |
* | When checking whether readline clears SA_RESTART, let readline read...from "/dev/null". Otherwise, it might be stopped when run in the
background with job control, say. Thanks to Michael Talbot-Wilson!
| Marius Vollmer | 2003-05-03 | 1 | -0/+10 |
* | * readline.c (redisplay): Removed. (It didn't do anything other...than calling rl_redisplay.)
(scm_init_readline): Don't inititalize rl_redisplay_function.
| Mikael Djurfeldt | 2003-04-05 | 2 | -9/+13 |
* | *** empty log message *** | Rob Browning | 2003-03-19 | 2 | -0/+19 |
* | * readline.c: add HAVE_CONFIG_H test guarding #include config.h. | Rob Browning | 2003-03-19 | 1 | -0/+4 |
* | * autogen.sh: add a --force when autoreconfing. We may need to...change this if it doesn't work out...
| Rob Browning | 2003-03-19 | 1 | -1/+1 |
* | * Makefile.am (ice-9/readline.scm): new target -- so readline will...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.
| Rob Browning | 2003-03-19 | 1 | -0/+12 |
* | *** empty log message *** | Rob Browning | 2003-02-27 | 1 | -0/+4 |
* | * autogen.sh: use autoreconf. | Rob Browning | 2003-02-27 | 1 | -4/+1 |
* | Fix input/output port typo. | Neil Jerram | 2003-01-08 | 2 | -1/+6 |
* | *** empty log message *** | Rob Browning | 2002-12-09 | 1 | -0/+6 |
* | * Makefile.am (ice9dir): VERSION -> GUILE_EFFECTIVE_VERSION. | Rob Browning | 2002-12-09 | 1 | -1/+1 |
* | * configure.in (GUILE_EFFECTIVE_VERSION): AC_SUBST. | Rob Browning | 2002-12-09 | 1 | -0/+2 |
* | * __scm.h (USE_THREADS, GUILE_ISELECT): Define when...SCM_DEBUG_DEPRECATED. Removed their use thru-out Guile.
| Marius Vollmer | 2002-11-03 | 1 | -8/+0 |
* | fixed mangled comment. | Marius Vollmer | 2002-11-02 | 1 | -1/+1 |
* | *** empty log message *** | Marius Vollmer | 2002-10-27 | 1 | -0/+5 |
* | (reentry_barrier_mutex): Reimplemented with scm_make_mutex, etc. | Marius Vollmer | 2002-10-27 | 1 | -5/+5 |
* | * readline.scm (activate-readline): Look for use-emacs-interface...option in the guile-user module instead of the-root-module.
| Mikael Djurfeldt | 2002-10-21 | 2 | -217/+5 |
* | *** empty log message *** | Marius Vollmer | 2002-04-30 | 1 | -0/+7 |
* | Invoke plain aclocal instead of guile-aclocal.sh. We don't need the...Guile m4 macros and the previous invocation of guile-aclocal.sh
created the aclocal.m4 file in the wrong directory (see change from
2002-04-26).
| Marius Vollmer | 2002-04-30 | 1 | -2/+1 |