aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-06-13 09:56:52 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-06-13 09:56:52 +0000
commit138bc4c0c4904b1370d4d178c74597ad4a3bdfae (patch)
tree7fcdb16c0d27463d2d09019787a9dbbe82ca2227 /ChangeLog
parent3e3080ef5854ac6a0ae8cc18d2cffd3832afa35b (diff)
downloadruby-138bc4c0c4904b1370d4d178c74597ad4a3bdfae.tar.gz
* bignum.c (integer_unpack_num_bdigits_generic): reorder terms (but not
changed the intention of the expression) because VC++ reports a warning for it. reported by ko1 via IRC. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41277 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5f03b37d62..58a221e451 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Thu Jun 13 18:54:11 2013 NAKAMURA Usaku <usa@ruby-lang.org>
+
+ * bignum.c (integer_unpack_num_bdigits_generic): reorder terms (but not
+ changed the intention of the expression) because VC++ reports a
+ warning for it. reported by ko1 via IRC.
+
Thu Jun 13 18:53:14 2013 Tanaka Akira <akr@fsij.org>
* test/ruby/test_thread.rb (test_thread_local_security): Don't create