Skip to content
Snippets Groups Projects
  1. Jun 20, 2008
  2. Jun 19, 2008
  3. Jun 18, 2008
    • Gary King's avatar
      This patch · e57927a8
      Gary King authored
      * updates the copyright
      * unexports test-system-version
      * moves the defgeneric for component-visited-p prior to the function's first use.
      e57927a8
  4. May 29, 2008
  5. May 10, 2008
    • Gary King's avatar
      CVS: ---------------------------------------------------------------------- · 23d62d02
      Gary King authored
      	CVS: Enter Log.  Lines beginning with `CVS:' are removed automatically
      Added *load-preference-files* variable (which defaults to nil). This
      controls whether or not the ASDF preference file machinery gets run.
      The rest of the preference machinery will be removed from ASDF
      sometime in the future.
      
      Also added several new test files.
      23d62d02
  6. May 03, 2008
  7. Feb 26, 2008
  8. Feb 15, 2008
  9. Feb 02, 2008
  10. Dec 14, 2007
  11. Sep 27, 2007
  12. Jul 27, 2007
  13. Jun 13, 2007
  14. Jun 02, 2007
  15. Mar 21, 2007
    • Gary King's avatar
      main change is the addition of system-relative-pathname function. This takes a · 9804b01a
      Gary King authored
      system name and a partial pathname and combines them to return a new pathname
      _relative_ to the system. This is exported and lightly documented.
      
      this patch also updates preference-file-for-system/operation in an effort
      to prevent it from being confused by *default-pathname-defaults* that include
      a specific name and type.
      9804b01a
  16. Feb 14, 2007
  17. Feb 06, 2007
  18. Jan 23, 2007
  19. Jan 21, 2007
  20. Nov 07, 2006
  21. Aug 21, 2006
    • Christophe Rhodes's avatar
      Be a little bit more defensive about looking up classes for component · 3bc52526
      Christophe Rhodes authored
      types.
      
      It seems regrettably common for system authors, despite the
      documentation, to place their system in CL-USER, where the user can
      quite legitimately add symbols.  Adjust the lookup code in
      CLASS-FOR-TYPE to ignore symbols not naming subclasses of
      ASDF:COMPONENT, and also to try the symbol itself first if it's not
      a keyword.  Also adjust the documentation slightly to make this slightly
      clearer.
      
      Add test files, and make the clisp test-harness work for me.
      3bc52526
  22. Jul 06, 2006
    • Gary King's avatar
      Added load-preferences and preference-file-for-system/operation. Specialized · d6c42afd
      Gary King authored
      them so that preferences are found in ~/.asdf/<name-of-system>.lisp by default
      and are loaded on either a load-op or a load-source-op. Refactored load-op and
      load-source-op to both be subclasses of basic-load-op to facilitate this.
      
      Added test case in test directory.
      
      Still need to add to documentation of ASDF and will once I figure out where such
      a beast truely lives.
      d6c42afd
  23. Jun 16, 2006
  24. May 30, 2006
  25. May 14, 2006
  26. Apr 20, 2006
  27. Mar 21, 2006
    • Christophe Rhodes's avatar
      Fixes · 9990e603
      Christophe Rhodes authored
      * don't create a package with gensym.  Instead try creating
        packages with different names until one succeeds;
      * delete the scratch package when we're finished with it
      * if the user has requested a pathname for a component, don't try to
        construct the default one; it probably won't work.
      9990e603
  28. Feb 01, 2006
  29. Dec 16, 2005
  30. Dec 07, 2005
  31. Sep 30, 2005
  32. Sep 26, 2005
  33. Jul 02, 2005
  34. Jul 01, 2005
Loading