- Apr 04, 2015
-
-
Francois-Rene Rideau authored
-
Robert Goldman authored
-
Robert Goldman authored
-
- Mar 30, 2015
-
-
Robert Goldman authored
merge is necessary,
- Mar 29, 2015
-
-
On ABCL, os testing is at runtime. On all other implementations, it's at compile-time. SBCL can optimize some runtime tests and then complain about unreachable code. os-cond abstracts over OS conditionalization and makes everyone happy. Needed by an upcoming configuration change. Plus minor typographical fixes.
-
- Mar 28, 2015
-
-
Francois-Rene Rideau authored
-
- Mar 24, 2015
-
-
Robert Goldman authored
Pulled in changes to doc building.
-
Robert Goldman authored
Horrible perl snippet to pull version number into texinfo. Open for tastier version.
-
- Mar 23, 2015
-
-
Robert Goldman authored
Catch up on some documentation.
-
Robert Goldman authored
-
Francois-Rene Rideau authored
-
- Mar 12, 2015
-
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
Add clasp support in the new tools
-
Francois-Rene Rideau authored
Based on a contribution by Christian Shafmeister.
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
-
- Mar 02, 2015
-
-
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
-