summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authoryugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-12-17 06:18:20 +0000
committeryugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-12-17 06:18:20 +0000
commita2057c2f0409c52948ea4b7aec729e9ff379654d (patch)
tree3c46d5672663bc1f54bd8a8a93738b55ef2770b4 /ChangeLog
parentddf6698a112179aa695f3793ad301268a6f13dcd (diff)
merges r20794 from trunk into ruby_1_9_1.
* lib/date/format.rb (_parse): m17n compliant. git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1@20830 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 95e5377df..308335af2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Tue Dec 16 20:24:20 2008 Tadayoshi Funaba <tadf@dotrb.org>
+
+ * lib/date/format.rb (_parse): m17n compliant.
+
Tue Dec 16 19:43:53 2008 Tanaka Akira <akr@fsij.org>
* re.c: use strlcpy for error messages.