| Commit message (Expand) | Author | Age | Files | Lines |
* | Removed useless `freeze`s from gemspec files | Nobuyoshi Nakada | 2019-07-13 | 1 | -19/+19 |
* | Drop fossil rubygems support | Nobuyoshi Nakada | 2019-07-13 | 1 | -20/+4 |
* | Removed stub lines from gemspec files | Nobuyoshi Nakada | 2019-07-13 | 1 | -2/+0 |
* | Revert "Removed needless file with the upstream repository." | Hiroshi SHIBATA | 2019-06-20 | 1 | -0/+640 |
* | Removed needless file with the upstream repository. | Hiroshi SHIBATA | 2019-06-20 | 1 | -640/+0 |
* | Added gemspec of racc generated from upstream for the default gems. | Hiroshi SHIBATA | 2019-06-20 | 2 | -1/+46 |
* | * remove trailing spaces, append newline at EOF. | git | 2019-06-19 | 5 | -13/+13 |
* | Use Test::Unit instead of Minitest and fixed test error with ruby repo. | Hiroshi SHIBATA | 2019-06-19 | 1 | -1/+1 |
* | Backport racc-1.4.15 from upstream. | Hiroshi SHIBATA | 2019-06-19 | 16 | -35/+4629 |
* | lib/racc/parser.rb: use require for racc/cparse | stomar | 2018-11-03 | 1 | -1/+1 |
* | lib/*: Prefer require_relative over require. | marcandre | 2018-11-02 | 1 | -1/+1 |
* | Fixed misspelling words. | hsbt | 2017-10-22 | 1 | -1/+1 |
* | Fix grammar errors | a_matsuda | 2016-11-08 | 1 | -12/+12 |
* | Add frozen_string_literal: false for all files | naruse | 2015-12-16 | 1 | -0/+1 |
* | Grammatical fixes [ci skip] | nobu | 2015-10-26 | 1 | -2/+2 |
* | * lib/racc/rdoc/grammar.en.rdoc: fix spell error. | hsbt | 2015-10-14 | 1 | -1/+1 |
* | Fix typo in racc english documentation [ci skip] | nobu | 2015-09-14 | 1 | -1/+1 |
* | * lib/cgi/core.rb: remove unused variables. | hsbt | 2014-07-27 | 1 | -2/+0 |
* | * lib/racc/rdoc/grammar.en.rdoc: [DOC] Correct grammar and typos | zzak | 2014-01-24 | 1 | -44/+37 |
* | * lib/racc/parser.rb: Fix typo | a_matsuda | 2013-11-29 | 1 | -3/+3 |
* | * lib/racc/rdoc/grammar.en.rdoc: [DOC] fix typo by Tsuyoshi Sawada | zzak | 2013-11-09 | 1 | -1/+1 |
* | * lib/racc/parser.rb: [DOC] Capitalize "Ruby" in documentation | zzak | 2013-07-19 | 1 | -2/+2 |
* | fix typos. Patch by k_takata. | ktsj | 2013-05-19 | 1 | -4/+4 |
* | * lib/racc/parser.rb: Hide copyright notice from Racc doc | zzak | 2013-02-05 | 1 | -2/+2 |
* | * lib/racc/parser.rb: Update #do_parse and #yyparse from upstream | zzak | 2013-02-05 | 1 | -14/+22 |
* | * lib/racc: Merge Racc documentation downstream, add grammar ref file | zzak | 2013-02-05 | 2 | -13/+416 |
* | NotImplementError is not exist. | kazu | 2012-06-27 | 1 | -4/+0 |
* | * lib/racc/parser.rb (do_parse, yyparse): using class eval to define | tenderlove | 2010-11-15 | 1 | -4/+8 |
* | * lib/*.rb: Remove unused variable warnings. | marcandre | 2010-11-08 | 1 | -15/+13 |
* | * lib: updated keywords. | nobu | 2009-09-25 | 1 | -2/+2 |
* | * {ext,lib,test}/**/*.rb: removed trailing spaces. | nobu | 2009-03-06 | 1 | -1/+1 |
* | * lib/optparse/version.rb: remove variable shadowing to stop | matz | 2008-12-18 | 1 | -2/+1 |
* | * ext/racc/cparse/cparse.c: sync with original code, rev 1.8. | aamine | 2006-07-06 | 1 | -45/+26 |
* | * dln.c, io.c, pack.c, lib/benchmark.rb, lib/cgi.rb, lib/csv.rb, | nobu | 2004-04-18 | 1 | -1/+1 |
* | * lib/racc/parser.rb: add note for Racc full package. | aamine | 2004-02-16 | 1 | -1/+6 |
* | * lib/racc/parser.rb: synchronize with Racc 1.4.4. | aamine | 2003-11-03 | 1 | -135/+116 |
* | update NotImplementError to NotImplementedError. | matz | 2003-03-23 | 1 | -5/+0 |
* | use Object#class instead of deprecated Object#type. | nobu | 2002-10-02 | 1 | -4/+4 |
* | racc runtime imported. | aamine | 2002-03-22 | 1 | -0/+480 |