summaryrefslogtreecommitdiff
path: root/test-suite/tests
Commit message (Expand)AuthorAgeFilesLines
* Allow redefinitions in compiled code as in `(define round round)'.Ludovic Courtès2009-08-131-0/+10
* "fix" <let>-bound lambda expressions tooAndy Wingo2009-08-121-9/+16
* Regression, scm_string fails to test for circular listsMichael Gran2009-08-121-1/+11
* rework the vm support for wide stringsAndy Wingo2009-08-121-15/+2
* More string and symbol testsMichael Gran2009-08-102-7/+317
* Merge commit 'origin/master'Michael Gran2009-08-081-1/+1
|\
| * add1 and sub1 instructionsAndy Wingo2009-08-051-1/+1
* | Add Unicode strings and symbolsMichael Gran2009-08-081-3/+3
|/
* Add unused variable analysis in the tree-il->glil compiler.Ludovic Courtès2009-07-311-1/+77
* Add `tree-il-fold', a purely functional iterator on `tree-il'.Ludovic Courtès2009-07-311-0/+39
* make sure all programs are 8-byte alignedAndy Wingo2009-07-261-4/+11
* nlocs is now 16 bits wideAndy Wingo2009-07-241-35/+38
* remove all mentions of "external" from the compiler and related codeAndy Wingo2009-07-232-73/+73
* rename "closure-ref" to "free-ref"; s/vars/variables/ in some namesAndy Wingo2009-07-231-1/+1
* compile lexical variable access and closure creation to the new opsAndy Wingo2009-07-231-37/+39
* Fix tests that assumed little endian.Ludovic Courtès2009-07-141-12/+29
* Enclose `bit-operations.test' in its own module.Ludovic Courtès2009-07-051-3/+4
* Read complex numbers where both parts are inexact decimalsNeil Jerram2009-07-011-1/+8
* run bytevectors tests under the compiler and evaluatorAndy Wingo2009-06-261-7/+27
* Make bytevectors accessible using the generalized-vector API.Ludovic Courtès2009-06-221-0/+71
* Deterministic test for the r6rs-ports.test segmentation faultNeil Jerram2009-06-211-0/+1
* Implement R6RS bytevector read syntax.Ludovic Courtès2009-06-191-0/+54
* Fix `equal?' on bytevectors.Ludovic Courtès2009-06-191-1/+6
* Reinstate lines removed by mistake from chars.testNeil Jerram2009-06-171-0/+6
* Change Guile license to LGPLv3+Neil Jerram2009-06-1786-653/+597
* fix bug in goops' method cache with rest argsAndy Wingo2009-06-071-0/+13
* Fix popen.test on NetBSD and Ubuntu Jaunty, where sh is not BashNeil Jerram2009-06-061-1/+1
* fix error autocompiling parts of the compiler; make check worksAndy Wingo2009-06-031-0/+4
* Merge branch 'master' of git://git.savannah.gnu.org/guileJulian Graham2009-06-0211-276/+1781
|\
| * Merge branch 'syncase-in-boot-9'Andy Wingo2009-05-298-274/+730
| |\
| | * add tests for #' etcsyncase-in-boot-9Andy Wingo2009-05-281-0/+12
| | * add reader tests for #;Andy Wingo2009-05-281-0/+23
| | * fix tree-il test to work if source info happens to be presentAndy Wingo2009-05-221-4/+12
| | * syntax.test is passing, yayAndy Wingo2009-05-221-84/+27
| | * residualize names into procedures. re-implement srfi-61. module naming foo.Andy Wingo2009-05-221-110/+114
| | * some work on syntax.testAndy Wingo2009-05-211-16/+30
| | * catch syntax errors in unquote and unquote-splicingAndy Wingo2009-05-211-3/+8
| | * fix apply and call/cc in drop contextsAndy Wingo2009-05-211-2/+44
| | * procedures in "drop" contexts can return unspecified valuesAndy Wingo2009-05-212-5/+12
| | * fix srfi-17.testAndy Wingo2009-05-211-2/+5
| | * fix failing macro-as-parameter tests in eval.testAndy Wingo2009-05-201-11/+16
| | * remove compile-time-environmentAndy Wingo2009-05-201-39/+4
| | * don't allocate too many locals for expansions of `or'Andy Wingo2009-05-201-0/+37
| | * and, or, cond etc use syntax-rules, compile scheme through tree-ilAndy Wingo2009-05-201-8/+20
| | * add tree-il->glil compilation test suiteAndy Wingo2009-05-183-8/+384
| * | Import R6RS bytevectors and I/O ports from Guile-R6RS-Libs 0.2.Ludovic Courtès2009-05-282-0/+986
| * | Remove possible deadlock in scm_join_thread_timedNeil Jerram2009-05-271-1/+25
| * | Fix wait-condition-variable so that it doesn't leave asyncs blockedNeil Jerram2009-05-271-2/+41
* | | Implementation of SRFI-98 (An interface to access environment variables).Julian Graham2009-05-301-0/+38
|/ /
* | Symbols longer than 128 chars can cause an exception. Also, the terminating ...Michael Gran2009-05-211-0/+5