summaryrefslogtreecommitdiff
path: root/lib/racc
AgeCommit message (Expand)Author
2019-11-17Fix typosKazuhiro NISHIYAMA
2019-11-04[ruby/racc] Strip trailing whitespaces at the last line of actionsNobuyoshi Nakada
2019-10-30Update the latest versions from upstream repository of raccHiroshi SHIBATA
2019-10-17Fix warning of generated parser for nested moduleSeiei Miyagi
2019-09-16Folded files in gemspecNobuyoshi Nakada
2019-07-13Removed useless `freeze`s from gemspec filesNobuyoshi Nakada
2019-07-13Drop fossil rubygems supportNobuyoshi Nakada
2019-07-13Removed stub lines from gemspec filesNobuyoshi Nakada
2019-06-20Revert "Removed needless file with the upstream repository."Hiroshi SHIBATA
2019-06-20Removed needless file with the upstream repository.Hiroshi SHIBATA
2019-06-20Added gemspec of racc generated from upstream for the default gems.Hiroshi SHIBATA
2019-06-19* remove trailing spaces, append newline at EOF.git
2019-06-19Use Test::Unit instead of Minitest and fixed test error with ruby repo.Hiroshi SHIBATA
2019-06-19Backport racc-1.4.15 from upstream.Hiroshi SHIBATA
2018-11-03lib/racc/parser.rb: use require for racc/cparsestomar
2018-11-02lib/*: Prefer require_relative over require.marcandre
2017-10-22Fixed misspelling words.hsbt
2016-11-08Fix grammar errorsa_matsuda
2015-12-16Add frozen_string_literal: false for all filesnaruse
2015-10-26Grammatical fixes [ci skip]nobu
2015-10-14* lib/racc/rdoc/grammar.en.rdoc: fix spell error.hsbt
2015-09-14Fix typo in racc english documentation [ci skip]nobu
2014-07-27* lib/cgi/core.rb: remove unused variables.hsbt
2014-01-24* lib/racc/rdoc/grammar.en.rdoc: [DOC] Correct grammar and typoszzak
2013-11-29* lib/racc/parser.rb: Fix typoa_matsuda
2013-11-09* lib/racc/rdoc/grammar.en.rdoc: [DOC] fix typo by Tsuyoshi Sawadazzak
2013-07-19* lib/racc/parser.rb: [DOC] Capitalize "Ruby" in documentationzzak
2013-05-19fix typos. Patch by k_takata.ktsj
2013-02-05* lib/racc/parser.rb: Hide copyright notice from Racc doczzak
2013-02-05* lib/racc/parser.rb: Update #do_parse and #yyparse from upstreamzzak
2013-02-05* lib/racc: Merge Racc documentation downstream, add grammar ref filezzak
2012-06-27NotImplementError is not exist.kazu
2010-11-15* lib/racc/parser.rb (do_parse, yyparse): using class eval to definetenderlove
2010-11-08* lib/*.rb: Remove unused variable warnings.marcandre
2009-09-25* lib: updated keywords.nobu
2009-03-06* {ext,lib,test}/**/*.rb: removed trailing spaces.nobu
2008-12-18* lib/optparse/version.rb: remove variable shadowing to stopmatz
2006-07-06* ext/racc/cparse/cparse.c: sync with original code, rev 1.8.aamine
2004-04-18* dln.c, io.c, pack.c, lib/benchmark.rb, lib/cgi.rb, lib/csv.rb,nobu
2004-02-16* lib/racc/parser.rb: add note for Racc full package.aamine
2003-11-03* lib/racc/parser.rb: synchronize with Racc 1.4.4.aamine
2003-03-23update NotImplementError to NotImplementedError.matz
2002-10-02use Object#class instead of deprecated Object#type.nobu
2002-03-22racc runtime imported.aamine