[crypticl-cvs] CVS crypticl/doc
tskogan
tskogan at common-lisp.net
Sat Jan 20 16:54:59 UTC 2007
Update of /project/crypticl/cvsroot/crypticl/doc
In directory clnet:/tmp/cvs-serv30017
Modified Files:
TODO README
Log Message:
Updating platform info after testing on Allegro 8.0.
--- /project/crypticl/cvsroot/crypticl/doc/TODO 2007/01/16 23:49:39 1.3
+++ /project/crypticl/cvsroot/crypticl/doc/TODO 2007/01/20 16:54:59 1.4
@@ -6,10 +6,6 @@
-Study the Fortuna PRNG.
-more example applications to test and improve the api
-SHA-512?
--Cleanup test result output and refactor test code. Only run some test
- by default so not to exhaust the Allegro heap. Document how to run the
- full test set. Less verbose test output by default, only report "All
-Crypticl tests OK" or similar on success.
--Port to Allegro 8 (or higher)
+-Document how to run the full test set.
-Port to SBCL
--- /project/crypticl/cvsroot/crypticl/doc/README 2007/01/20 15:35:00 1.8
+++ /project/crypticl/cvsroot/crypticl/doc/README 2007/01/20 16:54:59 1.9
@@ -25,8 +25,15 @@
example: (load "C:\\crypticl\\src\\load")
-The library has only been tested with Allegro 6.2 under Windows and may
-contain some Allegro specific functions, but the bulk of the code is portable
+PLATFORMS
+=========
+
+Tested on:
+-Allegro 6.2 Windows XP
+-Allegro CL 8.0 (Updated June 14, 2006) Windows XP
+
+The library has only been tested with Allegro under Windows and may use some
+Allegro specific functions by accident, but the bulk of the code is portable
to all Common Lisp implementations.
More information about the Crypticl-cvs
mailing list