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.i.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-12-01
eval.i.c -> eval.c
Andy Wingo
1
-1469
/
+0
2009-12-01
more ceval excision
Andy Wingo
1
-38
/
+20
2009-12-01
remove code from eval.i.c that was only for CEVAL.
Andy Wingo
1
-241
/
+0
2009-12-01
Don't double-include eval.i.c -- let's only build deval.
Andy Wingo
1
-28
/
+4
2009-11-26
remove code that manages the method cache
Andy Wingo
1
-53
/
+0
2009-11-26
generics now dispatch as applicable structs
Andy Wingo
1
-58
/
+45
2009-11-26
a very big commit cleaning up structs & goops. also applicable structs.
Andy Wingo
1
-20
/
+10
2009-11-17
Fix stylistic issues revealed by "make syntax-check".
Ludovic Courtès
1
-2
/
+1
2009-11-17
Fix C99-style declarations after statements.
Ludovic Courtès
1
-2
/
+4
2009-11-15
remove support for "entities" -- a form of applicable struct
Andy Wingo
1
-0
/
+10
2009-11-15
SCM_GENERIC_METHOD_CACHE macro splits from SCM_ENTITY_PROCEDURE
Andy Wingo
1
-4
/
+4
2009-11-15
remove operators
Andy Wingo
1
-20
/
+10
2009-11-15
de-inline goops dispatch from the evaluator
Andy Wingo
1
-133
/
+4
2009-10-30
Since support for "futures" in C has been completely disabled for some
Ken Raeburn
1
-7
/
+0
2009-10-27
the cube of lisp booleans (#f nil () #t)
Mark H Weaver
1
-7
/
+6
2009-10-02
Fix the argument list of gsubr stack frames.
Ludovic Courtès
1
-2
/
+2
2009-08-20
Avoid accessing symbol internals in call_dsubr_1 and DEVAL
Michael Gran
1
-5
/
+2
2009-08-20
programs have their own tc7 now
Andy Wingo
1
-0
/
+22
2009-06-19
rename SCM_SNAME to SCM_SUBR_NAME
Andy Wingo
1
-2
/
+2
2009-06-17
Change Guile license to LGPLv3+
Neil Jerram
1
-6
/
+7
2009-03-17
Merge commit 'cb9d473112ac172a3d328bb029b5b550918d4262' into vm-check
Andy Wingo
1
-11
/
+15
2009-03-17
Merge commit 'e20d7001c3f7150400169fecb0bf0eefdf122fe2' into vm-check
Andy Wingo
1
-30
/
+16
2009-03-08
Provide a C vararg interface to gsubr invocation.
Ludovic Courtès
1
-10
/
+15
2009-03-08
Slightly simplify gsubr invocation in the evaluator.
Ludovic Courtès
1
-7
/
+6
2009-03-02
Mark `scm_gsubr_apply ()' as internal.
Ludovic Courtès
1
-5
/
+5
2009-03-02
Remove "compiled closures" ("cclos") in favor of a simpler mechanism.
Ludovic Courtès
1
-30
/
+16
2009-03-02
Change `scm_gsubr_apply ()' to take the gsubr as its first argument.
Ludovic Courtès
1
-8
/
+8
2008-10-30
fix up some assumptions that cmethods were lists
Andy Wingo
1
-15
/
+20
2008-10-30
runtime byte compilation of goops methods, whooooo
Andy Wingo
1
-6
/
+12
2008-09-25
export `make-promise' to scheme
Andy Wingo
1
-1
/
+1
2007-12-08
Changes from arch/CVS synchronization
Ludovic Courtès
1
-19
/
+20
2007-01-22
* private-options.h: idem.
Han-Wen Nienhuys
1
-0
/
+20
2007-01-22
* eval.c: distangle. move duplicate code to eval.i.c and include
Han-Wen Nienhuys
1
-0
/
+1922