Move Scheme introduction (Guile-independent) to its own chapter
[bpt/guile.git] / libguile /
2010-04-20 Andy Wingomodule-type defined programmatically
2010-04-19 Andy Wingofilesystem trickery to scm_i_relativize_path in filesys...
2010-04-19 Andy Wingo%file-port-name-canonicalization is a fluid
2010-04-19 Andy Wingoadd %file-port-name-canonicalization option
2010-04-19 Andy Wingoformatting fix
2010-04-17 Andy Wingodeprecate arity access via (procedure-properties proc...
2010-04-17 Andy Wingoadd procedure_minimum_arity
2010-04-17 Andy Wingoremove program-name, program-documentation
2010-04-17 Andy Wingoscm_i_program_properties is internal; just use procedur...
2010-04-17 Andy Wingotweaks to procprop.c
2010-04-17 Andy Wingoprocedure-properties incorporates program-properties
2010-04-10 Neil JerramMerge branch 'master' into wip-manual-2
2010-04-09 Andy Wingochange remaining %nil -> #nil
2010-04-09 Andy Wingoremove libguile/lang.h, deprecate %nil (in favor of...
2010-04-09 Andy Wingoadd read syntax for #nil
2010-04-09 Andy Wingolisp nil always enabled
2010-04-08 Ludovic CourtèsRaise an error when attempting to modify the value...
2010-04-08 Ludovic CourtèsAllocate foreign pointer objects in GC-scanned memory.
2010-04-08 Ludovic CourtèsAvoid obsolescent C declarator with empty parentheses.
2010-04-08 Ludovic CourtèsFix `module-reverse-lookup'.
2010-04-08 Andy Wingosync regs before calling scm_class_of
2010-04-07 Andy Wingoadd docs and tests for array->list
2010-04-06 Andy Wingofinish ffi docs
2010-04-05 Andy Wingomore ffi docs
2010-04-03 Michael Grancopyright dates
2010-04-03 Michael GranUpdate standard character sets to Unicode 5.2
2010-04-03 Michael GranUnicode data parsing script incorrect for char-set...
2010-04-01 Andy Wingodeprecate dynamic-args-call, and update docs some more
2010-04-01 Andy Wingofix vector-ref and vector-set opcodes for weak vectors
2010-03-31 Andy Wingomore fixes to equal? for arrays
2010-03-31 Andy Wingofix bug in ash opcode
2010-03-30 Andy Wingofix equal? between an array and a non-array
2010-03-30 Andy WingoRevert "fix equal? between an array and a non-array"
2010-03-30 Andy Wingofix equal? between an array and a non-array
2010-03-30 Andy Wingocorrectly handle --no-autocompile (fixed broken previou...
2010-03-30 Andy Wingonil is null, whee
2010-03-30 Andy Wingonil is false, whee
2010-03-30 Andy Wingogoing through scm_shell not necessary to get autocompil...
2010-03-29 Andy Wingofix bug in scm_must_free
2010-03-29 Andy Wingoremove out-of-date comment in scm_gc_malloc
2010-03-28 Mark H WeaverRenumber IFLAGSs so the first 8 are reserved for lisp...
2010-03-26 Andy Wingoremove spurious declarations in c-tokenize.lex
2010-03-20 Ludovic CourtèsCosmetic changes in `foreign.c'.
2010-03-20 Ludovic CourtèsFix argument passing to foreign functions.
2010-03-18 Ludovic CourtèsImprove encoding error reporting.
2010-03-17 Ludovic CourtèsAdd `%null-pointer' to `(system foreign)'.
2010-03-16 Ludovic CourtèsChange `dynamic-link' to return a global handle when...
2010-03-16 Ludovic CourtèsProvide `int', `long', `size_t', etc. in `(system forei...
2010-03-16 Ludovic CourtèsFix doc string of `dynamic-pointer'.
2010-03-16 Ludovic CourtèsUse GC-managed pointerless memory in the FFI.
2010-03-16 Andy Wingoparallel installability for libguile*.h
2010-03-16 Andy Wingorename libguile to libguile-@EFFECTIVE_VERSION@, curren...
2010-03-16 Andy Wingoversion.h has SCM_EFFECTIVE_VERSION; effective-version...
2010-03-16 Andy Wingomore vm gc fixen
2010-03-15 Ludovic CourtèsMake sure the whole VM stack is always scanned by the GC.
2010-03-13 Andy Wingonarrowing stacks to prompts; backtrace shows frames...
2010-03-12 Andy Wingoprompt around REPL evaluations, and around `guile'...
2010-03-11 Andy Wingoadd abort to unknown prompt test
2010-03-11 Andy Wingoremove internal treatment of default prompt tag, it...
2010-03-09 Andy Wingo%start-stack in Scheme, in terms of prompts
2010-03-09 Andy Wingofix continuation printing bug
2010-03-05 Ludovic CourtèsRecycle fluid numbers.
2010-03-05 Ludovic CourtèsDon't gratuitously over-engineer things...
2010-03-04 Ludovic CourtèsSlightly optimize the memoizer, bootstrap evaluator...
2010-03-04 Ludovic CourtèsRemove obsolete compile-time option for freelist debugging.
2010-03-04 Andy Wingopartial continuations print as #<partial-continuation...
2010-03-04 Andy Wingotighten up scm_i_dowinds, fixing invalid SCM_CAR (prompt)
2010-03-04 Andy Wingoadd printers for prompts and with-fluids objects
2010-03-03 Ludovic CourtèsFix off-by-one error in the off-by-one fix of `make...
2010-03-02 Ludovic CourtèsFix off-by-one error when initializing vectors in ...
2010-03-02 Ken RaeburnUse libguile/control.x explicitly.
2010-02-26 Andy Wingorewinding prompts works
2010-02-26 Andy Wingocatch, throw, with-throw-handler implemented in Scheme
2010-02-26 Andy Wingodeprecate lazy-catch
2010-02-26 Andy Wingofix a prompt bug
2010-02-25 Andy Wingosimplify handling of nonlocal prompt returns from c
2010-02-24 Andy Wingoerror if given an unrewindable partial continuation
2010-02-24 Andy Wingofix embarrassing bug
2010-02-24 Andy Wingofix symbol initialization in vm.c
2010-02-24 Andy Wingofix escape-only prompts
2010-02-24 Andy Wingoadd %default-prompt-tag, and error (not abort()) on...
2010-02-24 Andy Wingoturn abort() calls in vm.c into exceptions
2010-02-24 Andy Wingorewind the dynamic state when entering a partial contin...
2010-02-24 Andy Wingopartial-cont-call works
2010-02-24 Andy Wingorecord IP in partial continuations
2010-02-22 Andy Wingoactually capture partial continuations
2010-02-22 Andy Wingotweaks to default program printer
2010-02-22 Andy Wingoabort always dispatches to VM bytecode, to detect same...
2010-02-19 Andy Wingoprompt as part of guile's primitive language
2010-02-19 Andy Wingoadd scm_c_abort, wire it up to the abort opcode
2010-02-19 Andy Wingoprompt handlers are always inline
2010-02-19 Andy Wingonew VM operations: fluid-ref, fluid-set
2010-02-19 Andy Wingofluids.h exposes more of its interface, internally...
2010-02-19 Andy Wingovm caches the dynamic state in a local var
2010-02-19 Andy Wingorename <control> to <abort>
2010-02-19 Andy Wingo<prompt> has no pre-unwind-handler, it's unnecessary
2010-02-18 Andy Wingoadd wind-fluids, unwind-fluids VM ops
2010-02-18 Andy Wingoadd with-fluids objects and primitive syntax
2010-02-18 Andy Wingofix unmemoization bug
2010-02-18 Andy Wingoeval.c tweaks
next