summaryrefslogtreecommitdiffstats
path: root/parse.y
Commit message (Expand)AuthorAgeFilesLines
* * parse.y (strings, xstring, regexp, dsym): empty strings havenobu2007-09-271-6/+7
* * encoding.c (rb_enc_associate_index): deal with ASCII compatiblenobu2007-09-261-1/+8
* * encoding.c (rb_enc_check): check for ASCII-compatibilities.nobu2007-09-261-40/+46
* * parse.y (parser_yyerror): limit error message length.nobu2007-09-251-2/+16
* * eval_method.ci (rb_attr): should not use alloca for unknowen sizenobu2007-09-221-1/+3
* * parse.y (ripper): rename event: arglist_* -> args_*.aamine2007-09-171-65/+71
* * parse.y (struct parser_params): common members in the parser andnobu2007-09-151-2/+1
* * parse.y (parser_initialize): set default encoding. [ruby-dev:31787]nobu2007-09-151-1/+1
* * parse.y (brace_block): should use compstmt. patch submitted bynobu2007-09-131-1/+1
* * parse.y (rb_id2str): fixed typo.nobu2007-09-131-2/+1
* * io.c (rb_io_s_sysopen): should not use alloca for unknowen sizenobu2007-09-121-12/+8
* * array.c (rb_ary_cycle): typo in rdoc. a patch from Yuguimatz2007-09-061-13/+16
* * parse.y (f_norm_arg, f_arg_item): not croak already erred names.nobu2007-08-301-2/+2
* * parse.y (assignable_gen): ignore already erred names.nobu2007-08-301-2/+4
* * parse.y (aref_args): args may not be a list. [ruby-dev:31592]nobu2007-08-291-1/+1
* * parse.y (parser_prepare): set parser encode too when BOM exists.nobu2007-08-281-3/+9
* * parse.y, re.c: re-applied revision 13092.nobu2007-08-251-8/+8
* * encoding.c: provide basic features for M17N.matz2007-08-251-90/+109
* * compile.c, insns.def, parse.y: fix massign order. This changeko12007-08-231-1/+1
* * parse.y (f_norm_arg): ripper has no shadowing check.nobu2007-08-231-1/+4
* * parse.y (f_norm_arg): check also nested arguments. [ruby-dev:31502]nobu2007-08-231-1/+1
* * parse.y (reg_compile_gen): obtain error info from errinfo.nobu2007-08-181-1/+2
* * parse.y: remove "//" type comment.ko12007-08-151-2/+2
* * parse.y: fix rules around f_margs. "make test" passes all tests.ko12007-08-151-5/+5
* * parse.y (internal_id_gen): internal ID must be bigger thannobu2007-08-091-0/+1
* * parse.y (stmt): check if rhs has value before assignment insteadnobu2007-08-091-50/+61
* * parse.y (f_marg_list): renamed from f_marg_head.nobu2007-08-091-10/+10
* * parse.y (value_expr_gen): fix to cause "void value expression"ko12007-08-061-4/+1
* * parse.y: fix a f_marg rule. [ruby-dev:31160]ko12007-08-061-1/+1
* * parse.y (reg_compile_gen): set error if failed to compile regexpnobu2007-08-021-6/+19
* * parse.y (value_expr_gen): warn for empty expression ().matz2007-07-231-3/+8
* * parse.y (stmt, mlhs_node, lhs, arg, var_ref): return dummynobu2007-07-201-19/+17
* * parse.y (rb_parser_append_print, rb_parser_while_loop): moved checknobu2007-07-181-2/+6
* * parse.y (bvar): semicolon was lost for ripper description.matz2007-07-131-1/+1
* * parse.y (ripper_warningS): unused in ripper right now.nobu2007-07-131-0/+2
* * parse.y (debug_lines): use rb_hash_lookup() to get rid ofnobu2007-07-131-1/+1
* * parse.y (dsym): convert also literals containing NUL tonobu2007-07-131-6/+3
* * parse.y (program, stmt, primary): reduced duplicated code.nobu2007-07-131-12/+4
* * parse.y: fix node construction (around f_margs).ko12007-07-071-4/+4
* * parse.y (keyword_to_name): constified.nobu2007-07-061-2/+2
* * parse.y (f_marg): wrap f_norm_arg assignment node with NODE_LIST.nobu2007-07-061-1/+1
* * parse.y (mlhs_basic): use mlhs_post after tSTAR.akr2007-07-051-1/+1
* * include/ruby/{intern,ruby}.h, compile.[ch], error.c, eval.c,nobu2007-07-051-129/+133
* * parse.y (parser_parse_string): fix indent.nobu2007-07-051-10/+10
* * parse.y (global_symbols.last_id): reduce unused ID numbers.nobu2007-07-051-6/+6
* * include/ruby/st.h, st.c (st_init_table, st_init_table_with_size):nobu2007-07-051-2/+2
* * parse.y (mlhs_inner): new rule. [ruby-dev:31132]akr2007-07-041-3/+14
* * parse.y (parser_yylex): return non-valid token for an invalidnobu2007-06-291-0/+1
* * parse.y (stmts): fix for ripper.nobu2007-06-291-5/+3
* * parse.y: fix to show line number of blank block.ko12007-06-291-0/+3