- 07 May, 2015 3 commits
-
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
It was broken by the clasp support patch.
-
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.
-
- 06 May, 2015 10 commits
-
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
-
Robert Goldman authored
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
Make github happier with uiop/README
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
-
- 04 May, 2015 5 commits
-
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
Add relevant tests.
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
from backward-internals, where it doesn't belong (anymore), since there is no longer any desire to deprecate the feature.
-
Francois-Rene Rideau authored
-
- 03 May, 2015 2 commits
-
-
Robert Goldman authored
-
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
-
- 02 May, 2015 2 commits
-
-
Robert Goldman authored
-
Robert Goldman authored
-
- 01 May, 2015 2 commits
-
-
Francois-Rene Rideau authored
-
Robert Goldman authored
-
- 28 Apr, 2015 2 commits
-
-
Robert Goldman authored
* 'launchpad-1437480' of common-lisp.net:asdf/asdf: configuration: Adopt XDG wholesale, even on Windows. Rename functions accordingly.
-
Francois-Rene Rideau authored
Rename functions accordingly.
-
- 27 Apr, 2015 5 commits
-
-
Robert Goldman authored
* 'launchpad-1437480' of common-lisp.net:asdf/asdf: Use os-cond in more places. Remove FIXME: asdf-pathname-test doesn't use its own package anymore.
-
Robert Goldman authored
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
-
Robert Goldman authored
-
- 26 Apr, 2015 2 commits
-
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
-
- 23 Apr, 2015 1 commit
-
-
Robert Goldman authored
* master: Update submodule URLs Bump version to 3.1.4.5 Fix for launchpad bug 1445638. Added FORCE to test for repeatability. Test case for launchpad bug 1445638.
-
- 22 Apr, 2015 1 commit
-
-
Francois-Rene Rideau authored
-
- 17 Apr, 2015 5 commits
-
-
Robert Goldman authored
-
Robert Goldman authored
* launchpad-1445638: Fix for launchpad bug 1445638.
-
Robert Goldman authored
When collecting the defsystem-dependencies in REGISTER-SYSTEM-DEFINITION, throw away NILs, which correspond to systems not needed because of :FEATURE checks. Added test case for bug, too.
-
Robert Goldman authored
Was having issue where expected warnings were issued only on compilation, not loading, so needed to "make clean" for test repeatability. Added :FORCE T to solve this problem.
-
Robert Goldman authored
This test case is commented out with #+NIL because we don't have a fix yet. See https://bugs.launchpad.net/asdf/+bug/1445638
-