chiark / gitweb /
Changed to MIT license
[clg] / glib / ffi.lisp
2005-04-23 espenChanged to MIT license
2005-04-17 espenAll alien strings automatically converted to and from...
2005-03-13 espenModified DEFCALLBACK to avoid unnecessary variable...
2005-02-25 espenAdded required translation methods for single- and...
2005-02-22 espenDefined callback as a foreign type
2005-02-15 espenFixed previous broken change to DEFBINDING
2005-02-14 espenLocations to hold foreign values return by reference...
2005-02-03 espenChanges required by SBCL
2005-01-03 espenSmall change to %DEFBINDING
2004-12-28 espenBug fix
2004-12-26 espenAdded generic function UNBOUND-VALUE
2004-12-19 espenBug fix
2004-12-16 espenDEFAULT-ALIEN-FNAME will now remove '-p' suffix from...
2004-12-04 espenAdding reader and writer functions to COPY-OF
2004-11-19 espenAdded pseudo type COPY-OF
2004-11-12 espenAdded reader/writer functions for type integer
2004-11-09 espenAdded :return as argument style in ffi bindings
2004-11-07 espenAdded abstraction layer for C callback functions
2004-11-06 espenMajor cleanup of ffi abstraction layer
2004-10-27 espengforeign.lisp renamed and updated for CMUCL 19a and...