From: Robert K. <may...@us...> - 2001-07-23 22:32:13
|
Update of /cvsroot/bitcollider/bitcollider In directory usw-pr-cvs1:/tmp/cvs-serv8755 Modified Files: ChangeLog Log Message: Added the new bitprint.[ch] to the bitcollider. The bitprints and audioSha1 values are now in base32 Index: ChangeLog =================================================================== RCS file: /cvsroot/bitcollider/bitcollider/ChangeLog,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** ChangeLog 2001/07/23 21:22:34 1.1 --- ChangeLog 2001/07/23 22:32:10 1.2 *************** *** 9,13 **** more cross-platform compatible - Applied Nathan Lutchansky -f patch (with some debugging to handle ! single file submits correctly) - Converted bitcollider to use new base32 encoding, rather than base16 - Adapted bitprinting code from the bitprint.[ch] for more modular --- 9,14 ---- more cross-platform compatible - Applied Nathan Lutchansky -f patch (with some debugging to handle ! single file submits correctly), which also sends debugging printfs ! to stderr, not stdout - Converted bitcollider to use new base32 encoding, rather than base16 - Adapted bitprinting code from the bitprint.[ch] for more modular |