Skip to content
  • Nobuyoshi Nakada's avatar
    69459d98
    * dir.c (find_dirsep): get rid of warnings. · 69459d98
    Nobuyoshi Nakada authored
    * eval.c (error_print): temporary value might be disposed by GC.
    
    * hash.c (env_has_value, env_index): should not increment NULL.
    
    * io.c (io_read, rb_io_sysread): not read when length is 0.
    
    * io.c (rb_io_reopen): ensure initialized IO.
    
    * io.c (rb_io_init_copy): sychronize file pointer.
    
    * io.c (rb_io_s_pipe): make exception proof.
    
    * string.c (rb_str_rindex_m): Fixnum 0 matched end of string.
    
    
    git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@3984 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
    69459d98
    * dir.c (find_dirsep): get rid of warnings.
    Nobuyoshi Nakada authored
    * eval.c (error_print): temporary value might be disposed by GC.
    
    * hash.c (env_has_value, env_index): should not increment NULL.
    
    * io.c (io_read, rb_io_sysread): not read when length is 0.
    
    * io.c (rb_io_reopen): ensure initialized IO.
    
    * io.c (rb_io_init_copy): sychronize file pointer.
    
    * io.c (rb_io_s_pipe): make exception proof.
    
    * string.c (rb_str_rindex_m): Fixnum 0 matched end of string.
    
    
    git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@3984 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
To find the state of this project's repository at the time of any of these versions, check out the tags.
Loading