projects/xcvb/asdf-dependency-grovel.git
2013-01-31  Francois-Rene... component-operation-time may not be exported. master
2013-01-27  Francois-Rene... component-properties is dead. Use component-operation...
2013-01-27  Francois-Rene... It's ASDF 3, not ASDF 2.27 !
2013-01-22  Francois-Rene... previos "typo" was a missing package prefix from earlie...
2013-01-22  Francois-Rene... Fix a typo in asdf-ops. Make version check ready for...
2013-01-03  Francois-Rene... Remove a few asdf: prefixes.
2012-09-08  Francois-Rene... 1.107: Fix another bug in around-compile support.
2012-07-18  Peter Keller1.106: support encodings, fix bug in around-compile...
2011-11-21  Francois-Rene... 1.105: require asdf 2.018.16 to fix reinitialize-instan...
2011-11-20  Francois-Rene... 1.104: add support for :around-compile
2011-10-14  Francois-Rene... Fix strip/
2011-04-14  Francois-Rene... Don't depends-on :asdf, it can only make things worse.
2010-09-17  Francois-Rene... 1.103: play nice with asdf:coerce-name being exported.
2010-06-09  Francois-Rene... 1.102: Use ASDF 2 as released.
2010-04-16  Francois-Rene... 1.101: handle enough-component-spec correctly.
2010-04-16  Francois-Rene... ASDF-DEPENDENCY-GROVEL 1.100: Depend on ASDF 2. Give...
2010-04-14  Francois-Rene... *asdf-has-sensible-component-names-p* means ASDF 2.
2010-04-03  Francois-Rene... small asd file cleanup
2010-02-18  Francois-Rene... Make it work with ASDF 1.6 series.
2010-01-20  Francois-Rene... CLISP tweak. constituent-designator for NIL.
2009-11-18  Francois-Rene... Punt on atomic rename-file for CLISP: workaround by...
2009-11-18  Francois-Rene... Yet another pathname tweak, so we can atomically rename...
2009-11-17  Francois-Rene... Under clisp, use posix:copy-file instead of rename...
2009-11-16  Francois-Rene... Make things work better with clisp
2009-11-16  Francois-Rene... Transform some ugly macro with bad loop that warns...
2009-11-09  Francois-Rene... Add missing operating-on-asdf-component-constituent...
2009-10-25  Francois-Rene... Fix buglets found by clisp.
2009-10-22  Francois-Rene... Simplify component pathname normalization.
2009-10-02  Francois-Rene... Make that loop work with SBCL, too.
2009-10-02  Francois-Rene... Cleanup prompted by CCL.
2009-09-09  Francois-Rene... Track conditions by define-condition when used as classes.
2009-08-27  Matthew SteeleMinor documentation improvements.
2009-08-27  Matthew SteeleMinor documentation improvements.
2009-08-25  Matthew SteeleRemoved some defunct code.
2009-08-25  Matthew SteeleMerge branch 'master' of ssh://msteele@common-lisp...
2009-08-25  Francois-Rene... Fix typo in define-condition handling.
2009-08-25  Matthew SteeleTweaks and documentation improvements.
2009-08-25  Francois-Rene... Fix defpackage handling of :nicknames (and not :nicknam...
2009-08-24  Francois-Rene... Add missing dependency.
2009-08-24  Francois-Rene... Add missing change to previous test.
2009-08-24  Francois-Rene... Add a new defpackage test.
2009-08-24  Francois-Rene... Fix another test that broke with load instead of compil...
2009-08-24  Francois-Rene... Fix tests that broke when we moved from groveling with...
2009-08-24  Francois-Rene... Non-functional refactoring.
2009-08-24  Francois-Rene... Small cleanup.
2009-08-22  Francois-Rene... Remove previous TODO comment.
2009-08-22  Francois-Rene... Hopefully fix extraction of asdf component dependencies...
2009-08-22  Francois-Rene... Problem with dependencies for multi-system analyzes
2009-08-22  Francois-Rene... Put strip.lisp and strip/ at toplevel, so the former...
2009-08-22  Francois-Rene... Do not grovel a source file more than once.
2009-08-22  Francois-Rene... Plan using load-op, perform using load-source-op
2009-08-20  Francois-Rene... Disable debug-trace by default.
2009-08-20  Joyce ChenNormalize component-names and component-pathnames in ADG
2009-08-19  Joyce ChenMerge branch 'master' of ssh://common-lisp.net/project...
2009-08-19  Joyce ChenUpdate functions ADG exports to XCVB for asdf-to-xcvb...
2009-08-18  Matthew SteeleMerge branch 'master' of ssh://msteele@common-lisp...
2009-08-18  Matthew SteeleNow picks up deftype dependencies for defstruct slots...
2009-08-13  Francois-Rene... 1- add a :execute to an eval-when so grovel.lisp can...
2009-08-12  Matthew SteeleQuick change to form preprocessing that will hopefully...
2009-08-10  Matthew SteeleLots of changes and improvements, including:
2009-07-27  Joyce ChenFix spurious ASDF circular dependencies.
2009-07-21  Matthew SteeleAdded code for topological sorting of file-splitting...
2009-07-21  Matthew SteeleConstituents now use hashsets instead of pushnew to...
2009-07-21  Matthew SteeleFine-grain groveling now tracks the file-positions...
2009-07-21  Matthew SteeleMerge branch 'master' of ssh://msteele@common-lisp...
2009-07-21  Matthew SteeleTweaks.
2009-07-21  Joyce ChenHush warnings with CCL
2009-07-20  Matthew SteeleAdded a test case for detection of *features* dependencies.
2009-07-20  Matthew SteeleCommented out a few more unneeded pieces of code.
2009-07-17  Matthew SteeleCommented out huge swaths of no-longer-needed code.
2009-07-17  Matthew Steeleinitially-grovel-dependencies now uses constituents...
2009-07-17  Matthew SteeleMerge branch 'master' of ssh://msteele@common-lisp...
2009-07-17  Matthew SteeleMinor cleanup.
2009-07-16  Joyce ChenFix small DEFSTRUCT bug.
2009-07-15  Matthew SteeleMore cleanup and code rearrangement.
2009-07-15  Matthew SteeleLots of code cleanup/reorganization. Commented out...
2009-07-14  Matthew SteeleSome cleanup and subtle changes for the internal symbol...
2009-07-13  Joyce ChenFix asdf-dependency-grovel's handling of defconstant.
2009-07-10  Francois-Rene... Change from build-requires to build-depends-on.
2009-07-10  Matthew SteeleMerge branch 'master' of ssh://msteele@common-lisp...
2009-07-10  Matthew SteeleSome constituent-related tweaks.
2009-07-10  Francois-Rene... Get rid of spurious eval-when's
2009-07-10  Francois-Rene... More keywordifying LOOP magic keywords
2009-07-10  Francois-Rene... Fix some LOOPs to make clisp happier with them. Also...
2009-07-09  Francois-Rene... Move code around to resolve circular dependencies when...
2009-07-09  Matthew SteeleFixed some bugs in the constituent code.
2009-07-09  Joyce Chenasdf-dependency-grovel :build-requires (:build "/asdf")
2009-07-09  Matthew SteeleMerge branch 'master' of ssh://msteele@common-lisp...
2009-07-09  Francois-Rene... Merge branch 'master' of ssh://frideau@common-lisp...
2009-07-09  Francois-Rene... Fix ADG for XCVB
2009-07-09  Matthew SteeleAdded a hashset abstraction to make some of the graph...
2009-07-09  Matthew SteeleRemoved the gross hack from summarize-form.
2009-07-09  Francois-Rene... Merge branch 'master' of ssh://frideau@common-lisp...
2009-07-09  Francois-Rene... Attempt at getting defconstant working less bad.
2009-07-09  Matthew SteeleMerge branch 'msteele'
2009-07-09  Matthew SteeleMore progress on constituent analysis.
2009-07-09  Francois-Rene... Fix build.xcvb to now depend on ASDF.
2009-07-08  Francois-Rene... Use the correct package for *eof-object*
2009-07-08  Francois-Rene... Rename BUILD.lisp to build.xcvb
2009-07-07  Matthew SteeleConstituents now work with hardcore instr.; also code...
next