- 28 May, 2013 2 commits
-
-
-
Francois-Rene Rideau authored
-
- 22 May, 2013 3 commits
-
-
Robert P. Goldman authored
This will give the ASDF developer a special way of initializing the ASDF source registry to load the libraries needed to run Faré's builder tools.
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
Also, remove some extraneous comments from run-program.
-
- 21 May, 2013 2 commits
-
-
Robert P. Goldman authored
-
Robert P. Goldman authored
On ACL, the :INPUT and :OUTPUT arguments to EXCL:RUN-SHELL-COMMAND take NIL for the behavior of inheriting input and output handles from the Lisp process. These were encoded as T in UIOP:RUN-PROGRAM, instead of NIL, causing ACL to get errors trying to open T as a file designator. Added a couple of test cases to test-run-program.script to illustrate the problem. Note that this fix does not provide the prescribed behavior for :OUTPUT NIL (which should take the program's output and throw it on the floor). There is a TODO in uiop:run-program explaining what's missing. In brief, ACL's EXCL:RUN-SHELL-COMMAND does not support this behavior out of the box, so one would have to capture the program's output, and then throw it on the floor.
-
- 16 May, 2013 5 commits
-
-
Francois-Rene Rideau authored
Also, better document the entire version business. This is an incompatible change, but the previous behavior was not documented, wasn't fully working until rather recently and looks like it wasn't relied upon, so this should be OK.
-
Francois-Rene Rideau authored
Further tweak asdf.texinfo.
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
-
- 15 May, 2013 1 commit
-
-
Francois-Rene Rideau authored
Also, tweaking the numbering system to match that of SBCL: First digit (currently 3) indicates major version and change indicates incompatibility. Second digit (currently 0) is minor version and change indicates notable progress. Third digit (currently 0) is patch release version and increases with each new stable release. Optionally a fourth digit (currently none) counts official changes since last stable release. Optionally a fifth digit (currently none) counts local changes since last official changes.
-
- 13 May, 2013 1 commit
-
-
Francois-Rene Rideau authored
so it doesn't require an explicit dependency on asdf or uiop. Also, fix some test broken by 2.33.9. Fix run-tests.sh error message. Make the doc more compatible with texinfo 5.
-
- 04 May, 2013 1 commit
-
-
Francois-Rene Rideau authored
-
- 03 May, 2013 1 commit
-
-
Francois-Rene Rideau authored
Also, clean some test.
-
- 30 Apr, 2013 1 commit
-
-
Francois-Rene Rideau authored
-
- 29 Apr, 2013 1 commit
-
-
Francois-Rene Rideau authored
It's :ERROR rather than :RENAME-AND-DELETE; however, unlike WITH-OPEN-FILE, it doesn't revert to :new-version if the pathname had :version :newest.
-
- 17 Apr, 2013 2 commits
-
-
Francois-Rene Rideau authored
Define with-output-file and call-with-output-file for that.
-
Francois-Rene Rideau authored
And thus in run-program and run-shell-command. Add a test for capturing output with run-shell-command -- yuck.
-
- 16 Apr, 2013 2 commits
-
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
export sequential-plan; recognize original-initargs as exported but not defined (slot name); don't error while testing for not-defined-yet type (helps POIU when symbol exists but not type); reindent a clause of compute-action-stamp.
-
- 15 Apr, 2013 1 commit
-
-
Francois-Rene Rideau authored
-
- 12 Apr, 2013 1 commit
-
-
Francois-Rene Rideau authored
-
- 10 Apr, 2013 2 commits
-
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
Move the previous list to *usual-uninteresting-conditions*. Also, fix docstring for RUN-PROGRAM (bug reported by John Morrison).
-
- 04 Apr, 2013 2 commits
-
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
Also, better document *output-translation-function*
-
- 03 Apr, 2013 1 commit
-
-
Francois-Rene Rideau authored
This requires current trunk, i.e. future ABCL 1.2.0.
-
- 01 Apr, 2013 2 commits
-
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
-
- 29 Mar, 2013 2 commits
-
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
-
- 28 Mar, 2013 1 commit
-
-
Francois-Rene Rideau authored
Patch from Martin Simmons, fixes lp#1161497.
-
- 27 Mar, 2013 3 commits
-
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
CCL: add :purify to dump-image SBCL: have an rmdir that works on SBCL < 1.0.44.
-
- 26 Mar, 2013 3 commits
-
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
Useful for use with oprofile or perf.
-