add a ML number

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37779 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
ko1 2012-11-21 07:36:24 +00:00
parent 9d8c6adce1
commit 15648bfda8

View File

@ -2,7 +2,7 @@ Wed Nov 21 16:13:37 2012 Koichi Sasada <ko1@atdot.net>
* benchmark/bm_so_nsieve_bits.rb: add an encoding pragma because
this benchmark using strings (literals) as binary sequence.
Now, they are UTF-8 strings.
Now, they are UTF-8 strings. [ruby-dev:46578]
Wed Nov 21 00:57:43 2012 KOSAKI Motohiro <kosaki.motohiro@gmail.com>