summaryrefslogtreecommitdiff
path: root/test-suite/tests/srfi-18.test
Commit message (Expand)AuthorAgeFilesLines
* SRFI-18 uses core exceptionsAndy Wingo2019-11-141-17/+22
* srfi-18: 'thread-sleep!' timeout-as-a-number is relative.Ludovic Courtès2018-08-071-3/+2
* srfi-18: When timeout is a number, it's a relative number of seconds.Ludovic Courtès2018-08-071-8/+5
* Recursively locking a SRFI-18 mutex blocksAndy Wingo2016-11-051-0/+35
* SRFI-18 mutexes disjoint from Guile mutexesAndy Wingo2016-11-041-3/+6
* srfi-18: Use srfi-35 conditions.Andy Wingo2016-10-301-1/+1
* Move thread bindings to (ice-9 threads)Andy Wingo2016-10-231-6/+8
* Calculate usecs correctly in thread-sleep!Nathaniel Alderson2014-03-231-1/+7
* srfi-18 test fixAndy Wingo2012-02-241-433/+430
* Change Guile license to LGPLv3+Neil Jerram2009-06-171-11/+10
* procedures in "drop" contexts can return unspecified valuesAndy Wingo2009-05-211-2/+7
* Raise error on SRFI-18 load if Guile built without threading supportJulian Graham2008-08-301-2/+2
* Fix builds `--without-threads'.Ludovic Courtès2008-08-271-1/+5
* Scheme SRFI-18 implementation and tests fileJulian Graham2008-05-241-0/+477