index
:
software/guile
wip-elisp
Unnamed repository; edit this file 'description' to name the repository.
Fcgiwrap Daemon
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libguile
/
control.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
VM continuations store FP/SP by offset
...
Andy Wingo
2017-02-12
1
-0
/
+2
*
Add suspendable-continuation?
...
Andy Wingo
2016-12-12
1
-0
/
+25
*
Rename union scm_vm_stack_element members
...
Andy Wingo
2015-10-21
1
-3
/
+3
*
VM stack grows downward
...
Andy Wingo
2015-10-21
1
-32
/
+29
*
scm_the_vm now returns raw struct scm_vm pointer
...
Andy Wingo
2013-11-21
1
-1
/
+1
*
scm_i_prompt_pop_abort_args_x takes struct scm_vm* as arg
...
Andy Wingo
2013-11-21
1
-4
/
+4
*
Remove last use of SCM vm in VM
...
Andy Wingo
2013-11-21
1
-21
/
+17
*
The dynamic stack records SP and FP values as offsets
...
Andy Wingo
2013-11-21
1
-1
/
+6
*
Change SCM_PACK_RTL macros to SCM_PACK_OP / SCM_PACK_OP_ARG
...
Andy Wingo
2013-11-19
1
-1
/
+1
*
scm_rtl_op_* -> scm_op_*
...
Andy Wingo
2013-11-19
1
-1
/
+1
*
Remove RTL_ infix from macros
...
Andy Wingo
2013-11-19
1
-1
/
+1
*
Rename scm_tc7_rtl_program to scm_tc7_program
...
Andy Wingo
2013-11-19
1
-1
/
+1
*
All instruction pointers are now scm_t_uint32*
...
Andy Wingo
2013-11-19
1
-2
/
+4
*
Frame pointer points to local 0 instead of local 1
...
Andy Wingo
2013-11-17
1
-1
/
+1
*
Remove MVRA accessors in libguile
...
Andy Wingo
2013-11-15
1
-3
/
+1
*
Walk the stack to determine extent of partial continuation
...
Andy Wingo
2013-10-27
1
-6
/
+13
*
Partial continuations are RTL stubs
...
Andy Wingo
2013-10-27
1
-67
/
+18
*
Add SCM_F_DYNSTACK_PROMPT_PUSH_NARGS prompt flag
...
Andy Wingo
2013-10-14
1
-1
/
+2
*
abort-to-prompt* instead of @abort
...
Andy Wingo
2013-06-25
1
-4
/
+6
*
dynstack: pushing a prompt no longer allocates memory
...
Andy Wingo
2012-03-07
1
-29
/
+25
*
the dynamic stack is really a stack now, instead of a list
...
Andy Wingo
2012-03-03
1
-71
/
+48
*
Merge remote-tracking branch 'origin/stable-2.0'
...
Andy Wingo
2012-02-08
1
-18
/
+17
|
\
|
*
fix compilation of control.c, continuations.c when SCM_ALIGNED is not defined
...
Andy Wingo
2012-02-04
1
-18
/
+17
*
|
locking for putc, puts
...
Andy Wingo
2011-11-08
1
-2
/
+2
|
/
*
fix list validation bug in @abort
...
Andy Wingo
2011-07-28
1
-1
/
+2
*
more care regarding SCM_PACK and SCM_UNPACK
...
Andy Wingo
2011-05-13
1
-1
/
+1
*
fix prompt and abort with the boot evaluator
...
Andy Wingo
2011-03-29
1
-4
/
+4
*
objcode type is an enumeration, not flags
...
Andy Wingo
2011-01-27
1
-2
/
+2
*
Include <alloca.h> wherever `alloca' is used.
...
Ludovic Courtès
2010-11-19
1
-0
/
+2
*
Have `@abort' honor VM changes by winds.
...
Ludovic Courtès
2010-09-27
1
-1
/
+5
*
use scm_malloc_pointerless to alloc aligned blocks in fallback
...
Andy Wingo
2010-07-17
1
-5
/
+4
*
Fix parenthesizing of the `ROUND_UP' macro; factorize.
...
Ludovic Courtès
2010-05-30
1
-1
/
+0
*
add abort to unknown prompt test
...
Andy Wingo
2010-03-11
1
-1
/
+1
*
remove internal treatment of default prompt tag, it seems there was no need
...
Andy Wingo
2010-03-11
1
-17
/
+2
*
partial continuations print as #<partial-continuation ...>
...
Andy Wingo
2010-03-04
1
-1
/
+1
*
add printers for prompts and with-fluids objects
...
Andy Wingo
2010-03-04
1
-0
/
+8
*
Use libguile/control.x explicitly.
Ken Raeburn
2010-03-02
1
-1
/
+1
*
rewinding prompts works
...
Andy Wingo
2010-02-26
1
-8
/
+4
*
fix a prompt bug
...
Andy Wingo
2010-02-26
1
-6
/
+6
*
simplify handling of nonlocal prompt returns from c
...
Andy Wingo
2010-02-25
1
-0
/
+20
*
fix escape-only prompts
...
Andy Wingo
2010-02-24
1
-1
/
+1
*
add %default-prompt-tag, and error (not abort()) on an abort to bad tag
...
Andy Wingo
2010-02-24
1
-4
/
+15
*
rewind the dynamic state when entering a partial continuation
...
Andy Wingo
2010-02-24
1
-5
/
+4
*
record IP in partial continuations
...
Andy Wingo
2010-02-24
1
-3
/
+12
*
actually capture partial continuations
...
Andy Wingo
2010-02-22
1
-4
/
+113
*
abort always dispatches to VM bytecode, to detect same-invocation aborts
...
Andy Wingo
2010-02-22
1
-20
/
+10
*
prompt as part of guile's primitive language
...
Andy Wingo
2010-02-19
1
-36
/
+34
*
add scm_c_abort, wire it up to the abort opcode
...
Andy Wingo
2010-02-19
1
-0
/
+58
*
prompt handlers are always inline
...
Andy Wingo
2010-02-19
1
-4
/
+1
*
<prompt> has no pre-unwind-handler, it's unnecessary
...
Andy Wingo
2010-02-19
1
-5
/
+4
[next]