bpt/guile.git
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
2010-02-18 Andy Wingoadd fluid tests
2010-02-18 Andy Wingorename <dynamic-wind> to <dynwind>
2010-02-18 Andy Wingofix unmemoization bug
2010-02-18 Andy Wingoeval.c tweaks
2010-02-18 Andy Wingofix comment in continuations.c
2010-02-18 Andy Wingomemoize (begin foo) to foo
2010-02-18 Andy Wingoreorder eval clauses
2010-02-18 Andy Wingodynwind is now a part of guile's primitive language
2010-02-17 Ludovic CourtèsBump version number for 1.9.8.
2010-02-17 Ludovic CourtèsUpdate to Gnulib v0.0-3448-g6078aa4 for its <netdb...
2010-02-17 Andy Wingoslight NEWS tweaks
2010-02-17 Ludovic Courtèsgetaddrinfo: Define macros lacking in NetBSD 5.0.
2010-02-16 Ludovic CourtèsUpdate `NEWS'.
2010-02-16 Ludovic CourtèsMention libffi dependency in `README'.
2010-02-16 Ludovic CourtèsInclude <libguile/__scm.h> in "foreign.h".
2010-02-16 Ludovic CourtèsRemove misplaced tabs from the manual.
2010-02-16 Andy Wingoa start at NEWS
2010-02-16 Andy Wingodelete the tutorial
2010-02-16 Andy Wingofix a bug in the tutorial
2010-02-16 Andy Wingo`load' doesn't cause the compiler to be loaded in some...
2010-02-16 Ludovic CourtèsAdd missing $(LTLIBINTL), suggested by Gnulib.
next