diff options
| author | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-01-13 05:48:59 +0000 |
|---|---|---|
| committer | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-01-13 05:48:59 +0000 |
| commit | c043fe6db4b8b9745466b99976371f568af70dbf (patch) | |
| tree | 81d1776b9bdec24ddfcf69c0d4fca1b7127bf045 /ChangeLog | |
| parent | 30b14ec98d23ca4d7797d7c86a1d67078e13b5f2 (diff) | |
| download | ruby-c043fe6db4b8b9745466b99976371f568af70dbf.tar.gz ruby-c043fe6db4b8b9745466b99976371f568af70dbf.tar.xz ruby-c043fe6db4b8b9745466b99976371f568af70dbf.zip | |
* parse.y (primary): allow no "when" case. [ruby-dev:22578]
* ruby.h (rb_class_of): reduce branch. [ruby-dev:22577]
* ruby.h (rb_type): ditto.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5457 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +Tue Jan 13 14:48:01 2004 Yukihiro Matsumoto <matz@ruby-lang.org> + + * parse.y (primary): allow no "when" case. [ruby-dev:22578] + + * ruby.h (rb_class_of): reduce branch. [ruby-dev:22577] + + * ruby.h (rb_type): ditto. + Tue Jan 13 14:26:59 2004 Kazuhiro NISHIYAMA <zn@mbf.nifty.com> * lib/test/unit/ui/testrunnerutilities.rb (TestRunnerUtilities): |
