summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-05-29 08:28:09 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-05-29 08:28:09 +0000
commit241902e7091a0ad514683488020011e827ad7750 (patch)
treeac760222c6b0c9c25a83bf2ae0537d7a0843d698 /ChangeLog
parent60683816be0674fc3e0a07855f5c2de68c4db771 (diff)
strftime.c: fix locale modifier
partially borrowed from ext/date. * strftime.c (rb_strftime_with_timespec): check conversion with locale modifier. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35835 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 7d172c7aa9..9e4e5a2949 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,7 @@
-Tue May 29 17:28:09 2012 Nobuyoshi Nakada <nobu@ruby-lang.org>
+Tue May 29 17:28:15 2012 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ * strftime.c (rb_strftime_with_timespec): check conversion with locale
+ modifier.
* strftime.c (rb_strftime_with_timespec): colons are valid only for
'z' and must come just before it.