summaryrefslogtreecommitdiff
path: root/guile-readline
Commit message (Collapse)AuthorAgeFilesLines
...
* | merge from guile masterAndy Wingo2008-08-263-4/+21
|\ \ | |/ | | | | Had to fix up .gitignore for some conflicts.
| * Remove uses of non-portable makefile constructs.Ludovic Courtès2008-05-072-3/+9
| |
| * Don't use "echo -n" in `guile-readline/configure.in'.Ludovic Courtès2008-04-162-1/+12
| |
* | make readline's `repl-reader' impl check the current-reader fluidAndy Wingo2008-08-021-1/+1
|/ | | | | * guile-readline/ice-9/readline.scm (activate-readline): Use the current binding of the current-reader fluid, if it is available.
* Merge 1.8.4 release commit.Ludovic Courtès2008-02-211-0/+5
|
* 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-293-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.
* Changes from arch/CVS synchronizationLudovic Courtès2007-07-292-4/+12
|
* Changes from arch/CVS synchronizationLudovic Courtès2007-07-171-0/+5
|
* Changes from arch/CVS synchronizationLudovic Courtès2007-06-252-2/+12
|
* terminate option list with NULL.Han-Wen Nienhuys2007-01-192-3/+2
| | | | (scm_init_readline): fix CVS mess-up.
* * readline.c: terminate option list with NULL.Han-Wen Nienhuys2007-01-192-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.
* merge from 1.8 branchKevin Ryde2006-10-092-1/+6
|
* (new-input-prompt): Renamed from "prompt".Neil Jerram2006-10-052-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.
* merge from 1.8 branchKevin Ryde2006-06-171-0/+20
|
* merge from 1.8 branchKevin Ryde2006-06-174-7/+12
|
* *** empty log message ***Kevin Ryde2006-04-171-0/+5
|
* Bump lib file version to libguilereadline-v-18,Kevin Ryde2006-04-171-1/+1
| | | | matching LIBGUILEREADLINE-VERSION.
* merge from 1.8 branchKevin Ryde2006-04-166-7/+39
|
* Bumped versions for 1.9 series.Marius Vollmer2006-02-052-2/+6
|
* Plain ascii backquote.Kevin Ryde2005-07-121-1/+1
|
* The FSF has a new address.Marius Vollmer2005-05-235-10/+10
|
* *** empty log message ***Marius Vollmer2005-03-021-0/+5
|
* Use scm_current_input_port instead of scm_cur_inp. Use scm_std_selectMarius Vollmer2005-03-021-5/+5
| | | | instead of scm_internal_select.
* *** empty log message ***Marius Vollmer2004-08-261-0/+1
|
* * LIBGUILEREADLINE-VERSION: Bumped versions for the 1.7.1 release.Marius Vollmer2004-08-261-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.
* *** empty log message ***Marius Vollmer2004-08-261-0/+8
|
* * LIBGUILEREADLINE-VERSION: Bumped versions for the 1.7.1 release.Marius Vollmer2004-08-263-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.
* *** empty log message ***Marius Vollmer2004-08-191-0/+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
| | | | | | 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!
* *** empty log message ***Marius Vollmer2004-07-061-0/+7
|
* Replaced all uses of deprecated SCM_FALSEP, SCM_NFALSEP, SCM_BOOL,Marius Vollmer2004-07-061-2/+2
| | | | | SCM_NEGATE_BOOL, and SCM_BOOLP with scm_is_false, scm_is_true, scm_from_bool, and scm_is_bool, respectively.
* *** empty log message ***Rob Browning2004-06-161-0/+19
|
* * readline.scm: moved to ./ice-9/Rob Browning2004-06-161-0/+0
|
* move package and version args to AC_INIT as is nowRob Browning2004-06-161-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.
* * Makefile.am: move support for readline.scm to ice-9/ subdir.Rob Browning2004-06-161-18/+3
|
* * .cvsignore: add ice-9 dir.Rob Browning2004-06-162-1/+2
| | | | * ice-9/.cvsignore: new file.
* * ice-9/readline.scm: moved here from ../Rob Browning2004-06-161-0/+218
|
* * Makefile.am: move support for readline.scm to ice-9/ subdir.Rob Browning2004-06-161-0/+27
| | | | * ice-9/Makefile.am: new file.
* * configure.in: Use AC_PROG_LIBTOOL instead of AM_PROG_LIBTOOL.Mikael Djurfeldt2004-02-152-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.
* * Makefile.am (TAGS_FILES): Use this variable instead ofMikael Djurfeldt2004-02-092-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.
* *** empty log message ***Marius Vollmer2003-05-031-0/+7
|
* When checking whether readline clears SA_RESTART, let readline readMarius Vollmer2003-05-031-0/+10
| | | | | from "/dev/null". Otherwise, it might be stopped when run in the background with job control, say. Thanks to Michael Talbot-Wilson!
* * readline.c (redisplay): Removed. (It didn't do anything otherMikael Djurfeldt2003-04-052-9/+13
| | | | | than calling rl_redisplay.) (scm_init_readline): Don't inititalize rl_redisplay_function.
* *** empty log message ***Rob Browning2003-03-192-0/+19
|
* * readline.c: add HAVE_CONFIG_H test guarding #include config.h.Rob Browning2003-03-191-0/+4
|
* * autogen.sh: add a --force when autoreconfing. We may need toRob Browning2003-03-191-1/+1
| | | | change this if it doesn't work out...
* * Makefile.am (ice-9/readline.scm): new target -- so readline willRob Browning2003-03-191-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.
* *** empty log message ***Rob Browning2003-02-271-0/+4
|