aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-11-24 07:17:52 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-11-24 07:17:52 +0000
commit8835b1fb8a10c6ad874a9c94d7373368a1e1d214 (patch)
tree5c0d1cccd0392883be22e9ab3b03ba83316afcfa
parentd33541009f3f9ed6edef9b0a3183dd552f83672b (diff)
downloadruby-8835b1fb8a10c6ad874a9c94d7373368a1e1d214.tar.gz
* ChangeLog: adjust timezone and encoding.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@43828 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--ChangeLog4
1 files changed, 2 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index e6fda5caa7..cb01a365d4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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>