- 12 Oct, 2002 1 commit
-
-
Kevin Rosenberg authored
-
- 27 Sep, 2002 1 commit
-
-
Kevin Rosenberg authored
-
- 25 Sep, 2002 1 commit
-
-
Kevin Rosenberg authored
-
- 20 Sep, 2002 7 commits
-
-
Kevin Rosenberg authored
-
Kevin Rosenberg authored
-
Daniel Barlow authored
-
Kevin Rosenberg authored
-
Kevin Rosenberg authored
-
Kevin Rosenberg authored
-
Daniel Barlow authored
-
- 18 Sep, 2002 2 commits
-
-
Kevin Rosenberg authored
-
Kevin Rosenberg authored
-
- 17 Sep, 2002 2 commits
-
-
Kevin Rosenberg authored
-
Kevin Rosenberg authored
-
- 16 Sep, 2002 1 commit
-
-
Kevin Rosenberg authored
-
- 15 Sep, 2002 1 commit
-
-
Kevin Rosenberg authored
-
- 14 Sep, 2002 4 commits
-
-
Kevin Rosenberg authored
-
Kevin Rosenberg authored
-
Kevin Rosenberg authored
-
Kevin Rosenberg authored
-
- 13 Sep, 2002 4 commits
-
-
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
-
- 12 Sep, 2002 2 commits
-
-
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
-
- 11 Sep, 2002 1 commit
-
-
Kevin Rosenberg authored
-
- 09 Sep, 2002 1 commit
-
-
Daniel Barlow authored
-
- 06 Sep, 2002 1 commit
-
-
Kevin Rosenberg authored
-
- 30 Aug, 2002 2 commits
-
-
Kevin Rosenberg authored
-
Kevin Rosenberg authored
-
- 29 Aug, 2002 1 commit
-
-
Kevin Rosenberg authored
-
- 28 Aug, 2002 8 commits
-
-
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
-