summaryrefslogtreecommitdiff
path: root/libguile
Commit message (Expand)AuthorAgeFilesLines
* change remaining %nil -> #nilAndy Wingo2010-04-092-6/+8
* remove libguile/lang.h, deprecate %nil (in favor of #nil)Andy Wingo2010-04-0925-131/+17
* add read syntax for #nilAndy Wingo2010-04-092-1/+17
* lisp nil always enabledAndy Wingo2010-04-099-56/+8
* Raise an error when attempting to modify the value of `%null-pointer'.Ludovic Courtès2010-04-091-1/+17
* Allocate foreign pointer objects in GC-scanned memory.Ludovic Courtès2010-04-091-5/+1
* Avoid obsolescent C declarator with empty parentheses.Ludovic Courtès2010-04-091-2/+2
* Fix `module-reverse-lookup'.Ludovic Courtès2010-04-091-12/+15
* sync regs before calling scm_class_ofAndy Wingo2010-04-081-1/+4
* add docs and tests for array->listAndy Wingo2010-04-071-2/+8
* finish ffi docsAndy Wingo2010-04-061-4/+16
* more ffi docsAndy Wingo2010-04-061-1/+7
* copyright datesMichael Gran2010-04-031-4/+4
* Update standard character sets to Unicode 5.2Michael Gran2010-04-021-217/+705
* Unicode data parsing script incorrect for char-set:asciiMichael Gran2010-04-021-2/+3
* deprecate dynamic-args-call, and update docs some moreAndy Wingo2010-04-024-36/+43
* fix vector-ref and vector-set opcodes for weak vectorsAndy Wingo2010-04-012-2/+3
* more fixes to equal? for arraysAndy Wingo2010-04-016-120/+57
* fix bug in ash opcodeAndy Wingo2010-03-311-3/+16
* fix equal? between an array and a non-arrayAndy Wingo2010-03-311-7/+15
* Revert "fix equal? between an array and a non-array"Andy Wingo2010-03-301-1/+1
* fix equal? between an array and a non-arrayAndy Wingo2010-03-301-1/+1
* 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
* Renumber IFLAGSs so the first 8 are reserved for lisp booleans.Mark H Weaver2010-03-284-9/+13
* remove spurious declarations in c-tokenize.lexAndy Wingo2010-03-261-14/+0
* 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
* Improve encoding error reporting.Ludovic Courtès2010-03-181-23/+34
* Add `%null-pointer' to `(system foreign)'.Ludovic Courtès2010-03-181-1/+14
* Change `dynamic-link' to return a global handle when the argument is omitted.Ludovic Courtès2010-03-171-7/+29
* Provide `int', `long', `size_t', etc. in `(system foreign)'.Ludovic Courtès2010-03-171-0/+55
* 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
* parallel installability for libguile*.hAndy Wingo2010-03-161-1/+1
* rename libguile to libguile-@EFFECTIVE_VERSION@, currently libguile-2.0Andy Wingo2010-03-168-16/+23
* version.h has SCM_EFFECTIVE_VERSION; effective-version uses thatAndy Wingo2010-03-163-11/+6
* more vm gc fixenAndy Wingo2010-03-161-0/+2
* Make sure the whole VM stack is always scanned by the GC.Ludovic Courtès2010-03-152-46/+64
* narrowing stacks to prompts; backtrace shows frames from start-stackAndy Wingo2010-03-131-67/+110
* prompt around REPL evaluations, and around `guile' program invocationAndy Wingo2010-03-121-1/+8
* add abort to unknown prompt testAndy Wingo2010-03-111-1/+1
* remove internal treatment of default prompt tag, it seems there was no needAndy Wingo2010-03-113-22/+7
* %start-stack in Scheme, in terms of promptsAndy Wingo2010-03-094-18/+1
* fix continuation printing bugAndy Wingo2010-03-091-1/+1
* Recycle fluid numbers.Ludovic Courtès2010-03-051-90/+58