diff options
| author | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2001-03-27 07:10:58 +0000 |
|---|---|---|
| committer | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2001-03-27 07:10:58 +0000 |
| commit | 6731d42dc563d8be7e332c7212d1091308d7f176 (patch) | |
| tree | 48db04333ba63f89121ba05c2bcdc3e765af5343 /ChangeLog | |
| parent | 7c5000bc2cdb78d99a02fab1496ebdef31a0e9bd (diff) | |
| download | ruby-6731d42dc563d8be7e332c7212d1091308d7f176.tar.gz ruby-6731d42dc563d8be7e332c7212d1091308d7f176.tar.xz ruby-6731d42dc563d8be7e332c7212d1091308d7f176.zip | |
* eval.c (rb_mod_define_method): should have clear method cache.
* eval.c (rb_mod_define_method): should have raised exception for
type error.
* ruby.h: changed "extern INLINE" to "static inline".
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@1286 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,3 +1,14 @@ +Tue Mar 27 15:00:54 2001 K.Kosako <kosako@sofnec.co.jp> + + * eval.c (rb_mod_define_method): should have clear method cache. + + * eval.c (rb_mod_define_method): should have raised exception for + type error. + +Tue Mar 27 14:48:17 2001 Yukihiro Matsumoto <matz@ruby-lang.org> + + * ruby.h: changed "extern INLINE" to "static inline". + Mon Mar 26 23:19:33 2001 WATANABE Hirofumi <eban@ruby-lang.org> * time.c (rb_strftime): check whether strftime returns empty string. |
