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

ruby-changes:17223

From: nobu <ko1@a...>
Date: Sat, 11 Sep 2010 12:45:00 +0900 (JST)
Subject: [ruby-changes:17223] Ruby:r29223 (trunk): * include/ruby/intern.h (rb_set_kcode, rb_get_kcode): removed

nobu	2010-09-11 12:32:08 +0900 (Sat, 11 Sep 2010)

  New Revision: 29223

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

  Log:
    * include/ruby/intern.h (rb_set_kcode, rb_get_kcode): removed
      zombie prototype declarations.  a patch from Eric Hodel
      at [ruby-core:32305].

  Modified files:
    trunk/ChangeLog
    trunk/include/ruby/intern.h

Index: include/ruby/intern.h
===================================================================
--- include/ruby/intern.h	(revision 29222)
+++ include/ruby/intern.h	(revision 29223)
@@ -579,8 +579,6 @@
 VALUE rb_reg_match(VALUE, VALUE);
 VALUE rb_reg_match2(VALUE);
 int rb_reg_options(VALUE);
-void rb_set_kcode(const char*);
-const char* rb_get_kcode(void);
 /* ruby.c */
 #define rb_argv rb_get_argv()
 RUBY_EXTERN VALUE rb_argv0;
Index: ChangeLog
===================================================================
--- ChangeLog	(revision 29222)
+++ ChangeLog	(revision 29223)
@@ -1,3 +1,9 @@
+Sat Sep 11 12:32:05 2010  Nobuyoshi Nakada  <nobu@r...>
+
+	* include/ruby/intern.h (rb_set_kcode, rb_get_kcode): removed
+	  zombie prototype declarations.  a patch from Eric Hodel
+	  at [ruby-core:32305].
+
 Sat Sep 11 06:53:12 2010  Tanaka Akira  <akr@f...>
 
 	* ext/pathname/pathname.c (path_symlink_p): Pathname#symlink?

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

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