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
/
eval.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-04-09
Simple vectors are just vectors
Daniel Llorens
1
-3
/
+3
2019-05-23
Use 'scm_from_utf8_{string,symbol,keyword}' for C string literals.
Mark H Weaver
1
-10
/
+10
2018-08-12
Continuations capture machine code address
Andy Wingo
1
-1
/
+2
2018-06-27
Refactor handling of active VM registers
Andy Wingo
1
-3
/
+3
2018-06-26
Rename scm_i_thread to scm_thread
Andy Wingo
1
-1
/
+1
2018-06-26
Most header files use forward decl for union scm_vm_stack_element
Andy Wingo
1
-0
/
+1
2018-06-25
Give multiple-values objects a tc7
Andy Wingo
1
-6
/
+10
2018-06-25
Eagerly initialize thread VM; remove scm_the_vm
Andy Wingo
1
-10
/
+10
2018-06-21
Use ptrdiff_t instead of scm_t_ptrdiff
Andy Wingo
1
-1
/
+1
2018-06-20
Update license notices in all C files
Andy Wingo
1
-17
/
+17
2018-06-20
Remove (C) from copyright statements
Andy Wingo
1
-1
/
+1
2018-06-20
Make .c copyright headers uniform
Andy Wingo
1
-1
/
+1
2018-06-20
Rationalize include order in C files
Andy Wingo
1
-5
/
+6
2018-06-20
Make libguile header inclusion consistent within libguile c files
Andy Wingo
1
-41
/
+41
2018-06-20
Rename __scm.h to scm.h
Andy Wingo
1
-1
/
+0
2018-06-20
Remove Emacs local variables comments in Guile source
Andy Wingo
1
-7
/
+0
2018-06-20
Remove _scm.h
Andy Wingo
1
-1
/
+0
2018-06-20
Devolve symbols.h from _scm.h
Andy Wingo
1
-0
/
+1
2018-06-20
Devolve variable.h from _scm.h.
Andy Wingo
1
-0
/
+1
2018-06-20
Move subr snarfing macros to gsubr.h.
Andy Wingo
1
-0
/
+1
2018-06-19
Devolve numbers.h from _scm.h.
Andy Wingo
1
-0
/
+1
2018-06-18
Devolve pairs.h
Andy Wingo
1
-0
/
+1
2018-06-18
Devolve boolean.h include.
Andy Wingo
1
-0
/
+1
2018-06-18
Remove includes of validate.h.
Andy Wingo
1
-1
/
+0
2018-06-17
Refactor handling of auxiliary stacks and setjmp/longjmp
Andy Wingo
1
-2
/
+2
2018-06-14
Fix libguile subcomponent headers not to include <libguile.h>
Andy Wingo
1
-6
/
+5
2017-02-28
Better errors for odd-length keyword args
Andy Wingo
1
-19
/
+37
2016-12-12
Add suspendable-continuation?
Andy Wingo
1
-0
/
+3
2016-11-21
Deprecate dynamic roots
Andy Wingo
1
-1
/
+0
2016-04-26
Remove scm_puts_unlocked.
Andy Wingo
1
-1
/
+1
2016-04-26
Remove scm_putc_unlocked.
Andy Wingo
1
-2
/
+2
2015-10-21
Fix boot closure wrong-num-args error
Andy Wingo
1
-1
/
+2
2015-10-21
VM stack grows downward
Andy Wingo
1
-10
/
+8
2015-03-12
Remove unused "nargs" field of memoized call expressions
Andy Wingo
1
-2
/
+2
2014-12-07
Minor evaluator tweaks
Andy Wingo
1
-1
/
+1
2014-12-07
Simplify variable resolution in the evaluator
Andy Wingo
1
-42
/
+18
2014-12-06
Add capture-env to evaluator
Andy Wingo
1
-0
/
+22
2014-12-05
Simplify the interpreter for trivial inits and no letrec
Andy Wingo
1
-50
/
+17
2014-03-22
Out-of-memory situations raise exceptions instead of aborting
Andy Wingo
1
-0
/
+1
2014-02-07
Merge commit '60617d819d77a1b92ed6c557a0b49b8e9a8e97b9'
Andy Wingo
1
-13
/
+20
2014-01-23
Fix thread-unsafe lazy initializations.
Mark H Weaver
1
-12
/
+19
2013-11-21
scm_the_vm now returns raw struct scm_vm pointer
Andy Wingo
1
-2
/
+2
2013-11-21
Prefer scm_call_n to scm_c_vm_run (scm_the_vm())
Andy Wingo
1
-20
/
+16
2013-11-21
scm_i_prompt_pop_abort_args_x takes struct scm_vm* as arg
Andy Wingo
1
-11
/
+13
2013-11-21
The dynamic stack records SP and FP values as offsets
Andy Wingo
1
-8
/
+8
2013-11-21
Change eval.c to use scm_c_vm_run instead of scm_call_with_vm.
Andy Wingo
1
-24
/
+32
2013-10-31
Be smarter about capturing the environment for memoized code
Andy Wingo
1
-21
/
+8
2013-10-27
Memoized expressions are pairs, not SMOBs
Andy Wingo
1
-3
/
+1
2013-10-25
Evaluator uses two-dimensional environment
Andy Wingo
1
-88
/
+148
2013-10-14
Add SCM_F_DYNSTACK_PROMPT_PUSH_NARGS prompt flag
Andy Wingo
1
-1
/
+2
[next]