summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-09-26 00:47:18 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-09-26 00:47:18 +0000
commit8669ddb9d078f8e10fc27df8fe5649b5437afe85 (patch)
tree77faa9f8cf1601f672e720f5dcbe8936aebcf5b1 /ChangeLog
parent4bb8b76761ffa9a94754aa381fa2c7089a2ccb6d (diff)
downloadruby-8669ddb9d078f8e10fc27df8fe5649b5437afe85.tar.gz
ruby-8669ddb9d078f8e10fc27df8fe5649b5437afe85.tar.xz
ruby-8669ddb9d078f8e10fc27df8fe5649b5437afe85.zip
* 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
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
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 <nobu@ruby-lang.org>
+
+ * 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 <akr@fsij.org>
* vm_eval.c (Init_vm_eval): define module_eval, class_eval and eval