summaryrefslogtreecommitdiff
path: root/module/rnrs/base.scm
AgeCommit message (Expand)AuthorFilesLines
2021-03-09Write a proper vector-map and vector-for-each for (rnrs base)Linus1-5/+76
2019-09-12Define top-level bindings for aux syntax: else, =>, _, ...Andy Wingo1-2/+2
2012-11-22R6RS `string-for-each' should accept multiple string argumentsIan Price1-1/+38
2011-08-17fix r6rs `map'Andy Wingo1-1/+71
2011-04-11fix assert to return true value.Ian Price1-1/+1
2011-04-11Added optional second arg to R6RS log functionIan Price1-0/+9
2011-04-09Fix the R6RS exact-integer-sqrt and import into core guileMark H Weaver1-3/+0
2011-02-22Make `(rnrs base)' independent of other rnrs modules.Ludovic Courtès1-13/+22
2011-02-02Avoid circular dependency between (rnrs base) and (rnrs exceptions).Ludovic Courtès1-2/+7
2011-01-30Add two new sets of fast quotient and remainder operatorsMark H Weaver1-17/+6
2011-01-30Implement R6RS `real-valued?', `rational-valued?', `integer-valued?'Mark H Weaver1-8/+11
2011-01-28Implement `finite?' in core and fix R6RS `finite?' and `infinite?'Mark H Weaver1-4/+2
2010-11-25Some tweaks to the R6RS supportAndreas Rottmann1-6/+24
2010-11-17Add exports for missing functions from `(rnrs base)'.Julian Graham1-3/+42
2010-08-28Several fixes to R6RS librariesAndreas Rottmann1-0/+20
2010-08-08Explicit definitions for `vector-for-each' and `vector-map'; Guile's SRFI-1Julian Graham1-2/+5
2010-08-06letrec* in docs, and some r6rs fixesAndy Wingo1-1/+1
2010-06-16remove encoding of versions into the file system (for now?)Andy Wingo1-0/+94