summaryrefslogtreecommitdiff
path: root/module/srfi
Commit message (Expand)AuthorAgeFilesLines
* 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->date...Daniel 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
* Use make-struct/no-tail instead of make-struct...Andy Wingo2017-09-201-11/+11
* SRFI-19: Swap seconds and nanoseconds in 'current-time-monotonic'....Ludovic Courtès2017-04-221-2/+2
* SRFI-37: Account for zero-length arguments....Thomas Danckaert2017-04-201-1/+2
* Fix date->string ~f operator to not emit leading zeros...Andy Wingo2017-04-191-18/+8
* Fixed bug: ~N mishandles small nanoseconds value...Andrew Moss2017-04-191-1/+1
* SRFI-19 current-time-monotonic returns time of right type...Andy Wingo2017-04-191-3/+6
* SRFI-18 mutexes are not recursive...Andy Wingo2016-11-051-8/+1
* Move more functionality to SRFI-18 mutex-unlock!...Andy Wingo2016-11-051-15/+17
* SRFI-18 manages own mutex "abandoned" state...Andy Wingo2016-11-051-21/+20
* SRFI-18 threads disjoint from guile threads...Andy Wingo2016-11-041-67/+75
* srfi-18 condition variables disjoint...Andy Wingo2016-11-041-32/+27
* Remove export srfi-18 never had...Andy Wingo2016-11-041-1/+0
* SRFI-18 mutexes disjoint from Guile mutexes...Andy Wingo2016-11-041-41/+62
* srfi-18: thread-terminate! without cleanup handlers...Andy Wingo2016-10-311-23/+13
* Trim srfi-18 thread startup machinery...Andy Wingo2016-10-311-10/+6
* Refactor thread-join! to use optional args....Andy Wingo2016-10-311-7/+14
* Rationalize exception handling in srfi-18...Andy Wingo2016-10-311-44/+38
* srfi-18: Avoid call/cc....Andy Wingo2016-10-311-29/+35
* srfi-18: Inline uses of srfi-18-exception-preserver....Andy Wingo2016-10-301-16/+13
* srfi-18: Use srfi-35 conditions....Andy Wingo2016-10-301-26/+25
* srfi-18: Use parameters....Andy Wingo2016-10-301-25/+15
* srfi-18: Use lambda* optional arguments....Andy Wingo2016-10-301-12/+10
* srfi-18: Simplify thread-sleep!, thread-terminate!....Andy Wingo2016-10-301-19/+15
* srfi-18: Use `match' in thread-start!....Andy Wingo2016-10-301-9/+10
* srfi-18: Improve style....Andy Wingo2016-10-301-11/+7
* Fix srfi-34 indentation...Andy Wingo2016-10-301-3/+3
* Move thread bindings to (ice-9 threads)...Andy Wingo2016-10-231-111/+111
* SRFI-19: Update the table of leap seconds....Mark H Weaver2016-05-221-3/+4
* Merge commit '8cf2a7ba7432d68b9a055d29f18117be70375af9'Andy Wingo2015-01-221-0/+34
|\
| * Implement SRFI 28: Basic Format Strings....Chris Jester-Young2014-12-021-0/+34
* | Merge branch 'stable-2.0'...Mark H Weaver2014-09-301-9/+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
* | Rewrite boot-9 map to be recursive and pure...Andy Wingo2014-05-011-26/+46