Neil Jerram
|
53befeb700
Change Guile license to LGPLv3+
|
15 years ago |
Ludovic Courtès
|
e20d7001c3
Remove "compiled closures" ("cclos") in favor of a simpler mechanism.
|
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 |
Kevin Ryde
|
2b829bbb3d
merge from 1.8 branch
|
19 years ago |
Marius Vollmer
|
92205699d0
The FSF has a new address.
|
19 years ago |
Marius Vollmer
|
d2e53ed6f8
*** empty log message ***
|
20 years ago |
Marius Vollmer
|
ece721f031
Added comment about future improvements...
|
20 years ago |
Marius Vollmer
|
82c76fd357
(scm_init_storage, scm_stand_in_procs, scm_stand_in_proc): Use a
|
20 years ago |
Marius Vollmer
|
bc36d0502b
* tags.h, deprecated.h (SCM_EQ_P): Deprecated by moving it into
|
20 years ago |
Marius Vollmer
|
e11e83f3d9
* deprecated.h, deprecated.c, numbers.h (SCM_INUMP, SCM_NINUMP,
|
20 years ago |
Marius Vollmer
|
93ccaef0c6
* numbers.h (SCM_MAKINUM, SCM_I_MAKINUM): Renamed SCM_MAKINUM to
|
20 years ago |
Marius Vollmer
|
7888309be8
* deprecated.h, boolean.h (SCM_FALSEP, SCM_NFALSEP, SCM_BOOL,
|
20 years ago |
Dirk Herrmann
|
14b18ed6f5
This set of patches separates the representation of the cxr family
|
21 years ago |
Marius Vollmer
|
73be1d9e8e
Changed license terms to the plain LGPL thru-out.
|
22 years ago |
Mikael Djurfeldt
|
a48d60b1c0
* srfi-1.c (scm_init_srfi_1): Extend root module map and for-each
|
22 years ago |
Han-Wen Nienhuys
|
34d19ef643
2002-07-20 Han-Wen <hanwen@cs.uu.nl>
|
22 years ago |
Thien-Thi Nguyen
|
a6b844c224
Retire inclusion guard macro SCM_MAGIC_SNARFER.
|
23 years ago |
Marius Vollmer
|
904a077df1
* tags.h: Update tag system docs.
|
23 years ago |
Thien-Thi Nguyen
|
a06e3a75b2
Remove "face-lift" comment.
|
23 years ago |
Keisuke Nishida
|
1afff62054
* list.h (scm_list_1, scm_list_2, scm_list_3, scm_list_4, scm_list_5,
|
23 years ago |
Dirk Herrmann
|
726d810a75
* Fixed scm_thunk_p's results when applied to closures.
|
24 years ago |
Keisuke Nishida
|
e0c08f17b1
Use SCM_LISTn instead of scm_listify.
|
24 years ago |
Keisuke Nishida
|
783e777478
Remove #include <stdio.h>. Add #include <string.h>.
|
24 years ago |
Keisuke Nishida
|
68b069240f
Some cleanup on smob calls.
|
24 years ago |
Dirk Herrmann
|
362306b956
* Minor cleanup/optimization for char=?.
|
24 years ago |
Gary Houston
|
5f144b105d
* use an applicable SMOB to represent continuations, instead of a
|
24 years ago |
Marius Vollmer
|
8dc9439fc6
* alist.c, arbiters.c, async.c, backtrace.c, boolean.c, chars.c,
|
24 years ago |
Mikael Djurfeldt
|
5540e847f4
* procprop.c: #include "libguile/smob.h"; Check applicable smobs.
|
24 years ago |
Mikael Djurfeldt
|
f2c9fcb07e
Updated copyrights
|
24 years ago |
Mikael Djurfeldt
|
a059974535
* Makefile.am (DEFS): Added. automake adds -I options to DEFS,
|
25 years ago |