Changeset 15071
- Timestamp:
- 06/11/17 08:00:11 (6 years ago)
- Location:
- trunk/abcl
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/abcl/CHANGES
r15058 r15071 48 48 * [r15018] Enable use of MVN-MODULE in ASDF definitions (Alan). 49 49 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 51 54 52 55 … … 56 59 * [r14902] Fix CL:OPEN for :DIRECTION :INPUT (pipping) 57 60 58 * [r14903] JNEW-RUNTIME-CLASS (Olof)59 Make static functions and :int parameters work. Fix return60 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). 61 64 62 65 * [r14905] ABCL-ASDF uses the value of the reported Maven home to look … … 130 133 131 134 * [r15044] Documentation renders less/greater-than characters correctly (Olof). 135 132 136 133 137 Updates -
trunk/abcl/contrib/jss/README.markdown
r15066 r15071 115 115 116 116 (asdf:make :javaparser) 117 (# "'#1"new ByteBuddy()117 (#1"new ByteBuddy() 118 118 .subclass(Object.class,t) 119 119 .method(ElementMatchers.named("toString"))
Note: See TracChangeset
for help on using the changeset viewer.