From 507801c6d782d5708aabdccdb6799768beacffc4 Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Wed, 10 May 2023 09:52:33 +0900 Subject: ext/readline is retired --- doc/maintainers.md | 5 ----- doc/standard_library.rdoc | 1 - test/test_extlibs.rb | 1 - 3 files changed, 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" -- cgit v1.2.1