Re: Exposing common type wrapping/unwrapping methods

2005-08-20 Thread Ken Raeburn
On Aug 19, 2005, at 03:57, Ludovic Courtès wrote: +/* Return a newly-allocated `sockaddr' structure that reflects ADDRESS, being + an address of family FAMILY, with the family-specific parameters ARGS (see + the description of `connect' for details). The returned structure may be +

ttn-pers-scheme 0.43 available

2005-08-20 Thread Thien-Thi Nguyen
release notes: prepping for WIKID overhaul... thi README excerpt: This directory contains ttn's personal scheme library, a collection of Guile Scheme code and intervening text (-: as well as a maintenance methodology :-). NEWS excerpt: - 0.43 | 2005-08-20 - Dropped module:

Re: Exposing common type wrapping/unwrapping methods

2005-08-20 Thread Marius Vollmer
Ken Raeburn [EMAIL PROTECTED] writes: This reminds me... was there ever a decision on the call malloc and free from the same object on Windows issue? My decision at that time was that we assume that there is only one malloc and one free. Basically, malloc and free referenced from a DLL, say