Changeset 13413
- Timestamp:
- 07/21/11 21:35:27 (12 years ago)
- Location:
- branches/0.26.x/abcl
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/0.26.x/abcl/CHANGES
r13411 r13413 15 15 16 16 * Multiple failures in PPRINT.* ANSI test suite failures 17 18 * String interop with Java for strings with fill pointer 17 19 18 20 Version 0.26.0 -
branches/0.26.x/abcl/src/org/armedbear/lisp/ComplexString.java
r12588 r13413 331 331 public Object javaInstance() 332 332 { 333 return new String( chars());333 return new String(getStringValue()); 334 334 } 335 335
Note: See TracChangeset
for help on using the changeset viewer.