aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorkosaki <kosaki@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-11-19 11:10:24 +0000
committerkosaki <kosaki@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-11-19 11:10:24 +0000
commit212150c2e148278b1a300bd823f0a3d4753cd37d (patch)
tree8ce80d70f0ac47441fdb0f2147e99541b5efb786 /ChangeLog
parent0a2da327f46ec0e129de52f668d00f04f2529b7e (diff)
downloadruby-212150c2e148278b1a300bd823f0a3d4753cd37d.tar.gz
* thread.c, vm_core.h: big rename th to cur_th when works only
th is current thread. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37730 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 80c882fac1..f8306bfd1b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Tue Nov 20 10:08:45 2012 KOSAKI Motohiro <kosaki.motohiro@gmail.com>
+
+ * thread.c, vm_core.h: big rename th to cur_th when works only
+ th is current thread.
+
Tue Nov 20 10:05:56 2012 KOSAKI Motohiro <kosaki.motohiro@gmail.com>
* thread.c (rb_thread_blocking_region_end): replaced GET_THREAD()