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