summaryrefslogtreecommitdiff
path: root/module/srfi/srfi-18.scm
AgeCommit message (Expand)AuthorFilesLines
2019-11-29Associate #:replace info with modules, not variablesAndy Wingo1-2/+2
2019-11-14SRFI-18 uses core exceptionsAndy Wingo1-86/+60
2018-08-07srfi-18: 'thread-sleep!' timeout-as-a-number is relative.Ludovic Courtès1-3/+3
2018-08-07srfi-18: When timeout is a number, it's a relative number of seconds.Ludovic Courtès1-16/+28
2016-11-05SRFI-18 mutexes are not recursiveAndy Wingo1-8/+1
2016-11-05Move more functionality to SRFI-18 mutex-unlock!Andy Wingo1-15/+17
2016-11-05SRFI-18 manages own mutex "abandoned" stateAndy Wingo1-21/+20
2016-11-04SRFI-18 threads disjoint from guile threadsAndy Wingo1-67/+75
2016-11-04srfi-18 condition variables disjointAndy Wingo1-32/+27
2016-11-04Remove export srfi-18 never hadAndy Wingo1-1/+0
2016-11-04SRFI-18 mutexes disjoint from Guile mutexesAndy Wingo1-41/+62
2016-10-31srfi-18: thread-terminate! without cleanup handlersAndy Wingo1-23/+13
2016-10-31Trim srfi-18 thread startup machineryAndy Wingo1-10/+6
2016-10-31Refactor thread-join! to use optional args.Andy Wingo1-7/+14
2016-10-31Rationalize exception handling in srfi-18Andy Wingo1-44/+38
2016-10-31srfi-18: Avoid call/cc.Andy Wingo1-29/+35
2016-10-30srfi-18: Inline uses of srfi-18-exception-preserver.Andy Wingo1-16/+13
2016-10-30srfi-18: Use srfi-35 conditions.Andy Wingo1-26/+25
2016-10-30srfi-18: Use parameters.Andy Wingo1-25/+15
2016-10-30srfi-18: Use lambda* optional arguments.Andy Wingo1-12/+10
2016-10-30srfi-18: Simplify thread-sleep!, thread-terminate!.Andy Wingo1-19/+15
2016-10-30srfi-18: Use `match' in thread-start!.Andy Wingo1-9/+10
2016-10-30srfi-18: Improve style.Andy Wingo1-11/+7
2016-10-23Move thread bindings to (ice-9 threads)Andy Wingo1-111/+111
2014-04-25Merge branch 'stable-2.0'v2.1.0Mark H Weaver1-4/+4
2014-03-23Calculate usecs correctly in thread-sleep!Nathaniel Alderson1-1/+1
2014-02-27SRFI-18: Export 'current-thread'.Mark H Weaver1-3/+3
2012-02-24srfi-18 cleanupAndy Wingo1-13/+13
2010-01-11Remove unused top-level variables.Ludovic Courtès1-2/+1
2009-10-22Fix typos leading to unbound variable references.Ludovic Courtès1-2/+2
2009-06-17Complete changing license to LGPLv3+Neil Jerram1-1/+1
2009-05-21fix multiple values returning from srfi-18's `with-exception-handler'Andy Wingo1-2/+4
2009-05-21procedures in "drop" contexts can return unspecified valuesAndy Wingo1-2/+2
2008-11-01move scm srfi files to module/srfi, and compile them.Andy Wingo1-0/+382