aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorarai <arai@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2002-09-04 11:25:27 +0000
committerarai <arai@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2002-09-04 11:25:27 +0000
commit0e7b1e2632570b33aa957b9db966c09b290671a5 (patch)
treee3e423289daca0e54e54aa22dd06d0b6c344a9ee /ChangeLog
parenta103d128cdb67dd87b5501e71e7a95876afd17ca (diff)
downloadruby-0e7b1e2632570b33aa957b9db966c09b290671a5.tar.gz
refined.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@2791 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 2 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 340b74624a..b298a5e5ed 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,10 +3,10 @@ Wed Sep 4 15:23:23 2002 Yukihiro Matsumoto <matz@ruby-lang.org>
* class.c (rb_make_metaclass): obj.meta.super.meta should be equal
to obj.meta.meta.super (ruby-bugs-ja:PR#324).
-Wed Sep 04 05:10:16 2002 Koji Arai <jca02266@nifty.ne.jp>
+Wed Sep 4 05:10:16 2002 Koji Arai <jca02266@nifty.ne.jp>
* parse.y (yylex): the warning message "invalid
- character syntax" was never issued.
+ character syntax" was never issued (ruby-bugs-ja:PR#323).
Wed Sep 4 01:08:45 2002 Yukihiro Matsumoto <matz@ruby-lang.org>