summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2021-05-24 18:52:18 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2021-05-25 15:18:31 +0900
commit55cd3e4ebff8fa75854ecadcd77abbf7cf4b5823 (patch)
treed4a47c4f1766efd666ef6283893f8c11672713e2 /doc
parentab3266ea5c2c45b6e0ce9ba377a035710cb4fd1b (diff)
Removed dbm from ruby repo
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/4525
Diffstat (limited to 'doc')
-rw-r--r--doc/maintainers.rdoc4
-rw-r--r--doc/standard_library.rdoc1
2 files changed, 0 insertions, 5 deletions
diff --git a/doc/maintainers.rdoc b/doc/maintainers.rdoc
index 6f69ffce77..cb70587f19 100644
--- a/doc/maintainers.rdoc
+++ b/doc/maintainers.rdoc
@@ -312,10 +312,6 @@ Yukihiro Matsumoto (matz)
_unmaintained_
https://github.com/ruby/date
https://rubygems.org/gems/date
-[ext/dbm]
- _unmaintained_
- https://github.com/ruby/dbm
- https://rubygems.org/gems/dbm
[ext/etc]
Ruby core team
https://github.com/ruby/etc
diff --git a/doc/standard_library.rdoc b/doc/standard_library.rdoc
index 7300b723e2..2e201afa55 100644
--- a/doc/standard_library.rdoc
+++ b/doc/standard_library.rdoc
@@ -83,7 +83,6 @@ WeakRef:: Allows a referenced object to be garbage-collected
BigDecimal:: Provides arbitrary-precision floating point decimal arithmetic
Date:: A subclass of Object includes Comparable module for handling dates
DateTime:: Subclass of Date to handling dates, hours, minutes, seconds, offsets
-DBM:: Provides a wrapper for the UNIX-style Database Manager Library
Digest:: Provides a framework for message digest libraries
Etc:: Provides access to information typically stored in UNIX /etc directory
Fcntl:: Loads constants defined in the OS fcntl.h C header file