diff options
| author | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2001-06-19 07:33:10 +0000 |
|---|---|---|
| committer | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2001-06-19 07:33:10 +0000 |
| commit | fb61968dcf1abeb675a0e8a7dbb6d555c37e71b2 (patch) | |
| tree | 50b70711344e7f857885a78c0423263a965306af /ChangeLog | |
| parent | 8064f8fbecaec992f4fae035deb17ad458708a6c (diff) | |
| download | ruby-fb61968dcf1abeb675a0e8a7dbb6d555c37e71b2.tar.gz ruby-fb61968dcf1abeb675a0e8a7dbb6d555c37e71b2.tar.xz ruby-fb61968dcf1abeb675a0e8a7dbb6d555c37e71b2.zip | |
* 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.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@1529 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
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 |
