bpt/guile.git
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
2010-02-08 Andy Wingoeval.c uses scm_i_call_with_current_continuation
2010-02-08 Andy Wingocontinuations are vm procedures
2010-02-08 Andy Wingopush a prompt handler value even in the inline-handler...
2010-02-08 Andy Wingoconnect a few more wires to promptenstein
2010-02-03 Michael GranOptimize reader by preferring stack-allocated buffers
2010-02-02 Ludovic CourtèsUse vhashes in `unused-variable-analysis'.
2010-02-02 Ludovic CourtèsUse vhashes in `arity-analysis'.
2010-02-02 Ludovic CourtèsUse vhashes in `unbound-variable-analysis'.
2010-02-02 Ludovic CourtèsUse vhashes in `unused-toplevel-analysis'.
2010-02-02 Ludovic CourtèsAdd `(ice-9 vlist)'.
2010-01-31 Ludovic CourtèsInline SRFI-9 constructors too.
2010-01-31 Ludovic CourtèsSRFI-9: Fix `define-inlinable'.
2010-01-31 Andy Wingoadd (ice-9 control)
2010-01-31 Andy Wingoadd @control and @prompt stub primitives
2010-01-31 Andy WingoGLIL and assembly support for prompt compilation
2010-01-31 Andy Wingotree-il -> glil compilation of prompt, dynamic-wind...
2010-01-31 Andy Wingoadd return/nvalues
2010-01-31 Andy WingoGLIL support for <prompt>
2010-01-31 Andy Wingotree-il analyzer and inliner handle <prompt>
2010-01-31 Andy Wingodynamic-wind compilation to VM ops
2010-01-31 Andy Wingonew tree-il for prompt, control, and dynamic-wind
2010-01-31 Andy Wingoinitial VM support for delimited continuations and...
2010-01-27 Andy Wingoadd a test for ffi and pointers
2010-01-27 Andy Wingoadd simple foreign finalization, and pointer support
2010-01-27 Andy Wingostatprof bugfixes
2010-01-27 Andy Wingoinline calls to variable-bound?
2010-01-27 Andy Wingofix to variable-bound? instruction prototype
2010-01-27 Andy Wingoremove incremental NEWS entries in preparation for...
2010-01-26 Andy Wingoadd a test for foreign functions taking struct args
2010-01-26 Andy Wingoturn asserts into exceptions in foreign.c
2010-01-26 Andy Wingoadd make-c-struct, parse-c-struct
2010-01-26 Andy Wingoadd `alignof' and `sizeof' Scheme functions
2010-01-26 Andy Wingoadd ffi tests
2010-01-26 Andy Wingoimplement foreign-call
2010-01-26 Andy Wingofirst pass at implementing low-level foreign functions
2010-01-26 Andy Wingorenumber VM opcodes
2010-01-26 Andy Wingobyte access to foreigns via bytevectors
2010-01-26 Andy Wingomove foreign function interface to its own module
2010-01-26 Andy Wingoforeign.h presents a more pointer-centric interface
2010-01-26 Andy Wingoadd libffi dependency
next