[armedbear-cvs] r13703 - in trunk/abcl: src/org/armedbear/lisp tools

mevenson at common-lisp.net mevenson at common-lisp.net
Sun Dec 18 16:03:24 UTC 2011


Author: mevenson
Date: Sun Dec 18 08:03:22 2011
New Revision: 13703

Log:
Fix #183: move threads-jss.lisp out of system source.

'threads-jss.lisp' provides a rudimentary implementation of a server
framework using the java.util.concurrent abstractions.  Ripped out of
another project, the code uses the JSS syntax for brevity making it
more or less impossible to actually compile as system source as it
depends on the JSS contrib.  We move it to the tools directory until
we can rewrite the use of primitives to use the lower-level Java FFI.

Added:
   trunk/abcl/tools/threads-jss.lisp
      - copied, changed from r13702, trunk/abcl/src/org/armedbear/lisp/threads-jss.lisp
Deleted:
   trunk/abcl/src/org/armedbear/lisp/threads-jss.lisp

Copied and modified: trunk/abcl/tools/threads-jss.lisp (from r13702, trunk/abcl/src/org/armedbear/lisp/threads-jss.lisp)
==============================================================================




More information about the armedbear-cvs mailing list