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

ruby-changes:29823

From: usa <ko1@a...>
Date: Wed, 10 Jul 2013 10:07:00 +0900 (JST)
Subject: [ruby-changes:29823] usa:r41875 (ruby_1_9_3): * include/ruby/intern.h (rb_f_lambda): restore the declaration of

usa	2013-07-10 10:06:48 +0900 (Wed, 10 Jul 2013)

  New Revision: 41875

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

  Log:
    * include/ruby/intern.h (rb_f_lambda): restore the declaration of
      rb_f_lambda() for backword compatibility.

  Modified files:
    branches/ruby_1_9_3/ChangeLog
    branches/ruby_1_9_3/include/ruby/intern.h
    branches/ruby_1_9_3/version.h

Index: ruby_1_9_3/include/ruby/intern.h
===================================================================
--- ruby_1_9_3/include/ruby/intern.h	(revision 41874)
+++ ruby_1_9_3/include/ruby/intern.h	(revision 41875)
@@ -350,6 +350,7 @@ VALUE rb_require_safe(VALUE, int); https://github.com/ruby/ruby/blob/trunk/ruby_1_9_3/include/ruby/intern.h#L350
 void rb_obj_call_init(VALUE, int, VALUE*);
 VALUE rb_class_new_instance(int, VALUE*, VALUE);
 VALUE rb_block_proc(void);
+VALUE rb_f_lambda(void);
 VALUE rb_block_lambda(void);
 VALUE rb_proc_new(VALUE (*)(ANYARGS/* VALUE yieldarg[, VALUE procarg] */), VALUE);
 VALUE rb_obj_is_proc(VALUE);
Index: ruby_1_9_3/ChangeLog
===================================================================
--- ruby_1_9_3/ChangeLog	(revision 41874)
+++ ruby_1_9_3/ChangeLog	(revision 41875)
@@ -1,3 +1,8 @@ https://github.com/ruby/ruby/blob/trunk/ruby_1_9_3/ChangeLog#L1
+Wed Jul 10 10:05:40 2013  NAKAMURA Usaku  <usa@r...>
+
+	* include/ruby/intern.h (rb_f_lambda): restore the declaration of
+	  rb_f_lambda() for backword compatibility.
+
 Thu Jun 27 20:11:52 2013  NAKAMURA Usaku  <usa@r...>
 
 	* ext/openssl/lib/openssl/ssl-inernal.rb (verify_certificate_identity):
Index: ruby_1_9_3/version.h
===================================================================
--- ruby_1_9_3/version.h	(revision 41874)
+++ ruby_1_9_3/version.h	(revision 41875)
@@ -1,10 +1,10 @@ https://github.com/ruby/ruby/blob/trunk/ruby_1_9_3/version.h#L1
 #define RUBY_VERSION "1.9.3"
-#define RUBY_PATCHLEVEL 448
+#define RUBY_PATCHLEVEL 449
 
-#define RUBY_RELEASE_DATE "2013-06-27"
+#define RUBY_RELEASE_DATE "2013-07-10"
 #define RUBY_RELEASE_YEAR 2013
-#define RUBY_RELEASE_MONTH 6
-#define RUBY_RELEASE_DAY 27
+#define RUBY_RELEASE_MONTH 7
+#define RUBY_RELEASE_DAY 10
 
 #include "ruby/version.h"
 

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

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