mirror of
https://github.com/ruby/ruby.git
synced 2025-09-16 17:14:01 +02:00
merge revision(s) 39461:
* thread.c: Document ThreadGroup::Default git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_0_0@39673 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
8c7d4383a7
commit
b78c7fa106
3 changed files with 11 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
Sat Mar 9 23:41:11 2013 Zachary Scott <zachary@zacharyscott.net>
|
||||
|
||||
* thread.c: Document ThreadGroup::Default
|
||||
|
||||
Sat Mar 9 23:31:46 2013 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||
|
||||
* vm_insnhelper.c (vm_call_method): block level control frame does not
|
||||
|
|
6
thread.c
6
thread.c
|
@ -3853,6 +3853,12 @@ static const rb_data_type_t thgroup_data_type = {
|
|||
* were created.
|
||||
*/
|
||||
|
||||
/*
|
||||
* Document-const: Default
|
||||
*
|
||||
* The default ThreadGroup created when Ruby starts; all Threads belong to it
|
||||
* by default.
|
||||
*/
|
||||
static VALUE
|
||||
thgroup_s_alloc(VALUE klass)
|
||||
{
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#define RUBY_VERSION "2.0.0"
|
||||
#define RUBY_RELEASE_DATE "2013-03-09"
|
||||
#define RUBY_PATCHLEVEL 42
|
||||
#define RUBY_PATCHLEVEL 43
|
||||
|
||||
#define RUBY_RELEASE_YEAR 2013
|
||||
#define RUBY_RELEASE_MONTH 3
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue