- Sep 04, 2014
-
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
-
- Sep 01, 2014
-
-
Francois-Rene Rideau authored
-
Robert P. Goldman authored
Add missing package use and missing function rename.
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
(the CLHS implies that a symbol designates a singleton list of its name).
-
- Aug 29, 2014
-
-
Robert P. Goldman authored
Even if the root check failed, it was still recursing.
-
Francois-Rene Rideau authored
- Aug 28, 2014
-
-
Robert P. Goldman authored
Make the source registry default to the local tree (including externals). Fix binding of sourceDirectory variable. Add Fare's list-source-registry debugging command.
-
- Aug 24, 2014
-
- Aug 21, 2014
-
-
Francois-Rene Rideau authored
-
- Aug 11, 2014
-
-
Robert P. Goldman authored
-
Robert P. Goldman authored
Also, add a test case and bump version to 3.1.3.3.
-
- Aug 06, 2014
-
-
Robert P. Goldman authored
-
Robert P. Goldman authored
Didn't realize these were commented out! D'oh!
-
Robert P. Goldman authored
-
- Aug 05, 2014
-
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
-
Robert P. Goldman authored
The compatibility stubs were not fully functional, so rather than expend a lot of time fixing the stubs, we have done away with the old names for the bundle ops. Added documentation for this in the manual, as a new FAQ. While indexing the class names, I found that we incorrectly used findex for classes, instead of tindex. Added syncodeindex so that we can use the tindex command going forward without breaking everything.
- Jul 24, 2014
-
-
Robert P. Goldman authored
-
Robert P. Goldman authored
- Jul 14, 2014
-
-
Francois-Rene Rideau authored
-
Robert P. Goldman authored
-
- Jul 13, 2014
-
- Jul 12, 2014
-
-
Robert P. Goldman authored
-
Robert P. Goldman authored
Verbose output from doc formatting was making test results hard to find sometimes.
-
Francois-Rene Rideau authored
without COPY-LIST on shared data structures. Bug found by drmeister.
-
- Jul 11, 2014
-
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
the functionality was moved to call-with-asdf-cache before where it belongs.
-
- Jul 10, 2014
-
-
Robert P. Goldman authored
Caching negative results here causes pervasive problems, and removing negative caching only would be very messy, so we are removing caching here altogether. This required some modification to the test code, which was directly using LOCATE-SYSTEM, and LOCATE-SYSTEM cannot be safely invoked unless the ASDF-CACHE has been established.
-