chiark / gitweb /
Amd64 port marked as done, added CLisp port as task to be done
[clg] / glib /
2006-02-28 espenBug fixes
2006-02-26 espen64-bit patch for SBCL from Gabriel Ebner
2006-02-26 espenFixed bug in SET-PACKAGE-PREFIX
2006-02-26 espenType method system redesigned
2006-02-26 espenGot rid of a warning about an unused variable
2006-02-19 espenClearing stack allocated memory
2006-02-19 espenWork around for broken def-type-method
2006-02-19 espenBug fix
2006-02-19 espenDefinition of type gclosure moved before it's first...
2006-02-19 espenC callbacks cleaned up and ported to new API
2006-02-19 espenAdded code to re-register sub-classed gobject classes...
2006-02-19 espenAdded new type methods for handling of C callback arguments
2006-02-19 espenAdded code to detect if SBCL is missing or has duplicat...
2006-02-19 espenExporting symbols for the C callback API
2006-02-19 espenAdded support for SBCL's native C callbacks, new callba...
2006-02-19 espenFix for SBCL >= 0.9.8
2006-02-19 espenRemoved unused code
2006-02-15 espenWITH-GVALUE now uses WITH-ALLOCATED-MEMORY
2006-02-15 espenModified WITH-ALLOCATED-MEMORY to use stack allocation...
2006-02-15 espenRemoved dependency of some internal PCL symbols
2006-02-13 espenAdded convenient type GERROR-SIGNAL which will signal...
2006-02-09 espenInitarg :construct renamed to :construct-only
2006-02-09 espenAdded ALLOCATE-FOREIGN method for gobject. Construct...
2006-02-09 espenAdded generic function ALLOCATE-FOREIGN
2006-02-09 espenAdded macro WITH-ALLOCATED-MEMORY
2006-02-08 espenFOREIGN
2006-02-08 espenChanges required by SBCL 0.9.8
2006-02-08 espenChanges required by SBCL 0.9.8
2006-02-08 espenCALL-NEXT-HANDLER given same semantic as CALL-NEXT...
2006-02-07 espenAdded caching of invalidated proxy instances
2006-02-06 espenReferencing gobject classes properly
2006-02-06 espenReplaced WEAK-READER-FUNCTION with optional WEAK-P...
2006-02-06 espenDisabled debugging code
2006-02-06 espenProxies for non reference counted foreign objects passe...
2006-02-06 espenProxies may now have "weak" references to the foreign...
2006-02-06 espenNew type method WEAK-READER-FUNCTION
2006-02-06 espenAdded more debugging stuff
2006-02-05 espenRedesigned proxy initialization protocol
2006-02-04 espenCode clean up and propper computation of foreign object...
2006-02-03 espenFixed broken reference counting
2006-02-03 espenMade toggle reference depend on glib2.8
2006-02-03 espenAdded glib2.8 to the feature list
2006-02-03 espenAdded dependency for Gtk 2.8 for toggle references
2006-02-02 espenAdded slot allocation :special for which are internal...
2006-02-02 espenSlots with instance allocation can now safely be added...
2006-02-02 espenObjects can now be cached with strong references
2006-02-02 espenFixed bug so that sub-classing of gobject-classes works
2006-02-01 espenType registering defered until class finalization
2006-02-01 espenSub-classing of gobjects can now be done without explic...
2006-02-01 espenAdded DEFINE-SIGNAL-HANDLER to define class signal...
2006-02-01 espenHack to make TYPE-FROM-NUMBER work with types that...
2006-02-01 espenExporting CALL-NEXT-HANDLER
2006-01-31 espenAdded code to register new types with the gobject type...
2005-09-26 espenCMUCL 19b no longer loads pcl.lisp
2005-09-26 espenFix for SBCL 9.x
2005-04-25 espenFeature :clg-pcl reneamed to :non-broken-pcl
2005-04-25 espenMade the definition of pcl::slot-info identical to...
2005-04-24 espenAdded pseudo type for structs which are inlined in...
2005-04-24 espenMapped lisp type gclosure to foreign type GClosure
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 espenAll alien strings automatically converted to and from...
2005-04-17 espenUpdated for SBCL 0.8.21
2005-04-17 espenMade WITH-GC-DISABLED just a wrapper for internal CMUCL...
2005-04-03 espenRegister integer as alias for foreign type int.
2005-03-13 espenModified DEFCALLBACK to avoid unnecessary variable...
2005-03-12 espenReverted a previous change which didn't work
2005-03-11 espenWorkaround for missing proxy classes
2005-03-11 espenWork around for an unknown bug
2005-03-11 espenFix to avoid having to rely on internal _get_type functions
2005-03-06 espenChanges necessary to allow saving of core images with...
2005-03-06 espenAdded declaration to get rid of a couple of warnings.
2005-02-27 espenChanged the way initargs are handled when merging slot...
2005-02-25 espenAdded required translation methods for single- and...
2005-02-25 espenBug fix
2005-02-22 espenCleand up the code for signal connecting
2005-02-22 espenDefined callback as a foreign type
2005-02-15 espenFixed previous broken change to DEFBINDING
2005-02-14 espenLocations to hold foreign values return by reference...
2005-02-14 espen:clg-pcl pushed to *features*
2005-02-14 espenRenamed VECTOR-NULL to NULL-TERMINATED-VECTOR
2005-02-14 espenMade it possible to use regular symbols in enum and...
2005-02-14 espenRemoved unused code, added generic functions
2005-02-14 espenAdded gerror.lisp
2005-02-14 espenRemoved unused code
2005-02-14 espenInitial checkin
2005-02-11 espenBug fixes, better error signaling and code reorganization
2005-02-10 espenOptimizations
2005-02-10 espenAdded new forms to be auto exported
2005-02-10 espenFixes needed to enable loading without first comiling...
2005-02-10 espenAdded null terminated vector type
2005-02-09 espenAdded new a type definition
2005-02-04 espenLog handling code commented out
2005-02-03 espenChanges required by SBCL
2005-02-03 espenBug fix
2005-02-01 espenIntrospected classes now defined in propper order
2005-01-30 espenAdded UNSET-USER-DATA
2005-01-30 espenQuarks simplified
2005-01-30 espenAdded type definition for gclosure
next