- 31 Jul, 2011 3 commits
-
-
- 27 Jul, 2011 2 commits
-
-
- 26 Jul, 2011 1 commit
-
-
We make #\Uxxxx a synonym of character code but not the cannonical character name, using instead the unicode character at that point.
-
- 22 Jul, 2011 1 commit
-
-
- 21 Jul, 2011 1 commit
-
-
Found by: Theam Yong Chew (senatorzergling at gmail dot com)
-
- 17 Jul, 2011 1 commit
-
-
- 16 Jul, 2011 1 commit
-
-
- 15 Jul, 2011 2 commits
-
-
(dropping my test failure count from 27 to 20!).
-
it's complete overkill in the presence of memory (byte array) backed streams.
-
- 14 Jul, 2011 4 commits
-
-
-
Export ANSI-TESTS:FULL-REPORT as it seems useful enough.
-
The #\Unnnn syntax only accepts characters with exactly four digits, so we need to pad our names with leading zeros. Alternatively, we could loosen the four digit restricion.
-
Added test results between 0.25.0 and 0.26.0 on Solaris.
-
- 13 Jul, 2011 1 commit
-
-
- 12 Jul, 2011 4 commits
-
-
Unclear as to what sort of type JSS:LIST-TO-LIST should work on, so we restore the previous implementation while marking it as deprecated.
-
-
-
-
- 11 Jul, 2011 3 commits
-
-
JSS:NEW is no longer deprecated. Documentation improvements. Update to version jss-2.1.0.
-
-
-
- 09 Jul, 2011 3 commits
-
-
- 08 Jul, 2011 1 commit
-
-
This fixes #156 in which the compiler could no longer dump forms into the fasls containing arrays of (UNSIGNED-BYTE 32) because in r13274 we required that all forms be created with a non-nil *PRINT-READABLY*. Presumably, SimpleArray_UnsignedByte32.writeToString() signals an error when invoked with a non-NIL *PRINT-READABLY* because the resulting read of the form will not necessarily be of the specified base type. With this change, we restore ABCL's behavior before r13274 to fix #147, which is to read a create a less precise type from the fasl. The more correct solution would be to dump some aspects of the fasls directly into JVM code that would perform the stricter intialization. Tests added for both cases to ensure this remains fixed.
-
- 05 Jul, 2011 2 commits
-
-
- 04 Jul, 2011 7 commits
-
-
design/amop/missing.markdown contains the missing symbols discovered by running APROPOS on a live ABCL image.
-
Start breaking out MOP defintions into separate 'mop.lisp' file.
-
-
-
But PATHNAME.URI-ENCODING.2 definitely is, which should be addressed.
-
-
To be compared with our current implementation to see what is missing.
-
- 01 Jul, 2011 2 commits
-
-
Create a "versioned" contrib jar as part of the release. N.B. the pom.xml and instructions are untested.
-
With this change we can customize the mechanism for changing the classpath. The first planned use is for JSS to use an :after method to be informed of classpath additions, so we can factor out the ASDF portion into the ABCL-ASDF extension package. Add JAVA:GET-CURRENT-CLASSLOADER to access a wrapped instance of the underlying current JVM classloader being used by ABCL.
-
- 29 Jun, 2011 1 commit
-
-
Better separation between java-collections and the Java FFI. java-collections should be easily moved to contrib now.
-