From b6252500e474f44823fa1e5ac62ae9e520f76cb7 Mon Sep 17 00:00:00 2001 From: yugui Date: Fri, 5 Dec 2008 13:34:16 +0000 Subject: merges r20532 from trunk into ruby_1_9_1. * io.c (io_binwrite): arg.offset should be updated after retry. git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1@20552 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 1bf237a26..daabcadbe 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Fri Dec 5 07:58:30 2008 Tanaka Akira + + * io.c (io_binwrite): arg.offset should be updated after retry. + Fri Dec 5 03:29:17 2008 Nobuyoshi Nakada * load.c (rb_get_load_path): returns the load path without -- cgit