summaryrefslogtreecommitdiff
path: root/test-suite
Commit message (Expand)AuthorAgeFilesLines
* rely on getrlimit to DTRT, don't make stack calibration fileAndy Wingo2009-03-272-4/+4
* allow building against uninstalled guile; move some things to meta/Andy Wingo2009-03-272-2/+2
* Have `scm_take_locale_symbol ()' return an interned symbol (fixes bug #25865).Ludovic Courtès2009-03-193-1/+73
* non-srcdir build fixesAndy Wingo2009-03-171-3/+0
* procedure-arity on vm-compile apply: verily, unresolved.Andy Wingo2009-03-171-1/+3
* Merge commit 'cb9d473112ac172a3d328bb029b5b550918d4262' into vm-checkAndy Wingo2009-03-171-4/+5
|\
| * Move `guardians.test' to its own module.Ludovic Courtès2009-03-081-4/+5
* | Merge commit 'e20d7001c3f7150400169fecb0bf0eefdf122fe2' into vm-checkAndy Wingo2009-03-174-3/+146
|\ \ | |/
| * Add tests for the stack inspection API.Ludovic Courtès2009-02-171-1/+64
| * Add new GOOPS tests for built-in types.Ludovic Courtès2009-02-171-1/+19
| * Add test for `procedure-properties'.Ludovic Courtès2009-02-162-1/+63
* | Merge commit 'ad5f5ada1d50ecdab634d60ffe3a13b9193156aa' into vm-checkAndy Wingo2009-03-171-0/+3
|\ \ | |/
| * Allow @ to work with (ice-9 syncase)Neil Jerram2009-02-081-0/+3
* | add code for writing out metadata to the end of a programAndy Wingo2009-02-011-1/+14
* | add metalen field to bytecode serializationAndy Wingo2009-02-011-2/+2
* | add new language between assembly and objcode: bytecodeAndy Wingo2009-01-301-2/+2
* | static opcodes; refactor program/objcode division; use new assembly pipelineAndy Wingo2009-01-292-0/+84
* | Merge commit 'origin/master' into vmAndy Wingo2009-01-1213-26/+575
|\ \ | |/
| * Fix implementation of %fast-slot-ref and %fast-slot-set!Neil Jerram2009-01-043-0/+44
| * srfi-19: Fix `string->date' weekday lookup.Ludovic Courtès2008-12-181-1/+9
| * Revert "Note need for subscription to bug-guile@gnu.org."Neil Jerram2008-12-101-5/+3
| * Several new hash table tests, written by Gregory Marton.Neil Jerram2008-12-071-0/+203
| * Fix sloppy bound checking in `string-{ref,set!}' with the empty string.Ludovic Courtès2008-12-021-2/+49
| * Run the handler of SRFI-34's `with-exception-handler' in the right dyn. env.Ludovic Courtès2008-11-242-5/+40
| * Fix comments in `test-scm-c-read.c'.Ludovic Courtès2008-11-241-2/+2
| * Add C unit test for `scm_c_read ()' and the port API.Ludovic Courtès2008-11-233-0/+138
| * Update the thread stack base when `scm_with_guile' is invoked multiple times.Ludovic Courtès2008-11-143-1/+73
| * Augment `.gitignore'.Ludovic Courtès2008-11-131-7/+8
| * Avoid `Stack overflow' errors when running `make check'Neil Jerram2008-10-171-3/+3
| * Add test case to make sure `read' returns mutable strings.Ludovic Courtès2008-10-091-1/+8
| * Revert "Make literal strings (i.e., returned by `read') read-only."Ludovic Courtès2008-10-091-6/+2
* | allow `apply' on %nil-terminated listsAndy Wingo2009-01-041-6/+2
* | nifty generic compiler infrastructure -- no more hardcoded passesAndy Wingo2008-11-141-4/+4
* | make-procedure-with-setter inherits name from getterAndy Wingo2008-11-011-2/+6
* | compile goops accessors. woot!Andy Wingo2008-10-311-1/+9
* | recompiling with compile environments, fluid languages, cleanupsAndy Wingo2008-10-301-0/+62
* | elisp.test: apply to nil-terminated list is UNRESOLVED with compiled boot-9Andy Wingo2008-10-161-1/+20
* | run the elisp test with a larger stack limitAndy Wingo2008-10-161-0/+6
* | Merge commit 'origin/master' into vmAndy Wingo2008-09-3016-168/+83
|\ \ | |/
| * Remove GH and its traces.Han-Wen Nienhuys2008-09-282-102/+0
| * Enclose `regexp.test' in a module.Ludovic Courtès2008-09-251-2/+4
| * Fix handling of the FLAGS argument in `fold-matches'.Ludovic Courtès2008-09-251-1/+24
| * Make literal strings (i.e., returned by `read') read-only.Ludovic Courtès2008-09-231-2/+6
| * Make `symbol->string' return a read-only string.Ludovic Courtès2008-09-231-6/+6
| * Fix for incorrect (gcd -2) => -2; should give 2.Neil Jerram2008-09-221-0/+5
| * Include <config.h> in standalone tests.Ludovic Courtès2008-09-136-2/+22
| * Add `ChangeLog-2008' files to the distribution.Ludovic Courtès2008-09-121-1/+1
| * Rename `ChangeLog' files to `ChangeLog-2008'.Ludovic Courtès2008-09-121-0/+0
| * Remove `.cvsignore' files.Ludovic Courtès2008-09-112-20/+0
| * Merge branch 'master' into strftime-gnulibLudovic Courtès2008-09-092-3/+12
| |\