Changeset 15071


Ignore:
Timestamp:
06/11/17 08:00:11 (6 years ago)
Author:
Mark Evenson
Message:

Further updates to CHANGES

Location:
trunk/abcl
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/abcl/CHANGES

    r15058 r15071  
    4848* [r15018] Enable use of MVN-MODULE in ASDF definitions (Alan).
    4949
    50 * [r15019] Add NAMED-READTABLES from <​https://github.com/melisgl/named-readtables
     50* [r15019] Add NAMED-READTABLES from <​https://github.com/melisgl/named-readtables>
     51
     52* [r15062] ABCL-INTROSPECT 'javaparser.asd' definition adds a
     53  SHARPSIGN-ONE-QUOTATION_MARK macro to evaluate arbitrary Java expressions
    5154
    5255
     
    5659* [r14902] Fix CL:OPEN for :DIRECTION :INPUT (pipping)
    5760
    58 * [r14903] JNEW-RUNTIME-CLASS (Olof)
    59   Make static functions and :int parameters work.  Fix return
    60   conversion for null.  Ensure that the same classloader is used.
     61* [r14903] JNEW-RUNTIME-CLASS Make static functions and :int
     62  parameters work.  Fix return conversion for null.  Ensure that the
     63  same classloader is used (olof).
    6164
    6265* [r14905] ABCL-ASDF uses the value of the reported Maven home to look
     
    130133
    131134* [r15044] Documentation renders less/greater-than characters correctly (Olof).
     135
    132136
    133137Updates
  • trunk/abcl/contrib/jss/README.markdown

    r15066 r15071  
    115115
    116116    (asdf:make :javaparser)
    117     (#"'#1"new ByteBuddy()
     117    (#1"new ByteBuddy()
    118118      .subclass(Object.class,t)
    119119      .method(ElementMatchers.named("toString"))
Note: See TracChangeset for help on using the changeset viewer.