summaryrefslogtreecommitdiff
path: root/test-suite/tests/srfi-39.test
Commit message (Collapse)AuthorAgeFilesLines
* Change Guile license to LGPLv3+Neil Jerram2009-06-171-11/+10
| | | | | | | | | | (Not quite finished, the following will be done tomorrow. module/srfi/*.scm module/rnrs/*.scm module/scripts/*.scm testsuite/*.scm guile-readline/* )
* Run the handler of SRFI-34's `with-exception-handler' in the right dyn. env.Ludovic Courtès2008-11-241-3/+18
| | | | | | | | | | | | | * srfi/srfi-34.scm (with-exception-handler): Use `with-throw-handler' instead of `lazy-catch'. * test-suite/tests/srfi-34.test ("SRFI 34")["`with-exception-handler' invokes HANDLER in THUNK's dynamic env."]: New test. * test-suite/tests/srfi-39.test: Use `(srfi srfi-34)'. ("SRFI-39")["SRFI-34"]: New test. * NEWS: Update.
* merge from 1.8 branchKevin Ryde2006-04-161-1/+1
|
* The FSF has a new address.Marius Vollmer2005-05-231-2/+2
|
* (current-input-port, current-output-port, current-error-port): New tests.Kevin Ryde2005-01-111-0/+61
|
* Use define-module to keep bindings fromKevin Ryde2005-01-011-2/+4
| | | | subsequent tests, use test-suite lib for stand-alone checking.
* New, from Jose A Ortega Ruiz. Thanks!Marius Vollmer2004-08-151-0/+54