Don't export `write-bytecode' from `(language assembly compile-bytecode)'.
[bpt/guile.git] / libguile /
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
2010-02-18 Andy Wingofix comment in continuations.c
2010-02-18 Andy Wingomemoize (begin foo) to foo
2010-02-18 Andy Wingodynwind is now a part of guile's primitive language
2010-02-17 Ludovic CourtèsUpdate to Gnulib v0.0-3448-g6078aa4 for its <netdb...
2010-02-17 Ludovic Courtèsgetaddrinfo: Define macros lacking in NetBSD 5.0.
2010-02-16 Ludovic CourtèsInclude <libguile/__scm.h> in "foreign.h".
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 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èsUse `#f' for `addrinfo:canonname' when it wasn't suppli...
2010-02-14 Ludovic CourtèsAdd `getaddrinfo' and related procedures.
2010-02-14 Ludovic CourtèsUse Gnulib's `getaddrinfo' module.
2010-02-13 Ludovic CourtèsReinstate `scm_protects', for backward compatibility.
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 Wingoconnect a few more wires to promptenstein
2010-02-03 Michael GranOptimize reader by preferring stack-allocated buffers
2010-01-31 Andy Wingoadd @control and @prompt stub primitives
2010-01-31 Andy Wingoadd return/nvalues
2010-01-31 Andy Wingoinitial VM support for delimited continuations and...
2010-01-27 Andy Wingoadd simple foreign finalization, and pointer support
2010-01-27 Andy Wingofix to variable-bound? instruction prototype
2010-01-26 Andy Wingoturn asserts into exceptions in foreign.c
2010-01-26 Andy Wingoadd `alignof' and `sizeof' Scheme functions
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
2010-01-25 Ludovic CourtèsRecognize structs with both "pr" and "pw" flags as...
2010-01-25 Ludovic CourtèsAdd ASCII art representing the basic struct layout.
2010-01-25 Ludovic CourtèsReinstate 2-word displacement for structs.
2010-01-23 Michael GranR6RS string escapes broken on string output
2010-01-23 Ludovic CourtèsAdd `struct-ref' and `struct-set' VM opcodes.
2010-01-23 Ludovic CourtèsSlightly improve comments and style in `struct.c'.
2010-01-23 Ludovic CourtèsClarify GC-registered displacements for structs.
2010-01-23 Ludovic CourtèsOptimize struct initialization and accessors for the...
2010-01-20 Ludovic CourtèsFix `uniform-vector-read!' and `uniform-vector-write'.
2010-01-19 Ludovic CourtèsReinstate `scm_is_bool ()' as a function.
2010-01-18 Ludovic CourtèsFix use of utimensat(2).
2010-01-17 Michael Granreader options macros incorrect when SCM_ENABLE_ELISP...
2010-01-17 Andy Wingonanosecond timestamp support in stat and utime
2010-01-15 Andy Wingofix (class-of #u32())
2010-01-15 Andy Wingoadd reader option for parsing [] as ().
2010-01-14 Andy Wingovm.c uses scm_c_take_bytevector instead of scm_take_u8v...
2010-01-13 Andy WingoRETURN_HOOK communicates the number of returned values
2010-01-13 Andy Wingoremove unused var in read.c
2010-01-13 Michael GranDisable \u and \U escapes when r6rs-hex-escapes enabled
2010-01-13 Michael GranReader option for R6RS hex escapes
2010-01-12 Andy Wingohopefully fix shared c32 / c64 uniform arrays
2010-01-11 Andy Wingomake-array bugfix
2010-01-11 Andy Wingofix srfi-4 shared vector access from c
2010-01-11 Andy Wingoallow compilation of #@2(1 2 3)
2010-01-11 Michael GranRefactor repeated code in scm_read_string
2010-01-10 Michael GranAdd R6RS backspace string escape
next