summaryrefslogtreecommitdiff
path: root/module/rnrs
Commit message (Expand)AuthorAgeFilesLines
* Add 'bytevector-slice'.Ludovic Courtès2023-01-141-0/+24
* Write a proper vector-map and vector-for-each for (rnrs base)Linus2021-03-091-5/+76
* Finish call-with-port cleanupAndy Wingo2021-01-121-9/+0
* rnrs: Export '&assertion' from (rnrs conditions).Ludovic Courtès2020-01-211-2/+2
* Fix typos in previous commit.Andy Wingo2020-01-121-1/+1
* Optionally allow duplicate field names in core recordsAndy Wingo2020-01-121-1/+2
* Re-implement `guard'Andy Wingo2020-01-101-18/+2
* Move adapter between "throw" and "raise" exceptions into coreAndy Wingo2019-11-051-227/+3
* Add (ice-9 exceptions) moduleAndy Wingo2019-11-031-116/+56
* Remove circularity in r6rs by rebasing conditions on core recordsAndy Wingo2019-10-304-202/+121
* Rebase R6RS records on top of core recordsAndy Wingo2019-10-293-254/+169
* Deprecate passing a non-zero size to make-moduleAndy Wingo2019-09-271-1/+1
* Define top-level bindings for aux syntax: else, =>, _, ...Andy Wingo2019-09-121-2/+2
* Merge from stable-2.2Andy Wingo2019-08-021-5/+13
|\
| * Fix documentation of R6RS 'binary-port?' to reflect reality.Mark H Weaver2019-06-181-5/+13
| * Fix R6RS call-with-{input,output}-file to open textual ports.Mark H Weaver2018-08-021-3/+3
* | Fix R6RS call-with-{input,output}-file to open textual ports.Mark H Weaver2018-08-071-3/+3
* | Replace "pr" struct fields with "pw" fieldsAndy Wingo2017-09-231-4/+4
* | Merge stable-2.2 into masterAndy Wingo2017-09-221-18/+19
|\ \ | |/
| * Use make-struct/no-tail instead of make-structAndy Wingo2017-09-201-18/+19
* | remove self field of vtablesAndy Wingo2017-09-141-10/+12
|/
* Flush when getting string from r6rs string output portAndy Wingo2017-03-011-1/+5
* Implement R6RS custom binary input/output portsAndy Wingo2016-08-041-0/+1
* Add R6RS bytevector->string, string->bytevectorAndy Wingo2016-06-211-0/+31
* Export &i/o-decoding, &i/o-encoding from (rnrs)Andy Wingo2016-06-211-4/+4
* Implement R6RS output-port-buffer-modeAndy Wingo2016-06-211-2/+17
* (rnrs hashtables): Hash functions of eq? and eqv? hashtablesTaylan Ulrich Bayırlı/Kammer2016-06-211-7/+15
* (rnrs hashtables): Mutation of immutable hashtable ignoredTaylan Ulrich Bayırlı/Kammer2016-06-211-2/+3
* Fix fixnum-range changes in R6RS fixnum bitopsAndy Wingo2016-06-211-3/+25
* Merge branch 'stable-2.0'v2.1.0Mark H Weaver2014-04-251-3/+10
|\
| * Fix (rnrs io simple) to open file ports in textual mode.Mark H Weaver2014-03-191-3/+10
* | Merge commit '8571dbde639e0ee9885bad49c9e180474bd23646'Andy Wingo2013-11-281-15/+145
|\ \ | |/
| * Convert guile exceptions to R6RS conditions in R6RS exception handlers.Mark H Weaver2013-11-181-15/+145
* | Merge remote-tracking branch 'origin/stable-2.0'Mark H Weaver2013-08-111-13/+2
|\ \ | |/
| * Fix numerator and denominator handling of signed zeroes and infinities.Mark H Weaver2013-08-091-13/+2
* | String ports use UTF-8; ignore %default-port-encoding.Mark H Weaver2013-08-071-4/+2
* | Merge remote-tracking branch 'origin/stable-2.0'Mark H Weaver2013-08-061-59/+22
|\ \ | |/
| * Optimize R6RS bitwise operators.Mark H Weaver2013-07-211-59/+22
* | Merge remote-tracking branch 'origin/stable-2.0'Mark H Weaver2013-07-183-6/+14
|\ \ | |/
| * Fix R6RS 'fixnum-width'.Mark H Weaver2013-07-161-2/+5
| * Update copyright dates of recently-changed R6RS bitwise/flonums files.Mark H Weaver2013-07-162-2/+2
| * Fix 'fxbit-count' for negative arguments.Mark H Weaver2013-07-161-2/+7
* | Merge remote-tracking branch 'origin/stable-2.0'Mark H Weaver2013-07-161-23/+34
|\ \ | |/
| * Flonum operations always return flonums.Mark H Weaver2013-07-161-13/+26
| * flfinite? applied to a NaN returns false.Mark H Weaver2013-07-161-1/+1
| * flonum? returns false for complex number objects.Mark H Weaver2013-07-161-1/+1
| * Allow fl+ and fl* to accept zero arguments.Mark H Weaver2013-07-161-8/+6
* | Merge remote-tracking branch 'origin/stable-2.0'Mark H Weaver2013-07-161-1/+5
|\ \ | |/
| * Fix 'bitwise-bit-count' for negative arguments.Mark H Weaver2013-07-141-1/+5
* | merge stable-2.0Andy Wingo2013-01-231-2/+2
|\ \ | |/