- Mar 12, 2015
-
-
Francois-Rene Rideau authored
Based on a contribution by Christian Shafmeister.
-
- Dec 01, 2014
-
-
Francois-Rene Rideau authored
actually enforce empty-is-nil in getenv-pathnames. Reindenting a few forms.
-
Robert P. Goldman authored
Remove early check for absolute pathname, deferring to ENSURE-PATHNAME.
-
Robert P. Goldman authored
-
Robert P. Goldman authored
Removed some commented-out material to tidy the code. Also checked to reject any :EMPTY-IS-NIL NIL cases from code that calls into SPLIT-NATIVE-PATHNAMES-STRING, since that function always turns empty entries into NILs.
-
- Nov 30, 2014
-
-
Robert P. Goldman authored
The previous version did not seem to update after setting environment variables.
-
Robert P. Goldman authored
Needed for some testing.
-
Robert P. Goldman authored
1. Put in place Fare's proposed solution to SPLIT-NATIVE-PATHNAMES-STRING. 2. Check for absolute pathnames in PARSE-NATIVE-NAMESTRING. This was a check whose need was recognized as a side-effect of getting the first bugfix in place.
-
- Nov 27, 2014
-
-
Robert P. Goldman authored
By default, this function now simply drops empty entries in the environment variable list. But this is controllable by the DISCARD-EMPTY-ENTRIES keyword argument.
-
- Oct 09, 2014
-
-
Francois-Rene Rideau authored
-
- Sep 26, 2014
-
-
Francois-Rene Rideau authored
-
- Sep 16, 2014
-
-
Francois-Rene Rideau authored
-
- Sep 15, 2014
-
-
Francois-Rene Rideau authored
Move load-asdf.lisp to tools, as in the minimakefile branch.
-
- Sep 12, 2014
-
-
Francois-Rene Rideau authored
-
- Sep 11, 2014
-
-
Francois-Rene Rideau authored
-
- Sep 04, 2014
-
-
Francois-Rene Rideau authored
to speed up search in a source-registry :tree. If you use one, don't let it go out-of-date!
-
- Sep 01, 2014
-
-
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 06, 2014
-
-
Robert P. Goldman authored
-
- Aug 05, 2014
-
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
-
- Jul 12, 2014
-
-
Francois-Rene Rideau authored
without COPY-LIST on shared data structures. Bug found by drmeister.
-
- Jul 08, 2014
-
-
Francois-Rene Rideau authored
argument application-type was using the wrong feature keyword.
-
- Jul 02, 2014
-
-
Francois-Rene Rideau authored
-
- Jun 20, 2014
-
-
Robert P. Goldman authored
Thanks to Christophe for patch.
-
Robert P. Goldman authored
-
- May 19, 2014
-
-
Francois-Rene Rideau authored
Won't build unless we either tell XCVB about package-inferred-systems, or add #+xcvb (module ...) declarations to every file in ASDF.
-
- May 18, 2014
-
-
Francois-Rene Rideau authored
when there is an after body using the pathname, the pathname can but need not be used in the before body.
-
- May 12, 2014
-
-
Francois-Rene Rideau authored
-
- May 11, 2014
-
-
Francois-Rene Rideau authored
-
- May 09, 2014
-
-
Francois-Rene Rideau authored
-
- May 03, 2014
-
-
Francois-Rene Rideau authored
-
- Apr 29, 2014
-
-
Francois-Rene Rideau authored
-
- Apr 28, 2014
-
-
Francois-Rene Rideau authored
-
- Apr 22, 2014
-
-
Francois-Rene Rideau authored
-
- Apr 14, 2014
-
-
Francois-Rene Rideau authored
-
Robert P. Goldman authored
Previously, we would detect Unix first (correctly), then short-circuit, and never detect Mac OSX. I would like to rewrite DETECT-OS. The code seems opaque. But this is correct, so committing it now, since it used to be broken.
-
- Apr 07, 2014
-
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
Better tests. Thanks to Robert Brown.
-