- 26 Jun, 2013 1 commit
-
-
Francois-Rene Rideau authored
-
- 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 1 commit
-
-
Francois-Rene Rideau authored
-
- 09 Jun, 2013 1 commit
-
-
Francois-Rene Rideau authored
-
- 22 May, 2013 1 commit
-
-
Francois-Rene Rideau authored
Also, remove some extraneous comments from run-program.
-
- 21 May, 2013 1 commit
-
-
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 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.
-
- 10 Apr, 2013 1 commit
-
-
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 1 commit
-
-
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.
-
- 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.
-
- 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 3 commits
-
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
-
- 17 Mar, 2013 3 commits
-
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
Rename sibling-operation sideway-operation, sibling-dependencies sideway-dependencies. No one in quicklisp was using the old name. Introduce selfward-operation for the common pattern. Have a prepare-fasl-op to gracefully propagate fasl-op. Reset component-depends-on when upgrading. Refactor concatenate-source-op in a likewise fashion.
-
Francois-Rene Rideau authored
* delete-empty-directory, delete-directory-tree, directory-exists-p, file-exists-p, copy-file * fix directory-files on clisp for files with type NIL * tests: fix assert-pathname-equal, assert-pathnames-equal, bad trace
-
- 15 Mar, 2013 2 commits
-
-
Francois-Rene Rideau authored
If system-a :depends-on (system-c ... system-b) and system-b :defsystem-depends-on (system-c), then system-c would have been loaded twice, first via the defsystem-depends-on, second via the plan for system-a which would have included the items from system-c before system-c was loaded. Also, allow an arbitrary number of qualifiers in inline-methods, not just 1 or 0. On CCL, don't punt on upgrade anymore: all tests are passing. Make UIOP compile on versions of ASDF older than 2.018. Finally, yet another tweak for run-program on Allegro on Windows.
-
Francois-Rene Rideau authored
-
- 14 Mar, 2013 1 commit
-
-
Francois-Rene Rideau authored
debian: tweak Makefile, changelog, debian files.
-
- 12 Mar, 2013 1 commit
-
-
Francois-Rene Rideau authored
Always define dump-image and create-image, even if to throw an error. Add prepend-kernel argument to dump-image on CCL. Preserve keyword arguments and more in deferred warnings on CCL. Reindent split-string.
-
- 11 Mar, 2013 1 commit
-
-
Francois-Rene Rideau authored
Also, fix a warning message in lisp-build.
-
- 09 Mar, 2013 1 commit
-
-
Francois-Rene Rideau authored
-
- 08 Mar, 2013 1 commit
-
-
Francois-Rene Rideau authored
ASDF 2.26 uses :want-directory where :ensure-directory is meant in the new parlance. Have ensure-directory be implicit in that case.
-