mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* eval.c (THREAD_ALLOC): flags should be initialized.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_6@1262 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
4c224c6dab
commit
69b7276475
3 changed files with 10 additions and 2 deletions
|
@ -1,3 +1,10 @@
|
|||
Mon Mar 19 16:27:32 2001 Yukihiro Matsumoto <matz@ruby-lang.org>
|
||||
|
||||
* eval.c (THREAD_ALLOC): flags should be initialized.
|
||||
|
||||
* signal.c (rb_f_kill): should use FIX2INT, not FIX2UINT.
|
||||
|
||||
|
||||
Sun Mar 18 08:58:18 2001 Wakou Aoyama <wakou@fsinet.or.jp>
|
||||
|
||||
* lib/net/cgi.rb: // === '' --> //.match('')
|
||||
|
|
1
eval.c
1
eval.c
|
@ -7915,6 +7915,7 @@ rb_thread_abort_exc_set(thread, val)
|
|||
\
|
||||
th->status = THREAD_RUNNABLE;\
|
||||
th->result = 0;\
|
||||
th->flags = 0;\
|
||||
\
|
||||
th->stk_ptr = 0;\
|
||||
th->stk_len = 0;\
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#define RUBY_VERSION "1.6.3"
|
||||
#define RUBY_RELEASE_DATE "2001-03-16"
|
||||
#define RUBY_RELEASE_DATE "2001-03-19"
|
||||
#define RUBY_VERSION_CODE 163
|
||||
#define RUBY_RELEASE_CODE 20010316
|
||||
#define RUBY_RELEASE_CODE 20010319
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue