summaryrefslogtreecommitdiff
path: root/module/rnrs.scm
Commit message (Expand)AuthorAgeFilesLines
* Add R6RS bytevector->string, string->bytevector...Andy Wingo2016-06-211-0/+1
* Export &i/o-decoding, &i/o-encoding from (rnrs)...Andy Wingo2016-06-211-1/+6
* Implement R6RS output-port-buffer-mode...Andy Wingo2016-06-211-1/+1
* Add missing R6RS `open-file-input/output-port' procedure...Andreas Rottmann2012-11-121-1/+1
* Enhance transcoder-related functionality of `(rnrs io ports)'...Andreas Rottmann2011-03-131-2/+4
* Add `get-string-n' and `get-string-n!' for R6RS ports...Andreas Rottmann2011-03-131-1/+2
* implement port-eof?...Andy Wingo2011-01-211-2/+3
* Work towards a more complete implementation of `(rnrs io ports)'...Andreas Rottmann2010-11-241-2/+18
* Reorganize the R6RS I/O condition types...Andreas Rottmann2010-11-241-39/+1
* Add exports for missing functions from `(rnrs base)'....Julian Graham2010-11-171-8/+8
* back-compat in (rnrs) for deprecated modules-in-value-namespace...Andy Wingo2010-09-021-5/+14
* letrec* in docs, and some r6rs fixes...Andy Wingo2010-08-061-1/+1
* fix rnrs duplicate bindings warnings...Andy Wingo2010-06-211-1/+41
* add rnrs unicode to the compound rnrs module...Andreas Rottmann2010-06-191-2/+14
* add open-string-{input,output}-port to rnrs io ports...Andy Wingo2010-06-181-0/+1
* remove encoding of versions into the file system (for now?)...Andy Wingo2010-06-161-0/+239