Ludovic Courtès
1549532ccb
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.
2009-08-21 01:49:42 +02:00
Neil Jerram
b82a8b4850
Change guile-readline license to GPLv3+
2009-06-17 22:35:30 +01:00
Andy Wingo
64e5d08d3e
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.
2009-04-24 14:21:06 +02:00
Andy Wingo
999f1b26e7
Merge commit 'origin/master' into vm
...
Conflicts:
doc/Makefile.am
ice-9/Makefile.am
libguile/gc.c
2008-09-30 21:12:16 +02:00
Ludovic Courtès
85ca88c68b
Remove `.cvsignore' files.
2008-09-11 21:28:21 +02:00
Andy Wingo
fdc0a82263
merge from guile master
...
Had to fix up .gitignore for some conflicts.
2008-08-26 12:51:19 -07:00
Andy Wingo
d28d59933c
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.
2008-08-02 12:29:07 +02:00
Ludovic Courtès
a728672018
Remove uses of non-portable makefile constructs.
2008-05-07 21:38:13 +02:00
Kevin Ryde
afc4ccd4dd
merge from 1.8 branch
2006-10-09 22:59:10 +00:00
Neil Jerram
3bff1789df
(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.
2006-10-05 23:28:44 +00:00
Kevin Ryde
6cecdff760
Bump lib file version to libguilereadline-v-18,
...
matching LIBGUILEREADLINE-VERSION.
2006-04-17 01:35:37 +00:00
Kevin Ryde
1b09b607dd
merge from 1.8 branch
2006-04-16 23:18:55 +00:00
Marius Vollmer
92205699d0
The FSF has a new address.
2005-05-23 19:57:22 +00:00
Marius Vollmer
0e33f86234
* 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.
2004-08-26 15:16:56 +00:00
Rob Browning
a2f120791e
* .cvsignore: add ice-9 dir.
...
* ice-9/.cvsignore: new file.
2004-06-16 17:13:43 +00:00
Rob Browning
74c88f531a
* ice-9/readline.scm: moved here from ../
2004-06-16 17:12:40 +00:00
Rob Browning
b6ccd4c126
* Makefile.am: move support for readline.scm to ice-9/ subdir.
...
* ice-9/Makefile.am: new file.
2004-06-16 17:12:14 +00:00