- Sep 14, 2015
-
-
Francois-Rene Rideau authored
-
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.
-
- May 18, 2015
-
-
Robert Goldman authored
Patch from Douglas Katzman to properly get optimization settings on SBCL, using accessor function instead of ASSOC.
-
- May 07, 2015
-
-
Francois-Rene Rideau authored
It was broken by the clasp support patch.
-
- Mar 12, 2015
-
-
Francois-Rene Rideau authored
Based on a contribution by Christian Shafmeister.
-
- Apr 07, 2014
-
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
Better tests. Thanks to Robert Brown.
-
Francois-Rene Rideau authored
-
- Apr 06, 2014
-
-
Francois-Rene Rideau authored
-
- Mar 17, 2014
-
-
Robert P. Goldman authored
-
- Nov 25, 2013
-
-
Francois-Rene Rideau authored
Add a *compile-check* hook for a default compile-check argument. Also, add back a pathname kludge for GCL until the issue gets fixed.
-
- Nov 18, 2013
-
-
Francois-Rene Rideau authored
-
- Nov 16, 2013
-
-
Francois-Rene Rideau authored
-
- Nov 15, 2013
-
-
Francois-Rene Rideau authored
Improve :DBG docstring. Tweak TODO.
-
- Nov 12, 2013
-
-
Francois-Rene Rideau authored
Everyone should be using a recent 2.7.0 (in ANSI mode) from master for ASDF.
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
export *usual-uninteresting-conditions*. Thanks to Andrzej Walczak.
-
- Oct 18, 2013
-
-
Francois-Rene Rideau authored
relative to said base build directory, for the sake of determinism.
-
- Oct 09, 2013
-
-
Francois-Rene Rideau authored
-
- Jun 26, 2013
-
-
Francois-Rene Rideau authored
-
- Jun 09, 2013
-
-
Francois-Rene Rideau authored
-
- Apr 10, 2013
-
-
Francois-Rene Rideau authored
Move the previous list to *usual-uninteresting-conditions*. Also, fix docstring for RUN-PROGRAM (bug reported by John Morrison).
-
- Apr 03, 2013
-
-
Francois-Rene Rideau authored
This requires current trunk, i.e. future ABCL 1.2.0.
-
- Mar 20, 2013
-
-
Francois-Rene Rideau authored
TODO: make sense of the CCL code base and how function names and arguments are actually computed or used.
-
- Mar 19, 2013
-
-
Francois-Rene Rideau authored
-
- Mar 18, 2013
-
-
Francois-Rene Rideau authored
-
- Mar 17, 2013
-
-
Francois-Rene Rideau authored
-
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
-
- Mar 15, 2013
-
-
Francois-Rene Rideau authored
-
- Mar 12, 2013
-
-
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.
-
- Mar 11, 2013
-
-
Francois-Rene Rideau authored
Also, fix a warning message in lisp-build.
-
- Mar 03, 2013
-
-
Francois-Rene Rideau authored
-
- Mar 02, 2013
-
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
On CCL, we were trying to persist data that can't be written and read back regarding the specializers of context function and values of arguments. Now drop the information at the cost of slightly less precise warning messages. In 2.31.2, we failed to export FEATURE from asdf/operation, causing this compatibility feature to fail.
-
- Feb 20, 2013
-
-
Francois-Rene Rideau authored
Also, some more tweak of exported symbol test, for ECL.
-
- Feb 18, 2013
-
-
Francois-Rene Rideau authored
After testing by avodonosov, it was found this was needed to (un)reify deferred-warnings on CCL.
-
- Feb 16, 2013
-
-
Francois-Rene Rideau authored
Many thanks to Duane Rettig for explanations on how to support Franz. lisp-action cleaned up some more for deferred-warnings. test-deferred-warnings beefed up. CCL still isn't fully there yet, and needs to better detect forward reference to macros. Also, make safe-file-write-date NIL robust independently of implementation.
-
- Feb 14, 2013
-
-
Francois-Rene Rideau authored
Issue found by Bill StClair.
-
Francois-Rene Rideau authored
Low-level code provided by Raymond Toy.
-