summaryrefslogtreecommitdiff
path: root/module/srfi/srfi-18.scm
Commit message (Expand)AuthorAgeFilesLines
* Associate #:replace info with modules, not variablesAndy Wingo2019-11-291-2/+2
* SRFI-18 uses core exceptionsAndy Wingo2019-11-141-86/+60
* 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
* 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
* Move thread bindings to (ice-9 threads)Andy Wingo2016-10-231-111/+111
* Merge branch 'stable-2.0'v2.1.0Mark H Weaver2014-04-251-4/+4
|\
| * Calculate usecs correctly in thread-sleep!Nathaniel Alderson2014-03-231-1/+1
| * SRFI-18: Export 'current-thread'.Mark H Weaver2014-02-271-3/+3
* | srfi-18 cleanupAndy Wingo2012-02-241-13/+13
|/
* Remove unused top-level variables.Ludovic Courtès2010-01-111-2/+1
* Fix typos leading to unbound variable references.Ludovic Courtès2009-10-221-2/+2
* Complete changing license to LGPLv3+Neil Jerram2009-06-171-1/+1
* fix multiple values returning from srfi-18's `with-exception-handler'Andy Wingo2009-05-211-2/+4
* procedures in "drop" contexts can return unspecified valuesAndy Wingo2009-05-211-2/+2
* move scm srfi files to module/srfi, and compile them.Andy Wingo2008-11-011-0/+382