| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'stable-2.0'...Conflicts:
benchmark-suite/benchmarks/ports.bm
libguile/async.h
libguile/bytevectors.c
libguile/foreign.c
libguile/gsubr.c
libguile/srfi-1.c
libguile/vm-engine.h
libguile/vm-i-scheme.c
module/Makefile.am
module/language/tree-il/analyze.scm
module/language/tree-il/peval.scm
module/scripts/compile.scm
module/scripts/disassemble.scm
test-suite/tests/asm-to-bytecode.test
test-suite/tests/peval.test
test-suite/tests/rdelim.test
| Mark H Weaver | 2014-09-30 | 1 | -1/+2 |
|\ |
|
| * | guile-readline: Use the current directory if HOME is unset....* guile-readline/ice-9/readline.scm (history-file): When the HOME
environment variable is unset, use the current directory instead.
| David Michael | 2014-09-21 | 1 | -1/+2 |
* | | Merge branch 'stable-2.0'...Conflicts:
GUILE-VERSION
NEWS
guile-readline/ice-9/readline.scm
libguile/async.c
libguile/backtrace.c
libguile/deprecated.h
libguile/gc-malloc.c
libguile/gdbint.c
libguile/init.c
libguile/ioext.c
libguile/mallocs.c
libguile/print.c
libguile/rw.c
libguile/scmsigs.c
libguile/script.c
libguile/simpos.c
libguile/snarf.h
libguile/strports.c
libguile/threads.c
libguile/vm-i-scheme.c
libguile/vm-i-system.c
module/srfi/srfi-18.scm
test-suite/Makefile.am
test-suite/standalone/test-num2integral.c
| Mark H Weaver | 2014-04-25 | 1 | -2/+3 |
|\| |
|
| * | Readline history preserves newlines...* guile-readline/ice-9/readline.scm (make-readline-port): Preserve
newlines. This preserves the semantics of history entries that
contain until-end-of-line comments using `;'.
| Andy Wingo | 2014-04-14 | 1 | -2/+2 |
* | | Put the readline extension in the extensionsdir...* GUILE-VERSION:
* acinclude.m4:
* guile-readline/LIBGUILEREADLINE-VERSION:
* guile-readline/Makefile.am: Rename libguile-readline-v-18.so to
guile-readline.so, and install it to the extensions dir instead of the
libdir.
* guile-readline/ice-9/readline.scm: Load guile-readline instead of
libguile-readline-v-18.
| Andy Wingo | 2013-10-14 | 1 | -2/+2 |
|/ |
|
* | readline uses define-once...* guile-readline/ice-9/readline.scm: Use define-once.
| Andy Wingo | 2011-02-09 | 1 | -10/+10 |
* | Expression-oriented readline history...* guile-readline/ice-9/readline.scm (make-readline-port): Instead of
calling add-history after every %readline call, do it only when
starting a new read. Other times, append the line just read to an
internal buffer.
| Neil Jerram | 2010-11-14 | 1 | -14/+29 |
* | readline repl-reader falls back to boot-9 definition for other ports...* guile-readline/ice-9/readline.scm (readline-repl-reader): Pull
definition out of activate-readline. If the current input port is not
the readline port, fall back to the boot-9 repl reader.
(activate-readline): Adapt.
| Andy Wingo | 2010-10-10 | 1 | -18/+25 |
* | guile-readline slight modernization...* guile-readline/Makefile.am: Update to use am/guilec.
* guile-readline/ice-9/readline.scm (activate-readline): Update to use a
lambda*.
| Andy Wingo | 2010-10-05 | 1 | -4/+3 |
* | remove use-emacs-interface check from ice-9 readline...* guile-readline/ice-9/readline.scm (activate-readline): Remove check
for use-emacs-interface in guile-user, an interface that was removed.
| Andy Wingo | 2010-07-09 | 1 | -15/+12 |
* | repl-reader accepts optional "read" argument...* module/ice-9/boot-9.scm (repl-reader): Accept an optional second
argument, the reader to use. If it is given, use it instead of
dereferencing the current-reader fluid.
* guile-readline/ice-9/readline.scm (activate-readline): Make our
replacement definition of repl-reader compatible with boot-9.
| Andy Wingo | 2009-10-16 | 1 | -3/+5 |
* | Export readline history functions...* guile-readline/ice-9/readline.scm: Export history functions.
| Neil Jerram | 2009-08-30 | 1 | -5/+9 |
* | Aggregate `guile-readline' makefiles....* configure.ac: Don't produce `guile-readline/ice-9/Makefile'.
* guile-readline/Makefile.am (SUBDIRS): Remove.
(ice9dir, nobase_ice9_DATA): New, formerly under `ice-9'.
(ETAGS_ARGS, EXTRA_DIST): Augment.
(DEFS): Move outside of `if'.
(MKDEP): Remove.
* guile-readline/ice-9/Makefile.am: Remove.
| Ludovic Courtès | 2009-08-21 | 1 | -28/+0 |
* | Change guile-readline license to GPLv3+ | Neil Jerram | 2009-06-17 | 2 | -11/+11 |
* | leap of faith: (ice-9 syncase) in psyntax-pp.scm -> (guile)...* module/ice-9/psyntax-pp.scm: Manually switch psyntax-pp over to (guile)
from (ice-9 syncase). Heh heh.
| Andy Wingo | 2009-04-24 | 1 | -17/+15 |
* | Merge commit 'origin/master' into vm...Conflicts:
doc/Makefile.am
ice-9/Makefile.am
libguile/gc.c
| Andy Wingo | 2008-09-30 | 1 | -2/+0 |
|\ |
|
| * | Remove `.cvsignore' files. | Ludovic Courtès | 2008-09-11 | 1 | -2/+0 |
* | | merge from guile master...Had to fix up .gitignore for some conflicts.
| Andy Wingo | 2008-08-26 | 1 | -3/+4 |
|\| |
|
| * | Remove uses of non-portable makefile constructs. | Ludovic Courtès | 2008-05-07 | 1 | -3/+4 |
* | | make readline's `repl-reader' impl check the current-reader fluid...* guile-readline/ice-9/readline.scm (activate-readline): Use the current
binding of the current-reader fluid, if it is available.
| Andy Wingo | 2008-08-02 | 1 | -1/+1 |
|/ |
|
* | merge from 1.8 branch | Kevin Ryde | 2006-10-09 | 1 | -1/+2 |
* | (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 | 1 | -18/+21 |
* | 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 | 2 | -4/+28 |
* | The FSF has a new address. | Marius Vollmer | 2005-05-23 | 2 | -4/+4 |
* | * 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 |
* | * .cvsignore: add ice-9 dir....* ice-9/.cvsignore: new file.
| Rob Browning | 2004-06-16 | 1 | -0/+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 |