summaryrefslogtreecommitdiffstats
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
commit1d5b9366923d64866553fb00c805ea017b164d88 (patch)
tree8443fe8d22d07675b754f0280d23f10bbb440c9b /ChangeLog
parent33347c3f2220ff1f8b282d02cbdc76e798c623d9 (diff)
downloadruby-1d5b9366923d64866553fb00c805ea017b164d88.tar.gz
ruby-1d5b9366923d64866553fb00c805ea017b164d88.tar.xz
ruby-1d5b9366923d64866553fb00c805ea017b164d88.zip
* ext/extmk.rb: extout is needed for also clean.
fixed: [ruby-core:08944] git-svn-id: http://svn.ruby-lang.org/repos/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 b98bf21b2..14658ba07 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.