Skip to content
Snippets Groups Projects
  1. Sep 09, 2002
  2. Sep 06, 2002
  3. Aug 30, 2002
  4. Aug 29, 2002
  5. Aug 28, 2002
  6. Aug 27, 2002
  7. Aug 26, 2002
  8. Aug 23, 2002
  9. Aug 22, 2002
  10. Aug 18, 2002
  11. Jul 04, 2002
  12. Jun 19, 2002
  13. Jun 08, 2002
    • Rahul Jain's avatar
      · dd2b8fe4
      Rahul Jain authored
      wild-pathname-based modules for asdf.
      (:wild-module "name" :pathname "foo/*.bar" :component-class 'bar-file), e.g.
      dd2b8fe4
    • Daniel Barlow's avatar
      Fix O(N^something_horrid) operation in dependency checking · dd2f963e
      Daniel Barlow authored
      Merge compiler warning cleanups from Miles Egan in mail message-id
      <20020607203531.GE9363@pixar.com>
      
      Add elementary CVS instructions to README file
      dd2f963e
  14. May 20, 2002
  15. May 03, 2002
  16. May 02, 2002
  17. Apr 30, 2002
    • Daniel Barlow's avatar
      · 4a6a10ed
      Daniel Barlow authored
      Several changes
      
      * If some component of *central-registry* is a function or a symbol for
        which fboundp returns true, it will be funcalled with the system name
        string as an argument, and should return a directory in which to look
        for the system definition.  This allows much more flexibility in
        the location of .asd files
      
      * New component type 'system' is functionally identical to module, but
        has attributes for author name, licence, description etc, which can
        be used by programs that make platform packages
      
      * Much shuffling of parts of the file so that it compiles without any
        warnings about forward declarations
      
      * The behaviour when compile-file returns non-NIL in its secondary
        values (failure-p and warnings-p) can now be customized: new
        compile-op initargs :on-warnings and :on-failure take values
        (or :warn :error :ignore).  If unspecified, these default to
        *compile-file-{failure,warnings}-behaviour*
      
      * A new 'properties' attribute to component which can be used to
        communicate extra optional information between system authors and
        platform package creation programs
      4a6a10ed
  18. Mar 11, 2002
  19. Mar 06, 2002
Loading