- 30 Jul, 2013 3 commits
-
-
Robert P. Goldman authored
-
Robert P. Goldman authored
-
Robert P. Goldman authored
-
- 28 Jul, 2013 1 commit
-
-
Robert P. Goldman authored
That's the behaviour on other implementations, so in the spirit of true portability, behaviour on LispWorks needs to be adjusted. Patch from Piotr Kalinowski <pitkali@gmail.com>
-
- 10 Jul, 2013 1 commit
-
-
Robert P. Goldman authored
The mailman links to the mailing lists no longer work. Fare is no longer maintainer.
-
- 02 Jul, 2013 5 commits
-
-
Robert P. Goldman authored
-
Robert P. Goldman authored
-
Robert P. Goldman authored
-
-
Francois-Rene Rideau authored
-
- 27 Jun, 2013 1 commit
-
-
Francois-Rene Rideau authored
-
- 26 Jun, 2013 3 commits
-
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
-
- 25 Jun, 2013 1 commit
-
-
- 15 Jun, 2013 1 commit
-
-
Francois-Rene Rideau authored
Thanks to Chun Tian (binghe) for his feedback. MCL has issues with make-pathname failing to override defaults with an explicit NIL component.
-
- 11 Jun, 2013 4 commits
-
-
Robert P. Goldman authored
In ENOUGH-NAMESTRINGS, the variable B was bound to a value computed only for side-effect. Removed B, lifting the call to ENSURE-PATHNAME out of the LOOP form.
-
-
Francois-Rene Rideau authored
-
-
- 09 Jun, 2013 3 commits
-
-
Francois-Rene Rideau authored
-
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.
-
- 04 Jun, 2013 1 commit
-
-
Francois-Rene Rideau authored
-
- 03 Jun, 2013 2 commits
-
-
Robert P. Goldman authored
-
-
- 02 Jun, 2013 1 commit
-
-
Francois-Rene Rideau authored
-
- 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
-