- Jul 07, 2015
-
-
Francois-Rene Rideau authored
We had an overly short blacklist of characters, that failed to include & or | and who knows what other CMD.EXE punctuation. So use a whitelist instead.
-
Francois-Rene Rideau authored
Fix PROBE-FILE*, make the (executable) image suffix .exe on Windows.
-
- Jul 05, 2015
-
- Jul 02, 2015
-
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
... to play nicer with (ahem) Windows.
-
Francois-Rene Rideau authored
Punt on making rename-file-overwriting-target atomic. Punt on trying to run cmd with anything that SBCL would escape.
-
Robert Goldman authored
-
- Jul 01, 2015
-
-
Francois-Rene Rideau authored
Add a missing space between redirection and command on Windows. Error due to a recent refactoring yet untested.
-
- Jun 30, 2015
-
-
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
-
- Jun 29, 2015
-
-
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).
-
- Jun 11, 2015
-
-
Robert Goldman authored
-
- Jun 08, 2015
-
-
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.
-
- May 27, 2015
-
-
Francois-Rene Rideau authored
-
- May 18, 2015
-
-
Robert Goldman authored
Patch from Douglas Katzman to properly get optimization settings on SBCL, using accessor function instead of ASSOC.
-
- May 08, 2015
-
-
Francois-Rene Rideau authored
-
- May 07, 2015
-
-
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.
-
- May 06, 2015
-
-
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
-
- May 04, 2015
-
-
Francois-Rene Rideau authored
Add relevant tests.
-
Francois-Rene Rideau authored
-
- May 02, 2015
-
-
Robert Goldman authored
-
Robert Goldman authored
-
- May 01, 2015
-
-
Francois-Rene Rideau authored
-
Robert Goldman authored
-
- Apr 28, 2015
-
-
Francois-Rene Rideau authored
Rename functions accordingly.
-