diff options
| author | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-12-09 16:39:49 +0000 |
|---|---|---|
| committer | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-12-09 16:39:49 +0000 |
| commit | 0495fa3b0e1f7486cefef29c155af2ba1415ee36 (patch) | |
| tree | 4215356c5ede9a7dbd0c02a5fcdebece7768d51f /ChangeLog | |
| parent | ed19c18ab762bf57efec1d51df887e21e1fc34b7 (diff) | |
| download | ruby-0495fa3b0e1f7486cefef29c155af2ba1415ee36.tar.gz ruby-0495fa3b0e1f7486cefef29c155af2ba1415ee36.tar.xz ruby-0495fa3b0e1f7486cefef29c155af2ba1415ee36.zip | |
* parse.y (expr): redefinable not (!) operator.
* parse.y (arg): ditto.
* object.c (rb_obj_not): new method "!".
* object.c (rb_obj_not_equal): new method "!=".
* object.c (rb_obj_not_match): new method "!~".
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@14162 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -1,3 +1,15 @@ +Mon Dec 10 01:35:06 2007 Yukihiro Matsumoto <matz@ruby-lang.org> + + * parse.y (expr): redefinable not (!) operator. + + * parse.y (arg): ditto. + + * object.c (rb_obj_not): new method "!". + + * object.c (rb_obj_not_equal): new method "!=". + + * object.c (rb_obj_not_match): new method "!~". + Sun Dec 9 22:31:36 2007 Tanaka Akira <akr@fsij.org> * re.c (rb_reg_s_last_match): accept named capture's name. |
