summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* tweaks to the un-integrated test casesvmAndy Wingo2009-03-171-12/+6
* non-srcdir build fixesAndy Wingo2009-03-1712-27/+26
* try a new way of checking byte orderAndy Wingo2009-03-171-1/+9
* decompile source info into <glil-source> annotations.Andy Wingo2009-03-171-0/+26
* fix bug serializing filenames in source locationsAndy Wingo2009-03-171-1/+1
* tweaks to asm->glil decompiler, perhaps fix a (program-source p 0) bugAndy Wingo2009-03-172-15/+50
* add assembly->glil decompilerAndy Wingo2009-03-173-2/+146
* update disassembler for changes to decompilerAndy Wingo2009-03-171-4/+5
* parse jumps as labels when decompiling bytecode->assemblyAndy Wingo2009-03-171-3/+28
* procedure-arity on vm-compile apply: verily, unresolved.Andy Wingo2009-03-171-1/+3
* Merge commit 'cb9d473112ac172a3d328bb029b5b550918d4262' into vm-checkAndy Wingo2009-03-1711-176/+203
|\
| * Update `NEWS'.Ludovic Courtès2009-03-091-0/+4
| * Aggregate `Makefile.am' files under `lang/'.Ludovic Courtès2009-03-085-138/+47
| * Move `guardians.test' to its own module.Ludovic Courtès2009-03-081-4/+5
| * Provide a C vararg interface to gsubr invocation.Ludovic Courtès2009-03-083-29/+125
| * Slightly simplify gsubr invocation in the evaluator.Ludovic Courtès2009-03-081-7/+6
| * Add new subr invocation benchmarks.Ludovic Courtès2009-03-081-2/+22
| * Mark `scm_gsubr_apply ()' as internal.Ludovic Courtès2009-03-023-8/+8
| * Change `scm_gsubr_apply ()' to take the gsubr as its first argument.Ludovic Courtès2009-03-023-12/+10
* | Merge commit 'e20d7001c3f7150400169fecb0bf0eefdf122fe2' into vm-checkAndy Wingo2009-03-1723-245/+281
|\ \ | |/
| * Remove "compiled closures" ("cclos") in favor of a simpler mechanism.Ludovic Courtès2009-03-0216-238/+84
| * Add subr invocation benchmark.Ludovic Courtès2009-03-022-0/+47
| * 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
| * Update `NEWS'.Ludovic Courtès2009-02-121-1/+4
* | fix marking of double-cell subrsAndy Wingo2009-03-171-1/+7
* | Merge commit 'e092357058850a6f998bf462bdc5504c6379c96f' into vm-checkAndy Wingo2009-03-174-84/+20
|\ \ | |/
| * Small cleanup relative to the use of double cells for subrs.Ludovic Courtès2009-02-121-7/+1
| * Use double-cells to store subrs.Ludovic Courtès2009-02-124-79/+21
* | Merge commit 'feccd2d3100fd2964d4c2df58ab3da7ce4949a66' into vm-checkAndy Wingo2009-03-173-2/+4
|\ \ | |/
| * Add `SCM_SET_SUBR_GENERIC ()' to replace `SCM_SUBR_GENERIC ()' as an lvalue.Ludovic Courtès2009-02-113-2/+4
* | Merge commit 'cce8b2ce93703aff953750fb40cb53176ea66504' into vm-checkAndy Wingo2009-03-172-7/+7
|\ \ | |/
| * Use `SCM_SNAME ()' when requesting the name of a subr.Ludovic Courtès2009-02-112-7/+7
* | Merge commit '4c9e29ec38350a5206aa3e8e72ad4376512ada2b' into vm-checkAndy Wingo2009-03-171-5/+8
|\ \ | |/
| * Clean lib-version.texiNeil Jerram2009-02-091-5/+8
* | Merge commit 'ad5f5ada1d50ecdab634d60ffe3a13b9193156aa' into vm-checkAndy Wingo2009-03-174-3/+16
|\ \ | |/
| * Allow @ to work with (ice-9 syncase)Neil Jerram2009-02-084-3/+16
* | Merge commit '95a040cd2be7ad03bf197edbdb1fec2c52749ef6' into vm-checkAndy Wingo2009-03-173-1/+3
|\ \ | |/
| * Fix build when compiled with -Wundef -WerrorNeil Jerram2009-02-083-1/+3
* | Merge commit '6290d3f10927f887102a164ccb1a7291cc62288d' into vm-checkAndy Wingo2009-03-173-8/+8
|\ \ | |/
| * GOOPS: Statically allocate the PORT class array.Ludovic Courtès2009-02-033-8/+8
* | Merge commit '5bb2d903b9e54fdd5858a16ba11fa91a9dc0c692' into vm-checkAndy Wingo2009-03-174-10/+14
|\ \ | |/
| * Publish the maximum number of port types as `SCM_I_MAX_PORT_TYPE_COUNT'.Ludovic Courtès2009-02-034-10/+14
* | Merge commit '04795a1cb259c20896fb2edb50c58086027281b0' into vm-checkAndy Wingo2009-03-173-7/+6
|\ \ | |/
| * GOOPS: Statically allocate the SMOB class array.Ludovic Courtès2009-02-033-7/+6
* | Merge commit '202271f291971cf14175f5a1a193955f72d43d79' into vm-checkAndy Wingo2009-03-173-5/+9
|\ \ | |/
| * Publish the maximum number of SMOB types as `SCM_I_MAX_SMOB_TYPE_COUNT'.Ludovic Courtès2009-02-033-5/+9
* | Merge commit 'c010924a71f942100dc7b4021d5ef1c6decf9c85' into vm-checkAndy Wingo2009-03-171-4/+4
|\ \ | |/
| * Update SRFI-11 docs to use correct name for let*-values.Julian Graham2009-02-021-4/+4