1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Update library entry for stringio and fiddle.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@58259 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
hsbt 2017-04-06 01:47:45 +00:00
parent 03be46743c
commit eaaff62eb2
2 changed files with 6 additions and 6 deletions

View file

@ -177,8 +177,6 @@ Zachary Scott (zzak)
Akinori MUSHA (knu) Akinori MUSHA (knu)
[ext/fiber] [ext/fiber]
Koichi Sasada (ko1) Koichi Sasada (ko1)
[ext/fiddle]
Aaron Patterson (tenderlove)
[ext/io/nonblock] [ext/io/nonblock]
Nobuyuki Nakada (nobu) Nobuyuki Nakada (nobu)
[ext/io/wait] [ext/io/wait]
@ -204,8 +202,6 @@ Zachary Scott (zzak)
[ext/socket] [ext/socket]
* Tanaka Akira (akr) * Tanaka Akira (akr)
* API change needs matz's approval * API change needs matz's approval
[ext/stringio]
Nobuyuki Nakada (nobu)
[ext/syslog] [ext/syslog]
Akinori MUSHA (knu) Akinori MUSHA (knu)
[ext/win32] [ext/win32]
@ -244,6 +240,8 @@ Zachary Scott (zzak)
_unmaintained_ _unmaintained_
[ext/fcntl] [ext/fcntl]
_unmaintained_ _unmaintained_
[ext/fiddle]
Aaron Patterson (tenderlove)
[ext/gdbm] [ext/gdbm]
Yukihiro Matsumoto (matz) Yukihiro Matsumoto (matz)
[ext/io/console] [ext/io/console]
@ -259,6 +257,8 @@ Zachary Scott (zzak)
https://github.com/ruby/psych https://github.com/ruby/psych
[ext/sdbm] [ext/sdbm]
Yukihiro Matsumoto (matz) Yukihiro Matsumoto (matz)
[ext/stringio]
Nobuyuki Nakada (nobu)
[ext/strscan] [ext/strscan]
_unmaintained_ _unmaintained_
[ext/zlib] [ext/zlib]

View file

@ -77,7 +77,6 @@ YAML:: Ruby client library for the Psych YAML implementation
Coverage:: Provides coverage measurement for Ruby Coverage:: Provides coverage measurement for Ruby
Digest:: Provides a framework for message digest libraries Digest:: Provides a framework for message digest libraries
Fiddle:: A libffi wrapper for Ruby
IO:: Extensions for Ruby IO class, including #wait and ::console IO:: Extensions for Ruby IO class, including #wait and ::console
NKF:: Ruby extension for Network Kanji Filter NKF:: Ruby extension for Network Kanji Filter
objspace:: Extends ObjectSpace module to add methods for internal statistics 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) Readline:: Provides an interface for GNU Readline and Edit Line (libedit)
Ripper:: Provides an interface for parsing Ruby programs into S-expressions Ripper:: Provides an interface for parsing Ruby programs into S-expressions
Socket:: Access underlying OS socket implementations Socket:: Access underlying OS socket implementations
StringIO:: Pseudo I/O on String objects
Syslog:: Ruby interface for the POSIX system logging facility Syslog:: Ruby interface for the POSIX system logging facility
WIN32OLE:: Provides an interface for OLE Automation in Ruby 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 DBM:: Provides a wrapper for the UNIX-style Database Manager Library
Etc:: Provides access to information typically stored in UNIX /etc directory Etc:: Provides access to information typically stored in UNIX /etc directory
Fcntl:: Loads constants defined in the OS fcntl.h C header file 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 GDBM:: Ruby extension for the GNU dbm (gdbm) library
IO::console:: Console interface IO::console:: Console interface
JSON:: Implements Javascript Object Notation for Ruby JSON:: Implements Javascript Object Notation for Ruby
OpenSSL:: Provides SSL, TLS and general purpose cryptography for Ruby OpenSSL:: Provides SSL, TLS and general purpose cryptography for Ruby
Psych:: A YAML parser and emitter for Ruby Psych:: A YAML parser and emitter for Ruby
SDBM:: Provides a simple file-based key-value store with String keys and values 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 StringScanner:: Provides lexical scanning operations on a String
Zlib:: Ruby interface for the zlib compression/decompression library Zlib:: Ruby interface for the zlib compression/decompression library