[crypticl-cvs] CVS crypticl/doc
tskogan
tskogan at common-lisp.net
Sun Jan 21 01:15:23 UTC 2007
Update of /project/crypticl/cvsroot/crypticl/doc
In directory clnet:/tmp/cvs-serv1390/doc
Modified Files:
TODO README
Log Message:
Porting to SBCL 1.0.1:
-force hex to return lowercase hex digits.
-replace defconstant with defparameter because of picky behavior in SBCL.
--- /project/crypticl/cvsroot/crypticl/doc/TODO 2007/01/20 16:54:59 1.4
+++ /project/crypticl/cvsroot/crypticl/doc/TODO 2007/01/21 01:15:22 1.5
@@ -7,5 +7,5 @@
-more example applications to test and improve the api
-SHA-512?
-Document how to run the full test set.
--Port to SBCL
+
--- /project/crypticl/cvsroot/crypticl/doc/README 2007/01/20 19:33:41 1.10
+++ /project/crypticl/cvsroot/crypticl/doc/README 2007/01/21 01:15:22 1.11
@@ -30,10 +30,11 @@
Tested on:
-Allegro 6.2 Windows XP
--Allegro CL 8.0 (Updated June 14, 2006) Windows XP
+-Allegro CL 8.0 (June 14, 2006) Windows XP
+-SBCL 1.0.1 (December 26, 2006) Windows XP
-The library has only been tested with Allegro under Windows, but most of the
-code should be portable.
+Most of the testing has been on Allegro under Windows, but the code should be
+fairly portable.
DOCUMENTATION
More information about the Crypticl-cvs
mailing list