Skip to content
Snippets Groups Projects
  1. Jun 11, 2016
    • Francois-Rene Rideau's avatar
      Fix directory-files to be linear not quadratic · 1e6f8ecc
      Francois-Rene Rideau authored
      Bug found by @axionic on github: on very large directories,
      directory-files was slow, because it was using remove-duplicates
      with non-hashable test function #'pathname-equal.
      But this functionality was only really needed for the purpose
      of dealing with logical-pathnames, and having a few duplicates
      in case of wanton symlinks isn't much of an issue.
      1e6f8ecc
  2. May 25, 2016
  3. May 17, 2016
  4. May 16, 2016
  5. Apr 28, 2016
    • Robert Goldman's avatar
      Merge branch 'master' of common-lisp.net:asdf/asdf · a0dc95e6
      Robert Goldman authored
      * 'master' of common-lisp.net:asdf/asdf:
        Tweak asdf-tools so it can be built by bazel
        Canonicalize system names to strings in asdf.asd
        Fix link to run-program.lisp
        ext: Update closer2mop. Also, tweak comment in make.sh
      a0dc95e6
  6. Apr 13, 2016
  7. Apr 08, 2016
  8. Apr 07, 2016
    • Francois-Rene Rideau's avatar
      Canonicalize system names to strings in asdf.asd · 36e63221
      Francois-Rene Rideau authored
      ASDF has been canonicalizing system names to string with COERCE-NAME since its
      very beginning.
      
      Working at Google, which uses automatic formatters to keep all its source code
      as canonical as possible, convinced me that keeping things canonical is better.
      I've been applying this style to my own systems and recommending it to others.
      stassats noticed that asdf.asd was failing to lead by example -- so I'm fixing
      it accordingly.
      36e63221
  9. Mar 30, 2016
  10. Mar 24, 2016
  11. Mar 23, 2016
  12. Mar 21, 2016
  13. Mar 20, 2016
  14. Mar 07, 2016
  15. Feb 29, 2016
  16. Feb 28, 2016
  17. Feb 27, 2016
Loading