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

ruby-changes:57453

From: Takashi <ko1@a...>
Date: Sun, 1 Sep 2019 15:01:12 +0900 (JST)
Subject: [ruby-changes:57453] Takashi Kokubun: e13c0bb820 (master): Note about ANYARGS in NEWS

https://git.ruby-lang.org/ruby.git/commit/?id=e13c0bb820

From e13c0bb82018197d906b8f11eccf2cd90d142e41 Mon Sep 17 00:00:00 2001
From: Takashi Kokubun <takashikkbn@g...>
Date: Sun, 1 Sep 2019 14:54:04 +0900
Subject: Note about ANYARGS in NEWS

Since 50f5a0a8d6e7ad89d6caff695a08dbd38edb7a6e, some C++ extensions
needed fixes like https://github.com/eagletmt/faml/pull/49 to make their
build succeed.

Thus it's worth noting that C API declarations are changed.

diff --git a/NEWS b/NEWS
index 1714f96..260ba0b 100644
--- a/NEWS
+++ b/NEWS
@@ -300,6 +300,9 @@ profile.rb, Profiler__:: https://github.com/ruby/ruby/blob/trunk/NEWS#L300
 
 === C API updates
 
+  * C API declarations with `ANYARGS` are changed not to use `ANYARGS`
+    https://github.com/ruby/ruby/pull/2404
+
 === Implementation improvements
 
 Fiber::
-- 
cgit v0.10.2


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

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