chiark / gitweb /
Bug fix: (mklist ()) now returns NIL
[clg] / glib / glib.lisp
2004-11-21 espenAdded support for pseudo type COPY-OF
2004-11-12 espenList automatically converted to C vectors
2004-11-07 espendef-callback-marshal moved to gcallback.lisp
2004-11-07 espenAdded abstraction layer for C callback functions
2004-11-06 espenMajor cleanup of ffi abstraction layer
2004-11-01 espenCallbacks from C done properly
2004-10-31 espenRemoved loading of shared lib
2004-10-27 espenUpdated for CMUCL 19a and glib-2.4
2002-01-20 espenSmall bugfix
2001-11-12 espenDEALLOCATE-MEMORY should now actually free memory
2001-05-11 espenChanged order of name arguments to defbindings
2001-04-29 espenCleanups
2001-02-11 espenAdded function for user data
2000-10-05 espenAdded single linked list type (gslist), changed name...
2000-09-04 espenMade size-of a type method, added vector type and made...
2000-08-23 espenFixed a design flaw in quark-from-object
2000-08-23 espenChanged the alloc argument to translate-from-alien...
2000-08-22 espenImplemeted object/quark mapping
2000-08-15 espenFixed a bug in the translation of lists to GLists
2000-08-14 espenInitial revision