aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authoreban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-11-01 10:13:52 +0000
committereban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-11-01 10:13:52 +0000
commit49fb289ea1a328c5b680fe718589a3532183b747 (patch)
treef81fd3ee62e60a6acfb367bfeaf7d49823787a5b /ChangeLog
parenta39967d06218736fe8a6e366f1dfc6e1f2dfdb06 (diff)
downloadruby-49fb289ea1a328c5b680fe718589a3532183b747.tar.gz
* MANIFEST, ext/**/MANIFEST: removed.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@7170 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a3faf3abc6..341002571e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,6 +5,8 @@ Mon Nov 1 13:59:28 2004 WATANABE Hirofumi <eban@ruby-lang.org>
* ext/enumerator/extconf.rb, ext/fcntl/extconf.rb,
ext/stringio/extconf.rb: added.
+ * MANIFEST, ext/**/MANIFEST: removed.
+
Mon Nov 1 11:52:18 2004 NAKAMURA Usaku <usa@ruby-lang.org>
* io.c (pipe_open): avoid conflict of variable name. [ruby-dev:24662]