Changeset 12501
- Timestamp:
- 02/22/10 13:44:43 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/abcl/CHANGES
r12500 r12501 8 8 9 9 * [svn 12487] An initial port ASDF-INSTALL now forms the first ABCL 10 contrib which are optionally built by the Ant target 'abcl.contrib'.11 ASDF-INSTALL is not expected to work very well under Windows at the12 moment.13 14 * [svn 12447] REQUIRE now searches for ASDF systems.10 contrib. Such contribs are optionally built by the Ant target 11 'abcl.contrib'. ASDF-INSTALL is not expected to work very well 12 under Windows in its present state. 13 14 * [svn 12447] [ticket:80] REQUIRE now searches for ASDF systems. 15 15 16 16 * [svn r12422] Jar pathname support extensively re-worked and tested … … 19 19 "jar:URL!/JAR-ENTRY". 20 20 21 Loading ASDF systems from jar files arenow possible.22 23 SYS:PATHNAME-JAR-P predicate signals whether a pathname refe nces a21 The loading ASDF systems from jar files is now possible. 22 23 SYS:PATHNAME-JAR-P predicate signals whether a pathname references a 24 24 jar. 25 25 … … 32 32 hierarchical entries. 33 33 34 * [svn r12450] Collect unprocessed command-line arguments in 35 EXT:*COMMAND-LINE-ARGUMENT-LIST* (Dennis Lambe Jr.) 36 34 37 * [svn r12414] SYS::%GET-OUTPUT-STREAM-ARRAY returns a Lisp byte array 35 38 from a Java byte array stream. … … 44 47 * [svn r12485] Pathnames starting with "." can now have TYPE. 45 48 46 * [svn r12484] FASL Scontaining "." characters not used to indicate49 * [svn r12484] FASLs containing "." characters not used to indicate 47 50 type (i.e. ".foo.bar.baz.abcl") can now be loaded. 48 51 … … 66 69 Paul Griffionen). 67 70 68 * [svn r12436] Describe formatting missing a newline (reported by71 * [svn r12436] Describe formatting was missing a newline (reported by 69 72 Blake McBride). 70 73 … … 72 75 for its PATHNAME member. 73 76 74 * [svn r14222] MERGE-PATHNAMES no longer potentially shares between75 result and *DEFAULT-PATHNAME-DEFAULTS*.77 * [svn r14222] MERGE-PATHNAMES no longer potentially shares structure 78 between its result and *DEFAULT-PATHNAME-DEFAULTS*. 76 79 77 80 * [svn r12416] Fixed ANSI LAMBDA.nn test failures caused by errors in … … 122 125 123 126 * [svn r12422] SYS::*LOAD-TRUENAME-FASL* now contains the TRUENAME of 124 the Java "*.cls" component w eloading a packed FASL.127 the Java "*.cls" component when loading a packed FASL. 125 128 126 129 * [svn r12461] Human readable Java representations for class cast 127 130 exceptions for NULL and UNBOUND values. 128 131 129 * [svn 12453 et. ff.] Large numbers of Java primitives have been130 declared in a way so that a stack trace provides a much more131 readable indication of what has been invoked. Primitives which132 extend Primitive are prefixed with "pf_"; those which extend133 SpecialOperator are prefixed with "sf_".132 * [svn 12453 et. ff.] Large numbers of the implementation of Java 133 primitives have been declared in a way so that a stack trace 134 provides a much more readable indication of what has been invoked. 135 Primitives which extend Primitive are prefixed with "pf_"; those 136 which extend SpecialOperator are prefixed with "sf_". 134 137 135 138 * [svn 12422] The internal structure of a jar pathname has changed.
Note: See TracChangeset
for help on using the changeset viewer.