- Apr 28, 2015
-
-
Francois-Rene Rideau authored
Rename functions accordingly.
-
- Apr 27, 2015
-
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
-
Robert Goldman authored
-
- Apr 23, 2015
-
-
Robert Goldman authored
* master: Update submodule URLs Bump version to 3.1.4.5 Fix for launchpad bug 1445638. Added FORCE to test for repeatability. Test case for launchpad bug 1445638.
-
- Apr 22, 2015
-
-
Francois-Rene Rideau authored
-
- Apr 17, 2015
-
-
Robert Goldman authored
* launchpad-1445638: Fix for launchpad bug 1445638.
-
Robert Goldman authored
When collecting the defsystem-dependencies in REGISTER-SYSTEM-DEFINITION, throw away NILs, which correspond to systems not needed because of :FEATURE checks. Added test case for bug, too.
-
Robert Goldman authored
Was having issue where expected warnings were issued only on compilation, not loading, so needed to "make clean" for test repeatability. Added :FORCE T to solve this problem.
-
Robert Goldman authored
This test case is commented out with #+NIL because we don't have a fix yet. See https://bugs.launchpad.net/asdf/+bug/1445638
- Apr 14, 2015
-
-
Robert Goldman authored
Add /opt/local and /usr/local pathnames to search lists, defying the XDG standard.
-
Robert Goldman authored
Fixed minor type bug in config-search-pathnames. Added details to multiple docstrings.
-
Fixes lp#1437480. Also includes backward compatibility with previous not-so-portable API.
-
- Apr 09, 2015
-
-
It does issue warning when a function uses undefined variables.
-
- 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
Horrible perl snippet to pull version number into texinfo. Open for tastier version.
-
- 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.