[Cryptar-cvs] cryptar README.code.txt,1.9,1.10
Status: Beta
Brought to you by:
jma2
|
From: Jeff A. <jm...@us...> - 2004-05-28 15:11:45
|
Update of /cvsroot/cryptar/cryptar In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9726 Modified Files: README.code.txt Log Message: improve documentation in the hopes that another mortal might be able to help out Index: README.code.txt =================================================================== RCS file: /cvsroot/cryptar/cryptar/README.code.txt,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** README.code.txt 28 May 2004 14:06:16 -0000 1.9 --- README.code.txt 28 May 2004 15:11:30 -0000 1.10 *************** *** 84,87 **** --- 84,90 ---- *** What needs to be done *** + - Anything marked with "###" means something is missing there and I + need to pay attention to it. + - Optionally request deletion of no longer needed blocks. Note that db_del is not tested. *************** *** 89,92 **** --- 92,100 ---- - Setup autoconf. GNUmakefile is a temporary hack. + - The (de)serialization code will probably fail on machines that are + picky about alignment. The failure would be in the form of + terminated execution due to an illegal memory access. Sparc is a + good candidate for this. + - Consider compilation under other than debian gnu/linux sarge... *************** *** 144,145 **** --- 152,157 ---- should track it. + + Documentation: + + See doc/README.txt |