From 8669ddb9d078f8e10fc27df8fe5649b5437afe85 Mon Sep 17 00:00:00 2001 From: nobu Date: Fri, 26 Sep 2008 00:47:18 +0000 Subject: * include/rubysig.h: old macros for backward compatibility. * thread.c (BLOCKING_REGION): rewritten using helper functions. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@19562 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index bdb55b738..81c574b79 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Fri Sep 26 09:47:15 2008 Nobuyoshi Nakada + + * include/rubysig.h: old macros for backward compatibility. + + * thread.c (BLOCKING_REGION): rewritten using helper functions. + Fri Sep 26 03:03:32 2008 Tanaka Akira * vm_eval.c (Init_vm_eval): define module_eval, class_eval and eval -- cgit