ruby-changes:10544
From: azav <ko1@a...>
Date: Fri, 6 Feb 2009 22:45:14 +0900 (JST)
Subject: [ruby-changes:10544] Ruby:r22098 (trunk): thread_pthread.c (native_thread_create) [__SYMBIAN32__]: reduced pthread stack size
azav 2009-02-06 22:45:05 +0900 (Fri, 06 Feb 2009) New Revision: 22098 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=22098 Log: thread_pthread.c (native_thread_create) [__SYMBIAN32__]: reduced pthread stack size Modified files: trunk/ChangeLog Index: ChangeLog =================================================================== --- ChangeLog (revision 22097) +++ ChangeLog (revision 22098) @@ -1,3 +1,11 @@ +Fri Feb 6 22:36:11 2009 Alexander Zavorine <alexandre.zavorine@n...> + + * thread_pthread.c (native_thread_create) [__SYMBIAN32__]: reduced pthread stack size. + + * thread_pthread.c (thread_timer) [__SYMBIAN32__]: compiled out unsupported yet signal-related functionality. + + * io.c (pipe_open) [__SYMBIAN32__]: fixed compile time error. + Fri Feb 6 22:11:46 2009 Alexander Zavorine <alexandre.zavorine@n...> * include/ruby/defines.h [__SYMBIAN32__]: included <sys/select.h> for fd_set definition -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/