| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix -Wundef warnings for HAVE_RB_EXT_RACTOR_SAFE | Benoit Daloze | 2021-05-04 | 1 | -1/+1 |
* | dependency updates | 卜部昌平 | 2021-04-13 | 1 | -1/+0 |
* | ext/racc/cparse is ractor-safe | Koichi Sasada | 2020-12-20 | 1 | -0/+4 |
* | Use rb_intern_const instead of rb_intern in Init functions | Nobuyoshi Nakada | 2020-10-21 | 1 | -1/+1 |
* | Don't redefine #rb_intern over and over again | Stefan Stüben | 2020-10-21 | 1 | -15/+13 |
* | sed -i '/rmodule.h/d' | 卜部昌平 | 2020-08-27 | 1 | -1/+0 |
* | sed -i '/r_cast.h/d' | 卜部昌平 | 2020-08-27 | 1 | -1/+0 |
* | sed -i '\,2/extern.h,d' | 卜部昌平 | 2020-08-27 | 1 | -1/+0 |
* | [ruby/racc] Return `nil` for all syntax errors | Marc-Andre Lafortune | 2020-07-30 | 1 | -1/+1 |
* | sed -i 's|ruby/impl|ruby/internal|' | 卜部昌平 | 2020-05-11 | 1 | -140/+140 |
* | sed -i s|ruby/3|ruby/impl|g | 卜部昌平 | 2020-05-11 | 1 | -140/+140 |
* | Merge pull request #2991 from shyouhei/ruby.h | 卜部昌平 | 2020-04-08 | 1 | -0/+152 |
* | Merge racc from upstream repository. | Hiroshi SHIBATA | 2020-02-27 | 1 | -1/+1 |
* | Update the latest versions from upstream repository of racc | Hiroshi SHIBATA | 2019-10-30 | 1 | -1/+1 |
* | rb_catch now free from ANYARGS | 卜部昌平 | 2019-08-27 | 1 | -2/+2 |
* | Include ruby/assert.h in ruby/ruby.h so that assertions can be there | Nobuyoshi Nakada | 2019-07-14 | 1 | -0/+1 |
* | Update dependencies | Nobuyoshi Nakada | 2019-07-09 | 1 | -0/+1 |
* | Partly revert directory structure for cparse. | Hiroshi SHIBATA | 2019-06-19 | 3 | -0/+0 |
* | Restore ruby/ruby change for extconf.rb. | Hiroshi SHIBATA | 2019-06-19 | 1 | -1/+2 |
* | Backport racc-1.4.15 from upstream. | Hiroshi SHIBATA | 2019-06-19 | 4 | -8/+13 |
* | Update the canonical repository for racc. | Hiroshi SHIBATA | 2019-05-13 | 1 | -1/+1 |
* | Update dependencies | nobu | 2016-07-06 | 1 | -0/+12 |
* | handle ext/ as r53141 | naruse | 2015-12-16 | 1 | -0/+1 |
* | cparse.c: typed data | nobu | 2014-12-03 | 1 | -15/+35 |
* | racc/cparse: private class | nobu | 2014-09-29 | 1 | -0/+6 |
* | ext: use PRIsVALUE for rb_raise and rb_warn | nobu | 2014-01-13 | 1 | -2/+2 |
* | * ext/racc/cparse/README: [DOC] Use upstream and github link instead of RAA. | hsbt | 2013-12-11 | 1 | -1/+2 |
* | ruby/ruby.h: RB_BLOCK_CALL_FUNC_ARGLIST | nobu | 2013-11-29 | 1 | -2/+2 |
* | * ext/racc/cparse/cparse.c: use rb_ary_entry() and | eregon | 2013-06-10 | 1 | -23/+23 |
* | * lib/mkmf.rb: Add ruby/ruby.h, ruby/missing.h, ruby/intern.h, | akr | 2013-04-13 | 1 | -1/+0 |
* | use RB_TYPE_P() instead of comparison of TYPE() | nobu | 2012-05-23 | 1 | -1/+1 |
* | .cvsignore: have not been used already. [Bug #3468] | nobu | 2010-08-07 | 1 | -4/+0 |
* | * ext/**/*.[ch]: removed trailing spaces. | nobu | 2010-04-22 | 1 | -6/+6 |
* | * ext/racc/cparse/cparse.c: suppressed warnings for shortening on | nobu | 2010-03-11 | 1 | -4/+11 |
* | * include/ruby: moved public headers. | nobu | 2007-06-10 | 2 | -5/+2 |
* | * ext/racc/cparse/cparse.c (cparse_params_mark): remove useless rb_gc_mark. ... | aamine | 2007-02-24 | 1 | -4/+0 |
* | * ruby.h (struct RArray): embed small arrays. | matz | 2006-09-02 | 1 | -32/+32 |
* | * ext/racc/cparse/cparse.c: sync with original code, rev 1.8. | aamine | 2006-07-06 | 1 | -16/+62 |
* | * ext/racc/cparse/cparse.c: sync with original code, rev 1.7. | aamine | 2006-07-02 | 1 | -3/+3 |
* | * ext/racc/cparse/cparse.c: sync with original source code, rev 1.6. | aamine | 2006-07-02 | 1 | -48/+39 |
* | add extconf.h to .cvsignore. | akr | 2006-06-24 | 1 | -0/+1 |
* | * eval.c, file.c, etc.: code-cleanup patch from Stefan Huehner | matz | 2006-06-20 | 1 | -48/+19 |
* | * MANIFEST, ext/**/MANIFEST: removed. | eban | 2004-11-01 | 1 | -5/+0 |
* | * exception message clean-up by Ian Macdonald <ian@caliban.org>. | matz | 2004-03-29 | 1 | -1/+1 |
* | * ext/racc/cparse/README: new file. | aamine | 2004-02-16 | 2 | -0/+11 |
* | * lib/racc/parser.rb: synchronize with Racc 1.4.4. | aamine | 2003-11-03 | 1 | -146/+146 |
* | * array.c (rb_ary_values_at): new method to replace select(index..). | matz | 2003-05-04 | 1 | -1/+1 |
* | * configure.in: modify program_prefix only if specified | eban | 2002-09-08 | 1 | -0/+1 |
* | * ext/racc/cparse/cparse.c: reduce goto. | aamine | 2002-08-06 | 1 | -46/+46 |
* | * ext/racc/cparse/cparse.c (parse_main): avoid GCC 3 warning. | eban | 2002-08-06 | 1 | -1/+1 |