index
:
guile.git
branch_release-1-4
branch_release-1-6
branch_release-1-8
cky-hygienic-macros
compile-to-js-merge
excise-ltdl
historical/wip-1-8-mingw-build
lightening
lightning
lloda-array-cleanup
lloda-array-support
lloda-squash0
lloda-squash1
lua
main
mingw-guile-3.0
nan-boxing
r7rs-wip
stable-2.0
stable-2.2
stable-2.2-wip-exception-truncate
ttn-back-in-the-saddle
use-minigmp
wip-3.2
wip-bpt-elisp
wip-compiler
wip-cuirass-ci
wip-cygwin-guile-2.2
wip-elisp
wip-elisp-rebased
wip-ethreads
wip-exception-truncate
wip-exceptions
wip-finalizers
wip-gnulib-update
wip-inlinable-exports
wip-itimer-checks
wip-lightening-riscv
wip-lloda
wip-load-lang
wip-mingw
wip-mingw-2025
wip-mingw-guile-2.2
wip-modernize-autotools
wip-new-tagging
wip-new-tagging-bis-broken
wip-nj-locks-nc
wip-nj-thread-safety
wip-r7rs
wip-raeburn-misc
wip-replace-ltdl-with-gmodule
wip-retagging
wip-sassy
wip-stime
wip-streams
wip-tailify
wip-threaded-http-server
wip-threads-and-fork
wip-tree-il-sourcev
wip-vector-cleanup
wip-whippet
GNU Guile
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libguile
/
vm-i-system.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-07-16
Merge remote-tracking branch 'origin/stable-2.0'
Mark H Weaver
1
-2
/
+2
2013-06-28
Simplify dynstack API to only wind one fluid at a time
Andy Wingo
1
-4
/
+4
2013-06-28
Remove with-fluids; replaced by with-fluid* and inlined push-fluid primops
Andy Wingo
1
-8
/
+5
2013-06-04
Print the faulty object upon invalid-keyword errors.
Ludovic Courtès
1
-2
/
+2
2013-05-27
cpp hygiene in the vm
Andy Wingo
1
-0
/
+3
2013-05-27
pop-continuation abort-continuation hooks pass return vals directly
Andy Wingo
1
-2
/
+2
2013-05-23
remove CONS macro in VM; use scm_cons instead
Andy Wingo
1
-2
/
+4
2013-01-23
merge stable-2.0
Andy Wingo
1
-1
/
+58
2013-01-14
case-lambda* clauses fail to match if too many positionals
Andy Wingo
1
-1
/
+57
2012-05-23
Merge remote-tracking branch 'origin/stable-2.0'
Andy Wingo
1
-3
/
+1
2012-05-23
deprecate scm_sym2var
Andy Wingo
1
-3
/
+1
2012-05-10
Merge remote-tracking branch 'local-2.0/stable-2.0'
Andy Wingo
1
-101
/
+44
2012-05-10
refactor vm application of non-programs; boot continuation refactor
Andy Wingo
1
-101
/
+44
2012-05-08
Merge remote-tracking branch 'origin/stable-2.0'
Andy Wingo
1
-0
/
+1
2012-05-07
Add a missing SYNC_ALL in variable-ref
Andy Wingo
1
-0
/
+1
2012-05-05
Correct typing of assertion in the `wind' instruction.
Ludovic Courtès
1
-2
/
+4
2012-04-30
Merge remote-tracking branch 'origin/stable-2.0'
Andy Wingo
1
-85
/
+66
2012-04-30
push error handlers out of line in the vm
Andy Wingo
1
-95
/
+68
2012-03-18
make applicable smob calls cheaper, and fix a memory leak
Andy Wingo
1
-7
/
+7
2012-03-18
make applicable smob calls cheaper, and fix a memory leak
Andy Wingo
1
-52
/
+7
2012-03-07
dynstack: pushing a prompt no longer allocates memory
Andy Wingo
1
-59
/
+6
2012-03-05
Merge branch 'bt/elisp'
BT Templeton
1
-54
/
+66
2012-03-03
optimize dynamic-wind when we know winders are thunks
Andy Wingo
1
-11
/
+3
2012-03-03
the dynamic stack is really a stack now, instead of a list
Andy Wingo
1
-29
/
+57
2012-02-03
add `nil?' primitive
BT Templeton
1
-54
/
+66
2012-01-30
Merge remote-tracking branch 'origin/stable-2.0'
Andy Wingo
1
-21
/
+4
2012-01-30
Merge commit '3d51e57cfb0404db568a6adfde2a346d3fd9907e'
Andy Wingo
1
-4
/
+21
2012-01-29
Revert "attempt to clear stale references on VM C stack"
Andy Wingo
1
-94
/
+6
2012-01-29
Revert "Work around instruction reordering on SPARC and HPPA in the VM."
Ludovic Courtès
1
-21
/
+4
2012-01-27
attempt to clear stale references on VM C stack
Andy Wingo
1
-6
/
+94
2012-01-24
Work around instruction reordering on SPARC and HPPA in the VM.
Ludovic Courtès
1
-4
/
+21
2011-12-01
Merge remote-tracking branch 'origin/stable-2.0'
Andy Wingo
1
-0
/
+2
2011-11-23
optional default-value arg to make-fluid
Andy Wingo
1
-0
/
+2
2011-10-24
refactor tc7 and tc16 checks
Andy Wingo
1
-3
/
+3
2011-05-13
more care regarding SCM_PACK and SCM_UNPACK
Andy Wingo
1
-6
/
+6
2011-05-13
scm_is_eq for SCM vals, not == or !=
Andy Wingo
1
-10
/
+4
2011-05-06
avoid tls gets when handling interrupts in the vm
Andy Wingo
1
-4
/
+4
2011-05-05
VM tweaks
Andy Wingo
1
-23
/
+29
2011-03-19
fix new-frame push in call/cc
Andy Wingo
1
-1
/
+1
2011-03-15
fix frame dynamic linkage in the face of partial continuation application
Andy Wingo
1
-13
/
+36
2011-01-27
fix error handling in variable-ref family of instructions
Andy Wingo
1
-5
/
+27
2010-12-07
unbound fluids
Brian Templeton
1
-1
/
+9
2010-12-07
better unbound variable errors in the vm
Andy Wingo
1
-3
/
+3
2010-10-14
Unresolved var errors don't work for top-level vars
Michael Gran
1
-8
/
+10
2010-10-13
fix bug in with-fluids in a non-tail position
Andy Wingo
1
-4
/
+5
2010-10-08
inline symbol? and vector? to opcodes, and a psyntax inlining tweak
Andy Wingo
1
-92
/
+92
2010-09-16
add vm-abort-continuation-hook, vm-restore-continuation-hook
Andy Wingo
1
-4
/
+19
2010-09-16
trim our set of vm hooks
Andy Wingo
1
-16
/
+4
2010-07-28
Use "pointer" instead of "foreign" when dealing with wrapped pointers.
Ludovic Courtès
1
-3
/
+4
2010-07-26
Simplify the (system foreign) API.
Ludovic Courtès
1
-1
/
+1
[next]