- 09 Jun, 2013 2 commits
-
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
-
- 08 Jun, 2013 1 commit
-
-
Francois-Rene Rideau authored
For consistency, MAKE-PLAN always returns a plan. For backward compatibility, TRAVERSE always returns a list of actions. OPERATE now calls MAKE-PLAN, not TRAVERSE anymore. Happily, no one in quicklisp defines *useful* methods on TRAVERSE. Thanks to foom for suggesting this cleanup.
-
- 02 Jun, 2013 1 commit
-
-
Francois-Rene Rideau authored
-
- 22 May, 2013 1 commit
-
-
Francois-Rene Rideau authored
-
- 16 May, 2013 1 commit
-
-
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.
-
- 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.
-
- 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 1 commit
-
-
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
-
- 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 1 commit
-
-
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 2 commits
-
-
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.
-
- 24 Mar, 2013 1 commit
-
-
Francois-Rene Rideau authored
Also, stop trying to test asdf 1 on Allegro: it only brings grief for no good reason, since Allegro has been shipping ASDF 2 for some time.
-
- 20 Mar, 2013 2 commits
-
-
Francois-Rene Rideau authored
TODO: make sense of the CCL code base and how function names and arguments are actually computed or used.
-
Francois-Rene Rideau authored
-
- 19 Mar, 2013 4 commits
-
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
Some test script tweaks.
-
Francois-Rene Rideau authored
-
- 18 Mar, 2013 4 commits
-
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
-