ruby-changes:56161
From: Hiroshi <ko1@a...>
Date: Thu, 20 Jun 2019 16:11:19 +0900 (JST)
Subject: [ruby-changes:56161] Hiroshi SHIBATA: 3aa8691d52 (trunk): Added and update the racc entries on doc/*.
https://git.ruby-lang.org/ruby.git/commit/?id=3aa8691d52 From 3aa8691d521519f0dc23d56be3b1fe633632720e Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA <hsbt@r...> Date: Thu, 20 Jun 2019 16:10:24 +0900 Subject: Added and update the racc entries on doc/*. diff --git a/doc/maintainers.rdoc b/doc/maintainers.rdoc index fa0c12b..5e8d403 100644 --- a/doc/maintainers.rdoc +++ b/doc/maintainers.rdoc @@ -206,6 +206,9 @@ Zachary Scott (zzak) https://github.com/ruby/ruby/blob/trunk/doc/maintainers.rdoc#L206 Marc-Andre Lafortune (marcandre) [lib/prime.rb] Yuki Sonoda (yugui) +[lib/racc.rb, lib/racc/*] + Aaron Patterson (tenderlove), Hiroshi SHIBATA(hsbt) + https://github.com/ruby/racc [lib/rdoc.rb, lib/rdoc/*] Eric Hodel (drbrain), Hiroshi SHIBATA (hsbt) https://github.com/ruby/rdoc diff --git a/doc/standard_library.rdoc b/doc/standard_library.rdoc index 8f9f6b1..11aed15 100644 --- a/doc/standard_library.rdoc +++ b/doc/standard_library.rdoc @@ -33,7 +33,6 @@ OptionParser:: Ruby-oriented class for command-line option analysis https://github.com/ruby/ruby/blob/trunk/doc/standard_library.rdoc#L33 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 -Racc:: A LALR(1) parser generator written in Ruby. RbConfig:: Information of your configure and build of Ruby resolv-replace.rb:: Replace Socket DNS with Resolv Resolv:: Thread-aware DNS resolver library in Ruby @@ -85,6 +84,7 @@ Matrix:: Represents a mathematical matrix. https://github.com/ruby/ruby/blob/trunk/doc/standard_library.rdoc#L84 Mutex_m:: Mixin to extend objects to be handled like a Mutex OpenStruct:: Class to build custom data structures, similar to a Hash Prime:: Prime numbers and factorization library +Racc:: A LALR(1) parser generator written in Ruby. RDoc:: Produces HTML and command-line documentation for Ruby REXML:: An XML toolkit for Ruby RSS:: Family of libraries that support various formats of XML "feeds" -- cgit v0.10.2 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/