diff options
| author | kosaki <kosaki@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2011-11-30 22:17:48 +0000 |
|---|---|---|
| committer | kosaki <kosaki@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2011-11-30 22:17:48 +0000 |
| commit | 0d0bd1642acc24c104e7fbdce193deb165feecf8 (patch) | |
| tree | 6c6fe57e0b8d57ff2ebb6576516b7e2d04c7dcff /ChangeLog | |
| parent | 5ee348fd0e067cf4152df301fedb06517207181b (diff) | |
* configure.in: add sys/prctl.h test.
* thread_pthread.c (thread_timer): call prctl(PR_SET_NAME) to change
thread name. It may help to debug.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33912 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +Thu Dec 1 07:03:51 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com> + + * configure.in: add sys/prctl.h test. + * thread_pthread.c (thread_timer): call prctl(PR_SET_NAME) to change + thread name. It may help to debug. + Wed Nov 30 23:35:45 2011 NARUSE, Yui <naruse@ruby-lang.org> * variable.c (rb_path2class): don't raise NameError when the middle |
