ruby-changes:59856
From: Nobuyoshi <ko1@a...>
Date: Tue, 28 Jan 2020 23:00:54 +0900 (JST)
Subject: [ruby-changes:59856] fb41246ddb (master): Stop parsing copyright notices as document [ci skip]
https://git.ruby-lang.org/ruby.git/commit/?id=fb41246ddb From fb41246ddb2dd3c1b4595cd7e27ed3710def3fc8 Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada <nobu@r...> Date: Tue, 28 Jan 2020 23:00:13 +0900 Subject: Stop parsing copyright notices as document [ci skip] diff --git a/lib/racc/compat.rb b/lib/racc/compat.rb index ccb033e..fad0312 100644 --- a/lib/racc/compat.rb +++ b/lib/racc/compat.rb @@ -1,3 +1,4 @@ https://github.com/ruby/ruby/blob/trunk/lib/racc/compat.rb#L1 +#-- # # $Id: 14fa1118eb3a23e85265e4f7afe2d5a297d69f9c $ # @@ -8,6 +9,7 @@ https://github.com/ruby/ruby/blob/trunk/lib/racc/compat.rb#L9 # the GNU LGPL, Lesser General Public License version 2.1. # For details of the GNU LGPL, see the file "COPYING". # +#++ unless Object.method_defined?(:__send) class Object diff --git a/lib/racc/debugflags.rb b/lib/racc/debugflags.rb index 1b5d2fe..3df96f2 100644 --- a/lib/racc/debugflags.rb +++ b/lib/racc/debugflags.rb @@ -1,3 +1,4 @@ https://github.com/ruby/ruby/blob/trunk/lib/racc/debugflags.rb#L1 +#-- # # $Id: 74ff4369ce53c7f45cfc2644ce907785104ebf6e $ # @@ -8,6 +9,7 @@ https://github.com/ruby/ruby/blob/trunk/lib/racc/debugflags.rb#L9 # the GNU LGPL, Lesser General Public License version 2.1. # For details of LGPL, see the file "COPYING". # +#++ module Racc diff --git a/lib/racc/exception.rb b/lib/racc/exception.rb index 0069ca3..83170b3 100644 --- a/lib/racc/exception.rb +++ b/lib/racc/exception.rb @@ -1,3 +1,4 @@ https://github.com/ruby/ruby/blob/trunk/lib/racc/exception.rb#L1 +#-- # # $Id: ebb9798ad0b211e031670a12a1ab154678c1c8f3 $ # @@ -6,6 +7,8 @@ https://github.com/ruby/ruby/blob/trunk/lib/racc/exception.rb#L7 # This program is free software. # You can distribute/modify this program under the same terms of ruby. # see the file "COPYING". +# +#++ module Racc class Error < StandardError; end diff --git a/lib/racc/grammar.rb b/lib/racc/grammar.rb index 123f1f1..1ef3d56 100644 --- a/lib/racc/grammar.rb +++ b/lib/racc/grammar.rb @@ -1,3 +1,4 @@ https://github.com/ruby/ruby/blob/trunk/lib/racc/grammar.rb#L1 +#-- # # $Id: 3fcabd58bef02540bf78e8142469681cb9f975c2 $ # @@ -6,6 +7,8 @@ https://github.com/ruby/ruby/blob/trunk/lib/racc/grammar.rb#L7 # This program is free software. # You can distribute/modify this program under the same terms of ruby. # see the file "COPYING". +# +#++ require 'racc/compat' require 'racc/iset' diff --git a/lib/racc/grammarfileparser.rb b/lib/racc/grammarfileparser.rb index 5e7081f..e85e06c 100644 --- a/lib/racc/grammarfileparser.rb +++ b/lib/racc/grammarfileparser.rb @@ -1,3 +1,4 @@ https://github.com/ruby/ruby/blob/trunk/lib/racc/grammarfileparser.rb#L1 +#-- # # $Id: 63bd084db2dce8a2c9760318faae6104717cead7 $ # @@ -8,6 +9,7 @@ https://github.com/ruby/ruby/blob/trunk/lib/racc/grammarfileparser.rb#L9 # the GNU LGPL, Lesser General Public License version 2.1. # For details of the GNU LGPL, see the file "COPYING". # +#++ require 'racc' require 'racc/compat' diff --git a/lib/racc/info.rb b/lib/racc/info.rb index b7db7b6..d35ce2d 100644 --- a/lib/racc/info.rb +++ b/lib/racc/info.rb @@ -1,3 +1,4 @@ https://github.com/ruby/ruby/blob/trunk/lib/racc/info.rb#L1 +#-- # # $Id: 8ab2cb5341529fe5e35956bb1a1f42ec9b9c6f5a $ # @@ -6,6 +7,8 @@ https://github.com/ruby/ruby/blob/trunk/lib/racc/info.rb#L7 # This program is free software. # You can distribute/modify this program under the same terms of ruby. # see the file "COPYING". +# +#++ module Racc VERSION = '1.4.16' diff --git a/lib/racc/iset.rb b/lib/racc/iset.rb index 245bad8..cfe3657 100644 --- a/lib/racc/iset.rb +++ b/lib/racc/iset.rb @@ -1,3 +1,4 @@ https://github.com/ruby/ruby/blob/trunk/lib/racc/iset.rb#L1 +#-- # # $Id: 31aa4331c08dfd4609c06eb5f94b7ef38dc708e1 $ # @@ -8,6 +9,7 @@ https://github.com/ruby/ruby/blob/trunk/lib/racc/iset.rb#L9 # the GNU LGPL, Lesser General Public License version 2.1. # For details of the GNU LGPL, see the file "COPYING". # +#++ module Racc diff --git a/lib/racc/logfilegenerator.rb b/lib/racc/logfilegenerator.rb index 68593c4..e54af87 100644 --- a/lib/racc/logfilegenerator.rb +++ b/lib/racc/logfilegenerator.rb @@ -1,3 +1,4 @@ https://github.com/ruby/ruby/blob/trunk/lib/racc/logfilegenerator.rb#L1 +#-- # # $Id: 5e9d0a01b5d56fd9cdc3d5cb078b1a3e1bbaf779 $ # @@ -8,6 +9,7 @@ https://github.com/ruby/ruby/blob/trunk/lib/racc/logfilegenerator.rb#L9 # the GNU LGPL, Lesser General Public License version 2.1. # For details of the GNU LGPL, see the file "COPYING". # +#++ module Racc diff --git a/lib/racc/parserfilegenerator.rb b/lib/racc/parserfilegenerator.rb index ee1262d..068c902 100644 --- a/lib/racc/parserfilegenerator.rb +++ b/lib/racc/parserfilegenerator.rb @@ -1,3 +1,4 @@ https://github.com/ruby/ruby/blob/trunk/lib/racc/parserfilegenerator.rb#L1 +#-- # # $Id: fff07ebfd582f8dbc845e424908cb9f41f8bf42f $ # @@ -6,6 +7,8 @@ https://github.com/ruby/ruby/blob/trunk/lib/racc/parserfilegenerator.rb#L7 # This program is free software. # You can distribute/modify this program under the same terms of ruby. # see the file "COPYING". +# +#++ require 'enumerator' require 'racc/compat' diff --git a/lib/racc/sourcetext.rb b/lib/racc/sourcetext.rb index b33ba29..6944ac7 100644 --- a/lib/racc/sourcetext.rb +++ b/lib/racc/sourcetext.rb @@ -1,3 +1,4 @@ https://github.com/ruby/ruby/blob/trunk/lib/racc/sourcetext.rb#L1 +#-- # # $Id: 3b2d89d9ada2f5fcb043837dcc5c9631856d5b70 $ # @@ -8,6 +9,7 @@ https://github.com/ruby/ruby/blob/trunk/lib/racc/sourcetext.rb#L9 # the GNU LGPL, Lesser General Public License version 2.1. # For details of LGPL, see the file "COPYING". # +#++ module Racc diff --git a/lib/racc/state.rb b/lib/racc/state.rb index 51b1d83..50852d9 100644 --- a/lib/racc/state.rb +++ b/lib/racc/state.rb @@ -1,3 +1,4 @@ https://github.com/ruby/ruby/blob/trunk/lib/racc/state.rb#L1 +#-- # # $Id: 6bd3136439c94cb8d928917f5e0de9c593181527 $ # @@ -6,6 +7,8 @@ https://github.com/ruby/ruby/blob/trunk/lib/racc/state.rb#L7 # This program is free software. # You can distribute/modify this program under the same terms of ruby. # see the file "COPYING". +# +#++ require 'racc/iset' require 'racc/statetransitiontable' diff --git a/lib/racc/statetransitiontable.rb b/lib/racc/statetransitiontable.rb index 23df410..dc525bb 100644 --- a/lib/racc/statetransitiontable.rb +++ b/lib/racc/statetransitiontable.rb @@ -1,3 +1,4 @@ https://github.com/ruby/ruby/blob/trunk/lib/racc/statetransitiontable.rb#L1 +#-- # # $Id: 4c5f4311663b6d03050953d64d6a0e7905ff2216 $ # @@ -8,6 +9,7 @@ https://github.com/ruby/ruby/blob/trunk/lib/racc/statetransitiontable.rb#L9 # the GNU LGPL, Lesser General Public License version 2.1. # For details of LGPL, see the file "COPYING". # +#++ require 'racc/parser' -- cgit v0.10.2 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/