- Mar 23, 2015
-
-
Robert Goldman authored
-
Francois-Rene Rideau authored
-
- Mar 12, 2015
-
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
Based on a contribution by Christian Shafmeister.
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
-
- Dec 17, 2014
-
-
Francois-Rene Rideau authored
-
- 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
-
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.
-
- Nov 21, 2014
-
-
Jean-Claude Beaudoin authored
Dependency on UIOP provides it properly now.
- Nov 05, 2014
-
-
Robert P. Goldman authored
Previously, we would simply skip this test if the lisp-invocation library was missing, or not sufficiently up-to-date. Now that the lisp-invocation library is present as a git submodule, we treat this as an error condition, instead.
- Nov 04, 2014
-
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
-
- Nov 03, 2014
-
-
Robert P. Goldman authored
Per query by Ilya Perminov about behavior on SBCL.
-
- Oct 31, 2014
-
-
Francois-Rene Rideau authored
-
- Oct 30, 2014
-
-
Robert P. Goldman authored
Check for both cases of *compile-file-warnings-behaviour*.
-
- Oct 29, 2014
-
-
Robert P. Goldman authored
Added new test to test-deferred-warnings.script to assess how undefined variable warnings are handled.
-
- Oct 10, 2014
-
-
Robert P. Goldman authored
-
Robert P. Goldman authored
-
Robert P. Goldman authored
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
so I can build the debian package.
-
Robert P. Goldman authored
-
Robert P. Goldman authored
-
Robert P. Goldman authored
-
- Oct 09, 2014
-
-
Francois-Rene Rideau authored
-