summaryrefslogtreecommitdiff
path: root/module/scheme
AgeCommit message (Expand)AuthorFilesLines
2023-11-02Update set of decimal zeroes for Unicode 15.1.0Andy Wingo1-4/+5
2023-09-29Add test for r7rs string-for-eachDaniel Llorens1-18/+19
2023-09-29Fix (scheme base) string-for-each.Taylan Kammer1-2/+24
2023-07-16r7rs: 'read-u8' now defaults to 'current-input-port'.Ludovic Courtès1-2/+2
2021-08-06Add function vector-copy! to coreDaniel Llorens1-15/+2
2021-08-06Reuse core vector-fill! in (scheme base)Daniel Llorens1-11/+1
2021-08-06Extend core vector-copy to r7rs vector-copyDaniel Llorens1-21/+3
2021-01-17(scheme base) member: return #f, not (), for no matchRob Browning1-3/+4
2021-01-12Close accumulating output ports after useAndy Wingo1-12/+3
2020-01-12Support R7RS define-libraryAndy Wingo1-10/+6
2019-11-16Add initial implementation of R7RS modulesAndy Wingo16-0/+1216