summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-02-26 00:57:30 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-02-26 00:57:30 +0000
commitac24e257abc6d315b84072171a792b20d8b9d7a6 (patch)
treeea7391b8d9612fbcb1c90e78657db5b64beb3756 /ChangeLog
parente559b24b526bd4d2559283ed2640681595b5ff3d (diff)
* st.c (st_add_direct): int is not always same with st_index_t. some
version of clang reports error. * thread.c (vm_living_thread_num): ditto. reported by d6rkaiz (Isao Sugimoto) at [ruby-dev:47096] [Backport #7946] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_3@39503 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4354671c1f..c0046ab92a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+Tue Feb 26 09:53:59 2013 NARUSE, Yui <naruse@ruby-lang.org>
+
+ * st.c (st_add_direct): int is not always same with st_index_t. some
+ version of clang reports error.
+
+ * thread.c (vm_living_thread_num): ditto.
+ reported by d6rkaiz (Isao Sugimoto) at [ruby-dev:47096]
+ [Backport #7946]
+
Fri Feb 22 18:36:51 2013 Aaron Patterson <aaron@tenderlovemaking.com>
* lib/rexml/document.rb (REXML::Document.entity_expansion_text_limit):