diff options
| author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2005-02-12 13:17:18 +0000 |
|---|---|---|
| committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2005-02-12 13:17:18 +0000 |
| commit | ab526b45f28c462cd3c368f4cf03e59905876651 (patch) | |
| tree | 4e1d65542229665c5bff1276e757426195e23088 /ChangeLog | |
| parent | 74cdc991c0d685e56457d2cbdb5ac6c904b3fec1 (diff) | |
| download | ruby-ab526b45f28c462cd3c368f4cf03e59905876651.tar.gz ruby-ab526b45f28c462cd3c368f4cf03e59905876651.tar.xz ruby-ab526b45f28c462cd3c368f4cf03e59905876651.zip | |
* eval.c (TAG_THREAD): to start a new thread.
* eval.c (ruby_init, ruby_options, ruby_cleanup, rb_protect,
rb_load_protect, rb_thread_start_0): make thread anchor.
* eval.c (proc_alloc): clone proc object if klass is not Proc or
created in different thread.
* eval.c (rb_block_pass): call a function with a block. [new]
* eval.c (rb_f_throw): raise NameError in main thread.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@7954 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 @@ +Sat Feb 12 22:17:11 2005 Nobuyoshi Nakada <nobu@ruby-lang.org> + + * eval.c (TAG_THREAD): to start a new thread. + + * eval.c (ruby_init, ruby_options, ruby_cleanup, rb_protect, + rb_load_protect, rb_thread_start_0): make thread anchor. + + * eval.c (proc_alloc): clone proc object if klass is not Proc or + created in different thread. + + * eval.c (rb_block_pass): call a function with a block. [new] + + * eval.c (rb_f_throw): raise NameError in main thread. + Sat Feb 12 17:29:19 2005 Tanaka Akira <akr@m17n.org> * lib/open-uri.rb (OpenURI.open_loop): send authentication only for |
