- Jun 12, 2012
-
-
Francois-Rene Rideau authored
Don't upgrade ccl or cmucl on older asdf's due to incompatibilities. Shouldn't matter since they already ship with more recent versions of asdf.
- Jun 03, 2012
-
-
Francois-Rene Rideau authored
Notably specify the inheritance behaviour of :encoding.
-
- May 18, 2012
-
-
Francois-Rene Rideau authored
for which we do extra magic filtering. Should make Erik Pearson happy re lp#1000842.
-
- May 16, 2012
-
-
Francois-Rene Rideau authored
Thanks to Erik Pearson for prompt bug report.
-
Francois-Rene Rideau authored
-
- May 15, 2012
-
-
Francois-Rene Rideau authored
following discussion with Nikodemus on asdf-devel. Also, improve the way we test for upgrade. Disable upgrade test on cmucl from asdf 2.00*. Restore -i.bak flag in bump-version: it's actually needed.
-
- May 05, 2012
-
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
-
- Apr 29, 2012
-
-
Francois-Rene Rideau authored
Update documentation somewhat.
-
- 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.
-