summaryrefslogtreecommitdiff
path: root/module/rnrs
Commit message (Expand)AuthorAgeFilesLines
...
| * add read-string and read-string! to (ice-9 rdelim)Andy Wingo2013-01-221-2/+2
* | All r6rs ports are both textual and binaryAndy Wingo2013-01-151-16/+14
|/
* R6RS `string-for-each' should accept multiple string argumentsIan Price2012-11-221-1/+38
* Add missing R6RS `open-file-input/output-port' procedureAndreas Rottmann2012-11-121-26/+44
* Improve the usage of variable names in Scheme docstrings.Bake Timmons2012-02-021-1/+1
* remove duplicate when/unless definitionsAndy Wingo2012-01-201-12/+2
* Fix R6RS `fold-left' so the accumulator is the first argument.Ian Price2011-11-012-5/+11
* fix r6rs `map'Andy Wingo2011-08-171-1/+71
* Fix hygiene issues with `define-record-type'Ian Price2011-06-191-153/+143
* rnrs io ports: fix port encoding when opening file portsAndreas Rottmann2011-05-271-2/+6
* Improve R6RS conformance wrt. conditions in the I/O librariesAndreas Rottmann2011-05-141-27/+51
* Make the R6RS simple I/O library use conditionsAndreas Rottmann2011-05-072-27/+69
* (rnrs arithmetic fixnums) fixnum? export a procedure againAndy Wingo2011-04-131-7/+12
* fix assert to return true value.Ian Price2011-04-111-1/+1
* Added optional second arg to R6RS log functionIan Price2011-04-111-0/+9
* Fix the R6RS exact-integer-sqrt and import into core guileMark H Weaver2011-04-091-3/+0
* Implement R6RS' `fixnum?' in a smarter wayAndreas Rottmann2011-04-081-7/+6
* Several optimizations for R6RS fixnum arithmeticAndreas Rottmann2011-04-041-45/+41
* Enhance transcoder-related functionality of `(rnrs io ports)'Andreas Rottmann2011-03-131-9/+33
* Export `current-*-port' from `(rnrs io ports)'Andreas Rottmann2011-03-131-0/+1
* Add `get-string-n' and `get-string-n!' for R6RS portsAndreas Rottmann2011-03-131-2/+14
* Make `(rnrs base)' independent of other rnrs modules.Ludovic Courtès2011-02-221-13/+22
* add (ice-9 binary-ports)Andy Wingo2011-02-181-5/+4
* install r6rs exception printerAndreas Rottmann2011-02-111-2/+81
* R6RS: Have `put-char', `put-string', etc. raise an `&i/o-encoding-error'.Ludovic Courtès2011-02-021-11/+34
* R6RS: Have `get-char', `get-line', etc. raise an `&i/o-decoding-error'.Ludovic Courtès2011-02-021-7/+32
* Avoid circular dependency between (rnrs base) and (rnrs exceptions).Ludovic Courtès2011-02-021-2/+7
* Add two new sets of fast quotient and remainder operatorsMark H Weaver2011-01-303-54/+23
* Implement R6RS `real-valued?', `rational-valued?', `integer-valued?'Mark H Weaver2011-01-301-8/+11
* Implement `finite?' in core and fix R6RS `finite?' and `infinite?'Mark H Weaver2011-01-281-4/+2
* implement port-eof?Andy Wingo2011-01-211-1/+7
* rnrs control only depends on (guile)Andy Wingo2010-12-101-2/+1
* Some tweaks to the R6RS supportAndreas Rottmann2010-11-254-35/+50
* Honor R6RS transcoder error handling modes, when possible.Ludovic Courtès2010-11-241-0/+8
* Add implementation of "transcoded ports"Andreas Rottmann2010-11-241-2/+7
* Work towards a more complete implementation of `(rnrs io ports)'Andreas Rottmann2010-11-242-19/+242
* Reorganize the R6RS I/O condition typesAndreas Rottmann2010-11-243-138/+29
* Turn `(rnrs io ports)' into an R6RS libraryAndreas Rottmann2010-11-241-28/+30
* Enumeration set universe comparisons should be done with `equal?'Julian Graham2010-11-211-6/+6
* Add exports for missing functions from `(rnrs base)'.Julian Graham2010-11-171-3/+42
* Improve performance of R6RS records implementationJulian Graham2010-10-222-72/+81
* Fix make-variable-transformer exportGöran Weinholt2010-09-191-1/+2
* Several fixes to R6RS librariesAndreas Rottmann2010-08-286-13/+45
* Explicit definitions for `memp' and `assp' in `(rnrs list)'; the predicateJulian Graham2010-08-081-2/+2
* Explicit definitions for `vector-for-each' and `vector-map'; Guile's SRFI-1Julian Graham2010-08-081-2/+5
* letrec* in docs, and some r6rs fixesAndy Wingo2010-08-061-1/+1
* Fix argument passing for external hash functions in `(rnrs hashtables)'.Julian Graham2010-07-141-2/+4
* ensure unicode-capable rnrs string portsAndy Wingo2010-06-201-2/+4
* typo in mutable-stringsAndy Wingo2010-06-191-1/+2
* *unspecified* in rnrs exceptionsAndy Wingo2010-06-191-1/+1