[Omake] SVN Commit: OMake Build System (Rev. 11119)

Aleksey Nogin nogin at metaprl.org
Mon Jun 25 14:57:03 PDT 2007


- The "read(channel, amount)" built-in function should raise an exception on
  EOF (this is what the documentation promises, but the implementation used to
  simply return an empty string).

- Implementated an "input-line(channel)" built-in function.

- Added two above functions to the InputChannel pervasives object - as
  o.read(amount) and o.readln()

----
Changes:
    +14 -0	omake-branches/0.9.8.4/lib/Pervasives.om
    +25 -8	omake-branches/0.9.8.4/src/builtin/omake_builtin_io.ml
 
A hyperlinked version of this commit is available at
http://svn.metaprl.org/commitlogs/omake/2007-06.html#07/06/25.14:57:03



More information about the OMake-CVS mailing list