From b08efdee966ca5daf7d71cf183e6e653c64e7954 Mon Sep 17 00:00:00 2001 From: nobu Date: Sat, 26 Feb 2011 08:03:36 +0000 Subject: [PATCH] * ChangeLog: us-ascii only. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30960 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 25d72b04cd..d73e7028c3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -9,7 +9,7 @@ Sat Feb 26 16:10:23 2011 Shota Fukumori Sat Feb 26 07:10:05 2011 Aaron Patterson * ext/psych/lib/psych/scalar_scanner.rb: fix parsing timezone's whose - whose format is (+/-)hhmm. Thanks Gonçalo Silva! + whose format is (+/-)hhmm. Thanks Gon??alo Silva! * test/psych/test_scalar_scanner.rb: test for bug. @@ -6247,6 +6247,7 @@ For the changes before 1.9.3, see doc/ChangeLog-1.9.3 For the changes before 1.8.0, see doc/ChangeLog-1.8.0 Local variables: +coding: us-ascii add-log-time-format: (lambda () (let* ((time (current-time)) (system-time-locale "C")