aboutsummaryrefslogtreecommitdiffstats
path: root/lib/racc
Commit message (Expand)AuthorAgeFilesLines
* Fixed misspellingsNobuyoshi Nakada2019-12-202-2/+2
* 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
* 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
* 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
* * 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
* 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/*: Prefer require_relative over require.marcandre2018-11-021-1/+1
* Fixed misspelling words.hsbt2017-10-221-1/+1
* Fix grammar errorsa_matsuda2016-11-081-12/+12
* Add frozen_string_literal: false for all filesnaruse2015-12-161-0/+1
* Grammatical fixes [ci skip]nobu2015-10-261-2/+2
* * lib/racc/rdoc/grammar.en.rdoc: fix spell error.hsbt2015-10-141-1/+1
* Fix typo in racc english documentation [ci skip]nobu2015-09-141-1/+1
* * lib/cgi/core.rb: remove unused variables.hsbt2014-07-271-2/+0
* * lib/racc/rdoc/grammar.en.rdoc: [DOC] Correct grammar and typoszzak2014-01-241-44/+37
* * lib/racc/parser.rb: Fix typoa_matsuda2013-11-291-3/+3
* * lib/racc/rdoc/grammar.en.rdoc: [DOC] fix typo by Tsuyoshi Sawadazzak2013-11-091-1/+1
* * lib/racc/parser.rb: [DOC] Capitalize "Ruby" in documentationzzak2013-07-191-2/+2
* fix typos. Patch by k_takata.ktsj2013-05-191-4/+4
* * lib/racc/parser.rb: Hide copyright notice from Racc doczzak2013-02-051-2/+2
* * lib/racc/parser.rb: Update #do_parse and #yyparse from upstreamzzak2013-02-051-14/+22
* * lib/racc: Merge Racc documentation downstream, add grammar ref filezzak2013-02-052-13/+416
* NotImplementError is not exist.kazu2012-06-271-4/+0
* * lib/racc/parser.rb (do_parse, yyparse): using class eval to definetenderlove2010-11-151-4/+8
* * lib/*.rb: Remove unused variable warnings.marcandre2010-11-081-15/+13
* * lib: updated keywords.nobu2009-09-251-2/+2
* * {ext,lib,test}/**/*.rb: removed trailing spaces.nobu2009-03-061-1/+1
* * lib/optparse/version.rb: remove variable shadowing to stopmatz2008-12-181-2/+1
* * ext/racc/cparse/cparse.c: sync with original code, rev 1.8.aamine2006-07-061-45/+26
* * dln.c, io.c, pack.c, lib/benchmark.rb, lib/cgi.rb, lib/csv.rb,nobu2004-04-181-1/+1
* * lib/racc/parser.rb: add note for Racc full package.aamine2004-02-161-1/+6
* * lib/racc/parser.rb: synchronize with Racc 1.4.4.aamine2003-11-031-135/+116
* update NotImplementError to NotImplementedError.matz2003-03-231-5/+0
* use Object#class instead of deprecated Object#type.nobu2002-10-021-4/+4
* racc runtime imported.aamine2002-03-221-0/+480