summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * correctly handle --no-autocompile (fixed broken previous patch)Andy Wingo2010-03-304-24/+19
| * nil is null, wheeAndy Wingo2010-03-303-8/+8
| * nil is false, wheeAndy Wingo2010-03-303-14/+14
| * going through scm_shell not necessary to get autocompilationAndy Wingo2010-03-302-8/+10
| * fix bug in scm_must_freeAndy Wingo2010-03-291-11/+5
| * remove out-of-date comment in scm_gc_mallocAndy Wingo2010-03-291-12/+1
| * (texinfo reflection) parses out macro metadataAndy Wingo2010-03-291-19/+36
| * metadata for syntax-rules, identifier-syntax, and define-macro macrosAndy Wingo2010-03-293-7782/+7968
| * Renumber IFLAGSs so the first 8 are reserved for lisp booleans.Mark H Weaver2010-03-284-9/+13
| * Fix inlining of lambda-apply-lambda.Andy Wingo2010-03-281-1/+1
| * remove spurious declarations in c-tokenize.lexAndy Wingo2010-03-262-14/+2
| * vectors of pairs in docstring position are metadataAndy Wingo2010-03-252-5383/+5442
| * psyntax supports multiple docstrings, merging lambda-case metadataAndy Wingo2010-03-252-5445/+5429
| * make guile's welcome more gnu-conventional; also warranty and copying infoAndy Wingo2010-03-232-20/+121
| * Update manual examples of how to link with GuileAndy Wingo2010-03-222-6/+5
| * Make `include' tail-recursive.Ludovic Courtès2010-03-202-7781/+7771
| * Cosmetic changes in `foreign.c'.Ludovic Courtès2010-03-202-43/+45
| * Fix argument passing to foreign functions.Ludovic Courtès2010-03-201-5/+17
| * fix srfi-31 check after macroexpand renameAndy Wingo2010-03-191-3/+3
| * rename sc-expand to macroexpandAndy Wingo2010-03-195-7779/+7793
| * finish macro docsAndy Wingo2010-03-191-15/+111
| * document syntax-caseAndy Wingo2010-03-192-36/+355
| * add GUILE-VERSION to CONFIG_STATUS_DEPENDENCIESAndy Wingo2010-03-191-0/+2
| * Bump version number for 1.9.9.release_1-9-9Ludovic Courtès2010-03-181-1/+1
| * Update `NEWS'.Ludovic Courtès2010-03-181-0/+14
| * A start at syntax-rules docsAndy Wingo2010-03-185-293/+482
| * Improve encoding error reporting.Ludovic Courtès2010-03-183-36/+58
| * Update Gnulib; use the `func' module.Ludovic Courtès2010-03-1831-1037/+3036
| * Add `%null-pointer' to `(system foreign)'.Ludovic Courtès2010-03-182-1/+15
| * Remove obsolete test directory.Ludovic Courtès2010-03-175-250/+0
| * Change `dynamic-link' to return a global handle when the argument is omitted.Ludovic Courtès2010-03-173-9/+61
| * Provide `int', `long', `size_t', etc. in `(system foreign)'.Ludovic Courtès2010-03-172-0/+56
| * Fix doc string of `dynamic-pointer'.Ludovic Courtès2010-03-171-16/+18
| * Use GC-managed pointerless memory in the FFI.Ludovic Courtès2010-03-171-6/+8
| * update NEWS for 1.9.9Andy Wingo2010-03-161-0/+91
| * cull 1.9.8 NEWS itemsAndy Wingo2010-03-161-76/+1
| * add a section to the manual on promptsAndy Wingo2010-03-161-6/+112
| * parallel installability for libguile*.hAndy Wingo2010-03-165-6/+10
| * rename libguile to libguile-@EFFECTIVE_VERSION@, currently libguile-2.0Andy Wingo2010-03-1621-49/+64
| * version.h has SCM_EFFECTIVE_VERSION; effective-version uses thatAndy Wingo2010-03-164-16/+8
| * Bump GUILE_EFFECTIVE_VERSION to 2.0Andy Wingo2010-03-161-1/+1
| * decouple GUILE_VERSION from GUILE_EFFECTIVE_VERSION.Andy Wingo2010-03-161-1/+1
| * more vm gc fixenAndy Wingo2010-03-161-0/+2
| * configure: Abort when GMP is not found.Ludovic Courtès2010-03-151-3/+6
| * Make sure the whole VM stack is always scanned by the GC.Ludovic Courtès2010-03-152-46/+64
| * doc: Update "Multi-Threading" node.Ludovic Courtès2010-03-141-16/+10
| * doc: Remove obsolete reference to the lack of Unicode support.Ludovic Courtès2010-03-142-20/+20
| * small vm.texi updatesAndy Wingo2010-03-141-39/+40
| * add some vm hook docsAndy Wingo2010-03-141-0/+9
| * (debug) at the repl invokes the vm debuggerAndy Wingo2010-03-142-9/+16