Changeset 12501


Ignore:
Timestamp:
02/22/10 13:44:43 (13 years ago)
Author:
Mark Evenson
Message:

Improve CHANGES for upcoming release.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/abcl/CHANGES

    r12500 r12501  
    88
    99* [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 the
    12   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.
    1515
    1616* [svn r12422] Jar pathname support extensively re-worked and tested
     
    1919  "jar:URL!/JAR-ENTRY".
    2020
    21   Loading ASDF systems from jar files are now possible.
    22 
    23   SYS:PATHNAME-JAR-P predicate signals whether a pathname refences a
     21  The loading ASDF systems from jar files is now possible.
     22
     23  SYS:PATHNAME-JAR-P predicate signals whether a pathname references a
    2424  jar.
    2525       
     
    3232  hierarchical entries.
    3333
     34* [svn r12450] Collect unprocessed command-line arguments in
     35  EXT:*COMMAND-LINE-ARGUMENT-LIST* (Dennis Lambe Jr.)
     36
    3437* [svn r12414] SYS::%GET-OUTPUT-STREAM-ARRAY returns a Lisp byte array
    3538  from a Java byte array stream.
     
    4447* [svn r12485] Pathnames starting with "." can now have TYPE.
    4548
    46 * [svn r12484] FASLS containing "." characters not used to indicate
     49* [svn r12484] FASLs containing "." characters not used to indicate
    4750  type (i.e. ".foo.bar.baz.abcl") can now be loaded.
    4851
     
    6669  Paul Griffionen).
    6770
    68 * [svn r12436] Describe formatting missing a newline (reported by
     71* [svn r12436] Describe formatting was missing a newline (reported by
    6972  Blake McBride).
    7073
     
    7275  for its PATHNAME member.
    7376
    74 * [svn r14222] MERGE-PATHNAMES no longer potentially shares between
    75   result and *DEFAULT-PATHNAME-DEFAULTS*.
     77* [svn r14222] MERGE-PATHNAMES no longer potentially shares structure
     78  between its result and *DEFAULT-PATHNAME-DEFAULTS*.
    7679
    7780* [svn r12416] Fixed ANSI LAMBDA.nn test failures caused by errors in
     
    122125
    123126* [svn r12422] SYS::*LOAD-TRUENAME-FASL* now contains the TRUENAME of
    124   the Java "*.cls" component we loading a packed FASL.
     127  the Java "*.cls" component when loading a packed FASL.
    125128
    126129* [svn r12461] Human readable Java representations for class cast
    127130  exceptions for NULL and UNBOUND values.
    128131
    129 * [svn 12453 et. ff.] Large numbers of Java primitives have been
    130   declared in a way so that a stack trace provides a much more
    131   readable indication of what has been invoked.  Primitives which
    132   extend Primitive are prefixed with "pf_"; those which extend
    133   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_".
    134137
    135138* [svn 12422] The internal structure of a jar pathname has changed.
Note: See TracChangeset for help on using the changeset viewer.