From 0328cdf92cf392dccf1c9667b5006a497043bb85 Mon Sep 17 00:00:00 2001 From: nobu Date: Fri, 30 Aug 2013 13:39:22 +0000 Subject: [PATCH] ChangeLog: fix commit miss * ChangeLog: remove duplicated commit logs. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42733 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/ChangeLog b/ChangeLog index f60fccf074..7a32751bb1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -12,18 +12,6 @@ Fri Aug 30 22:37:57 2013 Nobuyoshi Nakada * 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 * struct.c (rb_struct_define_without_accessor_under): added.