- Aug 30, 2015
-
-
Francois-Rene Rideau authored
Also, tweak default parameters in source-registry after debugging on Allegro 10. Add two debugging functions in test/script-support.
-
- Aug 15, 2015
-
-
Francois-Rene Rideau authored
- Aug 13, 2015
-
-
Francois-Rene Rideau authored
- Aug 12, 2015
-
-
Francois-Rene Rideau authored
Have it use ASDF3.1-era get-temporary-file instead of ASDF2-like add-pathname-suffix, so if two cl-launch scripts try to compile at the same time, it causes extra work but not failure or corruption (at least on reasonable OS). This does NOT address the issue of extensions that fail to use tmpize-pathname and rename-file-overwriting-target.
- Aug 11, 2015
-
-
Francois-Rene Rideau authored
Thanks to Daniel Kochmański for his support.
- Aug 06, 2015
-
- Jul 21, 2015
-
- Jul 10, 2015
-
-
Francois-Rene Rideau authored
I had made a change assuming complement works on symbols, but it doesn't portably.
-
Francois-Rene Rideau authored
-
- Jul 09, 2015
-
-
Robert Goldman authored
No code change.
-
Francois-Rene Rideau authored
-
- Jul 08, 2015
-
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
-
- 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.
-