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

ruby-changes:59998

From: Hiroshi <ko1@a...>
Date: Tue, 11 Feb 2020 14:27:41 +0900 (JST)
Subject: [ruby-changes:59998] f905f694cc (master): Monitor is extention library now

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

From f905f694ccc1f97c77af78d8d7881aa7c9ddabd3 Mon Sep 17 00:00:00 2001
From: Hiroshi SHIBATA <hsbt@r...>
Date: Tue, 11 Feb 2020 14:14:58 +0900
Subject: Monitor is extention library now


diff --git a/doc/maintainers.rdoc b/doc/maintainers.rdoc
index 7034ed4..910295f 100644
--- a/doc/maintainers.rdoc
+++ b/doc/maintainers.rdoc
@@ -54,8 +54,6 @@ Zachary Scott (zzak) https://github.com/ruby/ruby/blob/trunk/doc/maintainers.rdoc#L54
   Kazuki Tsujimoto (ktsj)
 [lib/mkmf.rb]
   _unmaintained_
-[lib/monitor.rb]
-  Shugo Maeda (shugo)
 [lib/net/ftp.rb]
   Shugo Maeda (shugo)
 [lib/net/imap.rb]
@@ -114,6 +112,8 @@ Zachary Scott (zzak) https://github.com/ruby/ruby/blob/trunk/doc/maintainers.rdoc#L112
   Nobuyuki Nakada (nobu)
 [ext/io/wait]
   Nobuyuki Nakada (nobu)
+[ext/monitor]
+  Koichi Sasada (ko1)
 [ext/nkf]
   NARUSE, Yui (naruse)
 [ext/objspace]
diff --git a/doc/standard_library.rdoc b/doc/standard_library.rdoc
index ef7d130..a09eaf6 100644
--- a/doc/standard_library.rdoc
+++ b/doc/standard_library.rdoc
@@ -16,7 +16,6 @@ English.rb:: Require 'English.rb' to reference global variables with less crypti https://github.com/ruby/ruby/blob/trunk/doc/standard_library.rdoc#L16
 ERB:: An easy to use but powerful templating system for Ruby
 Find:: This module supports top-down traversal of a set of file paths
 MakeMakefile:: Module used to generate a Makefile for C extensions
-Monitor:: Provides an object or module to use safely by more than one thread
 Net::FTP:: Support for the File Transfer Protocol
 Net::HTTP:: HTTP client api for Ruby
 Net::IMAP:: Ruby client api for Internet Message Access Protocol
@@ -43,6 +42,7 @@ un.rb:: Utilities to replace common UNIX commands https://github.com/ruby/ruby/blob/trunk/doc/standard_library.rdoc#L42
 Coverage:: Provides coverage measurement for Ruby
 Digest:: Provides a framework for message digest libraries
 IO:: Extensions for Ruby IO class, including #wait and ::console
+Monitor:: Provides an object or module to use safely by more than one thread
 NKF:: Ruby extension for Network Kanji Filter
 objspace:: Extends ObjectSpace module to add methods for internal statistics
 Pathname:: Representation of the name of a file or directory on the filesystem
-- 
cgit v0.10.2


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

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