Changelog for metabang-bind

Generated on Thursday, 21 July 2011

Wed, 6 Apr 2011 17:09:58 -0400 Gary King
declare indent was a no-no
See https://github.com/gwkkwg/metabang-bind/issues/closed#issue/3
Tue, 5 Apr 2011 13:02:00 -0400 Gary King
website tweaks
Tue, 5 Apr 2011 11:16:18 -0400 Gary King
added Eric Schulte's lambda-bind
Sun, 27 Mar 2011 17:44:07 -0400 Gary King
... and also fix the problem with non-list first elements for flet and labels
whoopts; meant for this to go into the previous comment.
Sun, 27 Mar 2011 17:35:47 -0400 Gary King
added docstring support to :flet and :labels
(reported by https://github.com/tpapp)
Sun, 27 Mar 2011 17:35:44 -0400 Gary King
minor website tweaks
Sat, 12 Feb 2011 10:36:08 -0500 Gary King
Several things
* finally removed the long deprecated *bind-treat-values-as-values*

* added :labels to complement :flet and fixed :flet to accept an
optional declaration form (coincidently noticed by me and
https://github.com/scymtym in the same week!)

* fixed bug where the array binding form wasn't correctly handling
underscore as ignore

* added tests for flet with declarations, labels and handling
underscore as ignore (only some binding forms are checked so I
should write some more...)
Sat, 12 Feb 2011 10:31:36 -0500 Gary King
minor website tweaks; document
Tue, 21 Sep 2010 09:58:27 -0400 Gary King
use _ to indicate ignorable (in addition to nil)
Previously, nil was used to tell bind that  a place could be
ignored. Now you can also use _. This is (IMHO) easier to read.
For example:

    (bind (((a b _ d) (foo)))
      (list a b d))

etc.
Mon, 12 Apr 2010 10:45:12 -0400 Gary King
Added test for slots-r/o and made sure it was there!
Sat, 10 Apr 2010 11:45:06 -0400 Gary King
Added unit-tests/functions.lisp
Sat, 10 Apr 2010 11:28:33 -0400 Gary King
Added :slots-r/o and updated website
Sun, 7 Mar 2010 14:52:48 -0500 Gary King
Update the :re regular-expression binding form
The :re form didn't get updated for the changes needed
for :flet. This commit fixes that and updates the testsuite.
Fri, 5 Mar 2010 10:38:29 -0500 Gary King
Add :flet binding form
Also add tests for :flet and to prevent errors like

    (bind ((a b c)) ...)

or

    (bind (((:values a b c) 3 4 5)) ...)

These signal an error of type bind-too-many-value-forms-error
Tue, 23 Feb 2010 11:15:33 -0500 Gary King
flet - wip
Tue, 23 Feb 2010 11:14:11 -0500 Gary King
Merge remote branch 'ag3/flet' into flet
Mon, 16 Nov 2009 08:45:33 -0800 Gary Warren King
remove asdf-system-connections from system def
we don't need this for AG work.
Sun, 1 Nov 2009 15:26:58 -0500 Gary King
tweak to warnings fix
Sun, 1 Nov 2009 15:00:11 -0500 Gary King
prevent warnings about undefined functions (thanks to Attila Lendvai)
Thu, 4 Jun 2009 15:42:47 -0400 Gary King
website and testsuite configuration tweaks
darcs-hash:20090604194247-3cc5d-1c843440a4fa105c2a299e478aeaad9b8ecc6cb4.gz
Thu, 28 May 2009 19:29:14 -0400 Gary King
bumped version
darcs-hash:20090528232914-3cc5d-f5920e85123ea6363ec74e29a897981f1bf5dd35.gz
Thu, 28 May 2009 19:28:55 -0400 Gary King
fixed ugly nested binding forms bug
darcs-hash:20090528232855-3cc5d-22d072b95c02e207bfdf6879bee60b16029f0531.gz
Thu, 28 May 2009 19:28:28 -0400 Gary King
added writable structure bindings (:structure/rw)
darcs-hash:20090528232828-3cc5d-b578c46ef9da28fd302a3174466e3497f14e28a4.gz
Mon, 30 Mar 2009 13:15:29 -0400 Gary King
Use defbinding-form for conses, symbols and arrays too.
darcs-hash:20090330171529-3cc5d-7782fc756c3e5239a55f8c92c9e0920b83c50011.gz
Mon, 30 Mar 2009 13:14:49 -0400 Gary King
Improved defbinding-form macro so that it supports types rather than only keyword names
darcs-hash:20090330171449-3cc5d-de31f1815d877a643a496bde81fce9410ed2e8b9.gz
Sun, 29 Mar 2009 10:49:00 -0400 Gary King
Connect binding-form-docstring to cl:documentation
darcs-hash:20090329144900-3cc5d-73c0b6350997a88d8c6dfc2140ccbe58ad045133.gz
Sun, 29 Mar 2009 10:48:28 -0400 Gary King
mucking; docstrings
darcs-hash:20090329144828-3cc5d-0200aea26f99a3fe96c596515f94d561cfa61f97.gz
Sun, 29 Mar 2009 10:48:05 -0400 Gary King
allow defbinding-form to _not_ use a extra layer of binding for values (to support :values and :function). Also, prevent variable capture of in defbinding-form macro.
darcs-hash:20090329144805-3cc5d-c86026d338ce3c7c0cdf37795c8e6299128acf7b.gz
Sun, 29 Mar 2009 10:46:30 -0400 Gary King
stop inserting when there are no declarations.
darcs-hash:20090329144630-3cc5d-c6e4fe7e184726c37d99d16b4e537ee40175ac0a.gz
Sun, 29 Mar 2009 10:44:56 -0400 Gary King
Finish removing support for *treat-values-as-values*
darcs-hash:20090329144456-3cc5d-402978ef5ec873b992ee897f8b4ce89ad3857fb5.gz
Sun, 29 Mar 2009 10:43:16 -0400 Gary King
tweak checks for missing-values warnings; wasn't handling forms like (a nil) correctly.
darcs-hash:20090329144316-3cc5d-7b70c20b8a2f8302650aa2c6c611dda6f4ec8b78.gz
Sun, 29 Mar 2009 10:40:51 -0400 Gary King
tweak .boring
darcs-hash:20090329144051-3cc5d-dac328c739fff99aa5ecfdcb15e29f1bf103f240.gz
Mon, 23 Mar 2009 11:51:37 -0400 Gary King
cleanup a few typos
darcs-hash:20090323155137-3cc5d-b317a420184159ab02620c389ca4f9a010ce433d.gz
Mon, 23 Mar 2009 11:51:04 -0400 Gary King
Add bind-missing-value-form-warning and implement it
darcs-hash:20090323155104-3cc5d-0274b6520e4f5809c2e9b08ccaaa7e46621bddcf.gz
Sun, 8 Mar 2009 20:52:57 -0400 Gary King
misc. cleanup
darcs-hash:20090309005257-3cc5d-f286409eba12c6ffcc667f28e3f6e4cf85b0e192.gz
Sun, 8 Mar 2009 20:52:20 -0400 Gary King
associate docstrings with binding-forms
darcs-hash:20090309005220-3cc5d-257d7bbbb7c33d572be8092fc7fe05d415b6f228.gz
Sun, 8 Mar 2009 20:51:43 -0400 Gary King
added some introspection: binding-forms, binding-form-synonyms, etc
darcs-hash:20090309005143-3cc5d-29b3ca5f47fa4f5c1acd29e9efe6b51fd71238b0.gz
Sun, 8 Mar 2009 20:50:20 -0400 Gary King
just moved stuff around
darcs-hash:20090309005020-3cc5d-f95cdc9ed7b6b54f6d5537c0caec5956e1948720.gz
Sun, 1 Mar 2009 14:09:44 -0500 Gary King
a few more tests
darcs-hash:20090301190944-3cc5d-8db532d875300fc05daeffe906ecac9b1b8f1c8c.gz
Sun, 1 Mar 2009 14:09:21 -0500 Gary King
be smarter about function declarations
darcs-hash:20090301190921-3cc5d-54a357bebb60c4586396ce02c3c68dec4e5011d1.gz
Sun, 1 Mar 2009 14:08:47 -0500 Gary King
added :explain to *bind-non-var-declarations* for Allegro
darcs-hash:20090301190847-3cc5d-919c5380b1bb83c9547297851158329c7deb8fa5.gz
Sun, 1 Mar 2009 13:42:47 -0500 Gary King
complete refactoring and macroizing
darcs-hash:20090301184247-3cc5d-dc5b39d0f1d728cd0c3040cd84097fb4b0e184d0.gz
Sun, 1 Mar 2009 13:23:42 -0500 Gary King
update .boring file
darcs-hash:20090301182342-3cc5d-c0cb8074cb1786d48a784102f3f0b2aa2452faf6.gz
Mon, 29 Sep 2008 22:37:13 -0400 Gary King
removed ;;; -+ lines
darcs-hash:20080930023713-3cc5d-35a454f4289e4caea8c11eb3c4a071f2ae1a925f.gz
Thu, 11 Sep 2008 19:52:12 -0400 Gary King
Oh, ACL has the same syntax as CL-PPCRE so I need to use the same funky flet and stuff; OK
darcs-hash:20080911235212-3cc5d-7ee4732eaba0edc8af926f078ede67ce46d4eff1.gz
Thu, 11 Sep 2008 19:41:25 -0400 Gary King
left some variables I didn't need in; removing 'em
darcs-hash:20080911234125-3cc5d-015a31395368865d24bd5ea130c954b5b66a009c.gz
Thu, 11 Sep 2008 19:39:32 -0400 Gary King
bump version
darcs-hash:20080911233932-3cc5d-a96598ea2e1b4e4e9a0c03b63d34f416eaf9c00b.gz
Thu, 11 Sep 2008 19:38:30 -0400 Gary King
Added bind-re-allegro to support regular expression bindings even without CL-PPCRE when using ACL
darcs-hash:20080911233830-3cc5d-56953036d2d52f030530cfd45b1ae283549f8a75.gz
Tue, 24 Jun 2008 07:21:08 -0400 levente.meszaros
Renamed bind option :slots to :read-only-slots, added support for :slots based on with-slots.
darcs-hash:20080624112108-e3083-e8532332ee2452c2b080f5f172abb10a9a36a555.gz
Sat, 10 May 2008 18:38:07 -0400 attila.lendvai
fix (bind () 1 2) expanding to 1
darcs-hash:20080510223807-6b9e8-27dfd2662c7f4c3c077f187c20bdf0f8200ade9f.gz
Tue, 10 Jun 2008 00:13:17 -0400 Gary King
Toss in a defgeneric to molify SBCL's warning
darcs-hash:20080610041317-3cc5d-f0ac04d3fea5d5b8560ae9f8e4c6e94021768cbf.gz
Sun, 8 Jun 2008 10:54:30 -0400 Gary King
added :assoc binding strategy for associative lists
darcs-hash:20080608145430-3cc5d-c7e24b89edad99a7b9973a5b55c40216d6236bbd.gz
Sun, 8 Jun 2008 10:53:58 -0400 Gary King
refactor property list bindings so that the putative plist can use non-keyword keys; added :plist- strategy to do just that
darcs-hash:20080608145358-3cc5d-a2348785215495b4b16434c57ade7ae77ff55a0a.gz
Sun, 13 Apr 2008 19:42:36 -0400 Gary King
bump version
darcs-hash:20080413234236-3cc5d-d8caff5da10c68cc7325d6083812d05a853391cf.gz
Sun, 13 Apr 2008 19:38:02 -0400 Gary King
Shift from warning to a style-warning (Thanks to Attila Lendvai)
darcs-hash:20080413233802-3cc5d-f541ada68ae9769d4dc9fb67d17eaa83e16812d3.gz
Thu, 3 Apr 2008 14:42:40 -0400 Gary King
Fix from Stelian Ionescu for a missing progn in bind's regex expansion (thanks!)
darcs-hash:20080403184240-3cc5d-7d7e90ade4239b5cf7ad85fd1de3b81068d163cb.gz
Sun, 23 Mar 2008 19:28:57 -0400 Gary King
updated textmate file
darcs-hash:20080323232857-3cc5d-3c1198a94258e82aca81df043db9527e310c5282.gz
Sun, 23 Mar 2008 19:28:35 -0400 Gary King
changed id
darcs-hash:20080323232835-3cc5d-c1550d24e0ec5bac7cffa0b321f69d548b2dd503.gz
Mon, 17 Mar 2008 21:38:29 -0400 Gary King
Another attempt to correct the misunderstood simple values problem... this one actually works with all the tests.
darcs-hash:20080318013829-3cc5d-a786297445abecc019dcca891e76bbd403d6d100.gz
Mon, 17 Mar 2008 21:27:12 -0400 Gary King
bumped version
darcs-hash:20080318012712-3cc5d-dd664d36930d919863715f32e2f6f8591921aa45.gz
Mon, 17 Mar 2008 21:26:35 -0400 Gary King
Corrected problem with parsing 'simple-bindings' whose variable was 'values'. Thanks to Attila Lendvai for noticing the problem and pointing it out so nicely. Tests for same.
darcs-hash:20080318012635-3cc5d-04ec1b80006a90796f82d7aa59e80dd6865d18db.gz
Mon, 17 Mar 2008 21:25:02 -0400 Gary King
updated test configuration for lift changes
darcs-hash:20080318012502-3cc5d-ea23f8809e5e632933c8c18b92a5d07f3929776e.gz
Sat, 1 Mar 2008 20:15:30 -0500 Gary King
bumped version; improve some accessor tests; improved comments
darcs-hash:20080302011530-3cc5d-5a0e66174e65998f33c243c9f2dad54e7349ec14.gz
Sat, 1 Mar 2008 20:10:49 -0500 Gary King
Added and implemented *bind-treat-values-as-values*
darcs-hash:20080302011049-3cc5d-1e460572a286b841651fc2a3f53a7978fe68e435.gz
Sat, 1 Mar 2008 20:10:09 -0500 Gary King
Basic cleanup and reformatting
darcs-hash:20080302011009-3cc5d-b0cd5fa58f43ba7f5f6cc478ef40398e7ae33270.gz
Sat, 1 Mar 2008 20:09:51 -0500 Gary King
Moved copyright notice out of bind.lisp and just point at COPYING
darcs-hash:20080302010951-3cc5d-78b73bac6f53951817df9092e9774a6644fa5f09.gz
Mon, 28 Jan 2008 11:11:44 -0500 Gary King
bumped version
darcs-hash:20080128161144-3cc5d-48b488c0c1700c5e8c416464077f4a75c9ed49d1.gz
Mon, 28 Jan 2008 11:11:23 -0500 Gary King
Applied patch from Russ Tyndall and incorporated Attila Lendvai's suggestions for naming things. Bind now maps :accessors and :writable-accessors to with-accessors and :accessors-read-only and :read-only-accessors to a set of read-only bindings.
darcs-hash:20080128161123-3cc5d-2aba832e2a7e1e38610c7dbb1b518227a1a4a66b.gz
Sun, 13 Jan 2008 12:45:05 -0500 Gary King
Bump version
darcs-hash:20080113174505-3cc5d-5d5f2053ac39a898d575fb541ca2aad30877c3bd.gz
Sun, 13 Jan 2008 12:44:44 -0500 Gary King
very minor website updates
darcs-hash:20080113174444-3cc5d-bc9ff860c5f3f14df94956124795d96a7e142e2e.gz
Sun, 13 Jan 2008 12:44:21 -0500 Gary King
Expand metabang-bind-developer package
darcs-hash:20080113174421-3cc5d-468878ce870cf754f7eca5546c86fece8c037e57.gz
Sun, 13 Jan 2008 12:43:27 -0500 Gary King
Change copyright; remove GLU system file
darcs-hash:20080113174327-3cc5d-975b3438de0a9fb6ade0f01547ea6fc7e408e700.gz
Sun, 13 Jan 2008 12:43:01 -0500 Gary King
Use my own boring file
darcs-hash:20080113174301-3cc5d-e5962e05e6d2b8cce68a94cc585d1728ed30bd37.gz
Sun, 13 Jan 2008 12:42:03 -0500 Gary King
Added support for regular expression bindings using CL-PPCRE
darcs-hash:20080113174203-3cc5d-db59b3ebd4db5ddeac775d581e2dd99c99c2d746.gz
Thu, 29 Nov 2007 09:08:26 -0500 attila.lendvai
fix: ignore/ignorables of (values ...) binding dropped the first entry
(bind (((values a b c) 42))
  (declare (ignore a b c)))

(MULTIPLE-VALUE-BIND (A B C) 42
  (DECLARE (IGNORE B) (IGNORE C)))

darcs-hash:20071129140826-6b9e8-47b73467f993bb4b709beebb14fd6577084026c6.gz
Sat, 1 Dec 2007 18:39:49 -0500 Gary King
bumped version
darcs-hash:20071201233949-3cc5d-bb643c34abfd7fe4451d18d2c962ec6f947d50c9.gz
Sat, 1 Dec 2007 18:38:59 -0500 Gary King
website update
darcs-hash:20071201233859-3cc5d-8e3630c7285b0f804ac39e500f85e519e377366b.gz
Sat, 1 Dec 2007 18:38:53 -0500 Gary King
Add support and tests for array destructuring
darcs-hash:20071201233853-3cc5d-90519fa1a4aeaba0167251693f8e4086ae771ced.gz
Thu, 22 Nov 2007 08:17:58 -0500 attila.lendvai
fix: (bind ((values 42))) was confused to be a values binding
darcs-hash:20071122131758-6b9e8-f85bf7ef541b4564d50f47ff194b484517637ae1.gz
Sun, 25 Nov 2007 11:55:48 -0500 Gary King
Bumped version
darcs-hash:20071125165548-3cc5d-f2ed27be3c96cd14234818f899575f6ec881bfea.gz
Sun, 25 Nov 2007 11:55:10 -0500 Gary King
Don't call symbol-package unless it's a symbol!
darcs-hash:20071125165510-3cc5d-dbf3ad9ddbd6f89825e7d32c5a2086aa31d1c760.gz
Sun, 25 Nov 2007 11:54:50 -0500 Gary King
Switch header from class to id
darcs-hash:20071125165450-3cc5d-2f91e3bde5bd0ef1b371a22958ca16115f238065.gz
Tue, 20 Nov 2007 10:19:49 -0500 Gary King
Bumped version
darcs-hash:20071120151949-3cc5d-170ff49692cc273487b5cd79538de70e7fa39aa9.gz
Tue, 20 Nov 2007 10:19:22 -0500 Gary King
Added TextMate project
darcs-hash:20071120151922-3cc5d-146afd95d1e74bd236c19235051bc4c15c488e6e.gz
Tue, 20 Nov 2007 10:18:32 -0500 Gary King
Updated tutorial
darcs-hash:20071120151832-3cc5d-ada3236f446c3a730dbbc920e2cc94a8714c0595.gz
Tue, 20 Nov 2007 10:01:03 -0500 Gary King
Added :slots and :accessors bindings and tests for same
darcs-hash:20071120150103-3cc5d-0653e6913d2fee75f6d0cef9a231867fbc4e5a69.gz
Thu, 15 Nov 2007 16:33:53 -0500 Gary King
Bumped version; moved to configuration file based testing
darcs-hash:20071115213353-3cc5d-fbef5084bd5d88f7aaf54d4604fca598a8e8b100.gz
Thu, 15 Nov 2007 16:33:17 -0500 Gary King
Brought plist handling up to spec
darcs-hash:20071115213317-3cc5d-31a8c7ea44f578b2ed1b8148dfd372e3a1e2f928.gz
Thu, 15 Nov 2007 16:32:53 -0500 Gary King
Added files to test system
darcs-hash:20071115213253-3cc5d-e1bd8bea074e30fa737cd1514ba6224d36bf9c8b.gz
Thu, 15 Nov 2007 16:31:45 -0500 Gary King
Tests for structure binding and plist binding
darcs-hash:20071115213145-3cc5d-2f7d52cb80e4d0c0dd4c4124f6d7c1f764d8300b.gz
Thu, 15 Nov 2007 16:31:13 -0500 Gary King
transition to test configuration fiiles
darcs-hash:20071115213113-3cc5d-8375eeff4637995c8a7a074f688404b86b3c49de.gz
Thu, 15 Nov 2007 16:30:26 -0500 Gary King
More website tweaks
darcs-hash:20071115213026-3cc5d-b8ad738b9f96332dd7db4b411866758231df1c37.gz
Thu, 15 Nov 2007 09:49:21 -0500 Gary King
Website machinations
darcs-hash:20071115144921-3cc5d-1e573108531db41f588407985ccdd88dc201285d.gz
Mon, 5 Nov 2007 10:38:46 -0500 Gary King
Switched to extensible defmethod mechanism to define new binding constructs !
darcs-hash:20071105153846-3cc5d-175bc6f05850bcd86e29076256fb6eff1b8cdc02.gz
Mon, 5 Nov 2007 10:38:07 -0500 Gary King
system reorganization and standardization
darcs-hash:20071105153807-3cc5d-cc0d54bf0e73dd9b21f479713e49611b256babf1.gz
Mon, 5 Nov 2007 10:34:24 -0500 Gary King
Export bind parameter variables (and rename some of them for consistency)
darcs-hash:20071105153424-3cc5d-cf94cf8beaedc7df43ea2ce54438dd466c306446.gz
Fri, 13 Apr 2007 04:51:17 -0400 attila.lendvai
Clean up defclass-star integration
Get rid of the hackish *defclass-macro-name-for-dynamic-context* and move the
integration into defclass-star which exports a define-dynamic-context* which by
default uses defclass*.

darcs-hash:20070413085117-6b9e8-6b4d0c28eba10d0e3cfdf1e83d6b903a8ea32789.gz
Mon, 26 Mar 2007 10:13:17 -0400 attila.lendvai
Delete defclass-star integration (the defclass-star project has them all in one place)
darcs-hash:20070326141317-6b9e8-7bbbbd817bdc7868fd9dc818b377881baffc0e8a.gz
Fri, 19 Jan 2007 10:19:22 -0500 attila.lendvai
Don't pollute the :common-lisp-user package from the .asd
darcs-hash:20070119151922-6b9e8-588c08ba8996f7cf739af454dea18ded3032e7fe.gz
Fri, 19 Jan 2007 10:18:51 -0500 attila.lendvai
Try to load asdf-system-connections at compile-time so #+ works as expected
darcs-hash:20070119151851-6b9e8-50eb71d4a5c4aa1f381300e6bcaaab8f0932bcaa.gz
Mon, 5 Feb 2007 10:00:04 -0500 Gary King
Tests for bind-get-vars-from-lambda-list
darcs-hash:20070205150004-3cc5d-0cf4f1364f4ea2e8e26629185bda97ed0e612bda.gz
Fri, 19 Jan 2007 09:38:37 -0500 Gary King
Tests for bind-get-vars-from-lambda-list
darcs-hash:20070119143837-3cc5d-f440845c1fb953f6a1012ade2a6c31aca54867cd.gz
Fri, 19 Jan 2007 09:37:59 -0500 Gary King
Bump version (include Attila Lendvai's patch too)
darcs-hash:20070119143759-3cc5d-7eaa2a4d38a48d3aa306125a9960b0174ea9fab1.gz
Fri, 19 Jan 2007 09:37:13 -0500 Gary King
Remove some cruft; fix another bug in bind-get-vars-from-lambda-list -- it's still too heuristic,... oh well.
darcs-hash:20070119143713-3cc5d-b1d086553e0a02b5e52ec5e9bded70169d5c9949.gz
Fri, 19 Jan 2007 08:47:45 -0500 attila.lendvai
Make the integration with other systems more robust
darcs-hash:20070119134745-6b9e8-20f98f33154527ee8f2fbbe92d2905d8eae5fc94.gz
Tue, 9 Jan 2007 10:25:40 -0500 attila.lendvai
FIX: the in-NAME accessor of define-dynamic-context was reading the defined variable which muffled the unused var warning
darcs-hash:20070109152540-6b9e8-fc1714e0cfe6e418172f902e7683f9c3fecce999.gz
Thu, 18 Jan 2007 20:27:00 -0500 Gary King
updated copyright; renamed one of the bind-and-metatilities system connections to bind-and-defclass-star
darcs-hash:20070119012700-3cc5d-ac70d1f77f7e4222250808d2f73cf163edb7c801.gz
Tue, 26 Dec 2006 18:54:03 -0500 Gary King
Updated lambda list parsing to handle default values properly. Thanks to Chris Dean for pointing this out.
darcs-hash:20061226235403-3cc5d-35130a605d210581cb1f6f7144a5c87dd186aac6.gz
Sun, 17 Dec 2006 17:01:47 -0500 attila.lendvai
FIX: export more stuff when asked for in define-dynamic-context
darcs-hash:20061217220147-6b9e8-b55925fde6834129e74c405cddc3825d7f090578.gz
Sun, 17 Dec 2006 15:09:03 -0500 Gary King
Fixed destructuring bind tests with dotted lists
darcs-hash:20061217200903-3cc5d-9dfea952827168a82bad544052331a232a3e758d.gz
Sun, 17 Dec 2006 15:08:39 -0500 Gary King
Better test system integration
darcs-hash:20061217200839-3cc5d-320f9f6bffe1495dfec8eed8307c33c6822bec70.gz
Sun, 22 Oct 2006 09:23:13 -0400 attila.lendvai
Added define-dynamic-context
darcs-hash:20061022132313-6b9e8-0bd8a86b12de9f2375c5f9cdb694fc1a9c3dbce4.gz
Sun, 8 Oct 2006 14:30:04 -0400 Gary King
Fixed copyright
darcs-hash:20061008183004-3cc5d-9b67e7ed23cb9bc02a5f5d346ba9a9c2ef504aa0.gz
Mon, 2 Oct 2006 12:46:40 -0400 Gary King
Converting error about missing asdf-system-connections into a warning (and a fake warning at that)
darcs-hash:20061002164640-3cc5d-6c9a56aab89358a3fd521c2f9fb8a0655da9dc53.gz
Sun, 11 Jun 2006 16:47:09 -0400 Gary King
Updated copyright date
darcs-hash:20060611204709-3cc5d-3f5fae8ab9b1a5da7d12ec23cd8617222e41682f.gz
Thu, 11 May 2006 15:33:29 -0400 Gary King
Fixing in-packages
darcs-hash:20060511193329-3cc5d-2cead5fcdfc397279d1417ed858c715085e0c013.gz
Mon, 24 Apr 2006 22:37:01 -0400 Gary King
Lower-cased package names in defsystem
darcs-hash:20060425023701-3cc5d-f0f7639f2c23e21544356fa8a73fafefc4c4f071.gz
Wed, 5 Apr 2006 09:34:04 -0400 Gary King
More #\.
darcs-hash:20060405133404-3cc5d-a60a77d835abe0660459958bb0e86773bb73c811.gz
Mon, 20 Mar 2006 19:04:14 -0500 Gary King
Updated for mlisp
darcs-hash:20060321000414-3cc5d-f23386d1bd3810ff7325b32d533add6f87fe89ef.gz
Sun, 12 Feb 2006 11:56:20 -0500 Gary King
Added some unit-tests; corrected the destructuring-bind code (again!); exported some conditions that aren't acutally used!
darcs-hash:20060212165620-3cc5d-aa042761746614b951396d97098afa035f5d379d.gz
Fri, 10 Feb 2006 09:52:50 -0500 Gary King
Corrected bug where bind destructuring did not handle dotted lists
darcs-hash:20060210145250-3cc5d-6748403af0140cc9c3466b5206f1febe3d547b8f.gz
Thu, 9 Feb 2006 15:46:45 -0500 Gary King
Added extra logic to take care of nils in destructuring-binds (MCL didn't care, OpenMCL does now) and it's probably a good thing.
darcs-hash:20060209204645-3cc5d-ea5814b407df1806cb6662ba2d66d33d8fccf89f.gz
Thu, 2 Feb 2006 11:07:08 -0500 Gary King
Improved formatting of system news in website
darcs-hash:20060202160708-3cc5d-8f5cd2a822c240a9aa877bd275dc2fc9ae4ecfa2.gz
Thu, 2 Feb 2006 11:06:41 -0500 Gary King
Added called to export-exported-symbols
darcs-hash:20060202160641-3cc5d-c5adf5b3ca1387035600b7e4a2fcfe3abfd63355.gz
Sat, 28 Jan 2006 18:52:56 -0500 Gary King
Moved to almost tableless design; I now have achieved nirvana: I can look a bit odd in every browser!
darcs-hash:20060128235256-3cc5d-edb743536d62dc028ed09dd3c41eece6a4f1d5ea.gz
Thu, 26 Jan 2006 23:04:01 -0500 Gary King
Fixed :Name links in website
darcs-hash:20060127040401-3cc5d-a408b49825c1792d96f6d0da9d51cc66eb338449.gz
Thu, 19 Jan 2006 11:07:10 -0500 Gary King
Minor webpage fixes
darcs-hash:20060119160710-3cc5d-488a646016992b9c829888c42c1f5e4f61ad5b9c.gz
Mon, 9 Jan 2006 15:21:57 -0500 Gary King
Re-worked webpage
darcs-hash:20060109202157-3cc5d-51ebe7d5df03c3e2727e413a8f79b2e1eda0444e.gz
Mon, 9 Jan 2006 15:21:44 -0500 Gary King
Added website module
darcs-hash:20060109202144-3cc5d-54280ce7fcc93a22b3c2c636d2d75c2e2eb08c9b.gz
Tue, 3 Jan 2006 10:24:30 -0500 Gary King
Added metabang-bind package nickname
darcs-hash:20060103152430-3cc5d-31fbd1866a7053d1e22fdcdad598d532f782de7e.gz
Sun, 1 Jan 2006 13:39:25 -0500 Gary King
COPYING move
darcs-hash:20060101183925-3cc5d-80038d99f7e355ea3ce1df54d813244d79b07e60.gz
Sun, 1 Jan 2006 09:26:35 -0500 Gary King
Added COPYING file
darcs-hash:20060101142635-3cc5d-5f3898a07417f5df145286764d03e3824948c5cd.gz
Mon, 19 Dec 2005 11:41:58 -0500 Gary King
Typo in ASDF-install and made system depend on asdf-system-connections to get ASDF-Install to do our work for us
darcs-hash:20051219164158-3cc5d-956dbad1fdaeeed40b7bbb0a0baa3b2838d5f0dd.gz
Fri, 9 Dec 2005 14:04:01 -0500 Gary King
An attempt at better behavior for handling asdf-system-connections; fixed website typo (thanks to Zach Musgrave)
darcs-hash:20051209190401-3cc5d-41ef245db5fdd289b252384d224f2ff34ae0c225.gz
Tue, 22 Nov 2005 20:26:12 -0500 Gary King
removed CVS keys
darcs-hash:20051123012612-3cc5d-9b8cfeab00f2747caa247d4b39e9d57aa0a10442.gz
Fri, 18 Nov 2005 10:15:04 -0500 Gary King
Moved system file up one level
darcs-hash:20051118151504-3cc5d-23b19866660e3407e55be147ea42a7f874228e82.gz
Wed, 16 Nov 2005 22:21:58 -0500 Gary King
added version file; changing names again
darcs-hash:20051117032158-3cc5d-7f09dc8eea41496d4b9cf507914a4b8b3975a549.gz
Sun, 13 Nov 2005 21:02:30 -0500 Gary King
added website; adding system-connection
darcs-hash:20051114020230-3cc5d-7bea94e72a7bdf1a67d0416353ec05b8cf87eb8a.gz
Fri, 11 Nov 2005 22:04:47 -0500 Gary King
initial (again)
darcs-hash:20051112030447-3cc5d-a6dc5a76bc82c9cbcb76b20ca0d539648592037c.gz