Age | Commit message (Expand) | Author | Files | Lines |
2023-06-08 | Implement R6RS custom textual ports | Andy Wingo | 1 | -13/+7 |
2021-01-12 | Finish call-with-port cleanup | Andy Wingo | 1 | -9/+0 |
2019-06-18 | Fix documentation of R6RS 'binary-port?' to reflect reality. | Mark H Weaver | 1 | -5/+13 |
2018-08-02 | Fix R6RS call-with-{input,output}-file to open textual ports. | Mark H Weaver | 1 | -3/+3 |
2017-03-01 | Flush when getting string from r6rs string output port | Andy Wingo | 1 | -1/+5 |
2016-08-04 | Implement R6RS custom binary input/output ports | Andy Wingo | 1 | -0/+1 |
2016-06-21 | Add R6RS bytevector->string, string->bytevector | Andy Wingo | 1 | -0/+31 |
2016-06-21 | Export &i/o-decoding, &i/o-encoding from (rnrs) | Andy Wingo | 1 | -4/+4 |
2016-06-21 | Implement R6RS output-port-buffer-mode | Andy Wingo | 1 | -2/+17 |
2014-04-25 | Merge branch 'stable-2.0'v2.1.0 | Mark H Weaver | 1 | -3/+10 |
2014-03-19 | Fix (rnrs io simple) to open file ports in textual mode. | Mark H Weaver | 1 | -3/+10 |
2013-08-07 | String ports use UTF-8; ignore %default-port-encoding. | Mark H Weaver | 1 | -4/+2 |
2013-01-23 | merge stable-2.0 | Andy Wingo | 1 | -2/+2 |
2013-01-22 | add read-string and read-string! to (ice-9 rdelim) | Andy Wingo | 1 | -2/+2 |
2013-01-15 | All r6rs ports are both textual and binary | Andy Wingo | 1 | -16/+14 |
2012-11-12 | Add missing R6RS `open-file-input/output-port' procedure | Andreas Rottmann | 1 | -26/+44 |
2012-02-02 | Improve the usage of variable names in Scheme docstrings. | Bake Timmons | 1 | -1/+1 |
2011-05-27 | rnrs io ports: fix port encoding when opening file ports | Andreas Rottmann | 1 | -2/+6 |
2011-05-14 | Improve R6RS conformance wrt. conditions in the I/O libraries | Andreas Rottmann | 1 | -27/+51 |
2011-05-07 | Make the R6RS simple I/O library use conditions | Andreas Rottmann | 2 | -27/+69 |
2011-03-13 | Enhance transcoder-related functionality of `(rnrs io ports)' | Andreas Rottmann | 1 | -9/+33 |
2011-03-13 | Export `current-*-port' from `(rnrs io ports)' | Andreas Rottmann | 1 | -0/+1 |
2011-03-13 | Add `get-string-n' and `get-string-n!' for R6RS ports | Andreas Rottmann | 1 | -2/+14 |
2011-02-18 | add (ice-9 binary-ports) | Andy Wingo | 1 | -5/+4 |
2011-02-02 | R6RS: Have `put-char', `put-string', etc. raise an `&i/o-encoding-error'. | Ludovic Courtès | 1 | -11/+34 |
2011-02-02 | R6RS: Have `get-char', `get-line', etc. raise an `&i/o-decoding-error'. | Ludovic Courtès | 1 | -7/+32 |
2011-01-21 | implement port-eof? | Andy Wingo | 1 | -1/+7 |
2010-11-24 | Honor R6RS transcoder error handling modes, when possible. | Ludovic Courtès | 1 | -0/+8 |
2010-11-24 | Add implementation of "transcoded ports" | Andreas Rottmann | 1 | -2/+7 |
2010-11-24 | Work towards a more complete implementation of `(rnrs io ports)' | Andreas Rottmann | 2 | -19/+242 |
2010-11-24 | Reorganize the R6RS I/O condition types | Andreas Rottmann | 1 | -57/+3 |
2010-11-24 | Turn `(rnrs io ports)' into an R6RS library | Andreas Rottmann | 1 | -28/+30 |
2010-06-20 | ensure unicode-capable rnrs string ports | Andy Wingo | 1 | -2/+4 |
2010-06-18 | add open-string-{input,output}-port to rnrs io ports | Andy Wingo | 1 | -0/+13 |
2010-06-16 | remove encoding of versions into the file system (for now?) | Andy Wingo | 1 | -0/+0 |
2010-06-02 | add #:version (6) to rnrs bytevectors and ports | Andy Wingo | 1 | -2/+3 |
2010-05-20 | Explicitly import `@@' to support R6RS library purification enhancements | Julian Graham | 1 | -1/+2 |
2010-05-20 | Fix incorrect export names in `(rnrs io simple)'. | Julian Graham | 1 | -2/+2 |
2010-05-20 | Implementation and test cases for R6RS (rnrs files) library. | Julian Graham | 1 | -2/+97 |
2010-05-20 | Implementation and test cases for the R6RS (rnrs records procedural) library, | Julian Graham | 1 | -0/+77 |
2010-03-16 | rename libguile to libguile-@EFFECTIVE_VERSION@, currently libguile-2.0 | Andy Wingo | 1 | -1/+2 |
2010-01-11 | Provide Guile-friendly `coding:' meta-data. | Ludovic Courtès | 1 | -7/+3 |
2009-06-17 | Complete changing license to LGPLv3+ | Neil Jerram | 1 | -1/+1 |
2009-05-28 | Import R6RS bytevectors and I/O ports from Guile-R6RS-Libs 0.2. | Ludovic Courtès | 1 | -0/+111 |