summaryrefslogtreecommitdiff
path: root/module/srfi/srfi-43.scm
Commit message (Expand)AuthorAgeFilesLines
* Add function vector-copy! to coreDaniel Llorens2021-08-061-15/+2
* Extend core vector-copy to r7rs vector-copyDaniel Llorens2021-08-061-15/+11
* Extend core vector-fill! to handle a rangeDaniel Llorens2020-01-031-30/+2
* Improve compilation of make-vector without initAndy Wingo2018-01-051-5/+9
* doc: Improve description of vector-unfold and vector-unfold-right.Mark H Weaver2014-09-241-8/+8
* SRFI-43: vector-concatenate: Fix error message.Mark H Weaver2014-09-201-1/+1
* Implement SRFI-43 Vector Library.Mark H Weaver2014-02-011-0/+1077