aboutsummaryrefslogtreecommitdiffstats
path: root/ext/racc/cparse/extconf.rb
Commit message (Collapse)AuthorAgeFilesLines
* Merge racc from upstream repository.Hiroshi SHIBATA2020-02-271-1/+1
| | | | | * Support Ruby 2.4's frozen string literals. * Remove VCS revisions headers.
* Update the latest versions from upstream repository of raccHiroshi SHIBATA2019-10-301-1/+1
|
* Partly revert directory structure for cparse.Hiroshi SHIBATA2019-06-191-0/+8
| | | | It break the some build environment.
* Backport racc-1.4.15 from upstream.Hiroshi SHIBATA2019-06-191-6/+0
|
* handle ext/ as r53141naruse2015-12-161-0/+1
| | | | | | | | g -L frozen_string_literal ext/**/*.rb|xargs ruby -Ka -e'ARGV.each{|fn|puts fn;open(fn,"r+"){|f|s=f.read.sub(/\A(#!.*\n)?(#.*coding.*\n)?/,"\\&# frozen_string_literal: false\n");f.rewind;f.write s}}' git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53143 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * include/ruby: moved public headers.nobu2007-06-101-0/+1
| | | | git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@12501 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* racc runtime imported.aamine2002-03-221-0/+4
* lib/racc/parser.rb: new file. * ext/racc/MANIFEST, cparse.c, depend, extconf.rb: new files. * lib/README: add racc/parser.rb. * ext/Setup*: add racc/cparse. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@2257 b2dd03c8-39d4-4d8f-98ff-823fe69b080e