projects/xcvb/metabang-bind.git
2011-04-06  Gary Kingdeclare indent was a no-no master
2011-04-05  Gary Kingwebsite tweaks
2011-04-05  Gary Kingadded Eric Schulte's lambda-bind
2011-03-27  Gary King... and also fix the problem with non-list first elemen...
2011-03-27  Gary Kingadded docstring support to :flet and :labels
2011-03-27  Gary Kingminor website tweaks
2011-02-12  Gary KingSeveral things
2011-02-12  Gary Kingminor website tweaks; document
2010-09-21  Gary Kinguse _ to indicate ignorable (in addition to nil)
2010-04-12  Gary KingAdded test for slots-r/o and made sure it was there!
2010-04-10  Gary KingAdded unit-tests/functions.lisp
2010-04-10  Gary KingAdded :slots-r/o and updated website
2010-03-07  Gary KingUpdate the :re regular-expression binding form
2010-03-05  Gary KingAdd :flet binding form
2010-02-23  Gary Kingflet - wip
2010-02-23  Gary KingMerge remote branch 'ag3/flet' into flet
2009-11-16  Gary Warren... remove asdf-system-connections from system def
2009-11-01  Gary Kingtweak to warnings fix
2009-11-01  Gary Kingprevent warnings about undefined functions (thanks...
2009-06-04  Gary Kingwebsite and testsuite configuration tweaks
2009-05-28  Gary Kingbumped version
2009-05-28  Gary Kingfixed ugly nested binding forms bug
2009-05-28  Gary Kingadded writable structure bindings (:structure/rw)
2009-03-30  Gary KingUse defbinding-form for conses, symbols and arrays...
2009-03-30  Gary KingImproved defbinding-form macro so that it supports...
2009-03-29  Gary KingConnect binding-form-docstring to cl:documentation
2009-03-29  Gary Kingmucking; docstrings
2009-03-29  Gary Kingallow defbinding-form to _not_ use a extra layer of...
2009-03-29  Gary Kingstop inserting when there are no declarations.
2009-03-29  Gary KingFinish removing support for *treat-values-as-values*
2009-03-29  Gary Kingtweak checks for missing-values warnings; wasn't handli...
2009-03-29  Gary Kingtweak .boring
2009-03-23  Gary Kingcleanup a few typos
2009-03-23  Gary KingAdd bind-missing-value-form-warning and implement it
2009-03-09  Gary Kingmisc. cleanup
2009-03-09  Gary Kingassociate docstrings with binding-forms
2009-03-09  Gary Kingadded some introspection: binding-forms, binding-form...
2009-03-09  Gary Kingjust moved stuff around
2009-03-01  Gary Kinga few more tests
2009-03-01  Gary Kingbe smarter about function declarations
2009-03-01  Gary Kingadded :explain to *bind-non-var-declarations* for Allegro
2009-03-01  Gary Kingcomplete refactoring and macroizing
2009-03-01  Gary Kingupdate .boring file
2008-09-30  Gary Kingremoved ;;; -+ lines
2008-09-11  Gary KingOh, ACL has the same syntax as CL-PPCRE so I need to...
2008-09-11  Gary Kingleft some variables I didn't need in; removing 'em
2008-09-11  Gary Kingbump version
2008-09-11  Gary KingAdded bind-re-allegro to support regular expression...
2008-06-24  levente.meszarosRenamed bind option :slots to :read-only-slots, added...
2008-05-10  attila.lendvaifix (bind () 1 2) expanding to 1
2008-06-10  Gary KingToss in a defgeneric to molify SBCL's warning
2008-06-08  Gary Kingadded :assoc binding strategy for associative lists
2008-06-08  Gary Kingrefactor property list bindings so that the putative...
2008-04-13  Gary Kingbump version
2008-04-13  Gary KingShift from warning to a style-warning (Thanks to Attila...
2008-04-03  Gary KingFix from Stelian Ionescu for a missing progn in bind...
2008-03-23  Gary Kingupdated textmate file
2008-03-23  Gary Kingchanged id
2008-03-18  Gary KingAnother attempt to correct the misunderstood simple...
2008-03-18  Gary Kingbumped version
2008-03-18  Gary KingCorrected problem with parsing 'simple-bindings' whose...
2008-03-18  Gary Kingupdated test configuration for lift changes
2008-03-02  Gary Kingbumped version; improve some accessor tests; improved...
2008-03-02  Gary KingAdded and implemented *bind-treat-values-as-values*
2008-03-02  Gary KingBasic cleanup and reformatting
2008-03-02  Gary KingMoved copyright notice out of bind.lisp and just point...
2008-01-28  Gary Kingbumped version
2008-01-28  Gary KingApplied patch from Russ Tyndall and incorporated Attila...
2008-01-13  Gary KingBump version
2008-01-13  Gary Kingvery minor website updates
2008-01-13  Gary KingExpand metabang-bind-developer package
2008-01-13  Gary KingChange copyright; remove GLU system file
2008-01-13  Gary KingUse my own boring file
2008-01-13  Gary KingAdded support for regular expression bindings using...
2007-11-29  attila.lendvaifix: ignore/ignorables of (values ...) binding dropped...
2007-12-01  Gary Kingbumped version
2007-12-01  Gary Kingwebsite update
2007-12-01  Gary KingAdd support and tests for array destructuring
2007-11-22  attila.lendvaifix: (bind ((values 42))) was confused to be a values...
2007-11-25  Gary KingBumped version
2007-11-25  Gary KingDon't call symbol-package unless it's a symbol!
2007-11-25  Gary KingSwitch header from class to id
2007-11-20  Gary KingBumped version
2007-11-20  Gary KingAdded TextMate project
2007-11-20  Gary KingUpdated tutorial
2007-11-20  Gary KingAdded :slots and :accessors bindings and tests for...
2007-11-15  Gary KingBumped version; moved to configuration file based testing
2007-11-15  Gary KingBrought plist handling up to spec
2007-11-15  Gary KingAdded files to test system
2007-11-15  Gary KingTests for structure binding and plist binding
2007-11-15  Gary Kingtransition to test configuration fiiles
2007-11-15  Gary KingMore website tweaks
2007-11-15  Gary KingWebsite machinations
2007-11-05  Gary KingSwitched to extensible defmethod mechanism to define...
2007-11-05  Gary Kingsystem reorganization and standardization
2007-11-05  Gary KingExport bind parameter variables (and rename some of...
2007-04-13  attila.lendvaiClean up defclass-star integration
2007-03-26  attila.lendvaiDelete defclass-star integration (the defclass-star...
2007-01-19  attila.lendvaiDon't pollute the :common-lisp-user package from the...
2007-01-19  attila.lendvaiTry to load asdf-system-connections at compile-time...
next