- 16 Mar, 2003 3 commits
-
-
Daniel Barlow authored
-
Daniel Barlow authored
-
Daniel Barlow authored
if unsupplied Shuffle some definitions around to reduce 'not defined yet' complaints Changes to :force option on operations - ':force t' is no longer passed onto dependent systems ':force (system1 system2 ...systemn)' is a list of system names to be forced ':force :all' is the original force-everything-recursively behaviour
-
- 07 Mar, 2003 4 commits
-
-
Kevin Rosenberg authored
-
Kevin Rosenberg authored
-
Kevin Rosenberg authored
-
Christophe Rhodes authored
".sbcl/systems", duh)
-
- 04 Mar, 2003 1 commit
-
-
Kevin Rosenberg authored
Incorporate patch for 'load-source-op. This may benefit from some rewriting, but this code clearly works better than the existing stub code.
-
- 03 Mar, 2003 2 commits
-
-
Kevin Rosenberg authored
-
Kevin Rosenberg authored
-
- 24 Feb, 2003 1 commit
-
-
Daniel Barlow authored
-
- 14 Feb, 2003 1 commit
-
-
Kevin Rosenberg authored
-
- 13 Feb, 2003 1 commit
-
-
Christophe Rhodes authored
justification routines. Sucky thing I: CLISP dislikes calls to FORMAT with pretty-print format strings. Bizarrely, though, it accepts calls to FORMATTER with the same format strings. So use FORMATTER everywhere to keep clisp happy. Sucky thing II: CMUCL can't do ENOUGH-NAMESTRING, because it has this weird ~UNSPECIFIC~ thing in its *DEFAULT-PATHNAME-DEFAULTS*. So don't use ENOUGH-NAMESTRING, even though it's crying out for it.
-
- 09 Feb, 2003 5 commits
-
-
Kevin Rosenberg authored
-
Kevin Rosenberg authored
-
Kevin Rosenberg authored
-
Kevin Rosenberg authored
-
Kevin Rosenberg authored
-
- 08 Feb, 2003 1 commit
-
-
Daniel Barlow authored
Some glue that won't affect too many people but that lets ASDF cleanly hook the extensible PROVIDE/REQUIRE mechanism in upcoming SBCL 0.7.13 Fix wild-modules to not object when we call (setf (module-components)) on a new or about-to-be-reinitialised module. We need to be able to do this to get the weeds out, so it should be legal
-
- 04 Feb, 2003 2 commits
-
-
Kevin Rosenberg authored
-
Daniel Barlow authored
*central-registry* no longer takes functions (that feature was broken anyway), but a new list *system-definition-search-functions* does. Its default content is a single function designator for sysdef-central-registry-search, which does the *central-registry* search Update documentation to match Fix test1.script to call the preferred OPERATE instead of OOS Update documentation to describe COMPONENT-PROPERTY method
-
- 28 Jan, 2003 1 commit
-
-
Daniel Barlow authored
specialisation on (stream stream), because STREAM is not a class. The workaround is harmless anyway: just remove the specialisation
-
- 15 Dec, 2002 1 commit
-
-
Kevin Rosenberg authored
-
- 09 Dec, 2002 2 commits
-
-
Kevin Rosenberg authored
-
Daniel Barlow authored
-
- 02 Dec, 2002 2 commits
-
-
Kevin Rosenberg authored
-
Kevin Rosenberg authored
-
- 23 Nov, 2002 1 commit
-
-
Kevin Rosenberg authored
-
- 19 Nov, 2002 1 commit
-
-
Kevin Rosenberg authored
-
- 18 Nov, 2002 1 commit
-
-
Daniel Barlow authored
-
- 12 Nov, 2002 1 commit
-
-
Daniel Barlow authored
- now it takes two arguments not three - and returns (operation . component) pairs - which don't include pruned-ops Sorted out some load-op methods to use input-files instead of faking their own compile-ops just to find out what the input files are
-
- 08 Nov, 2002 2 commits
-
-
Kevin Rosenberg authored
-
Daniel Barlow authored
shouldn't do global proclamations, that's bad karma (reported by Gary Byers) modules maybe now can have no components (Matthew Danish, SF bug id 625738) (added an :initform nil, haven't actually tested) significant reworking to handle recompilation of dependencies properly - use of component properties for last-compiled/last-loaded is gone - new internal gf INPUT-FILES (COMPONENT OPERATION) - TRAVERSE doesn't actually perform anything, but it now has a defined return value: a list of the ops and components that need doing. OPERATE loops over answers from TRAVERSE - intended to have no user-visible effects, but ICBW! May break existing systems! - still doesn't do cross-module dependencies properly, sigh. but we're closer - default output-files method now returns NIL instead of causing an error
-
- 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 4 commits
-
-
Kevin Rosenberg authored
-
Kevin Rosenberg authored
-
Daniel Barlow authored
-
Kevin Rosenberg authored
-