- 14 Jul, 2014 1 commit
-
-
Robert P. Goldman authored
-
- 20 May, 2014 1 commit
-
-
Francois-Rene Rideau authored
-
- 16 May, 2014 1 commit
-
-
Francois-Rene Rideau authored
-
- 08 May, 2014 1 commit
-
-
Francois-Rene Rideau authored
-
- 06 May, 2014 2 commits
-
-
Robert Goldman authored
-
Robert Goldman authored
tags and ASDF version.
-
- 05 May, 2014 1 commit
-
-
Robert P. Goldman authored
-
- 25 Mar, 2014 1 commit
-
-
Francois-Rene Rideau authored
-
- 23 Mar, 2014 1 commit
-
-
Francois-Rene Rideau authored
-
- 05 Mar, 2014 1 commit
-
-
Francois-Rene Rideau authored
Add regression tests for the feature. Change the meaning of :force-not t to mean "anything but current system".
-
- 02 Mar, 2014 1 commit
-
-
Francois-Rene Rideau authored
Tweak the web page. Update debian information.
-
- 01 Mar, 2014 1 commit
-
-
Francois-Rene Rideau authored
-
- 31 Jan, 2014 1 commit
-
-
Francois-Rene Rideau authored
-
- 14 Jan, 2014 1 commit
-
-
Francois-Rene Rideau authored
-
- 03 Jan, 2014 1 commit
-
-
Francois-Rene Rideau authored
-
- 19 Dec, 2013 1 commit
-
-
Francois-Rene Rideau authored
Get ready for 3.1.1 release.
-
- 23 Oct, 2013 2 commits
-
-
Francois-Rene Rideau authored
(Also, slight update to web page.)
-
Robert P. Goldman authored
-
- 18 Oct, 2013 1 commit
-
-
Francois-Rene Rideau authored
-
- 03 Sep, 2013 1 commit
-
-
Francois-Rene Rideau authored
-
- 02 Jul, 2013 1 commit
-
-
Robert P. Goldman authored
-
- 02 Jun, 2013 1 commit
-
-
Francois-Rene Rideau authored
-
- 28 May, 2013 1 commit
-
-
Francois-Rene Rideau authored
-
- 16 May, 2013 1 commit
-
-
Francois-Rene Rideau authored
Also, better document the entire version business. This is an incompatible change, but the previous behavior was not documented, wasn't fully working until rather recently and looks like it wasn't relied upon, so this should be OK.
-
- 15 May, 2013 1 commit
-
-
Francois-Rene Rideau authored
Also, tweaking the numbering system to match that of SBCL: First digit (currently 3) indicates major version and change indicates incompatibility. Second digit (currently 0) is minor version and change indicates notable progress. Third digit (currently 0) is patch release version and increases with each new stable release. Optionally a fourth digit (currently none) counts official changes since last stable release. Optionally a fifth digit (currently none) counts local changes since last official changes.
-
- 03 May, 2013 1 commit
-
-
Francois-Rene Rideau authored
Also, clean some test.
-
- 04 Apr, 2013 1 commit
-
-
Francois-Rene Rideau authored
-
- 27 Mar, 2013 1 commit
-
-
Francois-Rene Rideau authored
-
- 14 Mar, 2013 1 commit
-
-
Francois-Rene Rideau authored
debian: tweak Makefile, changelog, debian files.
-
- 06 Mar, 2013 1 commit
-
-
Francois-Rene Rideau authored
-
- 26 Feb, 2013 1 commit
-
-
Francois-Rene Rideau authored
-
- 21 Feb, 2013 1 commit
-
-
Francois-Rene Rideau authored
It has vastly positive and nowhere negative outcome on cl-test-grid results: http://common-lisp.net/project/cl-test-grid/asdf/asdf-diff-14.html Also, I've been warning people for almost a year now.
-
- 20 Feb, 2013 1 commit
-
-
Francois-Rene Rideau authored
-
- 16 Feb, 2013 1 commit
-
-
Francois-Rene Rideau authored
-
- 01 Feb, 2013 3 commits
-
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
-
Francois-Rene Rideau authored
-
- 28 Jan, 2013 1 commit
-
-
Francois-Rene Rideau authored
-
- 27 Jan, 2013 1 commit
-
-
Francois-Rene Rideau authored
Introduce some backward incompatibility with features unused in quicklisp: * Don't create a temporary package every time you load a .asd; instead, load everything from same package ASDF-USER, that :use's asdf/common-lisp asdf/package asdf/interface That's the Common Lisp way, what with COMMON-LISP-USER. If you want a private package, use DEFPACKAGE or DEFINE-PACKAGE. * operation-description is renamed action-description. No one was using it in quicklisp, and no one was specializing it except cl-protobufs, which I'll fix. * component-properties and component-property are gone. If you want a new property, create your own subclass of component. Also, have a load-asd function with name in keyword arguments, rather than load-sysdef function that requires the name.
-
- 25 Jan, 2013 1 commit
-
-
Francois-Rene Rideau authored
Also, move entry-point into system and remove class bundle-system. I was tempted to have test-op call it, but then it's a problem when the base system has a non-test entry-point, so we probably need a separate test-entry-point slot. Update the default *asdf-debug-utility* to do more of the right thing. Update changelog. Tweak package to avoid triggering a bug in ABCL trunk.
-