Skip to content
Snippets Groups Projects
  1. Mar 17, 2013
    • Francois-Rene Rideau's avatar
      2.32.12: UIOP improvements · e6f50e36
      Francois-Rene Rideau authored
      * delete-empty-directory, delete-directory-tree, directory-exists-p, file-exists-p, copy-file
      * fix directory-files on clisp for files with type NIL
      * tests: fix assert-pathname-equal, assert-pathnames-equal, bad trace
      e6f50e36
  2. Mar 13, 2013
  3. Mar 09, 2013
  4. Mar 08, 2013
  5. Mar 05, 2013
  6. Feb 26, 2013
  7. Feb 20, 2013
  8. Feb 19, 2013
  9. Feb 16, 2013
  10. Feb 07, 2013
  11. Feb 06, 2013
  12. Jan 31, 2013
  13. Jan 30, 2013
    • Francois-Rene Rideau's avatar
      2.26.168: translate-logical-pathname in probe-file*. · decc2a2c
      Francois-Rene Rideau authored
      Had to refactor the asdf-pathname-test by decomposing it into small bits
      before I could understand what was going on.
      Some more robustness in find-system.
      
      Also, no build-report output-file when no *warnings-file-type*,
      and ABL support for build-report.
      
      Deprecate *asdf-verbose*.
      Have *verbose-out* be NIL (which is testable) rather than
      (make-broadcast-stream), which isn't quite, to signal no verbosity.
      That's both more useful while remaining backward-compatible.
      decc2a2c
    • Francois-Rene Rideau's avatar
      More test system tweaks. · 1722af58
      Francois-Rene Rideau authored
      1722af58
  14. Jan 29, 2013
  15. Jan 28, 2013
  16. Jan 27, 2013
    • Francois-Rene Rideau's avatar
      2.26.153: Various speed ups. · 1f4d6fec
      Francois-Rene Rideau authored
      Between 2.26 and 2.26.152, ASDF had gotten ~37 times slower at traversing iolib.
      Now trying to restore some performance.
      
      This commit:
      1- generalizes the cache to cover input-files and output-files as well as get-file-stamp.
      2- removes the probe-file before file-write-date.
      1f4d6fec
  17. Jan 24, 2013
    • Francois-Rene Rideau's avatar
      2.26.145: introduce a stamp cache, to reduce filesystem access, · c2c17558
      Francois-Rene Rideau authored
      enhance plan consistency and make testing easier.
      c2c17558
    • Francois-Rene Rideau's avatar
      6bb7b778
    • Francois-Rene Rideau's avatar
      2.26.142: Update the system definitions. · 3abb3e42
      Francois-Rene Rideau authored
      A better asdf.asd.
      
      Refactor the preloaded system mechanism, use it for cl-launch 3.21.2.
      
      Rename bundle-pathname to build-pathname, move it from bundle-system to system.
      
      Rename the gcl<2.7 feature gcl2.6. Die on gcl2.5 and earlier.
      Don't even try to compile-file asdf using gcl 2.6, just load the .lisp.
      
      Rename asdf/compatibility to asdf/common-lisp, exporting only CL symbols.
      Fix define-package to correctly handle exporting of NIL.
      
      Also, make it work with Genera, with #'(lambda instead of (lambda,
      and using lisp:loop (via a macro loop*) when destructuring is required.
      
      Document more 2.27 changes in changelog.
      
      If there is no :pathname and no load-pathname,
      do NOT have a system pathname take defaults from *default-pathname-defaults*,
      but make it NIL.
      3abb3e42
  18. Jan 21, 2013
  19. Jan 20, 2013
  20. Jan 19, 2013
Loading