- 08 Dec, 2016 1 commit
-
-
Robert Goldman authored
-
- 07 Dec, 2016 1 commit
-
-
Francois-Rene Rideau authored
Deprecation goes through the following phases: style-warning, warning, cerror, functionality removed. Automatically upgrade the deprecation phase at every minor version change (not every release). Include minimal testing of the deprecation functionality. Add deprecation TODO items. Deprecation will start with 3.2.
-
- 02 Dec, 2016 3 commits
-
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
Make a proper forward reference to run-program in the degenerate version of launch-program::%posix-send-signal used on some implementations.
-
- 01 Dec, 2016 2 commits
-
-
Robert Goldman authored
-
Francois-Rene Rideau authored
-
- 30 Nov, 2016 2 commits
-
-
Mark authored
-
Robert Goldman authored
-
- 29 Nov, 2016 1 commit
-
-
Mark authored
-
- 27 Nov, 2016 1 commit
-
-
Francois-Rene Rideau authored
-
- 26 Nov, 2016 1 commit
-
-
Francois-Rene Rideau authored
Call finalize-inheritance in coerce-class on Allegro. Indeed the previous commit uses class meta-objects rather than their naming symbols as canonical representation for operations; now mark-component-preloaded is called at compile-toplevel and uses those representations, but on Allegro the classes haven't been finalized yet, and the finalization isn't implicitly triggered by subtypep. Moreover, comparing a class object to a symbol with subtypep fails, so normalize the super variable to a class object.
-
- 25 Nov, 2016 2 commits
-
-
Robert Goldman authored
-
Robert Goldman authored
Previous error string implied that UIOP *never* supported string commands on Windows, but actually we do support them on some lisp implementations.
-
- 24 Nov, 2016 1 commit
-
-
dkim authored
-
- 23 Nov, 2016 1 commit
-
-
Francois-Rene Rideau authored
Always go through CMD in that case, including on Allegro and CLISP, since the previous behavior is simultaneously non-portable, error-prone and limited; better to provide a portable well-defined abstraction. Users who want more can use the (bad) implementation-specific interfaces, or IOlib. Simplify the call to RUN-PROGRAM. Add a PARAMETER-ERROR to %NORMALIZE-COMMAND on unsupported platforms.
-
- 22 Nov, 2016 3 commits
-
-
Elias Pipping authored
With ECL it causes problems. On other platforms it should not be necessary. This gets run-program with ECL on windows far closer to working again
-
Francois-Rene Rideau authored
This requires a patch to sb-impl::prepare-args relative to sbcl 1.3.10.
-
Francois-Rene Rideau authored
-
- 15 Nov, 2016 16 commits
-
-
Robert Goldman authored
-
Elias Pipping authored
-
Elias Pipping authored
-
Elias Pipping authored
The command returned by %redirected-system-command changes the current directory on its own.
-
Elias Pipping authored
-
Elias Pipping authored
ext:run-shell-command is deprecated but sys:run-program was not fully functional prior to version 1.4.0
-
Elias Pipping authored
ext:system is a wrapper around ext:run-program that forces :output nil, which is not something we want. See also https://bugs.launchpad.net/asdf/+bug/1638870
-
Elias Pipping authored
-
Elias Pipping authored
The check (lexicographic<= '< ver '(16 0 0)) Is equivalent to <=16.0.0. The argument '< gives the direction, and should not be '<= here.
-
Elias Pipping authored
launch-program no longer accepts a parameter :wait; since the call is surrounded by (wait-process ...), it would be superfluous anyway.
-
Elias Pipping authored
-
Elias Pipping authored
-
Elias Pipping authored
-
Prior to this change, run-program's (but not launch-program's) :error-output and :input would default to :interactive if :output was interactive. See also https://bugs.launchpad.net/asdf/+bug/1638870
-
Robert Goldman authored
Mistakenly removed the else branch from (EQL :OUTPUT) case in %NORMALIZE-IO-SPECIFIER.
-
Robert Goldman authored
-
- 14 Nov, 2016 1 commit
-
-
Prior to this change, :output :interactive was identical to :output nil. See also https://bugs.launchpad.net/asdf/+bug/1638870
-
- 11 Nov, 2016 1 commit
-
-
Robert Goldman authored
-
- 09 Nov, 2016 1 commit
-
-
Robert Goldman authored
-
- 06 Nov, 2016 1 commit
-
-
Elias Pipping authored
Prior to this change, :output :interactive was identical to :output nil. See also https://bugs.launchpad.net/asdf/+bug/1638870
-
- 29 Oct, 2016 1 commit
-
-
Robert Goldman authored
-