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

Jason J. Hickey jyh at cs.caltech.edu
Tue Sep 4 14:48:00 PDT 2007


chmod(mode, files) had a bug where the mode could not be an integer.  Fixed.

Also, I changed the symlink functions so that we can use either
strings or nodes as the symlink value.

   symlink(target : Node, filename)
   symlink-raw(target : String, filename)
   readlink(filename) : Node
   readlink-raw(filename) : String

----
Changes in omake-branches/0.9.8.x/src:
    +56 -15     builtin/omake_builtin_file.ml
    +12 -12     ir/omake_symbol.ml
 
A hyperlinked version of this commit is available at
http://svn.metaprl.org/commitlogs/omake/2007-09.html#07/09/04.14:48:00



More information about the OMake-CVS mailing list