aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authortadf <tadf@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-11-18 11:55:34 +0000
committertadf <tadf@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-11-18 11:55:34 +0000
commit2630ad09bd6f959b0379adfba84a6c7b4e4958ff (patch)
treec8455070a6042afe8b6d791391bfc1911747133b /ChangeLog
parent1f225be2e51f0ff7376846d5631fd6287eb03d14 (diff)
downloadruby-2630ad09bd6f959b0379adfba84a6c7b4e4958ff.tar.gz
* bignum.c (rb_cstr_to_inum): should accept underscores of
sequence of two or more when unchecked mode. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37710 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0ae387bed6..cfc2d47647 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Sun Nov 18 20:46:08 2012 Tadayoshi Funaba <tadf@dotrb.org>
+
+ * bignum.c (rb_cstr_to_inum): should accept underscores of
+ sequence of two or more when unchecked mode.
+
Sun Nov 18 16:33:00 2012 Naohisa Goto <ngotogenome@gmail.com>
* configure.in, Makefile.in, common.mk: support DTrace on Solaris 10,