1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-02 13:00:26 +02:00
guile/module
Andy Wingo 5b27d9d25e add repl inport and outport fields and accessors
* module/system/repl/common.scm (<repl>): Add inport and outport fields
  and accessors.
  (make-repl): Add optional "debug" argument. Bind inport and outport to
  the current inport and output ports at the time of repl creation.
  (repl-read): Read from the repl inport.
  (repl-print): Write to the repl outport.

* module/system/repl/command.scm (read-datum, read-line, meta-command):
  Respect repl-inport, and bind the outport of meta-commands to the repl
  outport.
2010-06-26 21:55:13 +02:00
..
ice-9 top-repl out to its own module 2010-06-22 23:50:27 +02:00
language tree-il->scheme renders fix as letrec* 2010-06-17 13:43:26 +02:00
oop deprecate save-stack, stack-saved? 2010-06-19 12:57:31 +02:00
rnrs ensure unicode-capable rnrs string ports 2010-06-20 23:15:29 +02:00
scripts fix doc snarfing with fedora 12 2010-01-17 18:22:51 +01:00
srfi Fix SRFI-9 for records without fields 2010-06-19 14:52:56 +02:00
sxml sxml-match: Handle multiple-value returns. 2010-05-26 23:41:23 +02:00
system add repl inport and outport fields and accessors 2010-06-26 21:55:13 +02:00
texinfo scm_i_program_properties is internal; just use procedure-properties 2010-04-17 15:21:08 +02:00
Makefile.am top-repl out to its own module 2010-06-22 23:50:27 +02:00
rnrs.scm fix rnrs duplicate bindings warnings 2010-06-21 00:07:46 +02:00
statprof.scm statprof bugfixes 2010-01-27 21:52:05 +01:00
texinfo.scm Remove unused top-level variables. 2010-01-11 01:21:14 +01:00