mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Update maintainers and standard library docs for GDBM.
[Feature #13248][ruby-core:79742] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@57704 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
df3e22ce84
commit
395ad27e72
2 changed files with 3 additions and 3 deletions
|
@ -181,8 +181,6 @@ Zachary Scott (zzak)
|
||||||
Koichi Sasada (ko1)
|
Koichi Sasada (ko1)
|
||||||
[ext/fiddle]
|
[ext/fiddle]
|
||||||
Aaron Patterson (tenderlove)
|
Aaron Patterson (tenderlove)
|
||||||
[ext/gdbm]
|
|
||||||
Yukihiro Matsumoto (matz)
|
|
||||||
[ext/io/nonblock]
|
[ext/io/nonblock]
|
||||||
Nobuyuki Nakada (nobu)
|
Nobuyuki Nakada (nobu)
|
||||||
[ext/io/wait]
|
[ext/io/wait]
|
||||||
|
@ -248,6 +246,8 @@ Zachary Scott (zzak)
|
||||||
_unmaintained_
|
_unmaintained_
|
||||||
[ext/fcntl]
|
[ext/fcntl]
|
||||||
_unmaintained_
|
_unmaintained_
|
||||||
|
[ext/gdbm]
|
||||||
|
Yukihiro Matsumoto (matz)
|
||||||
[ext/io/console]
|
[ext/io/console]
|
||||||
Nobuyuki Nakada (nobu)
|
Nobuyuki Nakada (nobu)
|
||||||
[ext/json]
|
[ext/json]
|
||||||
|
|
|
@ -79,7 +79,6 @@ Coverage:: Provides coverage measurement for Ruby
|
||||||
Digest:: Provides a framework for message digest libraries
|
Digest:: Provides a framework for message digest libraries
|
||||||
Etc:: Provides access to information typically stored in UNIX /etc directory
|
Etc:: Provides access to information typically stored in UNIX /etc directory
|
||||||
Fiddle:: A libffi wrapper for Ruby
|
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
|
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
|
||||||
|
@ -111,6 +110,7 @@ Date:: A subclass of Object includes Comparable module for handling dates
|
||||||
DateTime:: Subclass of Date to handling dates, hours, minutes, seconds, offsets
|
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
|
||||||
Fcntl:: Loads constants defined in the OS fcntl.h C header file
|
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
|
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
|
||||||
|
|
Loading…
Add table
Reference in a new issue