This is the mail archive of the guile@cygnus.com mailing list for the guile project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

[ANN]: guilegc r8



A new revision of the gc is at
http://home.thezone.net/~gharvey/guile/guilegc.r8.tar.gz

r8 adds the ability to scm_must_malloc/realloc/free to totally
control the value of scm_mallocated (only possible if using glibc,
currently), and also adds swiss-army knife functionality to
scm_must_realloc (suggested by Telford Tendys) (will free the pointer
if len == 0, and malloc new storage if the pointer is NULL).

It also includes some extra documentation on the new user-visible
stuff in this gc.

-- 
Greg