- Sep 16, 2002
-
-
Kevin Rosenberg authored
-
- Sep 15, 2002
-
-
Kevin Rosenberg authored
-
- Sep 14, 2002
-
-
Kevin Rosenberg authored
-
Kevin Rosenberg authored
-
Kevin Rosenberg authored
-
Kevin Rosenberg authored
-
- Sep 13, 2002
-
-
Kevin Rosenberg authored
-
Daniel Barlow authored
-
Kevin Rosenberg authored
-
Daniel Barlow authored
death to LPNs! revert change to system-definition-pathname that was causing lossage when used with physical pathnames
-
- Sep 12, 2002
-
-
Kevin Rosenberg authored
-
Kevin Rosenberg authored
Kludge in :version to get CLC LPN to work with CMUCL. This may be a temporary change if a bug in CMUCL's handling of LPN's is found when :version is :newest
-
- Sep 11, 2002
-
-
Kevin Rosenberg authored
-
- Sep 09, 2002
-
-
Daniel Barlow authored
-
- Sep 06, 2002
-
-
Kevin Rosenberg authored
-
- Aug 30, 2002
-
-
Kevin Rosenberg authored
-
Kevin Rosenberg authored
-
- Aug 29, 2002
-
-
Kevin Rosenberg authored
-
- Aug 28, 2002
-
-
Daniel Barlow authored
-
Daniel Barlow authored
-
Daniel Barlow authored
-
Daniel Barlow authored
-
Daniel Barlow authored
-
Kevin Rosenberg authored
-
Daniel Barlow authored
-
Daniel Barlow authored
similar which corresponds to the CVS revision of asdf.lisp - compile-file errors The default behaviour for coping with compile-file errors has changed: (defvar *compile-file-warnings-behaviour* :warn) -(defvar *compile-file-failure-behaviour* :error) +(defvar *compile-file-failure-behaviour* #+sbcl :error #-sbcl :warn) Most lisp implementations (all that I know of except for sbcl) stop and enter the debugger for catastrophic errors in file compilation. SBCL otoh has a much finer warning/style-warning distinction and should not ever return failure-p unless for a catastrophic error Fix printing of system-definition-error in CMUCL (thanks to Bob Rogers) Moved a lot of messing around with 'last-compiled and 'last-loaded properties into :before and :after methods on source-file so that "don't reload if already loaded" works for new source file types that users create There is a new operation load-source-op based on Kevin Rosenberg's implementation of same. I'm not altogether sure yet how this should interact with 'last-compiled and 'last-loaded: suggestions welcomed OPERATE now does the operation inside a WITH-COMPILATION-UNIT form, to reduce noise from the compiler about forward definitions. Courtesy of Bob Rogers
-
Daniel Barlow authored
-
- Aug 27, 2002
-
-
Kevin Rosenberg authored
-
- Aug 26, 2002
-
-
Kevin Rosenberg authored
-
Kevin Rosenberg authored
-
Kevin Rosenberg authored
-
- Aug 23, 2002
-
-
Kevin Rosenberg authored
-
- Aug 22, 2002
-
-
Kevin Rosenberg authored
-
- Aug 18, 2002
-
-
Kevin Rosenberg authored
-
Kevin Rosenberg authored
-
Kevin Rosenberg authored
-
- Jul 04, 2002
-
- Jun 19, 2002
-
-
Daniel Barlow authored
-
Daniel Barlow authored
("asdf:defsystem class bug")
-
- Jun 08, 2002
-
-
Rahul Jain authored
wild-pathname-based modules for asdf. (:wild-module "name" :pathname "foo/*.bar" :component-class 'bar-file), e.g.
-