From cfc6c3e01e7347b1fcd6fd45b1297e241a0071ed Mon Sep 17 00:00:00 2001 From: nobu Date: Wed, 7 May 2008 21:27:34 +0000 Subject: * thread.c (rb_thread_key_p): thread local storage stores ID. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@16318 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index dd700e5af..9912afe81 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Thu May 8 06:27:33 2008 Nobuyoshi Nakada + + * thread.c (rb_thread_key_p): thread local storage stores ID. + Thu May 8 01:10:03 2008 Yukihiro Matsumoto * string.c (tr_trans): should squeeze properly. [ruby-dev:34587] -- cgit