summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-03-26 03:22:09 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-03-26 03:22:09 +0000
commitb0ac09877a8da3655c2e001f1018914c28b29b74 (patch)
tree4a9c2d5a05f3bd651f27cd0f2c46cb275e60e148 /ChangeLog
parent1fcf3b06b9880e3d21920c70ba53cb10b7e37547 (diff)
downloadruby-b0ac09877a8da3655c2e001f1018914c28b29b74.tar.gz
ruby-b0ac09877a8da3655c2e001f1018914c28b29b74.tar.xz
ruby-b0ac09877a8da3655c2e001f1018914c28b29b74.zip
* 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
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
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 <nobu@ruby-lang.org>
+
+ * 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 <nobu@ruby-lang.org>
* lib/rdoc/ri/paths.rb (RDoc::RI::Paths): considers