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
2010-04-09
remove libguile/lang.h, deprecate %nil (in favor of #nil)
Andy Wingo
1
-1
/
+0
2010-03-05
Don't gratuitously over-engineer things...
Ludovic Courtès
1
-10
/
+2
2010-03-05
Slightly optimize the memoizer, bootstrap evaluator, and `(ice-9 eval)'.
Ludovic Courtès
1
-19
/
+21
2010-02-26
rewinding prompts works
Andy Wingo
1
-1
/
+1
2010-02-26
fix a prompt bug
Andy Wingo
1
-2
/
+5
2010-02-25
simplify handling of nonlocal prompt returns from c
Andy Wingo
1
-13
/
+2
2010-02-22
abort always dispatches to VM bytecode, to detect same-invocation aborts
Andy Wingo
1
-1
/
+1
2010-02-19
prompt as part of guile's primitive language
Andy Wingo
1
-0
/
+33
2010-02-18
add with-fluids objects and primitive syntax
Andy Wingo
1
-0
/
+22
2010-02-18
eval.c tweaks
Andy Wingo
1
-2
/
+2
2010-02-18
dynwind is now a part of guile's primitive language
Andy Wingo
1
-0
/
+14
2010-02-08
make scm_make_continuation internal
Andy Wingo
1
-1
/
+1
2010-02-08
eval.c uses scm_i_call_with_current_continuation
Andy Wingo
1
-13
/
+1
2009-12-21
add scm_call_n, scm_c_run_hookn
Andy Wingo
1
-0
/
+6
2009-12-15
Remove unneeded #include <assert.h>.
Ludovic Courtès
1
-1
/
+0
2009-12-13
primitive-eval passes first N args on stack directly, not via apply
Andy Wingo
1
-2
/
+3
2009-12-05
decruftify scm_sys_protects
Andy Wingo
1
-2
/
+0
2009-12-05
remove a bunch of needless scm_permanent_object calls
Andy Wingo
1
-1
/
+0
2009-12-04
eval.c closures are now applicable smobs, not tc3s
Andy Wingo
1
-59
/
+69
2009-12-03
speed up scm_call_N for non-programs
Andy Wingo
1
-30
/
+8
2009-12-03
all subrs are gsubrs
Andy Wingo
1
-1
/
+1
2009-12-03
really boot primitive-eval from scheme.
Andy Wingo
1
-6
/
+17
2009-12-01
apply goes to the vm, not the interpreter
Andy Wingo
1
-153
/
+4
2009-12-01
first step to make the vm stop calling the interpreter
Andy Wingo
1
-0
/
+35
2009-12-01
add memoized expression accessors to scheme
Andy Wingo
1
-36
/
+11
2009-12-01
promises are in their own file now
Andy Wingo
1
-71
/
+0
2009-12-01
new evaluator, y'all
Andy Wingo
1
-4325
/
+421
2009-12-01
factor copy-tree and cons-source out of eval.[ch]
Andy Wingo
1
-179
/
+0
2009-12-01
remove unused scm_eval_stack var
Andy Wingo
1
-3
/
+0
2009-12-01
formally deprecate trampolines
Andy Wingo
1
-32
/
+0
2009-12-01
remove uses of trampolines within guile itself
Andy Wingo
1
-13
/
+10
2009-12-01
tweak to eval.c
Andy Wingo
1
-3
/
+3
2009-12-01
eval.i.c -> eval.c
Andy Wingo
1
-23
/
+1455
2009-12-01
more ceval excision
Andy Wingo
1
-6
/
+4
2009-12-01
Don't double-include eval.i.c -- let's only build deval.
Andy Wingo
1
-20
/
+33
2009-12-01
gut trampolines
Andy Wingo
1
-305
/
+11
2009-11-26
a very big commit cleaning up structs & goops. also applicable structs.
Andy Wingo
1
-0
/
+6
2009-11-15
fold objects.[ch] into goops.[ch]
Andy Wingo
1
-1
/
+0
2009-11-15
remove support for "entities" -- a form of applicable struct
Andy Wingo
1
-6
/
+0
2009-11-15
remove operators
Andy Wingo
1
-3
/
+3
2009-11-01
Merge branch 'bdw-gc-static-alloc'
Ludovic Courtès
1
-24
/
+23
2009-10-30
Since support for "futures" in C has been completely disabled for some
Ken Raeburn
1
-42
/
+0
2009-09-02
Merge branch 'boehm-demers-weiser-gc' into bdw-gc-static-alloc
Ludovic Courtès
1
-189
/
+284
2009-08-28
Merge branch 'master' into boehm-demers-weiser-gc
Ludovic Courtès
1
-2
/
+4
2009-08-20
Avoid accessing symbol internals in call_dsubr_1 and DEVAL
Michael Gran
1
-2
/
+1
2009-08-20
programs have their own tc7 now
Andy Wingo
1
-0
/
+3
2009-08-18
Merge branch 'master' into boehm-demers-weiser-gc
Ludovic Courtès
1
-156
/
+214
2009-08-13
Remove deprecated semi-public memoizers.
Ludovic Courtès
1
-58
/
+4
2009-08-13
Make the evaluator's memoizers private.
Ludovic Courtès
1
-89
/
+127
2009-06-19
rename SCM_SNAME to SCM_SUBR_NAME
Andy Wingo
1
-1
/
+1
[next]