chiark / gitweb /
gtk/gtk.lisp: Apparently when you ask for a stock Button, you get a Bin.
[clg] / gffi /
2013-03-22 Mark Woodinggffi/basic-types.lisp: clisp already defines a `byte...
2012-04-29 Rupert SwarbrickAdd a docstring to defbinding.
2012-03-03 Rupert SwarbrickMake custom slot setting work again.
2012-02-29 Rupert SwarbrickAllow string setters for virtual slots.
2012-02-29 Rupert SwarbrickAdd a boundp-function slot, which is required by virtua...
2012-02-29 Rupert SwarbrickMake type-expand-based code work on SBCL again.
2012-02-29 Rupert SwarbrickCorrectly sort out string-specified getters in virtual...
2012-02-29 Rupert SwarbrickHopefully allow (require :glib) again.
2012-01-02 Rupert SwarbrickDelete some imports from SB-PCL
2010-06-08 Rupert SwarbrickFix compilation for Gtk with the new, stricter inheritance
2008-12-10 espenUsing WITH-PINNED-OBJECTS to avoid some copying
2008-12-10 espenNew function TYPE-EQUAL-P
2008-12-10 espenExporting TYPE-EQUAL-P
2008-11-06 espenExporting all symbols for raw memory access
2008-11-04 espenSmall fix for CLISP
2008-10-08 espenBug fix (function name included in declarations)
2008-10-08 espenUpdate to the COPY-FUNCTION type method
2008-04-30 espenMade UNBOXED-VECTOR work in CLISP
2008-04-29 espenAdded new type UNBOXED-VECTOR
2008-04-29 espenExporting UNBOXED-VECTOR
2008-04-29 espenSimplified WITH-MEMORY
2008-04-11 espenVector arguments declared as SEQUENCE
2008-04-11 espenAdded support for OR as return type
2008-03-25 espenBug fixes
2007-12-14 espenShared object files given unique names
2007-12-11 espenBug fix in callback-wrapper
2007-12-11 espenFixed typo affecting CLISP
2007-11-29 espenFix for CLISP
2007-11-08 espenDelayed initialization of internal slot functions for...
2007-10-17 espenBug fix for CLISP
2007-10-17 espenMinor change to define-callback
2007-09-07 espenInitial checkin
2007-09-07 espenAdded automatic function type declarations and accessor...
2007-06-20 espenRemoved incorrect comment/bug fix
2007-06-20 espenRemoved incorrect comment
2007-06-20 espenBug fix
2007-06-18 espenBug fix in UNSET-0-VECTOR
2007-06-15 espenAdded clarifying comment
2007-06-02 espenAdded platform more independent memory access functions
2007-06-01 espenBug fix
2007-06-01 espenBUg fix
2007-06-01 espenFixed a few typos
2007-06-01 espenBug fix
2007-05-10 espenGot rid of warnings
2007-05-10 espenGot rid of a warning in CLISP
2007-04-06 espenType specifier NIL handled as special case in FIND...
2007-04-06 espenRemoved obsolete TODO comment
2007-02-19 espenExporting POINTER-DATA
2007-02-19 espenAdded poniter sized integer type POINTER-DATA
2007-01-12 espenNew class REF-COUNTED-OBJECT
2007-01-02 espenAdded missing support for setf-forms for virtual slot...
2007-01-02 espenExporting DIRECT-VIRTUAL-ALIEN-SLOT-DEFINITION and...
2007-01-02 espenAdded alien type specifier OPTIMIZED-DOUBLE-FLOAT
2006-12-21 espenChanged how memory allocation/deallocation functions...
2006-12-12 espenFix for CLisp 2.40
2006-09-29 espenWeak hash tables used to map lisp objects to alien...
2006-09-27 espenExporting UTF8-LENGTH
2006-09-13 espenChanges required by recent versions of SBCL
2006-09-06 espenBug fix
2006-09-06 espenENCODE-UTF8-STRING now works with zero length string
2006-09-05 espenFixed typo
2006-09-05 espenChanged definition of flags type
2006-08-16 espenMore improvements to virtual slot access
2006-08-16 espenUpdates for SBCL 0.9.14 and 0.9.15
2006-06-30 espenExporting ADJUST-OFFSET
2006-06-08 espenImproved alignment of struct slots
2006-04-26 espenModified DEFAULT-ALIEN-FNAME
2006-04-25 espenInitial checkin of CLISP port, code from glib/proxy...
2006-04-25 espenInitial checkin, code moved from glib/glib.lisp
2006-04-25 espenMoved from glib
2006-04-25 espenInitial checkin, code moved from glib/genums.lisp
2006-04-25 espenInitial checkin, parts of the code moved from glib...
2006-04-25 espenInitial checkin