1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-04-30 03:40:34 +02:00
guile/module/system/repl
Andy Wingo 1820ed5121 Finish call-with-port cleanup
* module/rnrs/io/ports.scm (call-with-port): Remove local definition.
* module/system/repl/server.scm (system): Call-with-port is imported
  via (ice-9 ports).
2021-01-12 12:17:55 +01:00
..
command.scm repl: Add missing bindings in #:autoload spec. 2020-01-20 10:29:52 +01:00
common.scm Bump copyright years for user-visible copyright messages 2021-01-07 13:00:46 +01:00
coop-server.scm REPL Server: Guard against HTTP inter-protocol exploitation attacks. 2017-03-01 20:13:13 +01:00
debug.scm Avoid stacks in dynamically-bound values 2017-02-07 09:57:55 +01:00
describe.scm Use 'substring' instead of obsoleted 'make-shared-substring' 2011-02-02 05:45:37 -08:00
error-handling.scm Avoid stacks in dynamically-bound values 2017-02-07 09:57:55 +01:00
repl.scm Add cooperative REPL server module. 2014-02-12 11:26:22 -05:00
server.scm Finish call-with-port cleanup 2021-01-12 12:17:55 +01:00