aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* parse.y: remove double meaning of const_path_field/top_const_fieldmame2018-01-201-16/+26
* Emacs friendliness [ci skip]shyouhei2018-01-2034-0/+34
* set AC_CONFIG_MACRO_DIRS [close GH-1793]shyouhei2018-01-203-52/+33
* refactor split configure.ac into filesshyouhei2018-01-2036-769/+794
* Makefile.sub: missing/nan.objnobu2018-01-201-1/+1
* parse.y: Remove unneeded var_field_1 trickmame2018-01-202-12/+10
* parse.y: dot_or_colon as idnobu2018-01-201-13/+8
* parse.y: moved excessed_commanobu2018-01-201-2/+10
* dsl.rb: pnobu2018-01-202-17/+20
* dsl.rb: ID constantsnobu2018-01-202-2/+4
* dsl.rb: const_missingnobu2018-01-202-15/+19
* dsl.rb: indentnobu2018-01-201-2/+2
* [ci skip] tabifyshyouhei2018-01-201-4/+4
* add missing/nan.cshyouhei2018-01-205-22/+31
* parse.y (yycompile0): check if acceptednobu2018-01-201-2/+2
* r61950 changes mode_t to ushort on FreeBSD and Darwinnaruse2018-01-192-14/+64
* parse.y (assignable): Remove macro hellmame2018-01-191-62/+60
* parse.y: Split the path of assignable to Ripper/Parsermame2018-01-191-48/+52
* parse.y: Remove double meaning of node_assignmame2018-01-191-1/+9
* parse.y: Remove double meaning of backref_assign_errormame2018-01-192-10/+22
* parse.y: Remove unneeded type decls for Rippermame2018-01-193-18/+3
* * 2018-01-20svn2018-01-191-1/+1
* parse.y: swap `foo!` and `foo` in Ripper DSLmame2018-01-192-215/+216
* test_io.rb: avoid OOMnobu2018-01-191-1/+2
* parse.y: assign to $$nobu2018-01-191-0/+1
* parse.y: fix up r61957, toomame2018-01-191-8/+8
* parse.y: fix up r61957nobu2018-01-191-6/+6
* parse.y: Allows Ripper DSL to embed C function calls as `foo!`mame2018-01-192-40/+40
* Fix warningkazu2018-01-191-1/+1
* parse.y: Remove new_commandmame2018-01-191-6/+6
* ext/ripper/tools/preproc.rb: Remove `/*%c%` handlingmame2018-01-191-4/+0
* * properties.svn2018-01-190-0/+0
* ext/ripper: Introduce a simple DSL for ripper.y code generationmame2018-01-195-740/+501
* parse.y: Fix excessed_comma eventmame2018-01-191-1/+1
* there is no guarantee that mode_t is as wide as intshyouhei2018-01-194-4/+11
* don't abuse RSTRING_PTR (2nd try)shyouhei2018-01-191-6/+3
* svn merge -c -61947 .shyouhei2018-01-191-3/+5
* don't abuse RSTRING_PTRshyouhei2018-01-191-5/+3
* there is no such thing like 0 in enum defined_typeshyouhei2018-01-193-3/+4
* vm_args.c: fix KW_SPECIFIED_BITS_MAXnobu2018-01-192-2/+2
* avoid gotoshyouhei2018-01-191-9/+7
* ruby_gc_debug_indent needed only when RUBY_MARK_FREE_DEBUGshyouhei2018-01-191-0/+2
* st_hashtype_num marked as staticshyouhei2018-01-191-1/+1
* variable succ_index_table never actually usedshyouhei2018-01-191-1/+1
* vm_insnhelper.c: fix many keyword argumentsnobu2018-01-193-5/+11
* vm_insnhelper.c: should invert unspecified flagnobu2018-01-192-2/+53
* INFINITY is float. That of double is HUGE_VAL.shyouhei2018-01-1911-30/+57
* * 2018-01-19svn2018-01-181-1/+1
* compile.c: use ALLOCV_Nnobu2018-01-181-3/+5
* Use already casted variablekazu2018-01-181-1/+1