diff options
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -1,3 +1,17 @@ +Tue Jun 19 16:29:50 2001 Yukihiro Matsumoto <matz@ruby-lang.org> + + * eval.c (svalue_to_mvalue): new function to convert from svalue + to mvalue. [experimental] + + * eval.c (mvalue_to_svalue): new function to convert from mvalue + to svalue. + + * eval.c (rb_eval): use mvalue_to_svalue(). + + * eval.c (rb_yield_0): use mvalue_to_svalue(). + + * eval.c (proc_invoke): proper mvalue handling. + Mon Jun 18 17:38:50 2001 Yukihiro Matsumoto <matz@ruby-lang.org> * eval.c (rb_f_require): searches ".rb" and ".so" at the same |
