Dirk Herrmann
|
534c55a97d
This set of patches introduces a new tc7 code scm_tc7_number for
|
21 years ago |
Marius Vollmer
|
73be1d9e8e
Changed license terms to the plain LGPL thru-out.
|
22 years ago |
Rob Browning
|
f9fe039dd0
* smob.c: #include <config.h> if HAVE_CONFIG_H.
|
22 years ago |
Mikael Djurfeldt
|
74b6d6e456
* goops.c (make_class_from_template): New fourth arg:
|
22 years ago |
Han-Wen Nienhuys
|
1e71eafb34
* inline.h: include stdio.h
|
22 years ago |
Han-Wen Nienhuys
|
34d19ef643
2002-07-20 Han-Wen <hanwen@cs.uu.nl>
|
22 years ago |
Dirk Herrmann
|
228a24ef30
Changes in doc/ref:
|
23 years ago |
Marius Vollmer
|
4c9419ac31
* gc.h, gc.c (scm_gc_sweep): Issue deprecation warning when
|
23 years ago |
Marius Vollmer
|
16d4699b6b
Replaced SCM_NEWCELL and SCM_NEWCELL2 with scm_alloc_cell and
|
23 years ago |
Dirk Herrmann
|
dee01b012c
* Removed deprecated stuff.
|
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 |
Marius Vollmer
|
92c2555f69
replace "scm_*_t" with "scm_t_*".
|
23 years ago |
Dirk Herrmann
|
e81d98ec2d
* Introduce SCM_UNUSED and mark unused function parameters.
|
23 years ago |
Michael Livshin
|
c014a02eec
revert the ill-considered part of the 2001-05-24 changes
|
23 years ago |
Michael Livshin
|
1be6b49ccb
* validate.h
|
23 years ago |
Dirk Herrmann
|
7a7f7c5314
* Made creation of new smob types thread safe.
|
24 years ago |
Dirk Herrmann
|
22a52da14d
* Replaced a lot of calls to SCM_C[AD]R with more appropriate macros.
|
24 years ago |
Mikael Djurfeldt
|
e6e2e95aa5
* _scm.h: Removed #include <errno.h>.
|
24 years ago |
Dirk Herrmann
|
2ade72d773
* Remove uses of SCM_ASSERT that may result in error messages different
|
24 years ago |
Keisuke Nishida
|
9e6fc585b2
Remove dump facilities.
|
24 years ago |
Keisuke Nishida
|
914cceec2c
New dump/undump scheme.
|
24 years ago |
Keisuke Nishida
|
03416a991e
New files: dump.c, dump.h.
|
24 years ago |
Dirk Herrmann
|
8a39e3fc79
* Return type of scm_make_smob_type is scm_bits_t now.
|
24 years ago |
Keisuke Nishida
|
e841c3e0c0
Smob-related creanup.
|
24 years ago |
Keisuke Nishida
|
7c58e21b08
Deprecated scm_make_smob_type_mfpe and scm_set_smob_mfpe.
|
24 years ago |
Keisuke Nishida
|
68b069240f
Some cleanup on smob calls.
|
24 years ago |
Keisuke Nishida
|
cb1c46c57e
Improved smob calls.
|
24 years ago |
Michael Livshin
|
228c97488a
* smob.c (scm_smob_prehistory): don't init the "allocated" smob
|
24 years ago |
Mikael Djurfeldt
|
29a34ff64a
Added comment about possible optimization
|
24 years ago |