Skip to content
Snippets Groups Projects
  1. Mar 23, 2010
  2. Mar 18, 2010
  3. Mar 17, 2010
  4. Mar 16, 2010
  5. Mar 15, 2010
  6. Mar 11, 2010
  7. Feb 28, 2010
  8. Feb 13, 2010
  9. Feb 10, 2010
  10. Feb 05, 2010
  11. Feb 04, 2010
  12. Jan 30, 2010
  13. Jan 28, 2010
  14. Jan 27, 2010
  15. Jan 25, 2010
  16. Sep 06, 2009
  17. Jun 21, 2009
  18. May 20, 2009
  19. Jul 05, 2008
  20. Jun 29, 2008
  21. Jun 19, 2008
  22. Sep 27, 2007
  23. Jul 27, 2007
  24. Jun 13, 2007
  25. 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
  26. 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
  27. 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
  28. Feb 09, 2003
Loading