Andy Wingo
|
c99de5aa27
hash tables have a tc7
|
15 years ago |
Andy Wingo
|
314b87163e
eval.c closures are now applicable smobs, not tc3s
|
15 years ago |
Andy Wingo
|
f36878ba2d
remove cxrs
|
15 years ago |
Ludovic Courtès
|
807e5a6641
Use a TC7 tag instead of a SMOB for bytevectors.
|
15 years ago |
Andy Wingo
|
2fb924f64f
programs have their own tc7 now
|
15 years ago |
Ludovic Courtès
|
dab1ed3767
Change `defined?' to accept a module as its second argument.
|
15 years ago |
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
|
241b64d63f
Do no longer handle scm_tc7_bvect bitvectors.
|
20 years ago |
Marius Vollmer
|
b7a7750adf
Do no longer handle old-style uniform vectors.
|
20 years ago |
Marius Vollmer
|
d315ee57b4
* print.c (iprin1): Removed code for scm_tc7_byvect.
|
20 years ago |
Marius Vollmer
|
d2e53ed6f8
*** empty log message ***
|
20 years ago |
Marius Vollmer
|
bc36d0502b
* tags.h, deprecated.h (SCM_EQ_P): Deprecated by moving it into
|
20 years ago |
Marius Vollmer
|
7888309be8
* deprecated.h, boolean.h (SCM_FALSEP, SCM_NFALSEP, SCM_BOOL,
|
20 years ago |
Dirk Herrmann
|
534c55a97d
This set of patches introduces a new tc7 code scm_tc7_number for
|
21 years ago |
Dirk Herrmann
|
f58c472a84
* eval.c, eval.h, evalext.c, evalext.h (scm_m_undefine): Moved
|
22 years ago |
Dirk Herrmann
|
5cb22e9606
* eval.c, eval.h, evalext.c, evalext.h (scm_sym_setter,
|
22 years ago |
Marius Vollmer
|
73be1d9e8e
Changed license terms to the plain LGPL thru-out.
|
22 years ago |
Rob Browning
|
9e443ab676
* evalext.c: fix various preprocessor usages of new public
|
22 years ago |
Rob Browning
|
65fb6c49d4
* evalext.c: rename usage of HAVE_ARRAYS to SCM_HAVE_ARRAYS.
|
22 years ago |
Mikael Djurfeldt
|
93f26b7bcc
* evalext.c, evalext.h (scm_self_evaluating_p): New function.
|
22 years ago |
Dirk Herrmann
|
63dd3413f3
* evalext.[ch] (scm_m_undefine, undefine): Deprecated.
|
22 years ago |
Dirk Herrmann
|
5ec1d2c8e0
* evalext.h, evalext.c (scm_definedp, scm_defined_p): Renamed
|
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 |
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 |