[Cl-darcs-cvs] r192 - cl-darcs/trunk
Author: mhenoch Date: Wed Apr 2 13:08:20 2008 New Revision: 192 Modified: cl-darcs/trunk/README Log: Mention Lispworks compatibility Modified: cl-darcs/trunk/README ============================================================================== --- cl-darcs/trunk/README (original) +++ cl-darcs/trunk/README Wed Apr 2 13:08:20 2008 @@ -32,10 +32,11 @@ * Compatibility -cl-darcs works on CLISP and SBCL on Unix-like systems. Getting it to -work on other Lisp implementations should be simple; grep the code for -#+clisp or #+sbcl. For other operating systems, modify -MAKE-TEMP-FILE-NAME in util.lisp accordingly. +cl-darcs works on CLISP and SBCL on Unix-like systems; it has also +been reported to work on Lispworks. Getting it to work on other Lisp +implementations should be simple; grep the code for #+clisp or #+sbcl. +For other operating systems, modify MAKE-TEMP-FILE-NAME in util.lisp +accordingly. * Dependencies
participants (1)
-
mhenoch@common-lisp.net