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

ruby-changes:28891

From: ko1 <ko1@a...>
Date: Mon, 27 May 2013 08:40:12 +0900 (JST)
Subject: [ruby-changes:28891] ko1:r40943 (trunk): * ext/-test-/postponed_job/postponed_job.c: fix `init' function name.

ko1	2013-05-27 08:40:01 +0900 (Mon, 27 May 2013)

  New Revision: 40943

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=40943

  Log:
    * ext/-test-/postponed_job/postponed_job.c: fix `init' function name.

  Modified files:
    trunk/ChangeLog
    trunk/ext/-test-/postponed_job/postponed_job.c

Index: ChangeLog
===================================================================
--- ChangeLog	(revision 40942)
+++ ChangeLog	(revision 40943)
@@ -1,3 +1,7 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1
+Mon May 27 08:38:21 2013  Koichi Sasada  <ko1@a...>
+
+	* ext/-test-/postponed_job/postponed_job.c: fix `init' function name.
+
 Mon May 27 06:22:41 2013  Koichi Sasada  <ko1@a...>
 
 	* include/ruby/debug.h, vm_trace.c: add rb_postponed_job API.
Index: ext/-test-/postponed_job/postponed_job.c
===================================================================
--- ext/-test-/postponed_job/postponed_job.c	(revision 40942)
+++ ext/-test-/postponed_job/postponed_job.c	(revision 40943)
@@ -23,7 +23,7 @@ pjob_call_direct(VALUE self, VALUE obj) https://github.com/ruby/ruby/blob/trunk/ext/-test-/postponed_job/postponed_job.c#L23
 }
 
 void
-Init_task(VALUE self)
+Init_postponed_job(VALUE self)
 {
     VALUE mBug = rb_define_module("Bug");
     rb_define_module_function(mBug, "postponed_job_register", pjob_register, 1);

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

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