summaryrefslogtreecommitdiff
path: root/ext/racc
Commit message (Expand)AuthorAgeFilesLines
* Update the depend filesMatt Valentine-House2023-02-281-1/+0
* Remove intern/gc.h from Make depsMatt Valentine-House2023-02-271-1/+0
* Extract include/ruby/internal/attr/packed_struct.hNobuyoshi Nakada2023-02-081-0/+1
* Bump version to 1.6.2Hiroshi SHIBATA2022-12-231-1/+1
* Bump up Racc parser versionHiroshi SHIBATA2022-12-231-1/+1
* [ruby/racc] Removed old originalId in commentJohnny Willemsen2022-12-231-2/+0
* [Feature #18249] Update dependenciesPeter Zhu2022-02-221-0/+1
* Update dependenciesNobuyoshi Nakada2021-11-211-13/+12
* [ruby/racc] Add missing check for rb_block_call()Benoit Daloze2021-07-181-0/+1
* Fix -Wundef warnings for HAVE_RB_EXT_RACTOR_SAFEBenoit Daloze2021-05-041-1/+1
* dependency updates卜部昌平2021-04-131-1/+0
* ext/racc/cparse is ractor-safeKoichi Sasada2020-12-201-0/+4
* Use rb_intern_const instead of rb_intern in Init functionsNobuyoshi Nakada2020-10-211-1/+1
* Don't redefine #rb_intern over and over againStefan Stüben2020-10-211-15/+13
* sed -i '/rmodule.h/d'卜部昌平2020-08-271-1/+0
* sed -i '/r_cast.h/d'卜部昌平2020-08-271-1/+0
* sed -i '\,2/extern.h,d'卜部昌平2020-08-271-1/+0
* [ruby/racc] Return `nil` for all syntax errorsMarc-Andre Lafortune2020-07-301-1/+1
* sed -i 's|ruby/impl|ruby/internal|'卜部昌平2020-05-111-140/+140
* sed -i s|ruby/3|ruby/impl|g卜部昌平2020-05-111-140/+140
* Merge pull request #2991 from shyouhei/ruby.h卜部昌平2020-04-081-0/+152
* Merge racc from upstream repository.Hiroshi SHIBATA2020-02-271-1/+1
* Update the latest versions from upstream repository of raccHiroshi SHIBATA2019-10-301-1/+1
* rb_catch now free from ANYARGS卜部昌平2019-08-271-2/+2
* Include ruby/assert.h in ruby/ruby.h so that assertions can be thereNobuyoshi Nakada2019-07-141-0/+1
* Update dependenciesNobuyoshi Nakada2019-07-091-0/+1
* Partly revert directory structure for cparse.Hiroshi SHIBATA2019-06-193-0/+0
* Restore ruby/ruby change for extconf.rb.Hiroshi SHIBATA2019-06-191-1/+2
* Backport racc-1.4.15 from upstream.Hiroshi SHIBATA2019-06-194-8/+13
* Update the canonical repository for racc.Hiroshi SHIBATA2019-05-131-1/+1
* Update dependenciesnobu2016-07-061-0/+12
* handle ext/ as r53141naruse2015-12-161-0/+1
* cparse.c: typed datanobu2014-12-031-15/+35
* racc/cparse: private classnobu2014-09-291-0/+6
* ext: use PRIsVALUE for rb_raise and rb_warnnobu2014-01-131-2/+2
* * ext/racc/cparse/README: [DOC] Use upstream and github link instead of RAA.hsbt2013-12-111-1/+2
* ruby/ruby.h: RB_BLOCK_CALL_FUNC_ARGLISTnobu2013-11-291-2/+2
* * ext/racc/cparse/cparse.c: use rb_ary_entry() anderegon2013-06-101-23/+23
* * lib/mkmf.rb: Add ruby/ruby.h, ruby/missing.h, ruby/intern.h,akr2013-04-131-1/+0
* use RB_TYPE_P() instead of comparison of TYPE()nobu2012-05-231-1/+1
* .cvsignore: have not been used already. [Bug #3468]nobu2010-08-071-4/+0
* * ext/**/*.[ch]: removed trailing spaces.nobu2010-04-221-6/+6
* * ext/racc/cparse/cparse.c: suppressed warnings for shortening onnobu2010-03-111-4/+11
* * include/ruby: moved public headers.nobu2007-06-102-5/+2
* * ext/racc/cparse/cparse.c (cparse_params_mark): remove useless rb_gc_mark. ...aamine2007-02-241-4/+0
* * ruby.h (struct RArray): embed small arrays.matz2006-09-021-32/+32
* * ext/racc/cparse/cparse.c: sync with original code, rev 1.8.aamine2006-07-061-16/+62
* * ext/racc/cparse/cparse.c: sync with original code, rev 1.7.aamine2006-07-021-3/+3
* * ext/racc/cparse/cparse.c: sync with original source code, rev 1.6.aamine2006-07-021-48/+39
* add extconf.h to .cvsignore.akr2006-06-241-0/+1