Merge branch 'wip2'
authorJean Privat <jean@pryen.org>
Mon, 16 Apr 2012 20:26:03 +0000 (16:26 -0400)
committerJean Privat <jean@pryen.org>
Mon, 16 Apr 2012 20:26:03 +0000 (16:26 -0400)
Conflicts:
tests/nitdoc.args

1  2 
lib/standard/exec.nit
lib/standard/file.nit
lib/standard/stream.nit
lib/standard/string.nit
tests/nitdoc.args

@@@ -19,12 -19,11 +19,11 @@@ import strea
  
  # Simple sub-processus
  class Process
        # The pid of the processus
 -      fun id: Int do return _data.id
 +      fun id: Int do return data.id
  
        # Is the processus finished?
 -      fun is_finished: Bool do return _data.is_finished
 +      fun is_finished: Bool do return data.is_finished
  
        # wait the terminaison of the process
        fun wait
Simple merge
@@@ -210,12 -210,12 +210,12 @@@ en
  
  ##############################################################"
  
- class FDStream
+ abstract class FDStream
        super IOS
        # File description
 -      var _fd: Int
 +      var fd: Int
  
 -      redef fun close do native_close(_fd)
 +      redef fun close do native_close(fd)
  
        private fun native_close(i: Int): Int is extern "stream_FDStream_FDStream_native_close_1"
        private fun native_read_char(i: Int): Int is extern "stream_FDStream_FDStream_native_read_char_1"
Simple merge
@@@ -1,1 -1,1 +1,1 @@@
- module_1 -d nitdoc_args1.write
 -../lib/*.nit -d out/nitdoc_args1.write
++module_1 -d out/nitdoc_args1.write