From 4d53704a7ed802432b85bb4500ba3e40005d0ab3 Mon Sep 17 00:00:00 2001 From: nobu Date: Sat, 10 Oct 2009 09:19:05 +0000 Subject: * configure.in, Makefile.in (LIBRUBY_SO), common.mk (ruby.imp), win32/mkexports.rb (each_export): exclude _threadptr_ functions. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@25284 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index cc9b814cc..c5a9f8af6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Sat Oct 10 18:19:03 2009 Nobuyoshi Nakada + + * configure.in, Makefile.in (LIBRUBY_SO), common.mk (ruby.imp), + win32/mkexports.rb (each_export): exclude _threadptr_ functions. + Sat Oct 10 17:55:57 2009 Nobuyoshi Nakada * eval.c (rb_threadptr_errinfo): renamed. -- cgit