From 1af3a84f0d2ff06b37564d41841afcd2ed69c390 Mon Sep 17 00:00:00 2001 From: usa Date: Mon, 28 Jul 2008 12:27:43 +0000 Subject: * thread_win32.[ch] (cond_every_entry, rb_thread_cond_struct): reverted r18239 because r18245 made the changes unnecessary. * thread.c (rb_mutex_struct): define after including thread_{pthread, win32}.c. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@18248 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index b0827d6cb..100a6734f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +Mon Jul 28 21:24:33 2008 NAKAMURA Usaku + + * thread_win32.[ch] (cond_every_entry, rb_thread_cond_struct): reverted + r18239 because r18245 made the changes unnecessary. + + * thread.c (rb_mutex_struct): define after including thread_{pthread, + win32}.c. + Mon Jul 28 21:00:10 2008 Yusuke Endoh * test/ruby/test_require.rb (test_require_too_long_filename): @@ -34,9 +42,9 @@ Mon Jul 28 16:06:36 2008 NAKAMURA Usaku Mon Jul 28 16:01:12 2008 NAKAMURA Usaku - * thread_win32.[ch]: moved definitions of cond_every_entry and - rb_thread_cond_struct from .c to .h because rb_thread_cond_struct - is used in vm_core.h. + * thread_win32.[ch] (cond_every_entry, rb_thread_cond_struct): moved + the definitions from .c to .h because rb_thread_cond_struct is used + in vm_core.h. Mon Jul 28 14:29:54 2008 Nobuyoshi Nakada @@ -1913,8 +1921,8 @@ Fri Jun 20 03:26:00 2008 NAKAMURA Usaku Fri Jun 20 03:19:39 2008 Yusuke Endoh - * test/testunit/collector/test_dir.rb: r15825 made it unnecessary to change - String to Symbol. + * test/testunit/collector/test_dir.rb: r15825 made it unnecessary to + change String to Symbol. * test/testunit/collector/test_objectspace.rb: ditto. -- cgit