summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-11-11 05:55:02 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-11-11 05:55:02 +0000
commit98101c1f96dc56fc1ff95be136b5ca74d79032e6 (patch)
treedd2d9f72e415317655ae9be7b9ce40f804784ba3 /ChangeLog
parent185d6e251a50aafabe8b8a935c3bee154f015696 (diff)
* dir.c (push_braces): was confusing VALUE and char*.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@7248 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 3 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 6e96dab06b..c8a2910aed 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,8 @@
Thu Nov 11 09:41:01 2004 Yukihiro Matsumoto <matz@ruby-lang.org>
- * dir.c (rb_push_glob): Dir.glob should have call its block.
+ * dir.c (push_braces): was confusing VALUE and char*.
+
+ * dir.c (rb_push_glob): Dir.glob should have called its block.
Thu Nov 11 01:52:52 2004 Nobuyoshi Nakada <nobu@ruby-lang.org>