diff options
| author | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2002-08-01 09:42:38 +0000 |
|---|---|---|
| committer | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2002-08-01 09:42:38 +0000 |
| commit | a544c0bc23352d2c09a02df807c0e5ce2e6e0647 (patch) | |
| tree | 2e4f554d0934713e09fe4c4cc9ddd3b48a9dee2f /ChangeLog | |
| parent | 2927a4d35e8ba874e543de8a1b4ebfbf9f608226 (diff) | |
| download | ruby-a544c0bc23352d2c09a02df807c0e5ce2e6e0647.tar.gz ruby-a544c0bc23352d2c09a02df807c0e5ce2e6e0647.tar.xz ruby-a544c0bc23352d2c09a02df807c0e5ce2e6e0647.zip | |
* parse.y (tokadd_string): ignore backslashed spaces in %w.
* enum.c (enum_find): do not use rb_eval_cmd(); should not accept
a string for if_none.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@2679 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +Thu Aug 1 17:47:15 2002 Tachino Nobuhiro <tachino@jp.fujitsu.com> + + * parse.y (tokadd_string): ignore backslashed spaces in %w. + +Thu Aug 1 14:14:15 2002 Yukihiro Matsumoto <matz@ruby-lang.org> + + * enum.c (enum_find): do not use rb_eval_cmd(); should not accept + a string for if_none. + Wed Jul 31 14:11:43 2002 Yukihiro Matsumoto <matz@ruby-lang.org> * eval.c (rb_undef): undef should be done for klass, not ruby_class. |
