Age | Commit message (Expand) | Author | Files | Lines |
2011-11-08 | locking for putc, puts | Andy Wingo | 1 | -7/+7 |
2011-10-24 | add SCM_{PACK,UNPACK}_POINTER | Andy Wingo | 1 | -3/+3 |
2011-08-31 | Merge remote-tracking branch 'origin/stable-2.0' | Andy Wingo | 1 | -4/+5 |
2011-08-18 | fix a couple of leaks | Andy Wingo | 1 | -3/+4 |
2011-05-13 | merge strictness branch from 2.0 | Andy Wingo | 1 | -2/+2 |
2011-05-13 | vm_make_boot_program initializer fix | Andy Wingo | 1 | -2/+2 |
2011-05-07 | bytevectors have internal parent field | Andy Wingo | 1 | -1/+2 |
2011-01-07 | use scm_from_latin1_symboln for string literals and load-symbol | Andy Wingo | 1 | -6/+6 |
2010-11-19 | fix a number of assumptions that a pointer could fit into a long | Andy Wingo | 1 | -3/+3 |
2010-10-13 | Optimize `1+' and `1-' on fixnums. | Ludovic Courtès | 1 | -0/+1 |
2010-10-01 | c stack overflow checked for, once more | Andy Wingo | 1 | -0/+1 |
2010-09-28 | default to regular vm for noninteractive use | Andy Wingo | 1 | -13/+1 |
2010-09-27 | add call-with-vm; remove thread-vm bits; remove vm-apply; engines settable. | Andy Wingo | 1 | -78/+177 |
2010-09-27 | Fix argument passing in VM hooks. | Ludovic Courtès | 1 | -4/+9 |
2010-09-25 | remove vm-version, vm options | Andy Wingo | 1 | -32/+0 |
2010-09-24 | Add `thread-vm' and `set-thread-vm!'. | Ludovic Courtès | 1 | -7/+42 |
2010-09-17 | vm hooks run without hooks | Andy Wingo | 1 | -2/+4 |
2010-09-16 | add vm-abort-continuation-hook, vm-restore-continuation-hook | Andy Wingo | 1 | -0/+18 |
2010-09-16 | trim our set of vm hooks | Andy Wingo | 1 | -48/+12 |
2010-06-01 | Fix unaligned accesses by the bytevector instructions. | Ludovic Courtès | 1 | -0/+1 |
2010-05-28 | Add `scm_t_aligned_cell' internal type. | Ludovic Courtès | 1 | -5/+1 |
2010-05-26 | Raise an exception upon VM stack overflows (fixes bug #29574). | Ludovic Courtès | 1 | -3/+6 |
2010-05-07 | Attempt to guarantee 8-byte alignment of on-stack frame objects. | Ludovic Courtès | 1 | -3/+7 |
2010-05-07 | Allocate frame objects on the stack when invoking VM hooks. | Ludovic Courtès | 1 | -4/+24 |
2010-05-07 | When printing a VM, show the type of engine being used. | Ludovic Courtès | 1 | -0/+17 |
2010-04-09 | remove libguile/lang.h, deprecate %nil (in favor of #nil) | Andy Wingo | 1 | -1/+0 |
2010-03-16 | rename libguile to libguile-@EFFECTIVE_VERSION@, currently libguile-2.0 | Andy Wingo | 1 | -1/+2 |
2010-03-09 | %start-stack in Scheme, in terms of prompts | Andy Wingo | 1 | -6/+0 |
2010-02-26 | rewinding prompts works | Andy Wingo | 1 | -5/+21 |
2010-02-25 | fix embarrassing bug | Andy Wingo | 1 | -4/+4 |
2010-02-24 | fix symbol initialization in vm.c | Andy Wingo | 1 | -4/+8 |
2010-02-24 | turn abort() calls in vm.c into exceptions | Andy Wingo | 1 | -10/+12 |
2010-02-24 | rewind the dynamic state when entering a partial continuation | Andy Wingo | 1 | -1/+10 |
2010-02-24 | partial-cont-call works | Andy Wingo | 1 | -3/+47 |
2010-02-22 | actually capture partial continuations | Andy Wingo | 1 | -7/+15 |
2010-02-22 | abort always dispatches to VM bytecode, to detect same-invocation aborts | Andy Wingo | 1 | -3/+14 |
2010-02-19 | add scm_c_abort, wire it up to the abort opcode | Andy Wingo | 1 | -9/+12 |
2010-02-19 | rename <control> to <abort> | Andy Wingo | 1 | -2/+2 |
2010-02-08 | continuations return multiple values on the stack | Andy Wingo | 1 | -37/+70 |
2010-02-08 | scm_i_make_continuation takes vm and vm_cont args explicitly | Andy Wingo | 1 | -6/+4 |
2010-02-08 | connect a few more wires to promptenstein | Andy Wingo | 1 | -8/+1 |
2010-01-31 | initial VM support for delimited continuations and dynamic-wind | Andy Wingo | 1 | -0/+21 |
2010-01-14 | vm.c uses scm_c_take_bytevector instead of scm_take_u8vector | Andy Wingo | 1 | -2/+2 |
2010-01-09 | Add cast in `make_vm' to silence compiler warning. | Thien-Thi Nguyen | 1 | -2/+2 |
2010-01-09 | smobs are applied with vm trampoline procedures | Andy Wingo | 1 | -33/+0 |
2010-01-07 | remove scm_tc7_gsubr | Andy Wingo | 1 | -2/+0 |
2010-01-07 | tc7 tags for vm-related data | Andy Wingo | 1 | -16/+21 |
2010-01-07 | properly integrate vm bootstrapping into init.c | Andy Wingo | 1 | -20/+1 |
2009-12-23 | keyword arg errors throw to 'keyword-argument-error | Andy Wingo | 1 | -7/+4 |
2009-12-21 | rework vm tracing | Andy Wingo | 1 | -21/+30 |