diff options
| author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2003-06-23 08:41:07 +0000 |
|---|---|---|
| committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2003-06-23 08:41:07 +0000 |
| commit | 1d3bc61320a7628bc4e60c70880656867c22dc10 (patch) | |
| tree | 25516e057647a261ce2521cbafd60ec582892eb3 /ChangeLog | |
| parent | 27e0e993ff535d2fbd1dc412c1748d83ac147a69 (diff) | |
| download | ruby-1d3bc61320a7628bc4e60c70880656867c22dc10.tar.gz ruby-1d3bc61320a7628bc4e60c70880656867c22dc10.tar.xz ruby-1d3bc61320a7628bc4e60c70880656867c22dc10.zip | |
* dir.c (find_dirsep): get rid of warnings.
* 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: http://svn.ruby-lang.org/repos/ruby/trunk@3984 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 18 |
1 files changed, 18 insertions, 0 deletions
@@ -1,3 +1,21 @@ +Mon Jun 23 17:40:58 2003 Nobuyoshi Nakada <nobu.nokada@softhome.net> + + * dir.c (find_dirsep): get rid of warnings. + + * 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. + Mon Jun 23 16:18:12 2003 Tanaka Akira <akr@m17n.org> * io.c (rb_open_file): initialize flags. |
