aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authortadf <tadf@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-09-09 00:14:22 +0000
committertadf <tadf@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-09-09 00:14:22 +0000
commit8dc6147e3efcea20343dc845fc9acfd0bf497812 (patch)
treed2f9c434c7592cd1bba539cbef36c94d0cac8d77 /ChangeLog
parent507a5116c6aa164577a8b3c471489c9bd6bd62aa (diff)
downloadruby-8dc6147e3efcea20343dc845fc9acfd0bf497812.tar.gz
* lib/date/format.rb (_strptime): now also attaches an element
which denotes leftover substring if exists. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@13419 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f362e85893..8924732859 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Sun Sep 9 08:57:27 2007 Tadayoshi Funaba <tadf@dotrb.org>
+
+ * lib/date/format.rb (_strptime): now also attaches an element
+ which denotes leftover substring if exists.
+
Sun Sep 9 01:59:08 2007 Tanaka Akira <akr@fsij.org>
* marshal.c (r_object0): check T_STRUCT type for structs.