r1613: Updated to use stack allocation
[uffi.git] / ChangeLog
index fe54d30af0e8c97ebd0e131d26ef6afb7e2ca0f9..300f25e5c4a804b73f9fac2fe708b82a8c8b5c1d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -16,6 +16,7 @@ See TODO file -- actively maintained. Includes changes that you
        * Added gethostname2 to examples/gethostname.cl which uses with-foreign-object
        * Added char-array-to-pointer function to encapsulate converting a char array
        to a pointer to char
+       * Converted with-foreign-object to use stack allocation on CMUCL and LW
        
 20 Mar 2002
        * Updated strings.cl so that foreign-strings are always unsigned.