1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-20 19:50:24 +02:00
guile/module/scheme
Andy Wingo 9fecf20fcf Close accumulating output ports after use
* module/ice-9/ports.scm (call-with-port): New procedure, from r7rs.
  (call-with-input-file, call-with-output-file): Refactor to use
  call-with-port.
  (call-with-output-string): Close the string after normal exit.
* module/scheme/base.scm (scheme): Re-export call-with-port from base.
2021-01-12 12:08:12 +01:00
..
base.scm Close accumulating output ports after use 2021-01-12 12:08:12 +01:00
case-lambda.scm Add initial implementation of R7RS modules 2019-11-16 21:09:46 +01:00
char.scm Add initial implementation of R7RS modules 2019-11-16 21:09:46 +01:00
complex.scm Add initial implementation of R7RS modules 2019-11-16 21:09:46 +01:00
cxr.scm Add initial implementation of R7RS modules 2019-11-16 21:09:46 +01:00
eval.scm Add initial implementation of R7RS modules 2019-11-16 21:09:46 +01:00
file.scm Add initial implementation of R7RS modules 2019-11-16 21:09:46 +01:00
inexact.scm Add initial implementation of R7RS modules 2019-11-16 21:09:46 +01:00
lazy.scm Add initial implementation of R7RS modules 2019-11-16 21:09:46 +01:00
load.scm Add initial implementation of R7RS modules 2019-11-16 21:09:46 +01:00
process-context.scm Add initial implementation of R7RS modules 2019-11-16 21:09:46 +01:00
r5rs.scm Add initial implementation of R7RS modules 2019-11-16 21:09:46 +01:00
read.scm Add initial implementation of R7RS modules 2019-11-16 21:09:46 +01:00
repl.scm Add initial implementation of R7RS modules 2019-11-16 21:09:46 +01:00
time.scm Add initial implementation of R7RS modules 2019-11-16 21:09:46 +01:00
write.scm Add initial implementation of R7RS modules 2019-11-16 21:09:46 +01:00