Andy Wingo
|
1bbf7f7580
Add `scm_smob_type_class()'.
|
10 éve |
Mark H Weaver
|
856d318a9f
Merge branch 'stable-2.0'
|
10 éve |
David Kastrup
|
8442211ef0
Fix SCM_SMOB_OBJECT{_,_0_,_1_,_2_,_3_}LOC.
|
10 éve |
Ludovic Courtès
|
0f6dd25023
Avoid use of `GC_PTR' in "smob.h".
|
12 éve |
Andy Wingo
|
c05805a4ea
make applicable smob calls cheaper, and fix a memory leak
|
13 éve |
Andy Wingo
|
80be163f81
make applicable smob calls cheaper, and fix a memory leak
|
13 éve |
Andy Wingo
|
c46fee438c
scm_new_smob, scm_new_double_smob inline functions
|
13 éve |
Andy Wingo
|
dc7da0be90
refactor tc7 and tc16 checks
|
13 éve |
Andy Wingo
|
27583e7466
scm_new_smob, scm_new_double_smob inline functions
|
13 éve |
Ludovic Courtès
|
be90d0b6f9
Add `scm_t_subr' typedef (fix bug #23681).
|
14 éve |
Andy Wingo
|
75c3ed2820
smobs are applied with vm trampoline procedures
|
15 éve |
Andy Wingo
|
cc7005bc37
remove scm_tc7_gsubr
|
15 éve |
Andy Wingo
|
735bcfe579
add SCM_SMOB_TYPE_BITS and SCM_SMOB_TYPE_MASK
|
15 éve |
Andy Wingo
|
56164dc47f
clean up smob macro implementation
|
15 éve |
Ludovic Courtès
|
3051344be5
Remove default port/SMOB finalizers.
|
15 éve |
Ludovic Courtès
|
1c44468d77
Rename "boehm-gc.h" to "bdw-gc.h"; add to the distribution.
|
15 éve |
Ludovic Courtès
|
fbb857a472
Merge branch 'master' into boehm-demers-weiser-gc
|
15 éve |
Neil Jerram
|
53befeb700
Change Guile license to LGPLv3+
|
15 éve |
Ludovic Courtès
|
202271f291
Publish the maximum number of SMOB types as `SCM_I_MAX_SMOB_TYPE_COUNT'.
|
16 éve |
Ludovic Courtès
|
c891a40e9f
Publish the maximum number of SMOB types as `SCM_I_MAX_SMOB_TYPE_COUNT'.
|
16 éve |
Ludovic Courtes
|
e7bca22779
Use thread-local allocation (significant perf. improvement!); added the `boehm-gc.h' header.
|
18 éve |
Ludovic Courtes
|
10fb3386dd
Fixed use of finalizers for guardians and SMOBs (undoes patches 23-24).
|
18 éve |
Ludovic Courtes
|
e9d635e5d8
Added support for SMOBs free function (via finalizers).
|
18 éve |
Ludovic Courtes
|
378f262561
Added support for SMOB custom mark procedures.
|
18 éve |
Kevin Ryde
|
2b829bbb3d
merge from 1.8 branch
|
19 éve |
Marius Vollmer
|
92205699d0
The FSF has a new address.
|
19 éve |
Marius Vollmer
|
197b057336
(scm_assert_smob_type): New.
|
20 éve |
Marius Vollmer
|
37fc18ae73
* smob.h (SCM_SMOB_DATA_2, SCM_SMOB_DATA_3, SCM_SMOB_FLAGS,
|
21 éve |
Dirk Herrmann
|
df5af69a91
* smob.h (scm_make_smob_type): Made the declaration match the
|
21 éve |
Marius Vollmer
|
da0e6c2baf
Make type names char const * instead of char *. Thanks to Paul Jarc!
|
21 éve |