X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=ChangeLog;h=fe54d30af0e8c97ebd0e131d26ef6afb7e2ca0f9;hb=3dd32205c2d49f126223f5e9ad083093d0636de7;hp=56c0d7d71556d26af26448968cb85ef79f80e8da;hpb=4054fe997dbce15071a1d2b96a082b4a4a5a8363;p=uffi.git diff --git a/ChangeLog b/ChangeLog index 56c0d7d..fe54d30 100644 --- a/ChangeLog +++ b/ChangeLog @@ -12,7 +12,10 @@ See TODO file -- actively maintained. Includes changes that you * Added ensure-char-* and def-union to documentation * Added double-float vector example to c-test-fns * Reworked cstring on Lispworks to have LW handle string conversion - * First pass at with-foreign-object -- untested/unoptimized + * First pass at with-foreign-object -- unoptimized + * 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 20 Mar 2002 * Updated strings.cl so that foreign-strings are always unsigned.