summaryrefslogtreecommitdiff
path: root/parse.y
AgeCommit message (Expand)Author
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
2006-09-04* parse.y (rb_id2sym): intern if id is attrset_id.matz
2006-09-02* object.c (Init_Object): move symbol related code to string.cmatz
2006-09-02* eval.c (rb_eval): should handle when in else clause. a patchmatz
2006-08-31* ruby.h (struct RString): embed small strings.matz
2006-08-28Revert.drbrain
2006-08-27Include attributiondrbrain
2006-08-08* parse.y (arg): allow newlines before ternary colon. [ruby-dev:29189]nobu
2006-08-07* parse.y (top_local_setup): local_vars[-1] should pointmatz
2006-07-12* parse.y (f_args): allow post mandatory arguments after optionalmatz
2006-07-10* eval.c (proc_invoke): should not overwrite block information inmatz
2006-06-29* parse.y: use ARGSPUSH instead of ARGSCAT to prevent too muchmatz
2006-06-28* parse.y (primary): remove meaningless else-only case statementmatz
2006-06-26* ext/socket/socket.c (sock_accept): revert to avoid ambiguity ofmatz
2006-06-25* parse.y (paren_args): wrap $2 by escape_Qundef because it may beakr
2006-06-21* parse.y (block_param): do not use multiple assignment for a solematz
2006-06-21* parse.y (method_call): remove (fn)(args) style lambdamatz