Skip to content
  1. Jan 18, 2013
    • Francois-Rene Rideau's avatar
      2.26.106: a new primary/secondary convention for subsystems and more · a730852a
      Francois-Rene Rideau authored
      A system named foo/bar will be looked up in a registered file foo.asd.
      This makes it possible to sensibly name several systems in a .asd file
      and still have asdf find them all by name.
      We now use it to not have the asdf header be part of asdf-driver.
      
      A new generic operation build-op makes it possible to deal with
      the fact that the default operation for systems need not be load-op,
      yet that the end-user does not want to have to know the exact operation
      for each of the system he uses.
      
      ensure-pathname has been improved again, and its clients tweaked.
      
      remove-keys was made more sensible by using EQL rather than STRING-EQUAL.
      
      :version need not take the first form in a file, but can take
      a path to a subform. This makes it possible to get the exact subform
      in a Lisp source file that has the string.
      See SUB-OBJECT for how these paths work.
      
      Cleanup of the semantics of ENSURE-FUNCTION on CONSes: use APPLY, not EVAL.
      a730852a
  2. Jan 17, 2013
  3. Jan 16, 2013
  4. Jan 15, 2013
  5. Jan 14, 2013
  6. Jan 13, 2013
  7. Jan 09, 2013
    • Francois-Rene Rideau's avatar
      2.26.63: more pathname hell. · 4b1cea29
      Francois-Rene Rideau authored
      New pathname functions to work around more logical-pathname issues.
      See discussion with rpgoldman on asdf-devel, and see CCL ticket:953.
      Also, tweak build to reflect recent refactoring of asdf.
      WIP of define-package work needed for clean upgrade (still broken).
      4b1cea29
  8. Jan 08, 2013
  9. May 15, 2012
  10. May 05, 2012
  11. Feb 15, 2012
  12. Jun 16, 2011
  13. Mar 31, 2011
  14. Mar 21, 2011
  15. Jan 03, 2011
  16. Dec 16, 2010
  17. Dec 15, 2010
  18. Dec 02, 2010
  19. Oct 26, 2010
  20. Jan 26, 2010
  21. Dec 18, 2009
  22. Oct 25, 2009
    • Gary King's avatar
      * add `asdf-extensions` package and start to flesh it out · 7191adc2
      Gary King authored
      * apply patch to better handle relative source-file types (from Fare Rideau)
      
      * improve logic of tag updating in bump-revision-and-tag.sh
      
      * make test output nicer (from Fare Rideau)
      
      * improve test-module-pathnames (from Fare Rideau)
      7191adc2
  23. Oct 14, 2009
    • Gary King's avatar
      * add `asdf-extensions` package and start to flesh it out · 0be782a4
      Gary King authored
      * apply patch to better handle relative source-file types (from Fare Rideau)
      
      * improve logic of tag updating in bump-revision-and-tag.sh
      
      * make test output nicer (from Fare Rideau)
      
      * improve test-module-pathnames (from Fare Rideau)
      0be782a4
  24. Sep 13, 2009
  25. Sep 11, 2009
    • Gary King's avatar
      * make sure to push tags to central repository · 5b7b8873
      Gary King authored
      * incorporate ASDF-Binary-Locations in to ASDF.
      
          * new exports
          * added `*place-binaries-in-implementation-specific-directories*`
      
      * simplify *asdf-revision* code
      
      * add bin/bump-revision-and-tag.sh based on some of Robert Goldman's ideas
      5b7b8873
  26. Sep 10, 2009
  27. Aug 12, 2009
  28. Jul 18, 2009
  29. Jul 15, 2009
  30. Jul 13, 2009
    • Gary King's avatar
      modest make improvements · 2a297f8a
      Gary King authored
      * extract LICENSE file out of asdf.lisp directly (DRY wins)
      
      * make `make-temporary-package` more mixed-case friendly
      2a297f8a
  31. May 23, 2009