- Apr 24, 2012
-
-
Francois-Rene Rideau authored
to make Erik Pearson happy.
-
Francois-Rene Rideau authored
Fix a misparenthetization in 2.20.12 that disabled windows shortcut.
-
Francois-Rene Rideau authored
by using unintern rather than fmakunbound for redefined generic functions.
-
- Apr 23, 2012
-
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
-
- Apr 22, 2012
-
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
TODO: get load-system upgrade to work on CMUCL
-
- Apr 21, 2012
-
-
Francois-Rene Rideau authored
Update dates in index.html
-
- Apr 20, 2012
-
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
-
- Apr 17, 2012
-
-
Francois-Rene Rideau authored
This matters if you e.g. open asdf.lisp in LispWorks before you load it, in which case it will automatically create an ASDF package with a default use list that pulls in symbols from LispWorks's own defsystem. Also, export strcat.
-
- Apr 16, 2012
-
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
Add a hook to autodetect file encoding. Don't use :unspecific on ecl, it breaks asdf-pathname-test.script Disable warnings testing when compiling asdf with SCL. Bug in SCL?
-
Francois-Rene Rideau authored
This ensures backwards compatibility with 2.20 and earlier, for now, until the dust settles on asdf encodings. Update documentation about encodings. Export more utilities. Document some of them. Remove ununspecific. Accept :unspecific on more implementations.
-
- Apr 14, 2012
-
-
Francois-Rene Rideau authored
Make logical pathname test work on disjoint files, for now. Fix test-upgrade wrt recent package tweak in testing.
-
Francois-Rene Rideau authored
Avoid error from missing system's source-file when upgrading from ASDF 1.
- Apr 12, 2012
-
-
Francois-Rene Rideau authored
thanks to rpgoldman for detecting the typo.
-
Francois-Rene Rideau authored
The issue fixed is that most Lisps don't like *default-pathname-defaults* being a logical-pathname. Added a test for logical-pathname functionality; it all works on CCL, and works better on other Lisps after the fix, but there are still logical-pathname issues on SBCL, CLISP and more. Also, a package cleanup of our test suite.
-
- Apr 10, 2012
-
-
Francois-Rene Rideau authored
-
- Apr 08, 2012
-
-
Francois-Rene Rideau authored
-
- Mar 31, 2012
-
-
Francois-Rene Rideau authored
Minimal documentation.
-
- Mar 29, 2012
-
-
Francois-Rene Rideau authored
-
- Mar 28, 2012
-
-
Francois-Rene Rideau authored
as expanded from the read-conditionals. Use (progn :default :utf-8) instead.
-
- Mar 26, 2012
-
-
Francois-Rene Rideau authored
that's causing a warning with SBCL.
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
and the implementation-dependent external-format arguments. Actually, only add a default encoding/external-format pair and a hook to allow for an extension that would define more. Based on asdf-devel@ discussion thread with Orivej Desh and Robert Goldman.
-
- Mar 21, 2012
-
-
Francois-Rene Rideau authored
-
Orivej Desh authored
-
Francois-Rene Rideau authored
-
Orivej Desh authored
External format is specified via keyword :external-format per system or per its component, the latter taking precedence. The value is passed then as :external-format to #'load and #'compile-file. When unspecified, external-format defaults to UTF-8.
-
- Feb 15, 2012
-
-
Francois-Rene Rideau authored
-
- Jan 18, 2012
-
- Jan 15, 2012
-
-
Francois-Rene Rideau authored
(in the end, the issue was not in ASDF, but the refactoring remains).
-
- Dec 19, 2011
-
-
Francois-Rene Rideau authored
When specifying a function as output-translation, we accept either (:function symbol) or (:function (lambda (pathname absolute-source) ...) The second case wasn't properly handled. Minimal testing included. спасибо Сергей.
-