mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-20 11:40:18 +02:00
*** empty log message ***
This commit is contained in:
parent
f26f2154af
commit
98baa68449
2 changed files with 32 additions and 0 deletions
|
@ -1,3 +1,25 @@
|
||||||
|
1999-09-11 Marius Vollmer <mvo@zagadka.ping.de>
|
||||||
|
|
||||||
|
* readline.scm: Moved from ../ice-9.
|
||||||
|
Dynamically link libguilereadline.so.
|
||||||
|
(readline): Just define in this module, do not overwrite builtin
|
||||||
|
variable. The builtin readline function is now named "%readline",
|
||||||
|
so this works. See below.
|
||||||
|
(activate-readline): New function which contains the readline
|
||||||
|
activation code formerly found in top-repl.
|
||||||
|
|
||||||
|
* readline.c (scm_readline): Export it to Scheme as "%readline".
|
||||||
|
|
||||||
|
* configure.in: Get version from ../GUILE-VERSION and use it for
|
||||||
|
package version.
|
||||||
|
|
||||||
|
* Makefile.am: Do not install and distribute
|
||||||
|
readline-activator.scm. Install and distribute readline.scm
|
||||||
|
instead.
|
||||||
|
|
||||||
|
* aclocal.m4, Makefile.in, configure, libtool: Regenerated, but
|
||||||
|
probably with the wrong version of the tools.
|
||||||
|
|
||||||
1999-08-29 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
|
1999-08-29 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
|
||||||
|
|
||||||
The following change makes it possible for applications to have
|
The following change makes it possible for applications to have
|
||||||
|
|
|
@ -1,3 +1,13 @@
|
||||||
|
1999-09-11 Marius Vollmer <mvo@zagadka.ping.de>
|
||||||
|
|
||||||
|
* readline.scm: Moved to ../guile-readline.
|
||||||
|
|
||||||
|
* boot-9.scm (top-repl): Removed code for ativating readline.
|
||||||
|
|
||||||
|
* Makefile.am: Removed mention of readline.scm.
|
||||||
|
|
||||||
|
* Makefile.in: Regenerated.
|
||||||
|
|
||||||
1999-09-11 Jim Blandy <jimb@savonarola.red-bean.com>
|
1999-09-11 Jim Blandy <jimb@savonarola.red-bean.com>
|
||||||
|
|
||||||
Delete the test which compares the configuration date of libguile
|
Delete the test which compares the configuration date of libguile
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue