summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-07-22 07:07:12 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-07-22 07:07:12 +0000
commit0a3b16a71a28e70ebfc211f2120b7a7e773d3ed1 (patch)
tree4954a3e935f12975dbc26666b4ae5b4fc34eae34 /ChangeLog
parent692349734c91d214effa8ebc446c4f128e0fe098 (diff)
downloadruby-0a3b16a71a28e70ebfc211f2120b7a7e773d3ed1.tar.gz
ruby-0a3b16a71a28e70ebfc211f2120b7a7e773d3ed1.tar.xz
ruby-0a3b16a71a28e70ebfc211f2120b7a7e773d3ed1.zip
* thread.c (is_ruby_native_thread): made an int function as
well as version 1.8. * include/ruby/ruby.h (is_ruby_native_thread): moved prototype from intern.h as well as version 1.8. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@12837 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c7f8808b6..3c6033874 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+Sun Jul 22 16:06:56 2007 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ * thread.c (is_ruby_native_thread): made an int function as
+ well as version 1.8.
+
+ * include/ruby/ruby.h (is_ruby_native_thread): moved prototype
+ from intern.h as well as version 1.8.
+
Sun Jul 22 14:33:46 2007 Nobuyoshi Nakada <nobu@ruby-lang.org>
* file.c (rb_file_s_rename): deleted code to get rid of a bug of