ruby-cvs:18127
From: (nobu) <nobu ruby-lang.org>
Date: Sat, 9 Sep 2006 04:56:21 +0900
Subject: [ruby-cvs:18127] ruby, ruby/lib: * lib/pstore.rb: open all in binary mode, and get rid of the quirk of
nobu Sat, 9 Sep 2006 04:56:21 +0900
Modified files:
ruby:
ChangeLog
ruby/lib:
pstore.rb
Log:
* lib/pstore.rb: open all in binary mode, and get rid of the quirk of
msvcrt. fixed: [ruby-dev:29518]
Revision Changes Path
1.5348 +5 -0 ruby/ChangeLog
http://www.ruby-lang.org/cgi-bin/cvsweb.cgi/ruby/ChangeLog?cvsroot=src&r1=1.5347&r2=1.5348
1.28 +10 -11 ruby/lib/pstore.rb
http://www.ruby-lang.org/cgi-bin/cvsweb.cgi/ruby/lib/pstore.rb?cvsroot=src&r1=1.27&r2=1.28