diff options
| author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2003-06-26 18:24:58 +0000 |
|---|---|---|
| committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2003-06-26 18:24:58 +0000 |
| commit | a84ddb4b6f91253a0f253eeed2ce31efa8467dae (patch) | |
| tree | 3ba10893d2e9cca6d1a2b197e191bd1ea1eb208d /ChangeLog | |
| parent | cc1b253ff70f09aae5bb911001933741ff00e90a (diff) | |
| download | ruby-a84ddb4b6f91253a0f253eeed2ce31efa8467dae.tar.gz ruby-a84ddb4b6f91253a0f253eeed2ce31efa8467dae.tar.xz ruby-a84ddb4b6f91253a0f253eeed2ce31efa8467dae.zip | |
* io.c (io_fflush): need to check if closed after thread switch.
[ruby-dev:20351]
* io.c (fptr_finalize): ditto.
* string.c (rb_str_rindex_m): fixed wrong fix. should move backward
first only when matching from the end.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4006 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,13 @@ +Fri Jun 27 03:24:54 2003 Nobuyoshi Nakada <nobu.nokada@softhome.net> + + * io.c (io_fflush): need to check if closed after thread switch. + [ruby-dev:20351] + + * io.c (fptr_finalize): ditto. + + * string.c (rb_str_rindex_m): fixed wrong fix. should move backward + first only when matching from the end. + Thu Jun 26 21:34:49 2003 Nobuyoshi Nakada <nobu.nokada@softhome.net> * class.c (class_instance_method_list): get rid of warning about |
