summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* no positions when reading psyntax-pp, validation in @/@@, cleanupssyncaseAndy Wingo2009-04-173-20/+6
* fix hygiene + modules + local macrosAndy Wingo2009-04-174-9472/+17
* fix handling of pre-modules errors in the vmAndy Wingo2009-04-171-2/+14
* @ and @@ as primitive macrosAndy Wingo2009-04-173-28/+47
* hygienic compilationAndy Wingo2009-04-171-6/+14
* houston, we have hygieneAndy Wingo2009-04-174-49/+9521
* more work on modules and hygiene, not finished yet, alas.Andy Wingo2009-04-176-118/+91
* eval-closure-module, here hopefully not for longAndy Wingo2009-04-172-0/+16
* thread the module through syntax-case's expansionAndy Wingo2009-04-175-209/+279
* finish bootstrap to syntax-objects with modulesAndy Wingo2009-04-172-33/+16
* add modules to syntax objects (part 1, intermediate step)Andy Wingo2009-04-172-12/+31
* serialize module information into syncase's output -- getting ready for hygieneAndy Wingo2009-04-178-26/+113
* fix a tricky GC bug in scm_c_make_subrAndy Wingo2009-04-171-1/+5
* guile-tools is a scheme script that loads scheme modulesAndy Wingo2009-04-1730-290/+134
* fix a couple gc-related continuations bugsAndy Wingo2009-04-172-3/+3
* support expression-by-expression compilationAndy Wingo2009-04-166-75/+119
* compilation passes return third value: the continuation environmentAndy Wingo2009-04-168-12/+19
* guile-config rebased on top of pkg-configAndy Wingo2009-04-064-120/+36
* Avoid uses of deprecated forms in the VM code.Ludovic Courtès2009-04-057-26/+29
* Make `--disable-deprecated' work.daniel2009-04-053-18/+7
* Improved handling of callers cache in (system xref).Jose A. Ortega Ruiz2009-04-041-32/+73
* fix nondeterminism in vm-i-system.cAndy Wingo2009-04-041-2/+4
* no hard-coded stack limitations if the user has getrlimitAndy Wingo2009-04-031-14/+4
* add test case for load-extension bug, fix gdb-uninstalled-guileAndy Wingo2009-03-304-1/+67
* Merge branch 'wingo'Andy Wingo2009-03-2841-232/+323
|\
| * 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
* | fix duplicates in procedure-callersAndy Wingo2009-03-281-4/+7
* | fix spurious duplicates in procedure-callees and callersAndy Wingo2009-03-281-8/+11
|/
* 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