From 4d6e966f6bbcb73c75ebeaa1295b0849eb117957 Mon Sep 17 00:00:00 2001 From: yugui Date: Thu, 25 Dec 2008 09:53:58 +0000 Subject: merges r20944 from trunk into ruby_1_9_1. * strftime.c (rb_strftime): use locale insensitive functions for tr_TR locale. git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1@21015 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index a434e39e4..d56e0a249 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Tue Dec 23 18:44:21 2008 Tanaka Akira + + * strftime.c (rb_strftime): use locale insensitive functions for tr_TR + locale. + Tue Dec 23 17:38:03 2008 Tanaka Akira * lib/test/unit/assertions.rb (assert_equal): show small differences -- cgit