ruby-changes:30654
From: nobu <ko1@a...>
Date: Fri, 30 Aug 2013 22:39:28 +0900 (JST)
Subject: [ruby-changes:30654] nobu:r42733 (trunk): ChangeLog: fix commit miss
nobu 2013-08-30 22:39:22 +0900 (Fri, 30 Aug 2013) New Revision: 42733 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=42733 Log: ChangeLog: fix commit miss * ChangeLog: remove duplicated commit logs. Modified files: trunk/ChangeLog Index: ChangeLog =================================================================== --- ChangeLog (revision 42732) +++ ChangeLog (revision 42733) @@ -12,18 +12,6 @@ Fri Aug 30 22:37:57 2013 Nobuyoshi Naka https://github.com/ruby/ruby/blob/trunk/ChangeLog#L12 * thread_pthread.c (get_main_stack): separate function to get stack of main thread. - * thread_pthread.c (native_thread_init_stack): wait the creator thread - to fill machine stack info, if get_stack_of() is available. - - * thread_pthread.c (native_thread_create): fill the created thread - stack info after starting, if get_stack_of() is available. - - * thread_pthread.c (native_thread_create): define attr only if it is - used, and merge pthread_create() calls. - - * thread_pthread.c (get_main_stack): separate function to get stack of - main thread. - Thu Aug 29 18:05:33 2013 Koichi Sasada <ko1@a...> * struct.c (rb_struct_define_without_accessor_under): added. -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/