[前][次][番号順一覧][スレッド一覧]

ruby-changes:72271

From: Hiroshi <ko1@a...>
Date: Tue, 21 Jun 2022 20:44:05 +0900 (JST)
Subject: [ruby-changes:72271] 15769832b2 (master): Added readline wrapper entries under the doc directory

https://git.ruby-lang.org/ruby.git/commit/?id=15769832b2

From 15769832b2375b6ac8dfaa3887e3ac9462f87584 Mon Sep 17 00:00:00 2001
From: Hiroshi SHIBATA <hsbt@r...>
Date: Tue, 21 Jun 2022 20:43:42 +0900
Subject: Added readline wrapper entries under the doc directory

---
 doc/maintainers.rdoc      | 4 ++++
 doc/standard_library.rdoc | 1 +
 2 files changed, 5 insertions(+)

diff --git a/doc/maintainers.rdoc b/doc/maintainers.rdoc
index f4eb841b85..7e0c35194f 100644
--- a/doc/maintainers.rdoc
+++ b/doc/maintainers.rdoc
@@ -213,6 +213,10 @@ Yukihiro Matsumoto (matz) https://github.com/ruby/ruby/blob/trunk/doc/maintainers.rdoc#L213
   Eric Hodel (drbrain), Hiroshi SHIBATA (hsbt)
   https://github.com/ruby/rdoc
   https://rubygems.org/gems/rdoc
+[lib/readline.rb]
+  aycabta
+  https://github.com/ruby/readline
+  https://rubygems.org/gems/readline
 [lib/reline.rb, lib/reline/*]
   aycabta
   https://github.com/ruby/reline
diff --git a/doc/standard_library.rdoc b/doc/standard_library.rdoc
index 8965aa92a8..7c9938c5b0 100644
--- a/doc/standard_library.rdoc
+++ b/doc/standard_library.rdoc
@@ -54,6 +54,7 @@ OpenURI:: An easy-to-use wrapper for Net::HTTP, Net::HTTPS and Net::FTP https://github.com/ruby/ruby/blob/trunk/doc/standard_library.rdoc#L54
 PP:: Provides a PrettyPrinter for Ruby objects
 PrettyPrinter:: Implements a pretty printing algorithm for readable structure
 PStore:: Implements a file based persistence mechanism based on a Hash
+Readline:: Wrapper for Readline extencion and Reline
 Reline:: GNU Readline and Editline by pure Ruby implementation.
 Resolv::  Thread-aware DNS resolver library in Ruby
 resolv-replace.rb:: Replace Socket DNS with Resolv
-- 
cgit v1.2.1


--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]