bpt/guile.git
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.
2010-02-16 Ludovic Courtèsi18n: Define `nl_item' when it's not available (needed...
2010-02-16 Ludovic CourtèsSkip "wrong service name" `getaddrinfo' test on Darwin...
2010-02-16 Michael GranFaster read of semicolon comments
2010-02-15 Ludovic CourtèsFix builds of `i18n.c' on non-GNU systems.
2010-02-15 Ludovic CourtèsAdd `getaddrinfo' test.
2010-02-15 Ludovic CourtèsUse `#f' for `addrinfo:canonname' when it wasn't suppli...
2010-02-15 Ludovic CourtèsFix `getaddrinfo' tests.
2010-02-14 Ludovic CourtèsMake the `getaddrinfo' "no name" test more robust.
2010-02-14 Ludovic CourtèsAdd missing Gnulib files; update `.gitignore'.
2010-02-14 Ludovic CourtèsAdd `getaddrinfo' and related procedures.
2010-02-14 Ludovic CourtèsUse Gnulib's `getaddrinfo' module.
2010-02-13 Thien-Thi NguyenDocument trailing whitespace policy.
2010-02-13 Ludovic CourtèsDocument the maximum number of arguments for a subr.
2010-02-13 Ludovic CourtèsReinstate `scm_protects', for backward compatibility.
2010-02-09 Ludovic CourtèsFix documentation of the `string->utf' and `utf->string...
2010-02-09 Ludovic CourtèsUse the R6RS I/O API in `write-bytecode'.
2010-02-09 Ludovic CourtèsChange `write-bytecode' to accept a bytevector.
2010-02-09 Ludovic Courtèsvlist: Slightly improve readability and consistency.
2010-02-08 Andy Wingocontinuations return multiple values on the stack
2010-02-08 Andy Wingoscm_i_make_continuation takes vm and vm_cont args expli...
2010-02-08 Andy Wingomake scm_make_continuation internal
next