aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorhsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-04-06 01:47:45 +0000
committerhsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-04-06 01:47:45 +0000
commit1c65eb6d502ee79176fb821b2abe644ecf81a300 (patch)
tree82c9df85edcc97b66e691c9cf71b58324a662db4 /doc
parent14e20d2f679139c7a04617686f711eec38c2179a (diff)
downloadruby-1c65eb6d502ee79176fb821b2abe644ecf81a300.tar.gz
Update library entry for stringio and fiddle.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@58259 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'doc')
-rw-r--r--doc/maintainers.rdoc8
-rw-r--r--doc/standard_library.rdoc4
2 files changed, 6 insertions, 6 deletions
diff --git a/doc/maintainers.rdoc b/doc/maintainers.rdoc
index 66d24033b1..f3f79e207b 100644
--- a/doc/maintainers.rdoc
+++ b/doc/maintainers.rdoc
@@ -177,8 +177,6 @@ Zachary Scott (zzak)
Akinori MUSHA (knu)
[ext/fiber]
Koichi Sasada (ko1)
-[ext/fiddle]
- Aaron Patterson (tenderlove)
[ext/io/nonblock]
Nobuyuki Nakada (nobu)
[ext/io/wait]
@@ -204,8 +202,6 @@ Zachary Scott (zzak)
[ext/socket]
* Tanaka Akira (akr)
* API change needs matz's approval
-[ext/stringio]
- Nobuyuki Nakada (nobu)
[ext/syslog]
Akinori MUSHA (knu)
[ext/win32]
@@ -244,6 +240,8 @@ Zachary Scott (zzak)
_unmaintained_
[ext/fcntl]
_unmaintained_
+[ext/fiddle]
+ Aaron Patterson (tenderlove)
[ext/gdbm]
Yukihiro Matsumoto (matz)
[ext/io/console]
@@ -259,6 +257,8 @@ Zachary Scott (zzak)
https://github.com/ruby/psych
[ext/sdbm]
Yukihiro Matsumoto (matz)
+[ext/stringio]
+ Nobuyuki Nakada (nobu)
[ext/strscan]
_unmaintained_
[ext/zlib]
diff --git a/doc/standard_library.rdoc b/doc/standard_library.rdoc
index 104a5cebab..e13f280a22 100644
--- a/doc/standard_library.rdoc
+++ b/doc/standard_library.rdoc
@@ -77,7 +77,6 @@ YAML:: Ruby client library for the Psych YAML implementation
Coverage:: Provides coverage measurement for Ruby
Digest:: Provides a framework for message digest libraries
-Fiddle:: A libffi wrapper for Ruby
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
@@ -86,7 +85,6 @@ PTY:: Creates and manages pseudo terminals
Readline:: Provides an interface for GNU Readline and Edit Line (libedit)
Ripper:: Provides an interface for parsing Ruby programs into S-expressions
Socket:: Access underlying OS socket implementations
-StringIO:: Pseudo I/O on String objects
Syslog:: Ruby interface for the POSIX system logging facility
WIN32OLE:: Provides an interface for OLE Automation in Ruby
@@ -109,12 +107,14 @@ DateTime:: Subclass of Date to handling dates, hours, minutes, seconds, offsets
DBM:: Provides a wrapper for the UNIX-style Database Manager Library
Etc:: Provides access to information typically stored in UNIX /etc directory
Fcntl:: Loads constants defined in the OS fcntl.h C header file
+Fiddle:: A libffi wrapper for Ruby
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
Psych:: A YAML parser and emitter for Ruby
SDBM:: Provides a simple file-based key-value store with String keys and values
+StringIO:: Pseudo I/O on String objects
StringScanner:: Provides lexical scanning operations on a String
Zlib:: Ruby interface for the zlib compression/decompression library