Marius Vollmer
|
e11e83f3d9
* deprecated.h, deprecated.c, numbers.h (SCM_INUMP, SCM_NINUMP,
|
21 years ago |
Marius Vollmer
|
93ccaef0c6
* numbers.h (SCM_MAKINUM, SCM_I_MAKINUM): Renamed SCM_MAKINUM to
|
21 years ago |
Mikael Djurfeldt
|
43261b390f
* feature.c (scm_init_feature): Always add threads feature.
|
22 years ago |
Marius Vollmer
|
73be1d9e8e
Changed license terms to the plain LGPL thru-out.
|
22 years ago |
Rob Browning
|
4efd15dc3b
* feature.c: fix various preprocessor usages of new public
|
22 years ago |
Rob Browning
|
b652768e04
* feature.c: #include <config.h> if HAVE_CONFIG_H. Rename usage
|
22 years ago |
Marius Vollmer
|
3d7f708f21
* __scm.h (USE_THREADS, GUILE_ISELECT): Define when
|
22 years ago |
Marius Vollmer
|
e37d58d53b
(scm_init_feature): Don't add 'threads' for USE_NULL_THREADS.
|
22 years ago |
Dirk Herrmann
|
8505e285ec
* backtrace.c (SCM_ASSERT), debug.c (scm_debug_options), eval.c
|
23 years ago |
Thien-Thi Nguyen
|
a6b844c224
Retire inclusion guard macro SCM_MAGIC_SNARFER.
|
23 years ago |
Neil Jerram
|
8f85c0c6c3
* Adding C function declarations from the SCM interface to the
|
23 years ago |
Martin Grabmüller
|
58ade1022c
* alist.c, arbiters.c, async.h, backtrace.h, boolean.c, chars.c,
|
24 years ago |
Thien-Thi Nguyen
|
a06e3a75b2
Remove "face-lift" comment.
|
24 years ago |
Marius Vollmer
|
86d31dfe7d
Merge from mvo-vcell-cleanup-1-branch.
|
24 years ago |
Keisuke Nishida
|
783e777478
Remove #include <stdio.h>. Add #include <string.h>.
|
24 years ago |
Dirk Herrmann
|
38ae064c6e
* Use scm_mem2symbol or scm_str2symbol to create symbol objects.
|
24 years ago |
Marius Vollmer
|
8dc9439fc6
* alist.c, arbiters.c, async.c, backtrace.c, boolean.c, chars.c,
|
24 years ago |
Neil Jerram
|
d46e47131c
* net_db.c (scm_gethost, scm_getnet, scm_getproto, scm_sethost,
|
25 years ago |
Dirk Herrmann
|
1a45015332
Avoid pointer trickery with SCM values.
|
25 years ago |
Mikael Djurfeldt
|
87694b930c
* feature.c, feature.h: Broke out hook code into separate files.
|
25 years ago |
Mikael Djurfeldt
|
a059974535
* Makefile.am (DEFS): Added. automake adds -I options to DEFS,
|
25 years ago |
Dirk Herrmann
|
54778cd312
Lots of fixes to make guile (at some time) compile with strict typing.
|
25 years ago |
Michael Livshin
|
89e00824a0
* *.[hc]: add Emacs magic at the end of file, to ensure GNU
|
25 years ago |
Dirk Herrmann
|
ba11fd4cb6
Only include root.h where it is actually needed.
|
25 years ago |
Dirk Herrmann
|
7ab3fdd51f
Only include strings.h where it is actually needed.
|
25 years ago |
Dirk Herrmann
|
f04d8caf82
Only include ports.h where it is actually needed.
|
25 years ago |
Greg J. Badros
|
c209c88e54
*.[ch]: make a distinction between SCM as a generic
|
25 years ago |
Greg J. Badros
|
b6791b2e94
* error.h, error.c: Added `scm_wrong_type_arg_msg' to support
|
25 years ago |
Greg J. Badros
|
5d2d2ffca7
* dynl.c, feature.c, filesys.c, fports.c, list.c, load.c,
|
25 years ago |
Greg J. Badros
|
70d6375376
* dynl.c, error.c, eval.c, feature.c, filesys.c, fports.c, list.c, load.c,
|
25 years ago |