- 24 Oct, 2011 3 commits
-
-
-
-
A more optimal solution might rank possible canidates rather than picking the first one which satisfies any clause of the named conditional.
-
- 23 Oct, 2011 1 commit
-
-
- 22 Oct, 2011 1 commit
-
-
- 21 Oct, 2011 5 commits
-
-
-
Add description of more JAVA package primitives.
-
-
-
-
- 20 Oct, 2011 5 commits
-
-
Smooth voice.
-
-
Re-formatted JSR-223 constribution (Thanks Alessio!)
-
-
THe User Manual may be constructed with 'pdflatex' on the command line The LaTeX sources start from 'doc/manual/abcl.tex'. Patches solicited.
-
- 19 Oct, 2011 3 commits
-
-
- 13 Oct, 2011 2 commits
-
-
- 12 Oct, 2011 1 commit
-
-
- 10 Oct, 2011 2 commits
-
-
- 09 Oct, 2011 1 commit
-
-
- 03 Oct, 2011 4 commits
-
-
It would be nice to allow a simple (require 'sequence) invocation work instead of (require 'extensible-sequences). Maybe in the Great Renaming.
-
-
-
-
- 02 Oct, 2011 8 commits
-
-
-
-
Provides a basis for experimenting with multi-core Lisp execution. In the future, java.util.concurrent.Callable would be the interface to make individual executions based upon. THREADS:START-SERVER will start a primitive, file-based message queue system that processes files as they are created in a given directory.
-
-
-
Update scrape of docstrings
-
-
-
- 01 Oct, 2011 1 commit
-
-
- 30 Sep, 2011 3 commits
-
-
-
Unfortunately, we have to use static initializers and retain the '###' marker for documenting package variables as we don't seem to be able to use the @DocString annotation as the JVM reflection APIs only seem to require that we know the Java class that a field is part of in order to look up runtime annotations. If this understanding is faulty, please let me know otherwise how to do it. The :DOCUMENTATION option for the DEFGENERIC is apparently not working.
-
Include the non-ABCL specific tests in bugs.lisp. Allow SBCL to recompile the ABCL-TEST-LISP system by moving the exporting of symbols into the DEFPACAKGE form.
-