[前][次][番号順一覧][スレッド一覧]

ruby-changes:1711

From: ko1@a...
Date: 22 Aug 2007 11:41:30 +0900
Subject: [ruby-changes:1711] shyouhei - Ruby:r13202 (ruby_1_8_6): * intern.h (is_ruby_native_thread): removed since declared as an int

shyouhei	2007-08-22 11:41:24 +0900 (Wed, 22 Aug 2007)

  New Revision: 13202

  Modified files:
    branches/ruby_1_8_6/ChangeLog
    branches/ruby_1_8_6/intern.h
    branches/ruby_1_8_6/version.h

  Log:
    * intern.h (is_ruby_native_thread): removed since declared as an int
      function in ruby.h already.


  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/branches/ruby_1_8_6/intern.h?r1=13202&r2=13201
  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/branches/ruby_1_8_6/ChangeLog?r1=13202&r2=13201
  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/branches/ruby_1_8_6/version.h?r1=13202&r2=13201

Index: ruby_1_8_6/intern.h
===================================================================
--- ruby_1_8_6/intern.h	(revision 13201)
+++ ruby_1_8_6/intern.h	(revision 13202)
@@ -224,7 +224,6 @@
 VALUE rb_thread_local_aset _((VALUE, ID, VALUE));
 void rb_thread_atfork _((void));
 VALUE rb_funcall_rescue __((VALUE, ID, int, ...));
-VALUE is_ruby_native_thread _((void));
 /* file.c */
 VALUE rb_file_s_expand_path _((int, VALUE *));
 VALUE rb_file_expand_path _((VALUE, VALUE));
Index: ruby_1_8_6/ChangeLog
===================================================================
--- ruby_1_8_6/ChangeLog	(revision 13201)
+++ ruby_1_8_6/ChangeLog	(revision 13202)
@@ -1,3 +1,8 @@
+Wed Aug 22 11:39:31 2007  Nobuyoshi Nakada  <nobu@r...>
+
+	* intern.h (is_ruby_native_thread): removed since declared as an int
+	  function in ruby.h already.
+
 Wed Aug 22 11:00:20 2007  Nobuyoshi Nakada  <nobu@r...>
 
 	* lib/mkmf.rb (init_mkmf): should remove mkmf.log too.
Index: ruby_1_8_6/version.h
===================================================================
--- ruby_1_8_6/version.h	(revision 13201)
+++ ruby_1_8_6/version.h	(revision 13202)
@@ -2,7 +2,7 @@
 #define RUBY_RELEASE_DATE "2007-08-22"
 #define RUBY_VERSION_CODE 186
 #define RUBY_RELEASE_CODE 20070822
-#define RUBY_PATCHLEVEL 77
+#define RUBY_PATCHLEVEL 78
 
 #define RUBY_VERSION_MAJOR 1
 #define RUBY_VERSION_MINOR 8

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml

[前][次][番号順一覧][スレッド一覧]