aboutsummaryrefslogtreecommitdiffstats
path: root/lib/racc
Commit message (Expand)AuthorAgeFilesLines
* 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