summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2023-05-10 09:52:33 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2023-05-10 09:52:33 +0900
commit507801c6d782d5708aabdccdb6799768beacffc4 (patch)
tree14de5a17567f3e1c6a03c94e0e481b670835e2f8
parente1c84e8ee6a3a7d50ba726c18ea99395aa0bf4ce (diff)
downloadruby-507801c6d782d5708aabdccdb6799768beacffc4.tar.gz
ext/readline is retired
-rw-r--r--doc/maintainers.md5
-rw-r--r--doc/standard_library.rdoc1
-rw-r--r--test/test_extlibs.rb1
3 files changed, 0 insertions, 7 deletions
diff --git a/doc/maintainers.md b/doc/maintainers.md
index 970b09dc02..07e6d32079 100644
--- a/doc/maintainers.md
+++ b/doc/maintainers.md
@@ -418,11 +418,6 @@ have commit right, others don't.
* https://github.com/ruby/racc
* https://rubygems.org/gems/racc
-#### ext/readline
-* TAKAO Kouji (kouji)
-* https://github.com/ruby/readline-ext
-* https://rubygems.org/gems/readline-ext
-
#### ext/stringio
* Nobuyuki Nakada (nobu)
* https://github.com/ruby/stringio
diff --git a/doc/standard_library.rdoc b/doc/standard_library.rdoc
index 7ff6a1f8af..e290a5b0f0 100644
--- a/doc/standard_library.rdoc
+++ b/doc/standard_library.rdoc
@@ -98,7 +98,6 @@ OpenSSL:: Provides SSL, TLS and general purpose cryptography for Ruby
Pathname:: Representation of the name of a file or directory on the filesystem
Psych:: A YAML parser and emitter for Ruby
Racc:: A LALR(1) parser generator written in Ruby.
-Readline:: Provides an interface for GNU Readline and Edit Line (libedit)
StringIO:: Pseudo I/O on String objects
StringScanner:: Provides lexical scanning operations on a String
Syslog:: Ruby interface for the POSIX system logging facility
diff --git a/test/test_extlibs.rb b/test/test_extlibs.rb
index 1d7f616424..fb67e8453a 100644
--- a/test/test_extlibs.rb
+++ b/test/test_extlibs.rb
@@ -67,7 +67,6 @@ class TestExtLibs < Test::Unit::TestCase
check_existence "pty"
check_existence "racc/cparse"
check_existence "rbconfig/sizeof"
- #check_existence "readline" # depend on libreadline
check_existence "ripper"
check_existence "socket"
check_existence "stringio"