chiark / gitweb /
Made toggle reference depend on glib2.8
[clg] / glib / glib.lisp
2005-04-24 espenBug fix
2005-04-23 espenChanged to MIT license
2005-04-18 espenAdded alien type counted-vector and some missing transl...
2005-04-17 espenUpdated for SBCL 0.8.21
2005-02-14 espenRenamed VECTOR-NULL to NULL-TERMINATED-VECTOR
2005-02-10 espenAdded null terminated vector type
2005-02-03 espenChanges required by SBCL
2005-01-30 espenQuarks simplified
2005-01-03 espenNew function UPDATE-USER-DATA and some bug fixes
2004-12-26 espenAdded reader and writer functions to list types
2004-12-09 espenAdded reader and writer functions for vector type
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