bpt/guile.git
2010-03-16 Andy Wingoupdate NEWS for 1.9.9
2010-03-16 Andy Wingocull 1.9.8 NEWS items
2010-03-16 Andy Wingoadd a section to the manual on prompts
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 WingoBump GUILE_EFFECTIVE_VERSION to 2.0
2010-03-16 Andy Wingodecouple GUILE_VERSION from GUILE_EFFECTIVE_VERSION.
2010-03-16 Andy Wingomore vm gc fixen
2010-03-15 Ludovic Courtèsconfigure: Abort when GMP is not found.
2010-03-15 Ludovic CourtèsMake sure the whole VM stack is always scanned by the GC.
2010-03-14 Ludovic Courtèsdoc: Update "Multi-Threading" node.
2010-03-14 Ludovic Courtèsdoc: Remove obsolete reference to the lack of Unicode...
2010-03-14 Andy Wingosmall vm.texi updates
2010-03-14 Andy Wingoadd some vm hook docs
2010-03-14 Andy Wingo(debug) at the repl invokes the vm debugger
2010-03-14 Andy WingoUpdate api-debug.texi; there is a ways to go.
2010-03-14 Andy Wingopmatch license clarification clarifications
2010-03-14 Andy Wingoclarify pmatch licensing
2010-03-14 Andy Wingofix critical bug in history.texi
2010-03-14 Andy Wingoupdate "data representation" part of guile internals doc
2010-03-13 Andy Wingonarrowing stacks to prompts; backtrace shows frames...
2010-03-12 Andy Wingoremove repl-vm; repl evaluation does not cause recursiv...
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 Wingoprompt, abort -> call-with-prompt, abort-to-prompt
2010-03-09 Andy Wingo%start-stack in Scheme, in terms of prompts
2010-03-09 Andy Wingofix continuation printing bug
2010-03-07 Ludovic CourtèsDon't export `write-bytecode' from `(language assembly...
2010-03-07 Ludovic CourtèsAdd wide-string compilation test.
2010-03-07 Ludovic CourtèsFix miscompilation of non-ASCII Latin-1 strings.
2010-03-05 Ludovic CourtèsRecycle fluid numbers.
2010-03-05 Ludovic CourtèsAdd new fluid tests.
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 Wingosome with-fluid* -> with-fluids
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-04 Ludovic CourtèsTry to avoid `guile-test' failures when it can't displa...
2010-03-04 Ken RaeburnThe load-module routine tries to interpret relative...
2010-03-03 Ludovic CourtèsWrite the test suite log file in UTF-8.
2010-03-03 Ludovic CourtèsUse `with-latin1-locale' in `regexp.test'.
2010-03-03 Ludovic CourtèsMove Latin-1 locale fiddling to `(test-suite lib)'.
2010-03-03 Ludovic CourtèsFix `with-locale*' in `(test-suite lib)'.
2010-03-03 Andy Wingopsyntax expander tracks changes to current module in...
2010-03-03 Andy Wingouse anonymous mv-bind in compile-glil.scm; fix abort...
2010-03-03 Andy Wingo<glil-mv-bind> can truncate values anonymously
2010-03-03 Andy Wingoadd more tests to control.test
2010-03-03 Ludovic CourtèsFix off-by-one error in the off-by-one fix of `make...
2010-03-02 Ludovic CourtèsAdd test checking whether fluids are GC'd.
2010-03-02 Ludovic CourtèsFix "coding:" cookies in the test suite.
2010-03-02 Ludovic CourtèsFix off-by-one error when initializing vectors in ...
2010-03-02 Ken RaeburnUse libguile/control.x explicitly.
2010-03-02 Julian GrahamChange failing syncase test case to UNRESOLVED.
2010-02-27 Julian Grahamadd (currently failing) test case for changing the...
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 Wingomore substance to control.test
2010-02-24 Andy Wingoeval.scm's handling of with-fluids doesn't leave the VM
2010-02-24 Andy Wingoerror if given an unrewindable partial continuation
2010-02-24 Andy Wingofix embarrassing bug
2010-02-24 Andy Wingostart of tests for (ice-9 control)
2010-02-24 Andy Wingofix symbol initialization in vm.c
2010-02-24 Andy Wingo(ice-9 control) fixes
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-23 Andy Wingoensure non-escape-only prompts have a thunk application...
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-22 Andy Wingoprompt and abort inlining
2010-02-22 Andy Wingofix <prompt> compilation bug
2010-02-19 Andy Wingoprompt as part of guile's primitive language
2010-02-19 Andy Wingofix prompt disassembly bug
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 Wingofluid-ref / fluid-set! compile to dynref/dynset
2010-02-19 Andy Wingoadd <dynref> and <dynset> to tree-il
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-19 Andy Wingore-expand psyntax-pp
2010-02-19 Andy Wingofix tree-il->scheme bug for <dynlet>
2010-02-18 Andy Wingopsyntax support for with-fluids
2010-02-18 Andy Wingoadd tree-il->glil compilation for dynlet
2010-02-18 Andy Wingoadd wind-fluids, unwind-fluids VM ops
2010-02-18 Andy Wingoadd dynlet to tree-il
2010-02-18 Andy Wingoadd with-fluids objects and primitive syntax
next