summaryrefslogtreecommitdiff
path: root/test-suite/tests/srfi-18.test
AgeCommit message (Expand)AuthorFilesLines
2019-11-14SRFI-18 uses core exceptionsAndy Wingo1-17/+22
2018-08-07srfi-18: 'thread-sleep!' timeout-as-a-number is relative.Ludovic Courtès1-3/+2
2018-08-07srfi-18: When timeout is a number, it's a relative number of seconds.Ludovic Courtès1-8/+5
2016-11-05Recursively locking a SRFI-18 mutex blocksAndy Wingo1-0/+35
2016-11-04SRFI-18 mutexes disjoint from Guile mutexesAndy Wingo1-3/+6
2016-10-30srfi-18: Use srfi-35 conditions.Andy Wingo1-1/+1
2016-10-23Move thread bindings to (ice-9 threads)Andy Wingo1-6/+8
2014-03-23Calculate usecs correctly in thread-sleep!Nathaniel Alderson1-1/+7
2012-02-24srfi-18 test fixAndy Wingo1-433/+430
2009-06-17Change Guile license to LGPLv3+Neil Jerram1-11/+10
2009-05-21procedures in "drop" contexts can return unspecified valuesAndy Wingo1-2/+7
2008-08-30Raise error on SRFI-18 load if Guile built without threading supportJulian Graham1-2/+2
2008-08-27Fix builds `--without-threads'.Ludovic Courtès1-1/+5
2008-05-24Scheme SRFI-18 implementation and tests fileJulian Graham1-0/+477