- 30 Aug, 2015 3 commits
-
-
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.
-
- 24 Aug, 2015 1 commit
-
-
Francois-Rene Rideau authored
-
- 15 Aug, 2015 3 commits
-
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
-
- 13 Aug, 2015 2 commits
-
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
-
- 12 Aug, 2015 2 commits
-
-
Francois-Rene Rideau authored
-
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.
-
- 11 Aug, 2015 3 commits
-
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
Thanks to Daniel Kochmański for his support.
-
Daniel Kochmański authored
Signed-off-by:
Daniel Kochmański <daniel@turtleware.eu>
-
- 06 Aug, 2015 3 commits
-
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
Use contrib/fasl-op.lisp if you care about these old names.
-
Daniel Kochmański authored
tests: add minimal make-build test [Patch originally by Daniel Kochmański, tweaked by Faré]
-
- 25 Jul, 2015 1 commit
-
-
Francois-Rene Rideau authored
-
- 21 Jul, 2015 6 commits
-
-
Francois-Rene Rideau authored
-
Robert Goldman authored
-
Robert Goldman authored
-
Robert Goldman authored
-
Francois-Rene Rideau authored
-
Robert Goldman authored
-
- 19 Jul, 2015 2 commits
-
-
Robert Goldman authored
-
Robert Goldman authored
-
- 18 Jul, 2015 2 commits
-
-
Robert Goldman authored
-
Robert Goldman authored
-
- 17 Jul, 2015 4 commits
-
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
-
Robert Goldman authored
Doing so will lock us into an implementation strategy and API that we aren't confident about.
-
Robert Goldman authored
This suggests that REQUIRE is used more for stable modules, and less for user-developed code. It's not clear to me that this is a justified claim for, e.g., users of SBCL, which hooks REQUIRE into ASDF.
-
- 14 Jul, 2015 1 commit
-
-
Robert Goldman authored
-
- 10 Jul, 2015 7 commits
-
-
Francois-Rene Rideau authored
I had made a change assuming complement works on symbols, but it doesn't portably.
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
Also add a TODO item on how to improve that cache. And remove an unnecessary debug line.
-
Francois-Rene Rideau authored
-
Robert Goldman authored
-
Robert Goldman authored
clisp on Windows doesn't allow the current directory and *default-pathname-defaults* to diverge. This is a little odd, since it seems to permit that divergence on Linux and Mac OS X.
-
Robert Goldman authored
-