summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-07-28 07:02:07 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-07-28 07:02:07 +0000
commit9b3aade1b6e848e22114e987e7f1d07c859e37c1 (patch)
tree4cf105be239e8a3c97871e034a0fe4045a12b592 /ChangeLog
parent99c8c71243dafbbe29e12cea325d65b180687e8e (diff)
* 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. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18238 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5d75122e70..4c35b38225 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Mon Jul 28 16:01:12 2008 NAKAMURA Usaku <usa@ruby-lang.org>
+
+ * 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.
+
Mon Jul 28 14:29:54 2008 Nobuyoshi Nakada <nobu@ruby-lang.org>
* dln.c (load_lib): use dln_find_file_r instead of dln_find_file.