From 566a05a5282bb17b9a9d6d6b0ddeeaa9272871c0 Mon Sep 17 00:00:00 2001 From: nobu Date: Thu, 28 Sep 2006 15:01:04 +0000 Subject: * node.h (struct thread): declare win32_exception_list on cygwin and win32 regardless if it is implemented. Provisional fix for [ruby-core:08917]. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@11045 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 3a1a836d2..c112fac27 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Thu Sep 28 23:59:31 2006 Nobuyoshi Nakada + + * node.h (struct thread): declare win32_exception_list on cygwin and + win32 regardless if it is implemented. Provisional fix for + [ruby-core:08917]. + Thu Sep 28 20:49:20 2006 NAKAMURA Usaku * lib/tmpdir.rb: use return value of getdir.call for length. -- cgit