| Commit message (Expand) | Author | Age | Files | Lines |
* | change remaining %nil -> #nil | Andy Wingo | 2010-04-09 | 2 | -6/+8 |
* | remove libguile/lang.h, deprecate %nil (in favor of #nil) | Andy Wingo | 2010-04-09 | 25 | -131/+17 |
* | add read syntax for #nil | Andy Wingo | 2010-04-09 | 2 | -1/+17 |
* | lisp nil always enabled | Andy Wingo | 2010-04-09 | 9 | -56/+8 |
* | Raise an error when attempting to modify the value of `%null-pointer'. | Ludovic Courtès | 2010-04-09 | 1 | -1/+17 |
* | Allocate foreign pointer objects in GC-scanned memory. | Ludovic Courtès | 2010-04-09 | 1 | -5/+1 |
* | Avoid obsolescent C declarator with empty parentheses. | Ludovic Courtès | 2010-04-09 | 1 | -2/+2 |
* | Fix `module-reverse-lookup'. | Ludovic Courtès | 2010-04-09 | 1 | -12/+15 |
* | sync regs before calling scm_class_of | Andy Wingo | 2010-04-08 | 1 | -1/+4 |
* | add docs and tests for array->list | Andy Wingo | 2010-04-07 | 1 | -2/+8 |
* | finish ffi docs | Andy Wingo | 2010-04-06 | 1 | -4/+16 |
* | more ffi docs | Andy Wingo | 2010-04-06 | 1 | -1/+7 |
* | copyright dates | Michael Gran | 2010-04-03 | 1 | -4/+4 |
* | Update standard character sets to Unicode 5.2 | Michael Gran | 2010-04-02 | 1 | -217/+705 |
* | Unicode data parsing script incorrect for char-set:ascii | Michael Gran | 2010-04-02 | 1 | -2/+3 |
* | deprecate dynamic-args-call, and update docs some more | Andy Wingo | 2010-04-02 | 4 | -36/+43 |
* | fix vector-ref and vector-set opcodes for weak vectors | Andy Wingo | 2010-04-01 | 2 | -2/+3 |
* | more fixes to equal? for arrays | Andy Wingo | 2010-04-01 | 6 | -120/+57 |
* | fix bug in ash opcode | Andy Wingo | 2010-03-31 | 1 | -3/+16 |
* | fix equal? between an array and a non-array | Andy Wingo | 2010-03-31 | 1 | -7/+15 |
* | Revert "fix equal? between an array and a non-array" | Andy Wingo | 2010-03-30 | 1 | -1/+1 |
* | fix equal? between an array and a non-array | Andy Wingo | 2010-03-30 | 1 | -1/+1 |
* | correctly handle --no-autocompile (fixed broken previous patch) | Andy Wingo | 2010-03-30 | 4 | -24/+19 |
* | nil is null, whee | Andy Wingo | 2010-03-30 | 3 | -8/+8 |
* | nil is false, whee | Andy Wingo | 2010-03-30 | 3 | -14/+14 |
* | going through scm_shell not necessary to get autocompilation | Andy Wingo | 2010-03-30 | 2 | -8/+10 |
* | fix bug in scm_must_free | Andy Wingo | 2010-03-29 | 1 | -11/+5 |
* | remove out-of-date comment in scm_gc_malloc | Andy Wingo | 2010-03-29 | 1 | -12/+1 |
* | Renumber IFLAGSs so the first 8 are reserved for lisp booleans. | Mark H Weaver | 2010-03-28 | 4 | -9/+13 |
* | remove spurious declarations in c-tokenize.lex | Andy Wingo | 2010-03-26 | 1 | -14/+0 |
* | Cosmetic changes in `foreign.c'. | Ludovic Courtès | 2010-03-20 | 2 | -43/+45 |
* | Fix argument passing to foreign functions. | Ludovic Courtès | 2010-03-20 | 1 | -5/+17 |
* | Improve encoding error reporting. | Ludovic Courtès | 2010-03-18 | 1 | -23/+34 |
* | Add `%null-pointer' to `(system foreign)'. | Ludovic Courtès | 2010-03-18 | 1 | -1/+14 |
* | Change `dynamic-link' to return a global handle when the argument is omitted. | Ludovic Courtès | 2010-03-17 | 1 | -7/+29 |
* | Provide `int', `long', `size_t', etc. in `(system foreign)'. | Ludovic Courtès | 2010-03-17 | 1 | -0/+55 |
* | Fix doc string of `dynamic-pointer'. | Ludovic Courtès | 2010-03-17 | 1 | -16/+18 |
* | Use GC-managed pointerless memory in the FFI. | Ludovic Courtès | 2010-03-17 | 1 | -6/+8 |
* | parallel installability for libguile*.h | Andy Wingo | 2010-03-16 | 1 | -1/+1 |
* | rename libguile to libguile-@EFFECTIVE_VERSION@, currently libguile-2.0 | Andy Wingo | 2010-03-16 | 8 | -16/+23 |
* | version.h has SCM_EFFECTIVE_VERSION; effective-version uses that | Andy Wingo | 2010-03-16 | 3 | -11/+6 |
* | more vm gc fixen | Andy Wingo | 2010-03-16 | 1 | -0/+2 |
* | Make sure the whole VM stack is always scanned by the GC. | Ludovic Courtès | 2010-03-15 | 2 | -46/+64 |
* | narrowing stacks to prompts; backtrace shows frames from start-stack | Andy Wingo | 2010-03-13 | 1 | -67/+110 |
* | prompt around REPL evaluations, and around `guile' program invocation | Andy Wingo | 2010-03-12 | 1 | -1/+8 |
* | add abort to unknown prompt test | Andy Wingo | 2010-03-11 | 1 | -1/+1 |
* | remove internal treatment of default prompt tag, it seems there was no need | Andy Wingo | 2010-03-11 | 3 | -22/+7 |
* | %start-stack in Scheme, in terms of prompts | Andy Wingo | 2010-03-09 | 4 | -18/+1 |
* | fix continuation printing bug | Andy Wingo | 2010-03-09 | 1 | -1/+1 |
* | Recycle fluid numbers. | Ludovic Courtès | 2010-03-05 | 1 | -90/+58 |