Ludovic Courtès
|
cdd47ec7e5
Include <alloca.h> wherever `alloca' is used.
|
14 years ago |
Andy Wingo
|
6f8d7b12bb
SCM_I_FLUID_P -> SCM_FLUID_P
|
14 years ago |
Andy Wingo
|
cd038da546
remove libguile/lang.h, deprecate %nil (in favor of #nil)
|
15 years ago |
Ludovic Courtès
|
bd5a75dcd8
Recycle fluid numbers.
|
15 years ago |
Andy Wingo
|
bbb2ecd1d1
add printers for prompts and with-fluids objects
|
15 years ago |
Andy Wingo
|
5ef71027e4
fluids.h exposes more of its interface, internally at least
|
15 years ago |
Andy Wingo
|
bb0229b51d
add with-fluids objects and primitive syntax
|
15 years ago |
Andy Wingo
|
45cf242872
add printer for dynamic-states
|
15 years ago |
Andy Wingo
|
9ea31741da
fluids are tc7 objects
|
15 years ago |
Ludovic Courtès
|
fbb857a472
Merge branch 'master' into boehm-demers-weiser-gc
|
15 years ago |
Neil Jerram
|
53befeb700
Change Guile license to LGPLv3+
|
15 years ago |
Ludovic Courtès
|
33ed7a1644
Use `scm_gc_malloc ()' when allocating the allocated fluid vector.
|
16 years ago |
Ludovic Courtès
|
8b039053b8
Remove GC-related code from fluids.
|
16 years ago |
Ludovic Courtès
|
44e268898b
Merge branch 'master' into boehm-demers-weiser-gc
|
16 years ago |
Ludovic Courtès
|
dbb605f575
Include <config.h> in all C files; use `#ifdef HAVE_CONFIG_H' rather than `#if'.
|
16 years ago |
Ludovic Courtès
|
e9b8556ec9
Merge commit '7337d56d5714227865aeca2b40b6bd97cce296d2' into boehm-demers-weiser-gc
|
16 years ago |
Ludovic Courtes
|
a4a141f679
Removed a lot of now-useless SMOB mark/free functions.
|
18 years ago |
Ludovic Courtes
|
26224b3f5d
Merge from lcourtes@laas.fr--2005-mobile
|
19 years ago |
Ludovic Courtès
|
d3075c52ac
Changes from arch/CVS synchronization
|
17 years ago |
Kevin Ryde
|
2b829bbb3d
merge from 1.8 branch
|
19 years ago |
Marius Vollmer
|
661ae7ab6b
Renamed the "frames" that are related to dynamic-wind to "dynamic
|
19 years ago |
Neil Jerram
|
29295b0c90
(next_fluid_num): [From Ludovic Courtès:] Don't trigger
|
19 years ago |
Marius Vollmer
|
92205699d0
The FSF has a new address.
|
19 years ago |
Han-Wen Nienhuys
|
645dd3fc36
(DYNAMIC_STATE_NEXT_LOC): new macro for use with
|
20 years ago |
Marius Vollmer
|
b5fa979ca6
(ensure_state_size, ensure_all_state_sizes, resize_all_states):
|
20 years ago |
Marius Vollmer
|
9de87eea47
See ChangeLog from 2005-03-02.
|
20 years ago |
Marius Vollmer
|
4057a3e05a
Use new vector elements API or simple vector API, as appropriate.
|
20 years ago |
Marius Vollmer
|
7888309be8
* deprecated.h, boolean.h (SCM_FALSEP, SCM_NFALSEP, SCM_BOOL,
|
20 years ago |
Marius Vollmer
|
16c5cac25a
(scm_frame_unwind, scm_frame_unwind_handler): Renamed and changed all
|
21 years ago |
Marius Vollmer
|
bebd3fbadd
* fluids.c (scm_c_with_fluids): Use frames instead of adding to
|
21 years ago |