diff options
author | shyouhei <shyouhei@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2011-05-27 02:34:25 +0000 |
---|---|---|
committer | shyouhei <shyouhei@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2011-05-27 02:34:25 +0000 |
commit | 83e216b6701e2582f59aeac5dd4bbc06c8b9da82 (patch) | |
tree | 233a204fe90ca5e7cd98f88bd4bfd3169d3e4db8 | |
parent | 42f704a8faee3c60f2717430f1acbfbe97953491 (diff) | |
download | ruby-83e216b6701e2582f59aeac5dd4bbc06c8b9da82.tar.gz |
ChangeLog for it
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31745 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +Fri May 27 11:31:51 2011 misfo <tedwardo2@gmail.com> + + * lib/rexml/text.rb (REXML::Text#initialize): prevent an error + when passing a frozen string to REXML::Text.new + + dup the string passed in instead of cloning so that it's frozen + state is ignored + Fri May 27 08:47:26 2011 Hidetoshi NAGAI <nagai@ai.kyutech.ac.jp> * thread.c (ppoll): typo bug fix. |