summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* bugfix: don't dynamic link if we found a registered extensionwingoAndy Wingo2009-03-271-0/+5
* frame, program, objcode, etc inits use load-extensionAndy Wingo2009-03-2711-6/+19
* fix distcheck hopefully, by cleaning the vm-i-*.i filesAndy Wingo2009-03-271-1/+2
* fix "linking" of guile-configAndy Wingo2009-03-271-2/+3
* fix check for guile-tools running uninstalledAndy Wingo2009-03-271-1/+1
* rely on getrlimit to DTRT, don't make stack calibration fileAndy Wingo2009-03-277-165/+7
* getrlimit-based stack limitsAndy Wingo2009-03-271-0/+36
* add getrlimit and setrlimit wrappersAndy Wingo2009-03-274-4/+182
* allow building against uninstalled guile; move some things to meta/Andy Wingo2009-03-2721-59/+74
* Improve wording in `libguile/Makefile.am' regarding stack calibration.Ludovic Courtès2009-03-271-7/+6
* Run the stack calibration script before running the compiler.Ludovic Courtès2009-03-262-15/+13
* Remove multiple definition of `scm_i_marking'.Ludovic Courtès2009-03-262-5/+6
* Fix `testsuite/Makefile.am' for `distcheck'.Ludovic Courtès2009-03-251-4/+2
* Aggregate `Makefile.am' files under `examples/'.Ludovic Courtès2009-03-2417-512/+311
* Include <alloca.h> in `gsubr.c'.Ludovic Courtès2009-03-241-0/+2
* speed up goops rehashingAndy Wingo2009-03-201-19/+15
* fix interpreted methods with empty bodiesAndy Wingo2009-03-201-1/+4
* add generic method-formals; fixes to method-sourceAndy Wingo2009-03-201-7/+12
* fix casts to unsigned long in objcodes.cAndy Wingo2009-03-201-2/+2
* Have `scm_take_locale_symbol ()' return an interned symbol (fixes bug #25865).Ludovic Courtès2009-03-195-43/+117
* rework procedure-callers to stay correct as callees are redefinedAndy Wingo2009-03-181-48/+58
* doubly-weak callers dbAndy Wingo2009-03-181-1/+1
* implement procedure-callersAndy Wingo2009-03-182-7/+56
* add xref stub for interpreted proceduresAndy Wingo2009-03-171-1/+5
* add xref.scmAndy Wingo2009-03-172-0/+75
* 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