summaryrefslogtreecommitdiff
path: root/module/rnrs.scm
AgeCommit message (Expand)AuthorFilesLines
2019-09-12Define top-level bindings for aux syntax: else, =>, _, ...Andy Wingo1-2/+2
2016-06-21Add R6RS bytevector->string, string->bytevectorAndy Wingo1-0/+1
2016-06-21Export &i/o-decoding, &i/o-encoding from (rnrs)Andy Wingo1-1/+6
2016-06-21Implement R6RS output-port-buffer-modeAndy Wingo1-1/+1
2012-11-12Add missing R6RS `open-file-input/output-port' procedureAndreas Rottmann1-1/+1
2011-03-13Enhance transcoder-related functionality of `(rnrs io ports)'Andreas Rottmann1-2/+4
2011-03-13Add `get-string-n' and `get-string-n!' for R6RS portsAndreas Rottmann1-1/+2
2011-01-21implement port-eof?Andy Wingo1-2/+3
2010-11-24Work towards a more complete implementation of `(rnrs io ports)'Andreas Rottmann1-2/+18
2010-11-24Reorganize the R6RS I/O condition typesAndreas Rottmann1-39/+1
2010-11-17Add exports for missing functions from `(rnrs base)'.Julian Graham1-8/+8
2010-09-02back-compat in (rnrs) for deprecated modules-in-value-namespaceAndy Wingo1-5/+14
2010-08-06letrec* in docs, and some r6rs fixesAndy Wingo1-1/+1
2010-06-21fix rnrs duplicate bindings warningsAndy Wingo1-1/+41
2010-06-19add rnrs unicode to the compound rnrs moduleAndreas Rottmann1-2/+14
2010-06-18add open-string-{input,output}-port to rnrs io portsAndy Wingo1-0/+1
2010-06-16remove encoding of versions into the file system (for now?)Andy Wingo1-0/+239