Andy Wingo
|
3f48638c8c
deprecate lookup closures
|
12 年之前 |
Mark H Weaver
|
07c2ca0f0d
Rename scm_call_varargs -> scm_call
|
13 年之前 |
Mark H Weaver
|
741b8a2300
Implement scm_call_varargs and scm_call_{7,8,9}
|
13 年之前 |
Andy Wingo
|
f32e67be0b
add scm_call_{5,6}
|
13 年之前 |
Andy Wingo
|
cc00f44743
scm_badargsp is deprecated
|
14 年之前 |
Andy Wingo
|
86fd6dff2a
add scm_call_n, scm_c_run_hookn
|
15 年之前 |
Andy Wingo
|
314b87163e
eval.c closures are now applicable smobs, not tc3s
|
15 年之前 |
Andy Wingo
|
23f276dea7
first step to make the vm stop calling the interpreter
|
15 年之前 |
Andy Wingo
|
7b89381965
promises are in their own file now
|
15 年之前 |
Andy Wingo
|
b7742c6b71
new evaluator, y'all
|
15 年之前 |
Andy Wingo
|
0f458a3725
factor copy-tree and cons-source out of eval.[ch]
|
15 年之前 |
Ludovic Courtès
|
0eb934f1f0
Use `SCM_DEPRECATED' in declarations of deprecated functions/variables.
|
15 年之前 |
Ludovic Courtès
|
b3ce13b667
Remove deprecated semi-public memoizers.
|
15 年之前 |
Ludovic Courtès
|
4d0949ea45
Make the evaluator's memoizers private.
|
15 年之前 |
Neil Jerram
|
53befeb700
Change Guile license to LGPLv3+
|
15 年之前 |
Andy Wingo
|
9c35c5796c
make sure we compile boot code in (guile), not (guile-user)
|
15 年之前 |
Andy Wingo
|
249bab1c53
@ and @@ as primitive macros
|
16 年之前 |
Andy Wingo
|
7c455996e8
export `make-promise' to scheme
|
16 年之前 |
Ludovic Courtès
|
102dbb6f6c
Add `SCM_INTERNAL' macro, use it.
|
16 年之前 |
Han-Wen Nienhuys
|
22fc179acd
* backtrace.c, debug.c, debug.h, deprecation.c, eq.c, eval.c
|
18 年之前 |
Han-Wen Nienhuys
|
72f19c2646
* debug.h (SCM_RESET_DEBUG_MODE): switch to debugging if
|
18 年之前 |
Han-Wen Nienhuys
|
6256065013
* readline.c: terminate option list with NULL.
|
18 年之前 |
Marius Vollmer
|
92205699d0
The FSF has a new address.
|
19 年之前 |
Marius Vollmer
|
9de87eea47
See ChangeLog from 2005-03-02.
|
20 年之前 |
Marius Vollmer
|
76da80e788
Reverted changed from 2005/01/24 19:14:54, which was a commit to the
|
20 年之前 |
Marius Vollmer
|
a54a94b397
Threading changes.
|
20 年之前 |
Dirk Herrmann
|
9fcf3cbb81
* backtrace.c (display_expression, display_frame): Call
|
20 年之前 |
Marius Vollmer
|
f5710d53b1
Use SCM_SMOB_* instead of SCM_CELL_* as appropriate. Use
|
20 年之前 |
Dirk Herrmann
|
7e6e6b37ba
Hide the implementation of ilocs and isyms in eval.c.
|
20 年之前 |
Dirk Herrmann
|
434f2f7a91
Introduce scm_debug_mode_p as a replacement for scm_debug_mode and
|
21 年之前 |