Skip to content
Snippets Groups Projects
  1. Jul 27, 2007
  2. Jun 13, 2007
  3. 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
  4. Feb 14, 2007
  5. Feb 06, 2007
  6. Jan 23, 2007
  7. Jan 21, 2007
  8. Nov 07, 2006
  9. 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
  10. 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
  11. Jun 16, 2006
  12. May 30, 2006
  13. May 14, 2006
  14. Apr 20, 2006
  15. 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
  16. Feb 01, 2006
  17. Dec 16, 2005
  18. Dec 07, 2005
  19. Sep 26, 2005
  20. May 25, 2005
  21. Jul 19, 2004
  22. May 16, 2004
    • Daniel Barlow's avatar
      Patches for ECL, courtesy of Juan Jose Garcia Ripoll · c7738c62
      Daniel Barlow authored
      * "ECL cannot externalize packages in compiled files. In other words,
      compiled files cannot have package objects as literal
      constants. Things like LOAD-TIME-VALUE, or saving the package name and
      afterwards looking for the package is all right. This only affects
      your uses of #.*package* somewhere in the code."
      
      * Also an appropriate run-shell-command implementation
  23. May 05, 2004
  24. Dec 21, 2003
  25. Dec 01, 2003
  26. Oct 17, 2003
  27. Oct 09, 2003
  28. Jul 17, 2003
    • Christophe Rhodes's avatar
      Fix the remaining FORMAT bogosities · 0b181e7a
      Christophe Rhodes authored
      * make the "warned while..." and "failed while..." arguments go the
        right way round
      * use pretty printing (and the FORMATTER trick to keep CLISP happy)
      
      Tidy up the RESTARTs
      * new names, exported (RETRY and ACCEPT)
      * descriptions of the restarts for the debugger
      * set COMPONENT-OPERATION-TIMES in the ACCEPT restart
      0b181e7a
  29. Jul 10, 2003
    • Daniel Barlow's avatar
      Various fixes · f958539a
      Daniel Barlow authored
      - Export SYSTEM-* accessors, per Stig Sandø request
      - Change the CONPONENT-PROPERTY alist to use a #'EQUAL test, per request ditto
      - Export *ASDF-REVISION*
      - Export *SYSTEM-DEFINITION-SEARCH-FUNCTIONS*, per request from Christian Ohler
      f958539a
  30. Jun 03, 2003
  31. May 28, 2003
  32. May 19, 2003
  33. May 13, 2003
  34. May 06, 2003
    • Kevin Rosenberg's avatar
      1.70: · d02f33ad
      Kevin Rosenberg authored
          - Signal a generalized instance of system-definition-error
          - Add another check to check-component-inputs
          - Fix check for :components value
      d02f33ad
Loading