- Sep 23, 2015
-
-
Francois-Rene Rideau authored
Update TODO, test-xach-update-bug.
-
- Sep 22, 2015
-
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
Don't run in bytecode mode. Use correct directory independently from current directory.
-
Francois-Rene Rideau authored
A previous run-program patch declared variable interactive even on implementations where it is unused. The master branch failed to catch it. The minimakefile branch correctly found it.
-
Francois-Rene Rideau authored
Undo some ugly workaround from 3d8764fc now that ECL fixed bug 149: https://gitlab.com/embeddable-common-lisp/ecl/issues/149
-
- Sep 19, 2015
-
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
-
- Sep 17, 2015
-
-
Francois-Rene Rideau authored
{,monolithic}{lib,dll}-op used to only work on ECL, MKCL. Now they will work on SBCL and other image-based CLs, though it currently requires a patched CFFI.
- Sep 14, 2015
-
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
Better support ext:run-program on ECL. Fix :directory on MKCL.
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
- Sep 12, 2015
-
-
Francois-Rene Rideau authored
-
- Sep 08, 2015
-
-
Francois-Rene Rideau authored
There was a UIOP bug (fixed), but there is also still an ECL bug, so don't try to use ext:run-program, and stick with ext:system. This means that run-program was broken on ECL in ASDF 3.1.5, but not in ASDF 3.1.4 and earlier.
-
Francois-Rene Rideau authored
-
Robert Goldman authored
- Aug 31, 2015
-
-
Robert Goldman authored
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
-
- Aug 30, 2015
-
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
rather than system-source-directory. Fixes lp#1485276
-
Francois-Rene Rideau authored
Also, tweak default parameters in source-registry after debugging on Allegro 10. Add two debugging functions in test/script-support.
-
- Aug 24, 2015
-
-
Francois-Rene Rideau authored
-
- Aug 15, 2015
-
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
- Aug 13, 2015
-
-
Francois-Rene Rideau authored
- Aug 12, 2015
-
-
Francois-Rene Rideau authored
Have it use ASDF3.1-era get-temporary-file instead of ASDF2-like add-pathname-suffix, so if two cl-launch scripts try to compile at the same time, it causes extra work but not failure or corruption (at least on reasonable OS). This does NOT address the issue of extensions that fail to use tmpize-pathname and rename-file-overwriting-target.