summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authortadf <tadf@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2006-08-07 13:19:14 +0000
committertadf <tadf@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2006-08-07 13:19:14 +0000
commit0c724c2734a079513776b541fa4979bd6ba7b4ad (patch)
tree4320aea49d56b0c1b9a0d9f49a26d177d035cbb1 /ChangeLog
parent1293d0dbc6416cf9f05eee9a0c36eae83dd34ad3 (diff)
revert
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@10700 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 0 insertions, 6 deletions
diff --git a/ChangeLog b/ChangeLog
index 6343b39a36..05e38b9c19 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -10,12 +10,6 @@ Mon Aug 7 15:55:08 2006 Yukihiro Matsumoto <matz@ruby-lang.org>
* ext/syck/syck.c (syck_move_tokens): should avoid negative
memmove. [ruby-list:42625]
-Mon Aug 7 14:51:18 2006 Yukihiro Matsumoto <matz@ruby-lang.org>
-
- * lib/date/format.rb: specify maximum number of digits to parse
- "200608007". %Y(4), %y(2), %m(2), %d(2). [ruby-core:8484]
- [experimental]
-
Mon Aug 7 14:37:48 2006 Yukihiro Matsumoto <matz@ruby-lang.org>
* configure.in, common.mk: AIX link issue. a patch from Yutaka