From c80ad8b199d3e7077083e2e61d2e142f1e69e457 Mon Sep 17 00:00:00 2001 From: ko1 Date: Tue, 25 Dec 2007 04:35:17 +0000 Subject: * thread_pthread.c, thread_pthread.h, thread_win32.c, thread_win32.c: make some functions static functions. a patch from Tadashi Saito in [ruby-core:14407] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@14657 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 378e2a07f..1bef620f2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Tue Dec 25 13:30:03 2007 Koichi Sasada + + * thread_pthread.c, thread_pthread.h, thread_win32.c, + thread_win32.c: make some functions static functions. + a patch from Tadashi Saito + in [ruby-core:14407] + Tue Dec 25 13:23:13 2007 Tanaka Akira * test/ruby/test_io_m17n.rb (test_write_noenc): don't mix text and -- cgit