aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-12-06 14:55:22 +0000
committernaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-12-06 14:55:22 +0000
commitc121f78b9a5e264c4817fe99320a18d58c007bb7 (patch)
tree5aca8e082d65480780af92ecd23be2226df09b84 /ChangeLog
parent5e795ef8f6bf38d97188b989b0f6e46a66b63c57 (diff)
downloadruby-c121f78b9a5e264c4817fe99320a18d58c007bb7.tar.gz
* strftime.c: %l should be 1..12 instead of 0..12 [ruby-core:27072]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26029 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1982f4cd58..5b72a4282b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Sun Dec 6 23:50:46 2009 NARUSE, Yui <naruse@ruby-lang.org>
+
+ * strftime.c: %l should be 1..12 instead of 0..12 [ruby-core:27072]
+
Sun Dec 6 23:16:35 2009 Tanaka Akira <akr@fsij.org>
* lib/find.rb (Find.find): reduce stat system call.