summaryrefslogtreecommitdiff
path: root/ext/racc
AgeCommit message (Expand)Author
2020-10-21Use rb_intern_const instead of rb_intern in Init functionsNobuyoshi Nakada
2020-10-21Don't redefine #rb_intern over and over againStefan Stüben
2020-08-27sed -i '/rmodule.h/d'卜部昌平
2020-08-27sed -i '/r_cast.h/d'卜部昌平
2020-08-27sed -i '\,2/extern.h,d'卜部昌平
2020-07-30[ruby/racc] Return `nil` for all syntax errorsMarc-Andre Lafortune
2020-05-11sed -i 's|ruby/impl|ruby/internal|'卜部昌平
2020-05-11sed -i s|ruby/3|ruby/impl|g卜部昌平
2020-04-08Merge pull request #2991 from shyouhei/ruby.h卜部昌平
2020-02-27Merge racc from upstream repository.Hiroshi SHIBATA
2019-10-30Update the latest versions from upstream repository of raccHiroshi SHIBATA
2019-08-27rb_catch now free from ANYARGS卜部昌平
2019-07-14Include ruby/assert.h in ruby/ruby.h so that assertions can be thereNobuyoshi Nakada
2019-07-09Update dependenciesNobuyoshi Nakada
2019-06-19Partly revert directory structure for cparse.Hiroshi SHIBATA
2019-06-19Restore ruby/ruby change for extconf.rb.Hiroshi SHIBATA
2019-06-19Backport racc-1.4.15 from upstream.Hiroshi SHIBATA
2019-05-13Update the canonical repository for racc.Hiroshi SHIBATA
2016-07-06Update dependenciesnobu
2015-12-16handle ext/ as r53141naruse
2014-12-03cparse.c: typed datanobu
2014-09-29racc/cparse: private classnobu
2014-01-13ext: use PRIsVALUE for rb_raise and rb_warnnobu
2013-12-11 * ext/racc/cparse/README: [DOC] Use upstream and github link instead of RAA.hsbt
2013-11-29ruby/ruby.h: RB_BLOCK_CALL_FUNC_ARGLISTnobu
2013-06-10* ext/racc/cparse/cparse.c: use rb_ary_entry() anderegon
2013-04-13* lib/mkmf.rb: Add ruby/ruby.h, ruby/missing.h, ruby/intern.h,akr
2012-05-23use RB_TYPE_P() instead of comparison of TYPE()nobu
2010-08-07.cvsignore: have not been used already. [Bug #3468]nobu
2010-04-22* ext/**/*.[ch]: removed trailing spaces.nobu
2010-03-11* ext/racc/cparse/cparse.c: suppressed warnings for shortening onnobu
2007-06-10* include/ruby: moved public headers.nobu
2007-02-24* ext/racc/cparse/cparse.c (cparse_params_mark): remove useless rb_gc_mark. ...aamine
2006-09-02* ruby.h (struct RArray): embed small arrays.matz
2006-07-06* ext/racc/cparse/cparse.c: sync with original code, rev 1.8.aamine
2006-07-02* ext/racc/cparse/cparse.c: sync with original code, rev 1.7.aamine
2006-07-02* ext/racc/cparse/cparse.c: sync with original source code, rev 1.6.aamine
2006-06-24add extconf.h to .cvsignore.akr
2006-06-20* eval.c, file.c, etc.: code-cleanup patch from Stefan Huehnermatz
2004-11-01* MANIFEST, ext/**/MANIFEST: removed.eban
2004-03-29* exception message clean-up by Ian Macdonald <ian@caliban.org>.matz
2004-02-16* ext/racc/cparse/README: new file.aamine
2003-11-03* lib/racc/parser.rb: synchronize with Racc 1.4.4.aamine
2003-05-04* array.c (rb_ary_values_at): new method to replace select(index..).matz
2002-09-08* configure.in: modify program_prefix only if specifiedeban
2002-08-06* ext/racc/cparse/cparse.c: reduce goto.aamine
2002-08-06* ext/racc/cparse/cparse.c (parse_main): avoid GCC 3 warning.eban
2002-08-05* MANIFEST: add lib/racc/parser.rb.aamine
2002-04-18copied from ext/etc.nobu
2002-04-01* io.c (rb_io_fptr_cleanup): need flush even when io will not bematz