Skip to content
Snippets Groups Projects
  1. Sep 02, 2016
  2. Aug 15, 2016
  3. Aug 11, 2016
  4. Nov 18, 2015
  5. Oct 07, 2015
  6. Sep 29, 2015
  7. Sep 22, 2015
  8. Sep 14, 2015
  9. Sep 08, 2015
    • Francois-Rene Rideau's avatar
      Fix but disable %use-run-program for ECL. · 51ad21bb
      Francois-Rene Rideau authored
      There was a UIOP bug (fixed), but there is also still an ECL bug,
      so don't try to use ext:run-program, and stick with ext:system.
      This means that run-program was broken on ECL in ASDF 3.1.5,
      but not in ASDF 3.1.4 and earlier.
      51ad21bb
  10. Aug 13, 2015
  11. Aug 11, 2015
  12. Jul 10, 2015
  13. Jul 07, 2015
  14. Jul 02, 2015
  15. Jul 01, 2015
  16. Jun 30, 2015
  17. Jun 29, 2015
  18. Jun 08, 2015
  19. May 08, 2015
  20. May 07, 2015
    • Francois-Rene Rideau's avatar
      Fix chdir, getcwd, run-program on ABCL, add tests. · 71c19754
      Francois-Rene Rideau authored
      The JVM doesn't give access to native chdir without some extensions that
      aren't available with ABCL. There's a user.dir system property whereby
      some Java programs kind of fake it, but ABCL doesn't play nice with it.
      Therefore, use *default-pathname-defaults* as our "current directory",
      and be sure to chdir to it before to run commands with run-program.
      Try to make the run-program chdir feature work on Windows.
      71c19754
  21. Apr 27, 2015
  22. Mar 29, 2015
    • Francois-Rene Rideau's avatar
      Introduce macro os-cond · 38eb8a7c
      Francois-Rene Rideau authored and Robert Goldman's avatar Robert Goldman committed
      On ABCL, os testing is at runtime.
      On all other implementations, it's at compile-time.
      SBCL can optimize some runtime tests and then complain about unreachable code.
      os-cond abstracts over OS conditionalization and makes everyone happy.
      Needed by an upcoming configuration change.
      
      Plus minor typographical fixes.
      38eb8a7c
  23. Mar 12, 2015
Loading