Fix bytevector-fill! to accept fill arguments greater than 127.
[bpt/guile.git] / libguile / control.c
2012-02-03 Andy Wingofix compilation of control.c, continuations.c when...
2011-07-28 Andy Wingofix list validation bug in @abort
2011-05-13 Andy Wingomore care regarding SCM_PACK and SCM_UNPACK
2011-03-29 Andy Wingofix prompt and abort with the boot evaluator
2011-01-27 Andy Wingoobjcode type is an enumeration, not flags
2010-11-19 Ludovic CourtèsInclude <alloca.h> wherever `alloca' is used.
2010-09-26 Ludovic CourtèsHave `@abort' honor VM changes by winds.
2010-07-17 Andy Wingouse scm_malloc_pointerless to alloc aligned blocks...
2010-05-30 Ludovic CourtèsFix parenthesizing of the `ROUND_UP' macro; factorize.
2010-04-10 Neil JerramMerge branch 'master' into wip-manual-2
2010-03-11 Andy Wingoadd abort to unknown prompt test
2010-03-11 Andy Wingoremove internal treatment of default prompt tag, it...
2010-03-04 Andy Wingopartial continuations print as #<partial-continuation...
2010-03-04 Andy Wingoadd printers for prompts and with-fluids objects
2010-03-02 Ken RaeburnUse libguile/control.x explicitly.
2010-02-26 Andy Wingorewinding prompts works
2010-02-26 Andy Wingofix a prompt bug
2010-02-25 Andy Wingosimplify handling of nonlocal prompt returns from 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 Wingorewind the dynamic state when entering a partial contin...
2010-02-24 Andy Wingorecord IP in partial continuations
2010-02-22 Andy Wingoactually capture partial continuations
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 Wingo<prompt> has no pre-unwind-handler, it's unnecessary
2010-02-08 Andy Wingoconnect a few more wires to promptenstein
2010-01-31 Andy Wingoadd @control and @prompt stub primitives