summaryrefslogtreecommitdiff
path: root/module/srfi
Commit message (Expand)AuthorAgeFilesLines
...
* | SRFI-19: time-utc->date: Support non-integer nanoseconds values.Mark H Weaver2019-05-231-1/+1
* | SRFI-19: Check for incompatible types in time comparisons.Mark H Weaver2019-05-231-7/+12
* | SRFI-19: Fix normalization of seconds and nanoseconds in time records.Mark H Weaver2019-05-231-18/+16
* | SRFI-19: Fix handling of negative years and negative julian days.Mark H Weaver2019-05-231-27/+38
* | SRFI-19: Fix TAI->UTC conversions, leap second handling, etc.Mark H Weaver2019-05-231-87/+58
* | Fix typos, indentation and error reporting in SRFI-19.Mark H Weaver2019-05-231-91/+99
* | Update SRFI-19 leap second table.Mark H Weaver2019-05-231-1/+2
* | srfi-19: Remove unused procedure.Ludovic Courtès2018-08-071-19/+1
* | Make srfi-71 visible through 'cond-expand'.Mark H Weaver2018-08-071-0/+2
* | build: Really build srfi/srfi-71.scm.Ludovic Courtès2018-08-071-53/+0
* | Add SRFI 71: Extended LET-syntax for multiple values.Christopher Allan Webber2018-08-072-1/+267
* | srfi-18: 'thread-sleep!' timeout-as-a-number is relative.Ludovic Courtès2018-08-071-3/+3
* | srfi-18: When timeout is a number, it's a relative number of seconds.Ludovic Courtès2018-08-071-16/+28
* | Introduce make-struct/simpleAndy Wingo2018-01-211-27/+24
* | Improve compilation of make-vector without initAndy Wingo2018-01-051-5/+9
* | Replace "pr" struct fields with "pw" fieldsAndy Wingo2017-09-231-3/+3
* | Merge stable-2.2 into masterAndy Wingo2017-09-221-11/+11
|\ \ | |/
| * Use make-struct/no-tail instead of make-structAndy Wingo2017-09-201-11/+11
* | remove self field of vtablesAndy Wingo2017-09-141-1/+0
|/
* 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 zerosAndy Wingo2017-04-191-18/+8
* Fixed bug: ~N mishandles small nanoseconds valueAndrew Moss2017-04-191-1/+1
* SRFI-19 current-time-monotonic returns time of right typeAndy Wingo2017-04-191-3/+6
* SRFI-18 mutexes are not recursiveAndy 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" stateAndy Wingo2016-11-051-21/+20
* SRFI-18 threads disjoint from guile threadsAndy Wingo2016-11-041-67/+75
* srfi-18 condition variables disjointAndy Wingo2016-11-041-32/+27
* Remove export srfi-18 never hadAndy Wingo2016-11-041-1/+0
* SRFI-18 mutexes disjoint from Guile mutexesAndy Wingo2016-11-041-41/+62
* srfi-18: thread-terminate! without cleanup handlersAndy Wingo2016-10-311-23/+13
* Trim srfi-18 thread startup machineryAndy Wingo2016-10-311-10/+6
* Refactor thread-join! to use optional args.Andy Wingo2016-10-311-7/+14
* Rationalize exception handling in srfi-18Andy 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 indentationAndy 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