Marius Vollmer
f5710d53b1
Use SCM_SMOB_* instead of SCM_CELL_* as appropriate. Use
...
SCM_SMOB_FLAGS and SCM_SET_SMOB_FLAGS instead of accessing the
zeroth word directly. Use SCM_SMOB_PREDICATE as appropriate.
2004-05-06 16:43:14 +00:00
Marius Vollmer
73be1d9e8e
Changed license terms to the plain LGPL thru-out.
2003-04-05 19:15:35 +00:00
Neil Jerram
387d418c55
* Manual updates on hooks and features.
...
* Fix scm_t_c_hookype_t corruption.
2002-03-16 00:27:25 +00:00
Marius Vollmer
33b001fd89
Prefixed each each exported symbol with SCM_API.
2001-11-02 00:19:12 +00:00
Dirk Herrmann
dee01b012c
* Removed deprecated stuff.
...
* Some more renamings to SCM_<filename>_H.
2001-08-31 12:13:50 +00:00
Thien-Thi Nguyen
a06e3a75b2
Remove "face-lift" comment.
2001-07-09 07:36:48 +00:00
Marius Vollmer
92c2555f69
replace "scm_*_t" with "scm_t_*".
2001-06-14 19:50:43 +00:00
Michael Livshin
fde504077b
* hooks.c (scm_create_hook): deprecated.
...
(make_hook): deleted.
(scm_make_hook): all the hook creation code is now here.
* gc.c (scm_init_gc): don't call `scm_create_hook'. instead make
a hook, make it permanent, and do a `scm_c_define' on it.
2001-05-28 14:18:35 +00:00
Dirk Herrmann
56e55ac7cf
* Removed deprecated hook names.
...
* Fix use of SCM_FLOBUFLEN.
2001-05-08 10:23:17 +00:00
Keisuke Nishida
e841c3e0c0
Smob-related creanup.
2000-12-08 17:32:56 +00:00
Dirk Herrmann
e11f8b42f2
* The name property of hooks is deprecated.
2000-05-26 16:31:22 +00:00
Dirk Herrmann
47457e8a43
* Replace SCM_UNPACK_CAR appropriately.
...
* Only access cons cells via SCM_{SET}?C[AD]R.
* gc.c: Remove unused struct member variable 'valid'.
2000-05-25 09:21:06 +00:00
Mikael Djurfeldt
abd95148aa
* hooks.c, hooks.h (scm_make_hook_with_name): Removed deprecated
...
function.
* hooks.c, hooks.h: New files.
2000-04-21 23:13:26 +00:00