1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-02 21:10:27 +02:00
guile/module
Andy Wingo c372cd74fd repl read/write using current ports, not captured ports
Fixes bug in repl meta-commands after activating readline, which changes
the current input port.

* module/system/repl/common.scm (<repl>): Remove inport and outport
  fields.
  (make-repl): Adapt.
  (repl-read, repl-print): Just read and write to the current ports.

* module/system/repl/repl.scm (meta-reader): Meta-read from the current
  input port.

* module/system/repl/command.scm (read-command, define-meta-command):
  Read from the current input port.
2010-11-18 14:32:53 +01:00
..
ice-9 syntax-violation uses lambda*, throws a structured message 2010-11-16 02:56:57 +01:00
language better errors for ecmascript parser too 2010-11-18 13:03:49 +01:00
oop Remove goops-version, which is no longer defined 2010-10-02 18:14:45 +01:00
rnrs Add exports for missing functions from `(rnrs base)'. 2010-11-17 00:59:45 -05:00
scripts Have "frisk" recognize #:use-module' and #:autoload'. 2010-10-27 23:31:49 +02:00
srfi Add implementation of SRFI 38 2010-11-03 00:19:54 +01:00
sxml ssax: add procs to define parsed entities 2010-10-14 12:37:31 +02:00
system repl read/write using current ports, not captured ports 2010-11-18 14:32:53 +01:00
texinfo Fix typos. 2010-09-02 00:04:39 +02:00
web flesh out (web server)'s sanitize-response 2010-11-13 18:31:34 +01:00
Makefile.am remove (web toy-server) 2010-11-12 17:16:36 +01:00
rnrs.scm Add exports for missing functions from `(rnrs base)'. 2010-11-17 00:59:45 -05:00
statprof.scm remove a number of debug options 2010-09-24 20:57:01 +02:00
texinfo.scm Remove unused top-level variables. 2010-01-11 01:21:14 +01:00