aboutsummaryrefslogtreecommitdiffstats
path: root/parse.y
Commit message (Expand)AuthorAgeFilesLines
* * include/ruby: moved public headers.nobu2007-06-101-6/+6
* * parse.y (call_args): allow splat argument after unpackedmatz2007-06-081-1/+65
* * parse.y (new_yield), compile.c (iseq_compile_each): fixko12007-06-051-7/+3
* * compile.c: fixed indentation.nobu2007-06-051-1/+1
* * compile.c, dir.c, eval.c, eval_jump.h, eval_method.h, numeric.c,nobu2007-06-051-16/+16
* * parse.y (open_args, arg_ambiguous, parser_warning): should not usenobu2007-05-291-4/+4
* * parse.y (f_arg): remove typo from ripper description.matz2007-05-171-1/+1
* * parse.y, compile.c (set_arguments): fix to support in-parenko12007-05-171-10/+12
* * iseq.c (iseq_data_to_ary): internal IDs must not be exposed.nobu2007-05-111-3/+5
* * parse.y (POINTER_P): pointer may be larger than long.nobu2007-05-101-5/+5
* * parse.y: removed garbage spaces.nobu2007-05-021-3/+3
* * error.c, parse.y, ruby.h (rb_compile_warn, rb_compile_warning): warnnobu2007-05-011-10/+10
* * parse.y (assoc): result of assoc_new needs to be an assoc.nobu2007-05-011-222/+231
* * parse.y: fixes for ripper.nobu2007-04-261-12/+12
* * parse.y (symbol): symbols should be followed by EXPR_ENDARG.matz2007-04-201-13/+16
* * parse.y (parser_yylex): should set command_start after blockmatz2007-04-161-0/+2
* * compile.c, parse.y, eval.c, intern.h, iseq.c, lex.c, node.h,ko12007-03-211-368/+312
* * parse.y (parser_yylex), win32/win32.c (rb_w32_utime): fixednobu2007-03-041-2/+2
* * parse.y (stmt, arg): should not omit lhs of OP_ASGN1 even ifnobu2007-03-011-0/+2
* * parse.y (f_arg, opt_f_block_arg): ripper should export VALUE.aamine2007-02-241-1/+13
* * parse.y (struct local_vars): remove unused nofree member frommatz2007-02-241-4/+1
* * parse.y (program): remove useless assignment to reduce warning.aamine2007-02-241-1/+0
* * parse.y (lambda): remove unused clause from the rule to stopmatz2007-02-241-8/+2
* * parse.y, node.h, compile.c: change node tree structure. a purposeko12007-02-241-92/+49
* * parse.y (lambda): add ripper event. This fixes bus error on "make test-all".aamine2007-02-231-10/+11
* * parse.y: remove dyna_check_gen() prototype.matz2007-02-231-2/+0
* * parse.y, compile.c, gc.c, insns.def, intern.h, iseq.c, node.h,matz2007-02-231-50/+0
* * parse.y (mrhs): need to append by arg_append().matz2007-02-161-1/+1
* * parse.y (struct local_vars): no need to warn out-of-scopematz2007-02-131-25/+0
* * parse.y: RVarmap no longer used as yytype; removed.matz2007-02-131-20/+20
* * this commit is a result of refactoring. only renaming functions,ko12007-02-071-0/+2
* * compile.c, insns.def: remove (get|set)instancevariable2 and add ako12007-02-061-1/+0
* * parse.y (rb_compose_ivar2): function to create a new ivar2matz2007-02-041-8/+89
* * call_cfunc.ci, compile.c, compile.h, debug.h, eval.c,nobu2007-02-021-3/+3
* * ruby.h (SYMBOL_P): make Symbol immediate again for performance. matz2007-02-021-54/+34
* * parse.y (assignable_gen): no need to generate NODE_CVDECL.matz2007-02-021-3/+1
* * Merge YARVko12006-12-311-582/+592
* * eval.c (svalue_to_avalue): need to splat but no error.matz2006-11-061-1/+1
* * parse.y (arg_dup_check): vid may be nameless internal id.matz2006-11-061-0/+1
* * parse.y (parser_yylex): use particular enums. [ruby-core:09221]nobu2006-10-171-2/+2
* * parse.y (singleton): no need to re-create NODE_SELF() again.matz2006-10-141-7/+2
* * parse.y (parser_warning, parser_warn): some error message maymatz2006-10-141-3/+3
* * eval.c (rb_yield_0): small refactoring.matz2006-10-051-50/+35
* * parse.y (block_param): should interpret single parenthesizedmatz2006-10-041-1/+1
* * parse.y (block_param): restrict block parameters to be localmatz2006-10-031-10/+41
* * parse.y (mlhs): simplifies the rule a bit.matz2006-10-031-14/+3
* * parse.y (dyna_in_block): inline using macro.matz2006-10-031-7/+1
* * hash.c (recursive_hash): remove unused local variable.matz2006-09-251-2/+1
* * string.c (rb_str_intern): raise SecurityError only when $SAFEmatz2006-09-141-0/+11
* * parse.y (symbols_i): need to initialize early-created symbols.matz2006-09-061-0/+3