| Commit message (Expand) | Author | Age | Files | Lines |
* | * compile.c, parse.y, eval.c, intern.h, iseq.c, lex.c, node.h, | ko1 | 2007-03-21 | 1 | -368/+312 |
* | * parse.y (parser_yylex), win32/win32.c (rb_w32_utime): fixed | nobu | 2007-03-04 | 1 | -2/+2 |
* | * parse.y (stmt, arg): should not omit lhs of OP_ASGN1 even if | nobu | 2007-03-01 | 1 | -0/+2 |
* | * parse.y (f_arg, opt_f_block_arg): ripper should export VALUE. | aamine | 2007-02-24 | 1 | -1/+13 |
* | * parse.y (struct local_vars): remove unused nofree member from | matz | 2007-02-24 | 1 | -4/+1 |
* | * parse.y (program): remove useless assignment to reduce warning. | aamine | 2007-02-24 | 1 | -1/+0 |
* | * parse.y (lambda): remove unused clause from the rule to stop | matz | 2007-02-24 | 1 | -8/+2 |
* | * parse.y, node.h, compile.c: change node tree structure. a purpose | ko1 | 2007-02-24 | 1 | -92/+49 |
* | * parse.y (lambda): add ripper event. This fixes bus error on "make test-all". | aamine | 2007-02-23 | 1 | -10/+11 |
* | * parse.y: remove dyna_check_gen() prototype. | matz | 2007-02-23 | 1 | -2/+0 |
* | * parse.y, compile.c, gc.c, insns.def, intern.h, iseq.c, node.h, | matz | 2007-02-23 | 1 | -50/+0 |
* | * parse.y (mrhs): need to append by arg_append(). | matz | 2007-02-16 | 1 | -1/+1 |
* | * parse.y (struct local_vars): no need to warn out-of-scope | matz | 2007-02-13 | 1 | -25/+0 |
* | * parse.y: RVarmap no longer used as yytype; removed. | matz | 2007-02-13 | 1 | -20/+20 |
* | * this commit is a result of refactoring. only renaming functions, | ko1 | 2007-02-07 | 1 | -0/+2 |
* | * compile.c, insns.def: remove (get|set)instancevariable2 and add a | ko1 | 2007-02-06 | 1 | -1/+0 |
* | * parse.y (rb_compose_ivar2): function to create a new ivar2 | matz | 2007-02-04 | 1 | -8/+89 |
* | * call_cfunc.ci, compile.c, compile.h, debug.h, eval.c, | nobu | 2007-02-02 | 1 | -3/+3 |
* | * ruby.h (SYMBOL_P): make Symbol immediate again for performance. | matz | 2007-02-02 | 1 | -54/+34 |
* | * parse.y (assignable_gen): no need to generate NODE_CVDECL. | matz | 2007-02-02 | 1 | -3/+1 |
* | * Merge YARV | ko1 | 2006-12-31 | 1 | -582/+592 |
* | * eval.c (svalue_to_avalue): need to splat but no error. | matz | 2006-11-06 | 1 | -1/+1 |
* | * parse.y (arg_dup_check): vid may be nameless internal id. | matz | 2006-11-06 | 1 | -0/+1 |
* | * parse.y (parser_yylex): use particular enums. [ruby-core:09221] | nobu | 2006-10-17 | 1 | -2/+2 |
* | * parse.y (singleton): no need to re-create NODE_SELF() again. | matz | 2006-10-14 | 1 | -7/+2 |
* | * parse.y (parser_warning, parser_warn): some error message may | matz | 2006-10-14 | 1 | -3/+3 |
* | * eval.c (rb_yield_0): small refactoring. | matz | 2006-10-05 | 1 | -50/+35 |
* | * parse.y (block_param): should interpret single parenthesized | matz | 2006-10-04 | 1 | -1/+1 |
* | * parse.y (block_param): restrict block parameters to be local | matz | 2006-10-03 | 1 | -10/+41 |
* | * parse.y (mlhs): simplifies the rule a bit. | matz | 2006-10-03 | 1 | -14/+3 |
* | * parse.y (dyna_in_block): inline using macro. | matz | 2006-10-03 | 1 | -7/+1 |
* | * hash.c (recursive_hash): remove unused local variable. | matz | 2006-09-25 | 1 | -2/+1 |
* | * string.c (rb_str_intern): raise SecurityError only when $SAFE | matz | 2006-09-14 | 1 | -0/+11 |
* | * parse.y (symbols_i): need to initialize early-created symbols. | matz | 2006-09-06 | 1 | -0/+3 |
* | * parse.y (rb_id2sym): intern if id is attrset_id. | matz | 2006-09-04 | 1 | -6/+10 |
* | * object.c (Init_Object): move symbol related code to string.c | matz | 2006-09-02 | 1 | -16/+59 |
* | * eval.c (rb_eval): should handle when in else clause. a patch | matz | 2006-09-02 | 1 | -1/+1 |
* | * ruby.h (struct RString): embed small strings. | matz | 2006-08-31 | 1 | -21/+22 |
* | Revert. | drbrain | 2006-08-28 | 1 | -1/+1 |
* | Include attribution | drbrain | 2006-08-27 | 1 | -1/+1 |
* | * parse.y (arg): allow newlines before ternary colon. [ruby-dev:29189] | nobu | 2006-08-08 | 1 | -4/+4 |
* | * parse.y (top_local_setup): local_vars[-1] should point | matz | 2006-08-07 | 1 | -2/+1 |
* | * parse.y (f_args): allow post mandatory arguments after optional | matz | 2006-07-12 | 1 | -3/+28 |
* | * eval.c (proc_invoke): should not overwrite block information in | matz | 2006-07-10 | 1 | -2/+29 |
* | * parse.y: use ARGSPUSH instead of ARGSCAT to prevent too much | matz | 2006-06-29 | 1 | -1/+1 |
* | * parse.y (primary): remove meaningless else-only case statement | matz | 2006-06-28 | 1 | -16/+0 |
* | * ext/socket/socket.c (sock_accept): revert to avoid ambiguity of | matz | 2006-06-26 | 1 | -204/+208 |
* | * parse.y (paren_args): wrap $2 by escape_Qundef because it may be | akr | 2006-06-25 | 1 | -1/+1 |
* | * parse.y (block_param): do not use multiple assignment for a sole | matz | 2006-06-21 | 1 | -1/+7 |
* | * parse.y (method_call): remove (fn)(args) style lambda | matz | 2006-06-21 | 1 | -12/+22 |