Age | Commit message (Expand) | Author |
2009-01-08 | merge revision(s) 18356: | shyouhei |
2009-01-06 | merge revision(s) 18318: | shyouhei |
2008-06-29 | merge revision(s) 16507: | shyouhei |
2008-06-15 | merge revision(s) 16534: | shyouhei |
2008-06-15 | merge revision(s) 15832: | shyouhei |
2008-06-15 | merge revision(s) 15541,15545,15558: | shyouhei |
2008-06-07 | merge revision(s) 14313: | shyouhei |
2008-06-07 | merge revision(s) 14045, 14059: | shyouhei |
2008-06-03 | merge revision(s) 13513: | shyouhei |
2007-08-22 | * parse.y (yylex): return non-valid token for an invalid | shyouhei |
2007-08-22 | * parse.y (dsym): return non-null NODE even if yyerror(). based on a | shyouhei |
2007-03-03 | * env.h (SCOPE_CLONE): Introduce a new scope flag to prevent a | knu |
2007-03-03 | * parse.y (stmt, arg): should not omit lhs of OP_ASGN1 even if | knu |
2007-02-20 | Merge trivial changes to reduce diffs from ruby_1_8. | knu |
2007-01-27 | * parse.y (dyna_var_lookup): should not alter dvar->val not to | matz |
2006-12-04 | * parse.y (dyna_init_gen): dvar initialization only if dvar is | matz |
2006-11-02 | * parse.y (primary): should set NODE when compstmt is NULL. | usa |
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 may | matz |
2006-10-04 | * parse.y: revert recent change | matz |
2006-10-04 | * parse.y (mlhs): should interpret single parenthesized left hand | matz |
2006-09-14 | * string.c (rb_str_intern): raise SecurityError only when $SAFE | matz |
2006-08-22 | remove semicolon warning. [ruby-dev:29299] | matz |
2006-08-07 | * parse.y (top_local_setup): local_vars[-1] should point | matz |
2006-07-13 | * parse.y (then): error in warning action. | matz |
2006-07-13 | * array.c (rb_ary_pop): may cause realloc oscillation. a patch | matz |
2006-06-20 | * parse.y (yylex, reswords): modifier token is no longer returned in | nobu |
2006-06-16 | * parse.y (reswords): kDO_BLOCK was missing. fixed: [ruby-core:7995] | nobu |
2006-04-19 | * parse.y (arg): too much NEW_LIST() | matz |
2006-04-19 | * eval.c (rb_eval): use ARGSCAT for NODE_OP_ASGN1. | matz |
2006-04-19 | * parse.y (list_concat): should not modify nodes other than | matz |
2006-02-21 | * parse.y: fixed compile error | ocean |
2006-02-20 | * parse.y (f_arglist): should set command_start = Qtrue for | matz |
2006-02-15 | * eval.c (rb_eval): NODE_OP_ASGN1 should allow splat in its | matz |
2006-02-13 | * eval.c (rb_call0): argument update propagation. [ruby-dev:28044] | matz |
2006-01-07 | * parse.y (singleton): get rid of segfault on syntax error. | nobu |
2005-12-26 | * eval.c (rb_eval), gc.c (gc_mark_children), node.h (NEW_ALIAS, | nobu |
2005-12-19 | * parse.y (rb_symname_p): fixed wrong validation. [ruby-dev:28047] | nobu |
2005-11-30 | * parse.y (NEWHEAP, ADD2HEAP): committed the patch for 1.9. | nobu |
2005-11-30 | * parse.y (NEWHEAP, ADD2HEAP): set count after pointer was set. | nobu |
2005-11-21 | * parse.y (dsym): prohibit empty symbol literal by interpolation. | nobu |
2005-11-20 | * parse.y (rb_symname_p): [ not followed by ] is not valid symbol. | nobu |
2005-10-22 | * object.c (sym_inspect), parse.y (parser_yylex, rb_symname_p): check | nobu |
2005-10-19 | * parse.y (rb_gc_mark_parser): get rid of segfault with old yacc. | nobu |
2005-10-17 | * parse.y (parser_heap): byacc never free parser stack. | nobu |
2005-10-13 | * parse.y (HEAPCNT): bison allocates indivisible size. | nobu |
2005-10-08 | * parse.y (rb_parser_malloc, rb_parser_free): manage parser stack on | nobu |
2005-05-11 | * eval.c (rb_eval), parse.y (arg): reduce fixnum range literal at | nobu |
2005-02-21 | * parse.y (parser_yylex): identfier after dot must not be a variable. | nobu |