- 28 Aug, 2011 2 commits
-
-
- 27 Aug, 2011 2 commits
-
-
- 25 Aug, 2011 2 commits
-
-
-
sbcl-buildhost gets much further, and the ANSI tests show no additional failures, but still something is not quite right here. N.B. The test still doesn't succeed.
-
- 24 Aug, 2011 1 commit
-
-
- 23 Aug, 2011 5 commits
-
-
<clinit>() code. Additionally, place some remarks where I expect issues once I start compiling forward references the same way as backward references.
-
broke the code generation for that special case -- there's no longer a 'this' variable to be loaded. Replace with <this class>.class.
-
-
-
Fixes some problems which arose in compiling SBCL.
-
- 22 Aug, 2011 2 commits
-
-
Don't use DIRECTORY with a wildcard unless when compiling files unless we know of the presence of at least one class constant ".clc" via PROBE-FILE.
-
Without this modifications, threads created with the THREADS:MAKE-THREADS cannot successfully call the EXT:QUIT or EXT:EXIT functions. This prevented the SLIME quit implementation from successfully quitting implementations. Note that all threads can always execute a form like (jstatic "exit" "java.lang.System" 0) to uncermoniously exit the JVM, so there is nothing gained security-wise by preventing threads from using the official Lisp interfaces.
-
- 21 Aug, 2011 8 commits
-
-
-
-
-
-
-
-
macroexpanded by precompilation and pass 1. Also: Reindenting to save left margin.
-
-
- 20 Aug, 2011 6 commits
-
-
-
-
After this change, it should be possible to run the constructor of compiled functions more than once.
-
ConcurrentHashmap for the 'remember' hashtable, which is used concurrently from multiple threads, if they're all compiling.
-
verification problems of generated .cls file.
-
Note: Fix based on research by Alessio Stalla.
-
- 19 Aug, 2011 5 commits
-
-
normal strings as well.
-
size bigger that 64k in a separate file instead of within-classfile.
-
-
plain java.lang.String-s.
-
unable to generate a conforming class file.
-
- 16 Aug, 2011 4 commits
-
-
the fields themselves. Fixes Wrong number of arguments error message.
-
Since most JVM debuggers use the java.lang.Object.toString() contract to provide meaningful information for users, we have out default implementation call the princToString() implementation.
-
A slightly modified version of the patch provided by Ole Arnedt with a test.
-
Otherwise something like (COPY-READTABLE) returns an illegal expression at the REPL, i.e. one that doesn't implement the Reader serialization protocol correctly.
-
- 14 Aug, 2011 3 commits
-
-