summaryrefslogtreecommitdiff
path: root/parse.y
AgeCommit message (Expand)Author
2007-06-10* include/ruby: moved public headers.nobu
2007-06-08* parse.y (call_args): allow splat argument after unpackedmatz
2007-06-05* parse.y (new_yield), compile.c (iseq_compile_each): fixko1
2007-06-05* compile.c: fixed indentation.nobu
2007-06-05* compile.c, dir.c, eval.c, eval_jump.h, eval_method.h, numeric.c,nobu
2007-05-29* parse.y (open_args, arg_ambiguous, parser_warning): should not usenobu
2007-05-17* parse.y (f_arg): remove typo from ripper description.matz
2007-05-17* parse.y, compile.c (set_arguments): fix to support in-parenko1
2007-05-11* iseq.c (iseq_data_to_ary): internal IDs must not be exposed.nobu
2007-05-10* parse.y (POINTER_P): pointer may be larger than long.nobu
2007-05-02* parse.y: removed garbage spaces.nobu
2007-05-01* error.c, parse.y, ruby.h (rb_compile_warn, rb_compile_warning): warnnobu
2007-05-01* parse.y (assoc): result of assoc_new needs to be an assoc.nobu
2007-04-26* parse.y: fixes for ripper.nobu
2007-04-20* parse.y (symbol): symbols should be followed by EXPR_ENDARG.matz
2007-04-16* parse.y (parser_yylex): should set command_start after blockmatz
2007-03-21* compile.c, parse.y, eval.c, intern.h, iseq.c, lex.c, node.h,ko1
2007-03-04* parse.y (parser_yylex), win32/win32.c (rb_w32_utime): fixednobu
2007-03-01* parse.y (stmt, arg): should not omit lhs of OP_ASGN1 even ifnobu
2007-02-24* parse.y (f_arg, opt_f_block_arg): ripper should export VALUE.aamine
2007-02-24* parse.y (struct local_vars): remove unused nofree member frommatz
2007-02-24* parse.y (program): remove useless assignment to reduce warning.aamine
2007-02-24* parse.y (lambda): remove unused clause from the rule to stopmatz
2007-02-24* parse.y, node.h, compile.c: change node tree structure. a purposeko1
2007-02-23* parse.y (lambda): add ripper event. This fixes bus error on "make test-all".aamine
2007-02-23* parse.y: remove dyna_check_gen() prototype.matz
2007-02-23* parse.y, compile.c, gc.c, insns.def, intern.h, iseq.c, node.h,matz
2007-02-16* parse.y (mrhs): need to append by arg_append().matz
2007-02-13* parse.y (struct local_vars): no need to warn out-of-scopematz
2007-02-13* parse.y: RVarmap no longer used as yytype; removed.matz
2007-02-07* this commit is a result of refactoring. only renaming functions,ko1
2007-02-06* compile.c, insns.def: remove (get|set)instancevariable2 and add ako1
2007-02-04* parse.y (rb_compose_ivar2): function to create a new ivar2matz
2007-02-02* call_cfunc.ci, compile.c, compile.h, debug.h, eval.c,nobu
2007-02-02* ruby.h (SYMBOL_P): make Symbol immediate again for performance. matz
2007-02-02* parse.y (assignable_gen): no need to generate NODE_CVDECL.matz
2006-12-31 * Merge YARVko1
2006-11-06* eval.c (svalue_to_avalue): need to splat but no error.matz
2006-11-06* parse.y (arg_dup_check): vid may be nameless internal id.matz
2006-10-17* parse.y (parser_yylex): use particular enums. [ruby-core:09221]nobu
2006-10-14* parse.y (singleton): no need to re-create NODE_SELF() again.matz
2006-10-14* parse.y (parser_warning, parser_warn): some error message maymatz
2006-10-05* eval.c (rb_yield_0): small refactoring.matz
2006-10-04* parse.y (block_param): should interpret single parenthesizedmatz
2006-10-03* parse.y (block_param): restrict block parameters to be localmatz
2006-10-03* parse.y (mlhs): simplifies the rule a bit.matz
2006-10-03* parse.y (dyna_in_block): inline using macro.matz
2006-09-25* hash.c (recursive_hash): remove unused local variable.matz
2006-09-14* string.c (rb_str_intern): raise SecurityError only when $SAFEmatz
2006-09-06* parse.y (symbols_i): need to initialize early-created symbols.matz