- 01 Jul, 2015 1 commit
-
-
Francois-Rene Rideau authored
Add a missing space between redirection and command on Windows. Error due to a recent refactoring yet untested.
-
- 30 Jun, 2015 3 commits
-
-
Francois-Rene Rideau authored
When a process with a long command fails, it was far too indented to the right. Remedy that at the price of making it somewhat uglier when the command is short.
-
Francois-Rene Rideau authored
Thus, you can test the *features* as locally bound from some target system.
-
Robert Goldman authored
-
- 29 Jun, 2015 1 commit
-
-
Robert Goldman authored
Fix for launchpad bug 1469550. Fix %NORMALIZE-SYSTEM-COMMAND for ACL + Windows, by explicitly forcing use of "CMD /c". Force RUN-PROGRAM to runs shell on string command argument, per its docstring (unless explicitly overridden by the caller).
-
- 11 Jun, 2015 1 commit
-
-
Robert Goldman authored
-
- 08 Jun, 2015 4 commits
-
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
Also, while testing, rename the default lispworks binary to lispworks-console in accord with the latest version of lisp-invocation.
-
- 27 May, 2015 1 commit
-
-
Francois-Rene Rideau authored
-
- 18 May, 2015 1 commit
-
-
Robert Goldman authored
Patch from Douglas Katzman to properly get optimization settings on SBCL, using accessor function instead of ASSOC.
-
- 08 May, 2015 1 commit
-
-
Francois-Rene Rideau authored
-
- 07 May, 2015 4 commits
-
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
One WTF test fails on GCL, due to a compiler bug.
-
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 6 commits
-
-
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 2 commits
-
-
Francois-Rene Rideau authored
Add relevant tests.
-
Francois-Rene Rideau authored
-
- 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 1 commit
-
-
Francois-Rene Rideau authored
Rename functions accordingly.
-
- 27 Apr, 2015 3 commits
-
-
Robert Goldman authored
-
Francois-Rene Rideau authored
-
Robert Goldman authored
-
- 26 Apr, 2015 2 commits
-
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
-
- 14 Apr, 2015 3 commits
-
-
Robert Goldman authored
Add /opt/local and /usr/local pathnames to search lists, defying the XDG standard.
-
Robert Goldman authored
Fixed minor type bug in config-search-pathnames. Added details to multiple docstrings.
-
Fixes lp#1437480. Also includes backward compatibility with previous not-so-portable API.
-
- 29 Mar, 2015 1 commit
-
-
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.
-
- 12 Mar, 2015 1 commit
-
-
Francois-Rene Rideau authored
Based on a contribution by Christian Shafmeister.
-