aboutsummaryrefslogtreecommitdiffstats
path: root/lib/racc
Commit message (Collapse)AuthorAgeFilesLines
* [ruby/racc] Bump version to 1.5.2Hiroshi SHIBATA2020-12-261-1/+1
| | | | https://github.com/ruby/racc/commit/ce0d7b9cde
* [ruby/racc] Use Racc::VERSION for gemspecHiroshi SHIBATA2020-12-261-1/+7
| | | | https://github.com/ruby/racc/commit/30f5760d85
* [ruby/racc] Bump version to 1.5.1Hiroshi SHIBATA2020-11-102-2/+2
| | | | https://github.com/ruby/racc/commit/2cb3055a73
* [ruby/racc] Use the Ruby license. Fix #134Hiroshi SHIBATA2020-11-107-21/+14
| | | | https://github.com/ruby/racc/commit/7c881cd548
* lib/racc/statetransitiontable.rb: Make the racc output stableYusuke Endoh2020-11-101-1/+1
| | | | | | | | | Racc calls `Array#sort!` to build a state transition table. As `Array#sort!` is not a stable sort, the output may differ depending upon the environment. This changeset makes the sort stable manually, and updates all expectation files.
* Removed needless require for 'enumerator'Hiroshi SHIBATA2020-11-091-1/+0
|
* Separate `send` into `public_send` and `__send__`Nobuyoshi Nakada2020-10-271-1/+1
|
* [ruby/racc] Turn debugging offMarc-Andre Lafortune2020-09-282-2/+2
| | | | https://github.com/ruby/racc/commit/872f75cfa7
* [Fixes #137] Improve reportingMarc-Andre Lafortune2020-09-281-16/+18
|
* [ruby/racc] Fixed the licenses field of gemspecHiroshi SHIBATA2020-08-191-1/+1
| | | | https://github.com/ruby/racc/commit/a1aeecff03
* Removed nonsense `rubygems_version` in input gemspec filesNobuyoshi Nakada2020-06-251-1/+0
| | | | | As it is ignored and set at building packages automatically, it is just nonsense to set in gemspec file for input.
* Fixed typos in raccNobuyoshi Nakada2020-04-272-6/+6
|
* Import racc-1.5.0 from upstream repository.Hiroshi SHIBATA2020-03-254-8/+5
|
* Merge racc from upstream repository.Hiroshi SHIBATA2020-02-2715-47/+35
| | | | | * Support Ruby 2.4's frozen string literals. * Remove VCS revisions headers.
* Stop parsing copyright notices as document [ci skip]Nobuyoshi Nakada2020-01-2812-0/+29
|
* Revert "Added RDoc files to parse [Bug #16596]"Nobuyoshi Nakada2020-01-281-1/+0
| | | | | | This reverts commit 10842daeb571126a090cb10dedf0cda8c2b7f9a8, because it has no effect and the rdoc file has been installed to lib/racc/rdoc directory.
* Added RDoc files to parse [Bug #16596]Nobuyoshi Nakada2020-01-281-0/+1
|
* Fixup a6864f6d2f39bcd1ff04516591cc18d4027ab186Hiroshi SHIBATA2020-01-011-2/+2
|
* Fixed misspellingsNobuyoshi Nakada2019-12-202-2/+2
| | | | Fixed misspellings reported at [Bug #16437], for default gems.
* Import racc-1.4.1 from ruby/racc.Hiroshi SHIBATA2019-12-106-26/+28
|
* Fix typosKazuhiro NISHIYAMA2019-11-173-3/+3
|
* [ruby/racc] Strip trailing whitespaces at the last line of actionsNobuyoshi Nakada2019-11-041-0/+1
| | | | https://github.com/ruby/racc/commit/a887ebe529
* Update the latest versions from upstream repository of raccHiroshi SHIBATA2019-10-309-17/+20
|
* Fix warning of generated parser for nested moduleSeiei Miyagi2019-10-171-1/+1
|
* Folded files in gemspecNobuyoshi Nakada2019-09-161-3/+79
|
* Removed useless `freeze`s from gemspec filesNobuyoshi Nakada2019-07-131-19/+19
|
* Drop fossil rubygems supportNobuyoshi Nakada2019-07-131-20/+4
|
* Removed stub lines from gemspec filesNobuyoshi Nakada2019-07-131-2/+0
|
* Revert "Removed needless file with the upstream repository."Hiroshi SHIBATA2019-06-201-0/+640
| | | | This reverts commit 5bbfca7b1d4be89d4728203b4610de17bccbefd7.
* Removed needless file with the upstream repository.Hiroshi SHIBATA2019-06-201-640/+0
|
* Added gemspec of racc generated from upstream for the default gems.Hiroshi SHIBATA2019-06-202-1/+46
| | | | 1.4.16.pre.1 is the teemporary version. It may be changed 1.5.0 or others.
* * remove trailing spaces, append newline at EOF.git2019-06-195-13/+13
|
* Use Test::Unit instead of Minitest and fixed test error with ruby repo.Hiroshi SHIBATA2019-06-191-1/+1
| | | | Co-authored-by: Nobuyoshi Nakada <nobu@ruby-lang.org>
* Backport racc-1.4.15 from upstream.Hiroshi SHIBATA2019-06-1916-35/+4629
|
* lib/racc/parser.rb: use require for racc/cparsestomar2018-11-031-1/+1
| | | | | | | | * lib/racc/parser.rb: reverted r65505. require_relative does not work for racc/cparse.so, as extension libraries are placed in other directories than Ruby libraries. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65514 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* lib/*: Prefer require_relative over require.marcandre2018-11-021-1/+1
| | | | | | [#15206] [Fix GH-1976] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65505 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Fixed misspelling words.hsbt2017-10-221-1/+1
| | | | | | These are detected by https://github.com/client9/misspell git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@60359 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Fix grammar errorsa_matsuda2016-11-081-12/+12
| | | | | | | | | | | Patch by: Chris Tweedie <cltweedie@gmail.com> (@cltweedie) Signed-off-by: Akira Matsuda <ronnie@dio.jp> closes #1074 [ci skip] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@56680 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Add frozen_string_literal: false for all filesnaruse2015-12-161-0/+1
| | | | | | When you change this to true, you may need to add more tests. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53141 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Grammatical fixes [ci skip]nobu2015-10-261-2/+2
| | | | | | | * lib/racc/rdoc/grammar.en.rdoc: Grammatical errors fixed. [Fix GH-1070] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@52288 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/racc/rdoc/grammar.en.rdoc: fix spell error.hsbt2015-10-141-1/+1
| | | | | | [fix GH-1053][ci skip] Patch by @Matrixbirds git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@52120 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Fix typo in racc english documentation [ci skip]nobu2015-09-141-1/+1
| | | | | | | * lib/racc/rdoc/grammar.en.rdoc: [DOC] fix typo, "convertion" to "conversion". [Fix GH-1016] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@51854 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/cgi/core.rb: remove unused variables.hsbt2014-07-271-2/+0
| | | | | | | | | | | | | | | | * lib/erb.rb: ditto. * lib/mkmf.rb: ditto. * lib/net/http/response.rb: ditto. * lib/optparse/version.rb: ditto. * lib/prime.rb: ditto. * lib/racc/parser.rb: ditto. * lib/rexml/document.rb: ditto. * lib/rexml/dtd/dtd.rb: ditto. * lib/rexml/element.rb: ditto. * lib/rexml/functions.rb: ditto. * lib/rexml/parsers/xpathparser.rb: ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@46973 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/racc/rdoc/grammar.en.rdoc: [DOC] Correct grammar and typoszzak2014-01-241-44/+37
| | | | | | | Patch by Giorgos Tsiftsis [Bug #9429] [ci skip] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@44696 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/racc/parser.rb: Fix typoa_matsuda2013-11-291-3/+3
| | | | | | s/Extentions/Extensions/ git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@43905 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/racc/rdoc/grammar.en.rdoc: [DOC] fix typo by Tsuyoshi Sawadazzak2013-11-091-1/+1
| | | | | | | [Bug #9077] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@43618 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/racc/parser.rb: [DOC] Capitalize "Ruby" in documentationzzak2013-07-191-2/+2
| | | | | | | Patch by Dave Worth https://github.com/ruby/ruby/pull/341 git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42055 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* fix typos. Patch by k_takata.ktsj2013-05-191-4/+4
| | | | git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40825 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/racc/parser.rb: Hide copyright notice from Racc doczzak2013-02-051-2/+2
| | | | git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39080 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/racc/parser.rb: Update #do_parse and #yyparse from upstreamzzak2013-02-051-14/+22
| | | | | | | See [Github tenderlove/racc@7d954b5] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39051 b2dd03c8-39d4-4d8f-98ff-823fe69b080e