chiark / gitweb /
Changes necessary to allow saving of core images with clg.
[clg] / glib / gtype.lisp
2005-03-06 espenChanges necessary to allow saving of core images with...
2005-02-10 espenFixes needed to enable loading without first comiling...
2005-02-03 espenChanges required by SBCL
2005-02-01 espenIntrospected classes now defined in propper order
2005-01-12 espenMapped NIL type to "void"
2004-12-28 espenPathname registered as "gchararray"
2004-11-19 espenAdded pseudo type COPY-OF
2004-11-13 espenAdded GTYPE as a new alien type specifier
2004-11-07 espenMajor cleanup of ffi abstraction layer
2004-10-31 espenAdded library initialization
2004-10-27 espenUpdated for CMUCL 19a and glib-2.4
2002-03-24 espenAdded :except keyword to use with :ignore-prefix in...
2002-01-20 espenAdding support for glib interfaces (GInterface)
2002-01-14 espenChanged to use symbols from the CLG-SYSTEM package
2001-11-12 espenINIT-TYPES-IN-LIBRARY should now search for files in...
2001-10-21 espenChanged the topological sorting (which is not really...
2001-05-29 espenMisc changes the type query code
2001-05-11 espenAdded code for automatic type definitions
2001-04-30 espenAdded platform independent MKBINDING to create bindings...
2001-04-29 espenUpdated for glib-1.3.4 and moved code to proxy.lisp
2001-01-28 espenRemoved binding to private function g_type_create_instance
2000-11-09 espenMoved callback mechanism and signal system from gtk...
2000-10-01 espenFixed a bug in the from-alien translation of ALIEN...
2000-09-04 espenMade size-of a type method
2000-08-23 espenChanged the alloc argument to translate-from-alien...
2000-08-15 espenFixed a bug preventing proper initializing of alien...
2000-08-14 espenInitial revision