Age | Commit message (Expand) | Author | Files | Lines |
2012-02-02 | Improve the usage of variable names in Scheme docstrings. | Bake Timmons | 1 | -1/+1 |
2012-01-20 | remove duplicate when/unless definitions | Andy Wingo | 1 | -12/+2 |
2011-11-01 | Fix R6RS `fold-left' so the accumulator is the first argument. | Ian Price | 2 | -5/+11 |
2011-08-17 | fix r6rs `map' | Andy Wingo | 1 | -1/+71 |
2011-06-19 | Fix hygiene issues with `define-record-type' | Ian Price | 1 | -153/+143 |
2011-05-27 | rnrs io ports: fix port encoding when opening file ports | Andreas Rottmann | 1 | -2/+6 |
2011-05-14 | Improve R6RS conformance wrt. conditions in the I/O libraries | Andreas Rottmann | 1 | -27/+51 |
2011-05-07 | Make the R6RS simple I/O library use conditions | Andreas Rottmann | 2 | -27/+69 |
2011-04-13 | (rnrs arithmetic fixnums) fixnum? export a procedure again | Andy Wingo | 1 | -7/+12 |
2011-04-11 | fix assert to return true value. | Ian Price | 1 | -1/+1 |
2011-04-11 | Added optional second arg to R6RS log function | Ian Price | 1 | -0/+9 |
2011-04-09 | Fix the R6RS exact-integer-sqrt and import into core guile | Mark H Weaver | 1 | -3/+0 |
2011-04-08 | Implement R6RS' `fixnum?' in a smarter way | Andreas Rottmann | 1 | -7/+6 |
2011-04-04 | Several optimizations for R6RS fixnum arithmetic | Andreas Rottmann | 1 | -45/+41 |
2011-03-13 | Enhance transcoder-related functionality of `(rnrs io ports)' | Andreas Rottmann | 1 | -9/+33 |
2011-03-13 | Export `current-*-port' from `(rnrs io ports)' | Andreas Rottmann | 1 | -0/+1 |
2011-03-13 | Add `get-string-n' and `get-string-n!' for R6RS ports | Andreas Rottmann | 1 | -2/+14 |
2011-02-22 | Make `(rnrs base)' independent of other rnrs modules. | Ludovic Courtès | 1 | -13/+22 |
2011-02-18 | add (ice-9 binary-ports) | Andy Wingo | 1 | -5/+4 |
2011-02-11 | install r6rs exception printer | Andreas Rottmann | 1 | -2/+81 |
2011-02-02 | R6RS: Have `put-char', `put-string', etc. raise an `&i/o-encoding-error'. | Ludovic Courtès | 1 | -11/+34 |
2011-02-02 | R6RS: Have `get-char', `get-line', etc. raise an `&i/o-decoding-error'. | Ludovic Courtès | 1 | -7/+32 |
2011-02-02 | Avoid circular dependency between (rnrs base) and (rnrs exceptions). | Ludovic Courtès | 1 | -2/+7 |
2011-01-30 | Add two new sets of fast quotient and remainder operators | Mark H Weaver | 3 | -54/+23 |
2011-01-30 | Implement R6RS `real-valued?', `rational-valued?', `integer-valued?' | Mark H Weaver | 1 | -8/+11 |
2011-01-28 | Implement `finite?' in core and fix R6RS `finite?' and `infinite?' | Mark H Weaver | 1 | -4/+2 |
2011-01-21 | implement port-eof? | Andy Wingo | 1 | -1/+7 |
2010-12-10 | rnrs control only depends on (guile) | Andy Wingo | 1 | -2/+1 |
2010-11-25 | Some tweaks to the R6RS support | Andreas Rottmann | 4 | -35/+50 |
2010-11-24 | Honor R6RS transcoder error handling modes, when possible. | Ludovic Courtès | 1 | -0/+8 |
2010-11-24 | Add implementation of "transcoded ports" | Andreas Rottmann | 1 | -2/+7 |
2010-11-24 | Work towards a more complete implementation of `(rnrs io ports)' | Andreas Rottmann | 2 | -19/+242 |
2010-11-24 | Reorganize the R6RS I/O condition types | Andreas Rottmann | 3 | -138/+29 |
2010-11-24 | Turn `(rnrs io ports)' into an R6RS library | Andreas Rottmann | 1 | -28/+30 |
2010-11-21 | Enumeration set universe comparisons should be done with `equal?' | Julian Graham | 1 | -6/+6 |
2010-11-17 | Add exports for missing functions from `(rnrs base)'. | Julian Graham | 1 | -3/+42 |
2010-10-22 | Improve performance of R6RS records implementation | Julian Graham | 2 | -72/+81 |
2010-09-19 | Fix make-variable-transformer export | Göran Weinholt | 1 | -1/+2 |
2010-08-28 | Several fixes to R6RS libraries | Andreas Rottmann | 6 | -13/+45 |
2010-08-08 | Explicit definitions for `memp' and `assp' in `(rnrs list)'; the predicate | Julian Graham | 1 | -2/+2 |
2010-08-08 | Explicit definitions for `vector-for-each' and `vector-map'; Guile's SRFI-1 | Julian Graham | 1 | -2/+5 |
2010-08-06 | letrec* in docs, and some r6rs fixes | Andy Wingo | 1 | -1/+1 |
2010-07-14 | Fix argument passing for external hash functions in `(rnrs hashtables)'. | Julian Graham | 1 | -2/+4 |
2010-06-20 | ensure unicode-capable rnrs string ports | Andy Wingo | 1 | -2/+4 |
2010-06-19 | typo in mutable-strings | Andy Wingo | 1 | -1/+2 |
2010-06-19 | *unspecified* in rnrs exceptions | Andy Wingo | 1 | -1/+1 |
2010-06-19 | fix ^L typo | Andy Wingo | 1 | -1/+2 |
2010-06-18 | add open-string-{input,output}-port to rnrs io ports | Andy Wingo | 1 | -0/+13 |
2010-06-18 | Fix `define-condition-type' to use condition-accessors, not record | Julian Graham | 1 | -2/+7 |
2010-06-16 | remove encoding of versions into the file system (for now?) | Andy Wingo | 23 | -0/+0 |