Update of /project/crypticl/cvsroot/crypticl/doc In directory common-lisp.net:/tmp/cvs-serv29823/doc
Modified Files: ChangeLog README Log Message: Removed allegro specific excl: function. Still one left. Using aa instead of the norwegian character å in my name. Renamed various versions of TO DO: to To do: at the top of the files. Using TODO inside the source.
Date: Thu Nov 25 22:56:49 2004 Author: tskogan
Index: crypticl/doc/ChangeLog diff -u crypticl/doc/ChangeLog:1.9 crypticl/doc/ChangeLog:1.10 --- crypticl/doc/ChangeLog:1.9 Wed Nov 24 23:54:36 2004 +++ crypticl/doc/ChangeLog Thu Nov 25 22:56:49 2004 @@ -1,30 +1,41 @@ +25-11-2004 Taale Skogantasko@frisurf.no + Removed allegro specific excl: function. Still one left. + Using aa instead of the norwegian character å in my name. + Renamed various versions of TO DO: to To do: at the top of the files. + Using TODO inside the source. + + * src/*: naming and TODO + * src/load.lisp: removed excl: + 2004-11-24 Tage Stabell-Kulo tage@tagehome.pasta.cs.uit.no
* src/sha1.lisp: Added more verbose printout. * src/aes.lisp: Changed variable S to Sbox and T to tmp.
-24-11-2004 Tåle Skogantasko@frisurf.no +--------------------------------- TAG 0.1.0 ------------------------------- + +24-11-2004 Taale Skogantasko@frisurf.no * doc/README: tag instructions.
-23-11-2004 Tåle Skogantasko@frisurf.no +23-11-2004 Taale Skogantasko@frisurf.no * doc/README: new install instructions. -15-11-2004 Tåle Skogantasko@frisurf.no +15-11-2004 Taale Skogantasko@frisurf.no * src/crypticl-package.lisp: place load code in separate file. * src/load.lisp: load function. -14-11-2004 Tåle Skogantasko@frisurf.no +14-11-2004 Taale Skogantasko@frisurf.no Minor modifications to get Obol runtime to load. -07-11-2004 Tåle Skogantasko@frisurf.no +07-11-2004 Taale Skogantasko@frisurf.no Adding to USERGUIDE. -07-11-2004 Tåle Skogantasko@frisurf.no +07-11-2004 Taale Skogantasko@frisurf.no Refactoring key generation. Put key generation code in each algorithm and make the algorithm resonsible for registering the interface. Put KeyStore in separate file. -06-11-2004 Tåle Skogantasko@frisurf.no +06-11-2004 Taale Skogantasko@frisurf.no Cleaning up load. Completing renaming from CLC to Crypticl.
* src/load.lisp: deleted. Functionality moved to crypticl-package.lisp. @@ -34,6 +45,6 @@ interface new-instance. * src/crypticl-package.lisp: Cleaning up load. -09-09-2004 Tåle Skogantasko@frisurf.no +09-09-2004 Taale Skogantasko@frisurf.no Using max column 80. * doc/README: max column 80.
Index: crypticl/doc/README diff -u crypticl/doc/README:1.4 crypticl/doc/README:1.5 --- crypticl/doc/README:1.4 Wed Nov 24 09:27:31 2004 +++ crypticl/doc/README Thu Nov 25 22:56:49 2004 @@ -27,6 +27,9 @@ DEVELOPERS Document changes in the ChangeLog in addition to writing commit messages. Before commiting, check that the library loads correctly into a fresh top level (use (delete-package 'crypticl) and reload) and verify that the unit tests are successful. Tag with V_<major>_<minor>_<num>, like V_0_1_0, V_0_1_1, etc.
+TODO +The file TODO is meant as a supplement to the various TODO comments in the source. + CHANGELOG See the file ChangeLog for the project change log.