summaryrefslogtreecommitdiff
path: root/parse.y
AgeCommit message (Expand)Author
2007-06-29* parse.y (parser_yylex): return non-valid token for an invalidnobu
2007-06-29* parse.y (stmts): fix for ripper.nobu
2007-06-29* parse.y: fix to show line number of blank block.ko1
2007-06-29* parse.y (assoc_list): remove expanded hash literal (no splat).matz
2007-06-29* parse.y (dsym): return non-null NODE even if yyerror(). based on anobu
2007-06-28* parse.y (assoc_list): odd number check only for NODE_ARRAY.matz
2007-06-27 * parse.y (rb_intern2): unconstify cast.usa
2007-06-27* parse.y (rb_intern2): don't allocate a string object at first.akr
2007-06-27* include/ruby/node.h, parse.y, gc.c, iseq.c: remove NODE_CREF.ko1
2007-06-25* insnhelper.ci, vm.c: complete block parameter support.ko1
2007-06-24* eval.c: remove ruby_current_node and change eval() prototype.ko1
2007-06-24* vm.c: some refactoring.ko1
2007-06-21* parse.y (rb_intern2): ID_JUNK test based on len, not by NUL.matz
2007-06-21* parse.y (rb_intern2): name may not be NUL-terminated.nobu
2007-06-19* parse.y (rb_intern2): use rb_intern2 to intern without trailingnobu
2007-06-18* parse.y (yycompile): disable trace while creating ruby_debug_lines.nobu
2007-06-15* vm.c (th_yield_setup_args): |v| should work as |v,|.ko1
2007-06-13* parse.y (call_args): no allow splat after assocs. takesmatz
2007-06-10* parse.y (do_block, brace_block): fix line numbers. [ruby-dev:30831]nobu
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