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

ruby-changes:73676

From: Hiroshi <ko1@a...>
Date: Thu, 22 Sep 2022 14:38:11 +0900 (JST)
Subject: [ruby-changes:73676] f07e651a90 (master): Mentioned new constants for Process and Socket classes on NEWS.md

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

From f07e651a90b3dd95b68a12a484275a27f068b117 Mon Sep 17 00:00:00 2001
From: Hiroshi SHIBATA <hsbt@r...>
Date: Thu, 22 Sep 2022 14:37:40 +0900
Subject: Mentioned new constants for Process and Socket classes on NEWS.md

---
 NEWS.md | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/NEWS.md b/NEWS.md
index ec8a4aae9f..cc46f5eec4 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -131,6 +131,9 @@ Note: We're only listing outstanding class updates. https://github.com/ruby/ruby/blob/trunk/NEWS.md#L131
     * Proc#dup returns an instance of subclass. [[Bug #17545]]
     * Proc#parameters now accepts lambda keyword. [[Feature #15357]]
 
+* Process
+    * Added `RLIMIT_NPTS` constant to FreeBSD platform
+
 * Regexp
     * Regexp.new now supports passing the regexp flags not only as an Integer,
       but also as a String.  Unknown flags raise ArgumentError.
@@ -144,6 +147,16 @@ Note: We're only listing outstanding class updates. https://github.com/ruby/ruby/blob/trunk/NEWS.md#L147
     * Set is now available as a built-in class without the need for `require "set"`. [[Feature #16989]]
       It is currently autoloaded via the `Set` constant or a call to `Enumerable#to_set`.
 
+* Socket
+    * Added the following constants for supported platforms.
+      * `SO_INCOMING_CPU`
+      * `SO_INCOMING_NAPI_ID`
+      * `SO_RTABLE`
+      * `SO_SETFIB`
+      * `SO_USER_COOKIE`
+      * `TCP_KEEPALIVE`
+      * `TCP_CONNECTION_INFO`
+
 * String
     * String#byteindex and String#byterindex have been added. [[Feature #13110]]
     * Update Unicode to Version 14.0.0 and Emoji Version 14.0. [[Feature #18037]]
-- 
cgit v1.2.1


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

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