chiark / gitweb /
Bug fix
[clg] / glib / glib.lisp
2008-10-08 espenUse glib's API for memory allocation
2008-04-01 espenBroken make-glist and glist copy function fixed
2007-10-17 espenNew function SLICE-ALLOC and changes to user data mechanism
2007-09-07 espenAdded type methods for automatic type declarations
2007-06-15 espenUser data mechanism protected by locking
2006-12-21 espenChanged how memory allocation/deallocation functions...
2006-06-08 espenImproved alignment of struct slots
2006-04-25 espenCode moved to gffi/vector.lisp, improved memory management
2006-02-26 espenType method system redesigned
2006-02-19 espenClearing stack allocated memory
2006-02-15 espenModified WITH-ALLOCATED-MEMORY to use stack allocation...
2006-02-09 espenAdded macro WITH-ALLOCATED-MEMORY
2006-02-06 espenReplaced WEAK-READER-FUNCTION with optional WEAK-P...
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