Skip to content
Snippets Groups Projects
  1. 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
  2. May 06, 2015
  3. May 04, 2015
  4. May 03, 2015
    • Robert Goldman's avatar
    • Robert Goldman's avatar
      Merge branch 'launchpad-1437480' · a237921f
      Robert Goldman authored
      Pull in topic branch for fixing launchpad-1437480. Involved substantial
      re-examination and refactoring of the configuration file functions in
      UIOP.
      
      * launchpad-1437480:
        Provide more doc for MORE arguments in pathname functions.
        Fix funcall in IN-USER-CONFIGURATION-DIRECTORY
        Update some comments, docstrings, and a test.
        Documentation changes and one function renaming.
        configuration: Adopt XDG wholesale, even on Windows. Rename functions accordingly.
        Comment tweak.
        Use os-cond in more places.
        Remove FIXME: asdf-pathname-test doesn't use its own package anymore.
        Revised docstrings.
        Add new pathnames.
        config-search-pathnames fix and edited docstrings.
        Fix XDG support and make Windows happier
      a237921f
  5. May 02, 2015
  6. May 01, 2015
  7. Apr 28, 2015
  8. Apr 27, 2015
  9. Apr 26, 2015
  10. Apr 23, 2015
  11. Apr 22, 2015
  12. Apr 17, 2015
  13. Apr 14, 2015
Loading