Christophe Weblog Wiki Code Publications Music
specializable.git
2014-04-13 Christophe... add files from Jan Moringen's pattern-specializer repos... master
2014-04-13 Christophe... rearrange repository to have src/ and examples/ directories
2014-04-13 Christophe... content-negotiation is better described using OR method...
2014-03-05 Christophe... use CALL-NEXT-METHOD rather than CLASS-OF for NEXT... els2014-submission
2014-03-02 Christophe... simplify parsing a bit
2014-03-02 Christophe... note that TRACE / PROFILE are now handled by SBCL itself
2014-03-02 Jan Moringenunused stuff
2014-03-02 Jan Moringenadded system definition file
2014-03-02 Jan Moringenminor things in accept-specializer.lisp
2014-03-02 Christophe... prototype of prototype specializers
2014-03-02 Christophe... fix treatment of zero q values
2014-03-02 Christophe... prettify walker slightly
2014-02-22 Christophe... distinct walker which actually does something
2014-02-22 Christophe... separate out (internal) functions
2014-02-17 Christophe... first-arg-only dispatch special case
2014-02-07 Christophe... call NO-APPLICABLE-METHOD in the appropriate place
2014-02-06 Christophe... add signum specializer example
2014-01-16 Christophe... note problem with :class slot
2014-01-05 Christophe... gitignore fasls
2014-01-05 Christophe... deal with keyword argument checking
2013-12-21 Christophe... delete stale add/remove-direct-method comment
2013-12-20 Christophe... get SPECIALIZER-DIRECT-METHODS (and -GENERIC-FUNCTIONS...
2013-12-17 Christophe... adapt content-negotiation method combination
2013-12-17 Christophe... allow digits in the media subtype
2013-12-16 Christophe... finish implementing ACCEPT specializers
2013-12-16 Christophe... new protocol function GENERALIZER-EQUAL-HASH-KEY
2013-12-16 Christophe... accept-header parsing
2013-12-16 Christophe... improve print-object for accept-tree-node
2013-12-14 Christophe... beginnings of content-type negotiation specializer
2013-12-13 Christophe... get the protocol more right
2013-12-12 Christophe... fix one package export
2013-12-12 Christophe... test case!
2013-12-12 Christophe... flush the EMF cache in REINITIALIZE-INSTANCE of SPECIAL...
2013-12-12 Christophe... note a fixme
2013-12-11 Christophe... handle arbitrary method combination
2013-12-11 Christophe... package fixup for cons specializers
2013-12-11 Christophe... separate out cons-specializer and walk into their own...
2013-12-10 Christophe... initial commit