* ChangeLog: adjust timezone and encoding.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@43828 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2013-11-24 07:17:52 +00:00
Родитель d33541009f
Коммит 8835b1fb8a
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -22,7 +22,7 @@ Sun Nov 24 09:18:06 2013 Aman Gupta <ruby@tmm1.net>
test string to avoid failure due to GC. Reduce size of failure message
using grep(/TEST STRING/).
Sat Nov 23 13:38:00 2013 Kyle Stevens <kstevens715@gmail.com>
Sun Nov 24 08:38:00 2013 Kyle Stevens <kstevens715@gmail.com>
* lib/csv.rb: If skip_lines is set to a String, convert it to a Regexp
to prevent the alternative, which is that each line in the CSV gets
@ -52,7 +52,7 @@ Sat Nov 23 19:46:00 2013 Kenta Murata <mrkn@mrkn.jp>
* ext/bigdecimal/bigdecimal.c (BigMath_s_exp): Optimize the
calculation algorithm to reduce the number of divisions.
This optimization was proposed by Rafał Michalski.
This optimization was proposed by Rafal Michalski.
[Feature #6857] [ruby-core:47130]
Sat Nov 23 19:20:00 2013 Kenta Murata <mrkn@mrkn.jp>