Changelog for defsystem-compatibility

Generated on Friday, 13 June 2008

Tue Jun 10 11:41:01 EDT 2008Gary King <gwking@metabang.com>
TAG version-0.1.2
Tue Jun 10 11:40:52 EDT 2008Gary King <gwking@metabang.com>
bump version
Tue Jun 10 11:30:03 EDT 2008Gary King <gwking@metabang.com>
added methods to ensure-system-name* and select-system-definer to handle ASDF's (:version <name> <value>) form
Sat May 3 20:31:31 EDT 2008Gary King <gwking@metabang.com>
minor cleanups
Sun Mar 4 14:33:52 EST 2007Gary King <gwking@metabang.com>
TAG vesrion-0.1.1
Sun Mar 4 14:33:43 EST 2007Gary King <gwking@metabang.com>
bump version; bump website; consider reworking this into part of metatilities; mutter into my beard.
Mon Feb 5 09:59:03 EST 2007Gary King <gwking@metabang.com>
Rearranged system file (nothing special); updated copyright
Tue Aug 8 15:50:17 EDT 2006Gary King <gwking@metabang.com>
Some attempts to parse asdf relative parthnames more better; added *ignore-errors?* special to allow for processing through missing systems, etc
Fri Jun 23 22:33:22 EDT 2006Gary King <gwking@metabang.com>
fix for mlist compatibility (switch package designator from ASDF to #:asdf)
Sun Jun 11 16:47:36 EDT 2006Gary King <gwking@metabang.com>
Stopped a declare ignore warning
Sun Jun 4 10:55:43 EDT 2006Gary King <gwking@metabang.com>
Changed call to enough-namestring in hopes of more cross platform goodness
Fri Jun 2 12:49:22 EDT 2006Gary King <gwking@metabang.com>
Added available-systems (uses, e.g., asdf:*central-registry*, to find all systems; system signature uses pathname-separator to become more canonical; changed adhoc error message to use a condition
Tue May 30 11:02:44 EDT 2006Gary King <gwking@metabang.com>
Added system-signature
Mon May 22 16:50:46 EDT 2006Gary King <gwking@metabang.com>
:package to #:package for consisteny's sake (i guess i have a little mind)
Wed May 17 15:07:47 EDT 2006Gary King <gwking@metabang.com>
Update pathname-for-system-file so that it looks at non-source-files too
Wed May 17 14:49:56 EDT 2006Gary King <gwking@metabang.com>
Replace with
Thu May 11 15:30:29 EDT 2006Gary King <gwking@metabang.com>
Fixing in-packages
Tue May 9 13:15:39 EDT 2006Gary King <gwking@metabang.com>
exported map-system-dependencies
Mon Apr 24 22:35:25 EDT 2006Gary King <gwking@metabang.com>
Lower-cased package names in defsystem
Thu Apr 13 10:50:25 EDT 2006Gary King <gwking@metabang.com>
Added system-loaded-p; memoized pathname-for-system-file (currently, there is no way to reset the memoization)
Tue Apr 4 09:15:53 EDT 2006Gary King <gwking@metabang.com>
Map-system-files for ASDF modules was getting the wrong path when the module specified an absolute pathname for itself
Sat Apr 1 15:26:21 EST 2006Gary King <gwking@metabang.com>
Imported (and exported) pathname-name+type
Mon Mar 27 12:51:03 EST 2006Gary King <gwking@metabang.com>
Fixed problem with ASDF modules not uses :relative-pathname; added workaround for allegro logical pathname handling of files in the form name := 'a.b'; type := nil.
Mon Mar 20 18:56:25 EST 2006Gary King <gwking@metabang.com>
Updated for mlisp
Tue Feb 28 19:05:35 EST 2006Gary King <gwking@metabang.com>
minor changes
Wed Feb 8 10:00:13 EST 2006Gary King <gwking@metabang.com>
Added system-property
Mon Feb 6 16:21:32 EST 2006Gary King <gwking@metabang.com>
Removed a bad ignore declaration; added a comment about pathname-for-system*'s inadequacies
Sat Feb 4 21:53:30 EST 2006Gary King <gwking@metabang.com>
Added include-associates? to map-system-files \(though it's not currently used...\)
Thu Feb 2 16:20:55 EST 2006Gary King <gwking@metabang.com>
Did I mention I hate typos (unittests -> unit-tests)
Thu Feb 2 16:06:39 EST 2006Gary King <gwking@metabang.com>
Fixed 'typo' in test system def (common-lisp-user -> common-lisp).
Thu Feb 2 13:48:28 EST 2006Gary King <gwking@metabang.com>
Started unit tests
Thu Feb 2 11:05:21 EST 2006Gary King <gwking@metabang.com>
Split things up to make it easier to add more systems; began test suite and took first small steps towards mk-defsystem support
Sat Jan 28 18:52:28 EST 2006Gary King <gwking@metabang.com>
Moved to almost tableless design; I now have achieved nirvana: I can look a bit odd in every browser! <smile>
Thu Jan 26 23:02:22 EST 2006Gary King <gwking@metabang.com>
Thinking about available-systems method and then thought better of it! also a bit of documentation
Thu Jan 26 23:01:54 EST 2006Gary King <gwking@metabang.com>
Fixed :Name links in website
Thu Jan 19 11:15:33 EST 2006Gary King <gwking@metabang.com>
Added mini-module hack
Thu Jan 19 11:04:45 EST 2006Gary King <gwking@metabang.com>
Minor webpage fixes
Mon Jan 9 15:21:08 EST 2006Gary King <gwking@metabang.com>
WIP in map-system-files
Mon Jan 9 15:20:48 EST 2006Gary King <gwking@metabang.com>
Re-worked webpage
Mon Jan 9 15:20:37 EST 2006Gary King <gwking@metabang.com>
Added website module
Fri Jan 6 17:26:14 EST 2006Gary King <gwking@metabang.com>
Added system-source-directory; exported associated-test-system; added package nickname 'DSC
Sun Jan 1 09:01:48 EST 2006Gary King <gwking@metabang.com>
First record