- 05 May, 2012 1 commit
-
-
Francois-Rene Rideau authored
-
- 29 Apr, 2012 1 commit
-
-
Francois-Rene Rideau authored
Update documentation somewhat.
-
- 24 Apr, 2012 3 commits
-
-
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.
-
- 23 Apr, 2012 3 commits
-
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
-
- 22 Apr, 2012 3 commits
-
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
TODO: get load-system upgrade to work on CMUCL
-
- 21 Apr, 2012 1 commit
-
-
Francois-Rene Rideau authored
Update dates in index.html
-
- 20 Apr, 2012 2 commits
-
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
-
- 17 Apr, 2012 1 commit
-
-
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.
-
- 16 Apr, 2012 5 commits
-
-
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.
-
- 14 Apr, 2012 3 commits
-
-
Francois-Rene Rideau authored
-
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.
-
- 12 Apr, 2012 3 commits
-
-
Francois-Rene Rideau authored
thanks to rpgoldman for detecting the typo.
-
Francois-Rene Rideau authored
-
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.
-
- 10 Apr, 2012 1 commit
-
-
Francois-Rene Rideau authored
-
- 08 Apr, 2012 1 commit
-
-
Francois-Rene Rideau authored
-
- 31 Mar, 2012 1 commit
-
-
Francois-Rene Rideau authored
Minimal documentation.
-
- 29 Mar, 2012 1 commit
-
-
Francois-Rene Rideau authored
-
- 28 Mar, 2012 1 commit
-
-
Francois-Rene Rideau authored
as expanded from the read-conditionals. Use (progn :default :utf-8) instead.
-
- 26 Mar, 2012 3 commits
-
-
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.
-
- 21 Mar, 2012 4 commits
-
-
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.
-
- 15 Feb, 2012 1 commit
-
-
Francois-Rene Rideau authored
-
- 18 Jan, 2012 1 commit
-
-
Francois-Rene Rideau authored
-