summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2023-06-20 13:33:49 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2023-06-20 13:34:28 +0900
commit44ad176fc250553950ee7b54071d14aedc4183a5 (patch)
tree3cc42ec93278c6942aec56db01912ca325c571cb /doc
parent9ff4399decef0036897d3cfb9ac2c710dea913ca (diff)
Update Racc entries on documents
Diffstat (limited to 'doc')
-rw-r--r--doc/maintainers.md16
-rw-r--r--doc/standard_library.rdoc2
2 files changed, 5 insertions, 13 deletions
diff --git a/doc/maintainers.md b/doc/maintainers.md
index 1ae89fc2d6..11f729f951 100644
--- a/doc/maintainers.md
+++ b/doc/maintainers.md
@@ -227,12 +227,6 @@ have commit right, others don't.
* https://github.com/ruby/pstore
* https://rubygems.org/gems/pstore
-#### lib/racc.rb, lib/racc/*
-* Aaron Patterson (tenderlove)
-* Hiroshi SHIBATA (hsbt)
-* https://github.com/ruby/racc
-* https://rubygems.org/gems/racc
-
#### lib/readline.rb
* aycabta
* https://github.com/ruby/readline
@@ -407,12 +401,6 @@ have commit right, others don't.
* https://github.com/ruby/psych
* https://rubygems.org/gems/psych
-#### ext/racc
-* Aaron Patterson (tenderlove)
-* Hiroshi SHIBATA (hsbt)
-* https://github.com/ruby/racc
-* https://rubygems.org/gems/racc
-
#### ext/stringio
* Nobuyuki Nakada (nobu)
* https://github.com/ruby/stringio
@@ -484,6 +472,10 @@ have commit right, others don't.
### debug
* https://github.com/ruby/debug
+### racc
+* https://github.com/ruby/racc
+
+
## Platform Maintainers
### mswin64 (Microsoft Windows)
* NAKAMURA Usaku (usa)
diff --git a/doc/standard_library.rdoc b/doc/standard_library.rdoc
index e290a5b0f0..b4baaca18b 100644
--- a/doc/standard_library.rdoc
+++ b/doc/standard_library.rdoc
@@ -97,7 +97,6 @@ NKF:: Ruby extension for Network Kanji Filter
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.
StringIO:: Pseudo I/O on String objects
StringScanner:: Provides lexical scanning operations on a String
Syslog:: Ruby interface for the POSIX system logging facility
@@ -129,3 +128,4 @@ Prime:: Prime numbers and factorization library
RBS:: RBS is a language to describe the structure of Ruby programs
TypeProf:: A type analysis tool for Ruby code based on abstract interpretation
DEBUGGER__:: Debugging functionality for Ruby
+Racc:: A LALR(1) parser generator written in Ruby.