summaryrefslogtreecommitdiff
path: root/module/srfi
Commit message (Expand)AuthorAgeFilesLines
* srfi-35: Fix expansion of 'condition' for compound conditions.Ludovic Courtès2022-10-011-3/+3
* New function srfi-4-vector-type-size in (srfi srfi-4 gnu)Daniel Llorens2021-12-062-3/+8
* Provide xxvector-copy and xxvector-copy! for srfi-4 vectorsDaniel Llorens2021-10-211-22/+98
* srfi-1: 'find-tail' passes 'check-arg' the right procedure name.Ludovic Courtès2021-09-201-2/+2
* Add function vector-copy! to coreDaniel Llorens2021-08-061-15/+2
* Extend core vector-copy to r7rs vector-copyDaniel Llorens2021-08-061-15/+11
* [srfi-64] Fix a bug with test-end removing globally installed test-runnerjakub-w2021-05-051-4/+7
* Fix hash-table-merge! bug.Ricardo G. Herdt2021-03-121-1/+1
* Fix bug #42713: srfi-64: Reset test-runner-current if doneDaniel Llorens2020-08-051-2/+3
* srfi-1: Rewrite 'assoc' in Scheme.Ludovic Courtès2020-06-171-0/+17
* srfi-1: Rewrite 'find-tail' in Scheme.Ludovic Courtès2020-06-171-0/+11
* srfi-1: Rewrite 'find' in Scheme.Ludovic Courtès2020-06-171-1/+12
* Replace bit-count with bitvector-countAndy Wingo2020-04-121-2/+2
* Add #:declarative? #f to (srfi srfi-64)Daniel Llorens2020-04-091-1/+2
* Add SRFI-171 to guileLinus Björnstam2020-03-253-0/+635
* srfi-11: Do not expose variables to later clausesTim Gesthuizen2020-01-121-1/+1
* Re-implement `guard'Andy Wingo2020-01-101-42/+6
* Extend core vector-fill! to handle a rangeDaniel Llorens2020-01-031-30/+2
* srfi-35: Generate a unique binding for the constructor.Ludovic Courtès2019-12-141-5/+14
* srfi-35: Replace '&error'.Ludovic Courtès2019-12-141-1/+1
* Single definition of (iota)Daniel Llorens2019-12-061-18/+12
* Associate #:replace info with modules, not variablesAndy Wingo2019-11-292-3/+4
* SRFI-18 uses core exceptionsAndy Wingo2019-11-141-86/+60
* Rebase throw/catch on top of raise-exception/with-exception-handlerAndy Wingo2019-11-131-32/+20
* Rebase SRFI-35 on top of (ice-9 exceptions)Andy Wingo2019-11-041-179/+69
* Add `record-type-has-parent?'.Andy Wingo2019-11-031-6/+2
* Rename final? record type flag; add support for opaque?Andy Wingo2019-10-271-2/+3
* Rebase srfi-35 conditions on top of make-record-typeAndy Wingo2019-10-231-231/+135
* SRFI-9 uses make-record-typeAndy Wingo2019-10-231-12/+7
* Allow records to be subtypedAndy Wingo2019-10-221-1/+4
* Deprecate passing a non-zero size to make-moduleAndy Wingo2019-09-271-1/+1
* Merge from stable-2.2Andy Wingo2019-08-021-11/+11
|\
| * SRFI-19: Rename 'tai-epoch-in-jd' to 'utc-epoch-in-jd'.Mark H Weaver2019-06-181-11/+11
| * Support ~N in SRFI-19 string->dateDaniel Llorens2018-12-111-0/+22
| * SRFI-19: Minor refactor of leap second table lookups.Mark H Weaver2018-10-241-28/+22
| * SRFI-19: time-utc->date: Support non-integer nanoseconds values.Mark H Weaver2018-10-241-1/+1
| * SRFI-19: Check for incompatible types in time comparisons.Mark H Weaver2018-10-211-7/+12
| * SRFI-19: Fix normalization of seconds and nanoseconds in time records.Mark H Weaver2018-10-211-18/+16
| * SRFI-19: Fix handling of negative years and negative julian days.Mark H Weaver2018-10-201-27/+38
| * SRFI-19: Fix TAI->UTC conversions, leap second handling, etc.Mark H Weaver2018-10-201-87/+58
| * Fix typos, indentation and error reporting in SRFI-19.Mark H Weaver2018-10-161-91/+99
| * Update SRFI-19 leap second table.Mark H Weaver2018-10-161-1/+2
| * srfi-19: Remove unused procedure.Ludovic Courtès2018-07-241-19/+1
| * Make srfi-71 visible through 'cond-expand'.Mark H Weaver2018-07-041-0/+2
| * build: Really build srfi/srfi-71.scm.Ludovic Courtès2018-07-011-53/+0
| * Add SRFI 71: Extended LET-syntax for multiple values.Christopher Allan Webber2018-06-182-1/+267
| * srfi-18: 'thread-sleep!' timeout-as-a-number is relative.Ludovic Courtès2018-02-161-3/+3
| * srfi-18: When timeout is a number, it's a relative number of seconds.Ludovic Courtès2018-02-161-16/+28
* | Support ~N in SRFI-19 string->dateDaniel Llorens2019-05-231-0/+22
* | SRFI-19: Minor refactor of leap second table lookups.Mark H Weaver2019-05-231-28/+22