aboutsummaryrefslogtreecommitdiffstats
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
commit18684d9f7cb64b93ec610f1c1deeabcfea364c08 (patch)
tree77faa9f8cf1601f672e720f5dcbe8936aebcf5b1 /ChangeLog
parent3ceca921fc904e520131e81f17c66d344e117790 (diff)
downloadruby-18684d9f7cb64b93ec610f1c1deeabcfea364c08.tar.gz
* include/rubysig.h: old macros for backward compatibility.
* thread.c (BLOCKING_REGION): rewritten using helper functions. git-svn-id: svn+ssh://ci.ruby-lang.org/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 bdb55b7388..81c574b79f 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