diff options
author | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2005-06-30 06:21:00 +0000 |
---|---|---|
committer | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2005-06-30 06:21:00 +0000 |
commit | 212b6385642902451e4bd3c37d05b67d6c7de1fc (patch) | |
tree | 2be0fcf79bd3866db55d34b186fa4fc9fa170d9d | |
parent | 7d7dbcb9660b88b581625844b619703c782e2b33 (diff) | |
download | ruby-212b6385642902451e4bd3c37d05b67d6c7de1fc.tar.gz ruby-212b6385642902451e4bd3c37d05b67d6c7de1fc.tar.xz ruby-212b6385642902451e4bd3c37d05b67d6c7de1fc.zip |
* eval.c (rb_eval): pre-evaluate argument for unambiguous
evaluation order. [ruby-dev:26383]
* lib/delegate.rb (Delegator::method_missing): forward unknown
method to the destination. suggested by
<christophe.poucet@gmail.com>. [ruby-talk:146776]
* process.c (detach_process_watcher): terminate process watcher
thread right after rb_waitpid() succeed. [ruby-talk:146430]
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@8677 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r-- | ChangeLog | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -217,7 +217,6 @@ Mon Jun 13 13:03:08 2005 Hirokazu Yamamoto <ocean@m2.ccsnet.ne.jp> * hash.c (ruby_setenv): fixed SEGV. [ruby-dev:26186] ->>>>>>> 1.4337 Mon Jun 13 01:54:20 2005 Yukihiro Matsumoto <matz@ruby-lang.org> * signal.c (sigexit): call rb_thread_signal_exit() instead of |