summaryrefslogtreecommitdiff
path: root/test-suite
Commit message (Expand)AuthorAgeFilesLines
* Placate a number of `syntax-check' verifications....Ludovic Courtès2012-01-054-4/+4
* Fix erroneous check in `set-procedure-properties!'....Ludovic Courtès2012-01-051-2/+8
* Raise an error for (begin) when `--disable-deprecated'....Ludovic Courtès2012-01-051-3/+4
* Rework c-api.test to use test lib...Mike Gran2012-01-041-13/+14
* New array-map! and array-for-each tests...Daniel Llorens2011-12-221-1/+72
* fix generalized-vector-{ref,set!} for slices...Andy Wingo2011-12-221-1/+17
* HTTP: Fix qstring writing of cache-extension values...Andy Wingo2011-12-221-0/+16
* Extend handling of "Cache-Control" header....Daniel Hartwig2011-12-221-0/+2
* peval fix: (cons 1 #nil) is not (list 1)...Andy Wingo2011-12-211-0/+5
* document invalidity of (begin) as expression; add back-compat shim...Andy Wingo2011-12-211-3/+4
* ftw: Include sub-directories in the result of `scandir'....Ludovic Courtès2011-12-191-0/+12
* ftw: Clarify the behavior of `scandir' for flat files and unreadable dirs....Ludovic Courtès2011-12-191-1/+4
* ftw: Add `scandir'....Ludovic Courtès2011-12-181-0/+8
* Arrange to convert command-line arguments from the right encoding....Ludovic Courtès2011-12-152-0/+27
* Use Gnulib's `localcharset', with local patches....Ludovic Courtès2011-12-152-1/+4
* Add `file-system-fold' and `file-system-tree' to (ice-9 ftw)....Ludovic Courtès2011-12-131-2/+96
* current-input-port et al are srfi-39 parameters...Andy Wingo2011-12-101-0/+61
* peval: Truncate multiple values when extending the environment....Ludovic Courtès2011-12-061-0/+17
* allow URIs of the form file:///etc/hosts...Andy Wingo2011-12-061-2/+17
* add srfi-39 parameters to boot-9...Andy Wingo2011-12-052-0/+70
* FFI: Hold a weak reference to the procedure passed to `procedure->pointer'....Ludovic Courtès2011-11-261-0/+16
* web-http.test validates headers...Daniel Hartwig2011-11-231-2/+3
* Use default value for make-fluid in Scheme files...Andy Wingo2011-11-231-2/+1
* Complete cross-compilation support....Ludovic Courtès2011-11-221-1/+59
* Fix `validate-target' in (system base target)....Ludovic Courtès2011-11-221-2/+25
* Allow overlapping regions to be passed to `bytevector-copy!'....Ludovic Courtès2011-11-201-2/+9
* eval.test work...Andy Wingo2011-11-171-71/+43
* FFI: Add a `procedure->pointer' test....Ludovic Courtès2011-11-161-0/+10
* Re-enable a couple of evaluator tests....Ludovic Courtès2011-11-161-3/+2
* set names of functions defined at the toplevel from `eval'...Andy Wingo2011-11-151-1/+6
* better debuggability for interpreted procedures...Andy Wingo2011-11-151-2/+17
* update letrec compilation test...Andy Wingo2011-11-111-1/+3
* fix bit-set*! bug (!)...Andy Wingo2011-11-101-3/+18
* when leaving a non-tail let, allow bound vals to be collected...Andy Wingo2011-11-091-9/+19
* peval: fix dynwind bug....Andy Wingo2011-11-091-0/+20
* Fix R6RS `fold-left' so the accumulator is the first argument....Ian Price2011-11-011-0/+26
* fix segfault in goops if class fields are redefined...Andy Wingo2011-10-211-2/+9
* fix misallocation of some <fix> procedures...Andy Wingo2011-10-201-0/+13
* Update (ice-9 match) from Chibi-Scheme....Ludovic Courtès2011-10-161-0/+1
* coverage: Add tests for `case-lambda'....Ludovic Courtès2011-10-151-0/+22
* coverage: Add test with `eval'....Ludovic Courtès2011-10-151-2/+17
* fold constants with accessors...Andy Wingo2011-10-101-0/+15
* peval support for memq and memv...Andy Wingo2011-10-101-0/+37
* peval: visit operands on-demand, to inline mutually recursive bindings...Andy Wingo2011-10-101-31/+125
* New functions scm_is_exact and scm_is_inexact...Mike Gran2011-10-091-0/+33
* fix reading of #||||#...Andy Wingo2011-10-051-0/+8
* peval: Add test for possible infinite recursion....Ludovic Courtès2011-09-301-0/+9
* peval: Recognize module-refs to primitives....Ludovic Courtès2011-09-301-0/+13
* ((lambda ...) ...) fix...Andy Wingo2011-09-281-6/+4
* peval: more effective binding pruning...Andy Wingo2011-09-281-1/+19