Changes by: Jason Hickey (jyh at cs.caltech.edu)
Date: 2006-09-14 10:12:52 -0700 (Thu, 14 Sep 2006)
Revision: 9565
Log message:
Added
truncate(length, file...)
split-string(sep, s) -- will probably remove this
Added a "sloppy" digest on files over 8MB by sampling
on only parts of the file. It would be nice if this were
configurable, so that you can specify in your project
if you want to use it. This isn't easy though.