From b0ac09877a8da3655c2e001f1018914c28b29b74 Mon Sep 17 00:00:00 2001 From: nobu Date: Thu, 26 Mar 2009 03:22:09 +0000 Subject: * lib/yaml/rubytypes.rb (String#is_binary_data?): TAB would be usually considered to be included in text data. * lib/rdoc/parser.rb (RDoc::Parser.binary?): blksize may be nil and is irrelevant to whether a file is binary. copied from above since TAB and newlines would be usually considered to be included in text data. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@23071 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 23a450b76..644a7367d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +Thu Mar 26 12:22:06 2009 Nobuyoshi Nakada + + * lib/yaml/rubytypes.rb (String#is_binary_data?): TAB would be + usually considered to be included in text data. + + * lib/rdoc/parser.rb (RDoc::Parser.binary?): blksize may be nil + and is irrelevant to whether a file is binary. copied from + above since TAB and newlines would be usually considered to be + included in text data. + Thu Mar 26 11:33:13 2009 Nobuyoshi Nakada * lib/rdoc/ri/paths.rb (RDoc::RI::Paths): considers -- cgit