summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2006-09-29 00:37:20 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2006-09-29 00:37:20 +0000
commitd5195959bf2cb24f224eff386483f5df547d7bdc (patch)
tree8443fe8d22d07675b754f0280d23f10bbb440c9b /ChangeLog
parent05c1ab35fce472a25b0db2fa1bc189ce12ca2302 (diff)
* ext/extmk.rb: extout is needed for also clean.
fixed: [ruby-core:08944] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@11048 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 b98bf21b22..14658ba079 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,7 @@
-Fri Sep 29 09:29:45 2006 Nobuyoshi Nakada <nobu@ruby-lang.org>
+Fri Sep 29 09:36:38 2006 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ * ext/extmk.rb: extout is needed for also clean.
+ fixed: [ruby-core:08944]
* lib/optparse.rb (parse_in_order): splat arguments to callback block.