aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-07-03 22:16:02 +0000
committernaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-07-03 22:16:02 +0000
commit948f01a865a0dec8e7edf3e71eb72f055ea3ebba (patch)
tree25e5808b5092107b504e3c6209c07d9f7a305aa6 /ChangeLog
parenteb35bb0b351f55459fdfce7198e8756e37141dff (diff)
downloadruby-948f01a865a0dec8e7edf3e71eb72f055ea3ebba.tar.gz
* thread_pthread.c (get_stack): the return address of get_stack
must be the highest address of the current thread's stack. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32395 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b4a32c7461..76f10add50 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Mon Jul 4 07:14:12 2011 NARUSE, Yui <naruse@ruby-lang.org>
+
+ * thread_pthread.c (get_stack): the return address of get_stack
+ must be the highest address of the current thread's stack.
+
Mon Jul 4 06:37:22 2011 Koichi Sasada <ko1@atdot.net>
* include/ruby/intern.h, thread_pthread.c (rb_reserved_fd_p,