[Omake] SVN Commit: OMake Build System [0.9.8.x] (Rev. 9565)

Jason Hickey jyh at cs.caltech.edu
Thu Sep 14 10:12:54 PDT 2006


Module name: OMake Build System [0.9.8.x]
Changes by: jyh at cs.caltech.edu (Jason Hickey)
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:
    +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
 
----
A hyperlinked version of this commit is available at
http://svn.metaprl.org/commitlogs/omake/2006-09.html#06/09/14.10:12:52



More information about the OMake-CVS mailing list