Andy Wingo
|
86fb1eb631
merge strictness branch from 2.0
|
13 years ago |
Andy Wingo
|
c98ce8f599
async.c refactor
|
13 years ago |
Andy Wingo
|
fc7bd367ab
remove all deprecated code
|
13 years ago |
Ludovic Courtès
|
93003b16b0
Assorted `syntax-check' fixes.
|
14 years ago |
Andy Wingo
|
cd038da546
remove libguile/lang.h, deprecate %nil (in favor of #nil)
|
15 years ago |
Andy Wingo
|
e779fef7ee
fix SCM_CELL_* macro usage in async.c
|
15 years ago |
Andy Wingo
|
e7efe8e793
decruftify scm_sys_protects
|
15 years ago |
Ludovic Courtès
|
46935a1fac
Arrange so that `SCM_I_CURRENT_THREAD' is not accessed outside of libguile.
|
15 years ago |
Ludovic Courtès
|
0eb934f1f0
Use `SCM_DEPRECATED' in declarations of deprecated functions/variables.
|
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 |
Neil Jerram
|
877f06c338
Fix `explicitely' typos, should be `explicitly'
|
15 years ago |
Ludovic Courtès
|
083f810fe9
Merge branch 'master' into boehm-demers-weiser-gc
|
16 years ago |
Ludovic Courtès
|
634aa8de8f
Check the return value of libc's functions to make `_FORTIFY_SOURCE=2' work.
|
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 Courtes
|
a4a141f679
Removed a lot of now-useless SMOB mark/free functions.
|
18 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 |
Marius Vollmer
|
92205699d0
The FSF has a new address.
|
19 years ago |
Marius Vollmer
|
9de87eea47
See ChangeLog from 2005-03-02.
|
20 years ago |
Marius Vollmer
|
d2e53ed6f8
*** empty log message ***
|
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
|
dfe610a085
Did the follwing renamings: scm_with_blocked_asyncs ->
|
21 years ago |
Marius Vollmer
|
9320d21970
dynwind.h (SCM_F_WIND_EXPLICITELY, SCM_F_WIND_EXPLICITLY): It's
|
21 years ago |
Marius Vollmer
|
b57a0953fe
(scm_with_blocked_asyncs, scm_with_unblocked_asyncs): New.
|
21 years ago |
Marius Vollmer
|
73be1d9e8e
Changed license terms to the plain LGPL thru-out.
|
22 years ago |
Rob Browning
|
ef92a2a2d7
* async.c: #include <config.h> if HAVE_CONFIG_H.
|
22 years ago |
Mikael Djurfeldt
|
c7fabadfe0
* async.c, error.h (scm_ints_disabled): Removed.
|
22 years ago |