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.
      

Changes  Path
+11 -0 omake-branches/0.9.8.x/lib/Pervasives.om
+49 -1 omake-branches/0.9.8.x/src/builtin/omake_builtin_base.ml
+38 -3 omake-branches/0.9.8.x/src/builtin/omake_builtin_file.ml
+60 -6 omake-branches/0.9.8.x/src/ir/omake_cache.ml
+7 -7 omake-branches/0.9.8.x/src/ir/omake_symbol.ml