- 22 Sep, 2015 2 commits
-
-
Francois-Rene Rideau authored
A previous run-program patch declared variable interactive even on implementations where it is unused. The master branch failed to catch it. The minimakefile branch correctly found it.
-
Francois-Rene Rideau authored
Undo some ugly workaround from 3d8764fc now that ECL fixed bug 149: https://gitlab.com/embeddable-common-lisp/ecl/issues/149
-
- 14 Sep, 2015 2 commits
-
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
Better support ext:run-program on ECL. Fix :directory on MKCL.
-
- 08 Sep, 2015 1 commit
-
-
Francois-Rene Rideau authored
There was a UIOP bug (fixed), but there is also still an ECL bug, so don't try to use ext:run-program, and stick with ext:system. This means that run-program was broken on ECL in ASDF 3.1.5, but not in ASDF 3.1.4 and earlier.
-
- 13 Aug, 2015 1 commit
-
-
Francois-Rene Rideau authored
-
- 11 Aug, 2015 1 commit
-
-
Francois-Rene Rideau authored
Thanks to Daniel Kochmański for his support.
-
- 10 Jul, 2015 1 commit
-
-
Francois-Rene Rideau authored
I had made a change assuming complement works on symbols, but it doesn't portably.
-
- 07 Jul, 2015 1 commit
-
-
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.
-
- 02 Jul, 2015 2 commits
-
-
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
-
- 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 1 commit
-
-
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.
-
- 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).
-
- 08 Jun, 2015 1 commit
-
-
Francois-Rene Rideau authored
-
- 08 May, 2015 1 commit
-
-
Francois-Rene Rideau authored
-
- 07 May, 2015 1 commit
-
-
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.
-
- 27 Apr, 2015 1 commit
-
-
Francois-Rene Rideau authored
-
- 29 Mar, 2015 1 commit
-
-
Francois-Rene Rideau authored
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.
-
- 11 May, 2014 1 commit
-
-
Francois-Rene Rideau authored
-
- 17 Mar, 2014 1 commit
-
-
Robert P. Goldman authored
-
- 28 Feb, 2014 4 commits
-
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
use ext:run-program, not ext:shell.
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
-
- 26 Feb, 2014 1 commit
-
-
Francois-Rene Rideau authored
use ext:run-program, not ext:shell.
-
- 25 Feb, 2014 1 commit
-
-
Francois-Rene Rideau authored
-
- 22 Feb, 2014 1 commit
-
-
Francois-Rene Rideau authored
-
- 27 Jan, 2014 2 commits
-
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
* Add some comments on TRAVERSE-ACTION; expand those on SOURCE-FILE-TYPE. * Remove a few unnecessary input-files or output-files methods * Remove (declare (ignorable ...)) for specialized arguments. Specialize a few arguments to T. * Remove most when-upgrading methods, since we drop data on old incompatible ASDFs.
-
- 08 Jan, 2014 1 commit
-
-
Francois-Rene Rideau authored
-
- 01 Jan, 2014 1 commit
-
-
Francois-Rene Rideau authored
Fix the the handling of :directory in run-program when using system.
-
- 20 Dec, 2013 1 commit
-
-
Francois-Rene Rideau authored
-
- 19 Dec, 2013 1 commit
-
-
Francois-Rene Rideau authored
It's not just present in buggy implementations, it's inevitable on all implementations that rely on shell redirection.
-
- 20 Nov, 2013 1 commit
-
-
Francois-Rene Rideau authored
-
- 15 Nov, 2013 1 commit
-
-
Francois-Rene Rideau authored
Define the :DBG macro, so it's ubiquitously available for print-debugging. Define and export nest, so it's always there to prevent indentation drift. Tweak restore-image again for better handling of *lisp-interaction*. Update docstrings for define-package. Define %process-info-pid.
-
- 12 Nov, 2013 1 commit
-
-
Francois-Rene Rideau authored
Everyone should be using a recent 2.7.0 (in ANSI mode) from master for ASDF.
-
- 05 Nov, 2013 1 commit
-
-
Francois-Rene Rideau authored
-
- 24 Oct, 2013 1 commit
-
-
Francois-Rene Rideau authored
-