Andy Wingo
|
9ede013f68
the dynamic stack is really a stack now, instead of a list
|
13 년 전 |
Ralf Wildenhues
|
ffb62a43dc
fix typos in the manual bits generated from source comments.
|
14 년 전 |
Andy Wingo
|
e7efe8e793
decruftify scm_sys_protects
|
15 년 전 |
Neil Jerram
|
53befeb700
Change Guile license to LGPLv3+
|
15 년 전 |
Ludovic Courtès
|
dbb605f575
Include <config.h> in all C files; use `#ifdef HAVE_CONFIG_H' rather than `#if'.
|
16 년 전 |
Kevin Ryde
|
2b829bbb3d
merge from 1.8 branch
|
19 년 전 |
Neil Jerram
|
43e01b1ee3
* throw.h (scm_c_catch, scm_c_with_throw_handler,
|
19 년 전 |
Marius Vollmer
|
661ae7ab6b
Renamed the "frames" that are related to dynamic-wind to "dynamic
|
19 년 전 |
Marius Vollmer
|
92205699d0
The FSF has a new address.
|
20 년 전 |
Marius Vollmer
|
9eaf7f85dd
(scm_call_with_dynamic_root): New docstring.
|
20 년 전 |
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 년 전 |
Marius Vollmer
|
0345e278f4
* variable.c, threads.c, struct.c, stackchk.c, smob.c, root.c,
|
20 년 전 |
Marius Vollmer
|
b9bd8526f0
* numbers.h, numbers.c, discouraged.h, discouraged.c (scm_short2num,
|
20 년 전 |
Marius Vollmer
|
a52dbe0177
(scm_make_initial_fluids, scm_copy_fluids, scm_swap_fluids,
|
21 년 전 |
Dirk Herrmann
|
d0f6ceb84f
* Removed uses of DEBUG_EXTENSIONS and DYNAMIC_LINKING to
|
22 년 전 |
Marius Vollmer
|
73be1d9e8e
Changed license terms to the plain LGPL thru-out.
|
22 년 전 |
Mikael Djurfeldt
|
392d2833a2
* gc.c (scm_igc): Don't call scm_i_thread_invalidate_freelists.
|
22 년 전 |
Mikael Djurfeldt
|
c7fabadfe0
* async.c, error.h (scm_ints_disabled): Removed.
|
22 년 전 |
Marius Vollmer
|
3d7f708f21
* __scm.h (USE_THREADS, GUILE_ISELECT): Define when
|
22 년 전 |
Marius Vollmer
|
1ceead47c4
* __scm.h (SCM_ASYNC_CLICK): Check pending_asyncs instead of
|
22 년 전 |
Marius Vollmer
|
8ee25fb9f8
* root.h (scm_root_state): Added 'block_async' slot.
|
22 년 전 |
Marius Vollmer
|
a7d3641dc2
(root_mark): Mark active_asyncs slot.
|
22 년 전 |
Marius Vollmer
|
d4719ab892
* root.h (scm_root_state): Added new "active_asyncs" slot.
|
22 년 전 |
Gary Houston
|
5e423a39ab
* removal of unused fields in root state (thanks to Christopher
|
23 년 전 |
Thien-Thi Nguyen
|
a6b844c224
Retire inclusion guard macro SCM_MAGIC_SNARFER.
|
23 년 전 |
Marius Vollmer
|
4c9419ac31
* gc.h, gc.c (scm_gc_sweep): Issue deprecation warning when
|
23 년 전 |
Gary Houston
|
6c1b762870
* root.h (scm_root_state): removed the continuation_stack and
|
23 년 전 |
Dirk Herrmann
|
dee01b012c
* Removed deprecated stuff.
|
23 년 전 |