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

ruby-changes:45631

From: hsbt <ko1@a...>
Date: Fri, 24 Feb 2017 16:55:55 +0900 (JST)
Subject: [ruby-changes:45631] hsbt:r57704 (trunk): Update maintainers and standard library docs for GDBM.

hsbt	2017-02-24 16:55:50 +0900 (Fri, 24 Feb 2017)

  New Revision: 57704

  https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=57704

  Log:
    Update maintainers and standard library docs for GDBM.
    
      [Feature #13248][ruby-core:79742]

  Modified files:
    trunk/doc/maintainers.rdoc
    trunk/doc/standard_library.rdoc
Index: doc/standard_library.rdoc
===================================================================
--- doc/standard_library.rdoc	(revision 57703)
+++ doc/standard_library.rdoc	(revision 57704)
@@ -79,7 +79,6 @@ Coverage:: Provides coverage measurement https://github.com/ruby/ruby/blob/trunk/doc/standard_library.rdoc#L79
 Digest:: Provides a framework for message digest libraries
 Etc:: Provides access to information typically stored in UNIX /etc directory
 Fiddle:: A libffi wrapper for Ruby
-GDBM:: Ruby extension for the GNU dbm (gdbm) library
 IO:: Extensions for Ruby IO class, including #wait and ::console
 NKF:: Ruby extension for Network Kanji Filter
 objspace:: Extends ObjectSpace module to add methods for internal statistics
@@ -111,6 +110,7 @@ Date:: A subclass of Object includes Com https://github.com/ruby/ruby/blob/trunk/doc/standard_library.rdoc#L110
 DateTime:: Subclass of Date to handling dates, hours, minutes, seconds, offsets
 DBM:: Provides a wrapper for the UNIX-style Database Manager Library
 Fcntl:: Loads constants defined in the OS fcntl.h C header file
+GDBM:: Ruby extension for the GNU dbm (gdbm) library
 IO::console:: Console interface
 JSON:: Implements Javascript Object Notation for Ruby
 OpenSSL:: Provides SSL, TLS and general purpose cryptography for Ruby
Index: doc/maintainers.rdoc
===================================================================
--- doc/maintainers.rdoc	(revision 57703)
+++ doc/maintainers.rdoc	(revision 57704)
@@ -181,8 +181,6 @@ Zachary Scott (zzak) https://github.com/ruby/ruby/blob/trunk/doc/maintainers.rdoc#L181
   Koichi Sasada (ko1)
 [ext/fiddle]
   Aaron Patterson (tenderlove)
-[ext/gdbm]
-  Yukihiro Matsumoto (matz)
 [ext/io/nonblock]
   Nobuyuki Nakada (nobu)
 [ext/io/wait]
@@ -248,6 +246,8 @@ Zachary Scott (zzak) https://github.com/ruby/ruby/blob/trunk/doc/maintainers.rdoc#L246
   _unmaintained_
 [ext/fcntl]
   _unmaintained_
+[ext/gdbm]
+  Yukihiro Matsumoto (matz)
 [ext/io/console]
   Nobuyuki Nakada (nobu)
 [ext/json]

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

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