- 07 May, 2010 1 commit
-
-
Francois-Rene Rideau authored
* minor stylistic cleanups for CCL * refactor use of *load-truename* for more consistency.
-
- 06 May, 2010 2 commits
-
-
Francois-Rene Rideau authored
Also fix a bug in 1.714 (oops) whereby we fail to correctly find symbol-named components (incorrectly used string instead of coerce-name). Thanks to Alessandro Piras for beta-testing on Windows SBCL.
-
Francois-Rene Rideau authored
Cleanup a few methods on ECL (moderately tested with cl-launch).
-
- 05 May, 2010 1 commit
-
-
Francois-Rene Rideau authored
-
- 01 May, 2010 2 commits
-
-
Francois-Rene Rideau authored
More documentation, notably for the answer directed towards vendors.
-
Francois-Rene Rideau authored
-
- 25 Apr, 2010 1 commit
-
-
Francois-Rene Rideau authored
Fix lisp-version-string for ECL (1.705 bug - oops). Trivial cleanups and small documentation updates.
-
- 16 Apr, 2010 1 commit
-
-
Francois-Rene Rideau authored
-
- 15 Apr, 2010 2 commits
-
-
Francois-Rene Rideau authored
* split traverse into multiple functions. * don't append things all over traverse, use a collector function * don't insert and remove prune-op to indicate something needs be done even when the collected list is empty... use a boolean flag in all cases. * fix the age-old broken :force (system1 ... system2) feature... with a cerror! * fix the age-old broken (:feature :foo dependency) feature... with a cerror! * tighten :version syntax to only accept the keyword, not any same-named symbol. * use hash-tables for O(1) access where linear search was previously used, notably in visited-nodes and in components-by-name. * use more uniform #+ features for windows. * modify defclass to make POIU happier (hopefully). * factor probe-asd out of sysdef-source-registry-search and sysdef-central-registry-search * fix safe-file-write-date, which I had previously broken when accepting a null pathname. * have serial-depends-on only name the previous thing to depend on. Passes tests on sbcl, clisp, ecl, lispworks, allegro. Fails on gclcvs: bind stack overflow. Is that a regression? small website updates.
-
Francois-Rene Rideau authored
-
- 13 Apr, 2010 1 commit
-
-
Francois-Rene Rideau authored
Fix bug 562183: setf methods must return proper value. (Thanks to janderson) Fix bug 562186: wild patterns need :wild version to make clisp happy. Add URL in manual.
-
- 12 Apr, 2010 1 commit
-
-
Francois-Rene Rideau authored
Add tests for configuration files. Also export enable-asdf-binary-locations-compatibility.
-
- 08 Apr, 2010 3 commits
-
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
-
- 07 Apr, 2010 1 commit
-
-
Francois-Rene Rideau authored
* remove :root (not portable) as pathname designator component. Accept t as pathname designator. * also, #+abcl translate-jar-pathname. Oops.
-
- 05 Apr, 2010 3 commits
-
-
Francois-Rene Rideau authored
as destination from output-translations, plus usage by default for jars in ABCL.
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
* document enable-asdf-binary-locations-compatibility * Be nicer when upgrading using Allegro: disable autoloading of old ASDF.
-
- 04 Apr, 2010 1 commit
-
-
Robert P. Goldman authored
-
- 03 Apr, 2010 1 commit
-
-
Francois-Rene Rideau authored
-
- 24 Mar, 2010 1 commit
-
-
Robert P. Goldman authored
-
- 23 Mar, 2010 1 commit
-
-
Francois-Rene Rideau authored
be more clever about recompiling asdf.lisp, and include implementation version in output-translations.
-
- 22 Mar, 2010 3 commits
-
-
Robert P. Goldman authored
-
Robert P. Goldman authored
-
Robert P. Goldman authored
Made it clear that keyworded symbols for component types are looked up by name in the current package and in ASDF.
-
- 21 Mar, 2010 3 commits
-
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
-
- 20 Mar, 2010 2 commits
-
-
Robert P. Goldman authored
-
Francois-Rene Rideau authored
-
- 19 Mar, 2010 2 commits
-
-
Robert P. Goldman authored
-
Francois-Rene Rideau authored
-
- 17 Mar, 2010 4 commits
-
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
Tiny documentation tweak.
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
* Fix initialize-output-translations to actually use the environment, map output destinations to themselves, and actually take a parameter as documented. * Document same parameter for initialize-source-registry, which did take it. * Tweak symbols between unintern and fmakunbound to make upgrade better on both current SBCL and ECL. * Tweak run-tests to allow for parametrizable binaries, to redirect output to tmp/fasls, to output Lisp command being executed,
-
- 16 Mar, 2010 3 commits
-
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
the same string-as-pathname-specifiers as components.
-
Francois-Rene Rideau authored
Better ABCL support. Respect environment variables for XDG specification. Attempt to have meaningful default paths under Windows.
-