chiark / gitweb /
Added declaration to get rid of a couple of warnings.
[clg] / glib / proxy.lisp
2005-02-03 espenChanges required by SBCL
2005-01-12 espenAdded method to generic function PROXY-INSTANCE-SIZE
2004-12-26 espenAdded generic function UNBOUND-VALUE
2004-12-19 espenPropper alignment of alien slots when subclassing
2004-12-16 espenAdding :unbound arg to virtual slots. Misc cleanup
2004-11-19 espenAdded pseudo type COPY-OF
2004-11-15 espenSubclasses of STRUCT may now allocate foreign memory
2004-11-09 espenObject finalization optimized
2004-11-06 espenMajor cleanup of ffi abstraction layer
2004-11-03 espenCorrect reference counting of gobjects
2004-10-28 espenCode for virtual alien slots moved from proxy-class...
2004-10-27 espenUpdated for CMUCL 19a and glib-2.4
2002-01-20 espenFixed some compiler warnings
2001-10-21 espenChanged to use MKBINDING-LATE instead of MKBINDING
2001-05-29 espenChanged to do some more stuff at compile time
2001-05-11 espenFixed a few bugs
2001-05-04 espenChanged PROXY-CLASS to work with forward referneced...
2001-04-30 espenAdded platform independent MKBINDING to create bindings...
2001-04-29 espenInitial checkin