| Commit message (Expand) | Author | Age | Files | Lines |
* | * parse.y (lvar_defined_gen, shadowing_lvar_gen, dvar_defined): no | nobu | 2010-12-09 | 1 | -8/+10 |
* | * parse.y (shadowing_lvar_gen): fix line number. [ruby-dev:42718] | nobu | 2010-12-08 | 1 | -1/+1 |
* | reverted to r30124; r30124 breaks test | shyouhei | 2010-12-08 | 1 | -66/+65 |
* | * parse.y (LVAR_USED): should be int same as ruby_sourceline. | nobu | 2010-12-08 | 1 | -1/+1 |
* | * parse.y (struct vtable, struct local_vars, vtable_add): | nobu | 2010-12-07 | 1 | -65/+66 |
* | * parse.y (parser_set_token_info): turn on/off with directives. | nobu | 2010-11-14 | 1 | -4/+33 |
* | * io.c (rb_io_ctl), parse.y (LVAR_USED): suppress warnings. | nobu | 2010-10-12 | 1 | -1/+1 |
* | * parse.y (regexp): dregexp has literal string only at the head | nobu | 2010-10-04 | 1 | -1/+2 |
* | * parse.y (command_asgn): allow command_call to be right hand side | matz | 2010-09-30 | 1 | -10/+23 |
* | * include/ruby/intern.h (rb_make_backtrace, rb_make_exception): | nobu | 2010-08-14 | 1 | -10/+0 |
* | * include/ruby/encoding.h (rb_char_to_option_kcode): used in | nobu | 2010-08-11 | 1 | -2/+0 |
* | * parse.y (parser_tokadd_escape): no similar messages twice. | nobu | 2010-08-08 | 1 | -1/+1 |
* | * parse.y (void_expr_gen): add 'possibly' to warning message. | matz | 2010-08-05 | 1 | -1/+1 |
* | * class.c, compile.c, dir.c, file.c, iseq.c, parse.y, random.c: | naruse | 2010-07-27 | 1 | -5/+5 |
* | * parse.y (local_push_gen): disable unused variable warnings in | nobu | 2010-07-21 | 1 | -1/+1 |
* | * include/ruby/ruby.h (rb_data_type_t): restructured. [ruby-dev:41862] | nobu | 2010-07-18 | 1 | -3/+5 |
* | * parse.y (shadowing_lvar_gen): should add lvar to vars and | nobu | 2010-06-22 | 1 | -0/+4 |
* | * id.c (Init_id): add underscore name. | nobu | 2010-06-20 | 1 | -4/+2 |
* | * parse.y (warn_unused_var): use same format as shadowing local | nobu | 2010-06-20 | 1 | -1/+1 |
* | * parse.y (shadowing_lvar_gen): get rid of adding extra name for | nobu | 2010-06-20 | 1 | -7/+54 |
* | Revert "* parse.y (warn_unused_var): warn unused variables." | naruse | 2010-06-17 | 1 | -54/+6 |
* | * parse.y: ripper needs warn_unused_var(), too. | usa | 2010-06-16 | 1 | -1/+1 |
* | * parse.y (warn_unused_var): warn unused variables. | nobu | 2010-06-16 | 1 | -6/+54 |
* | * compile.c (iseq_compile_each): should consider block on stack, | matz | 2010-06-02 | 1 | -2/+10 |
* | * parse.y (parser_tokadd_utf8, parser_tokadd_string): allow NUL | nobu | 2010-05-29 | 1 | -15/+0 |
* | * parse.y (warn_balanced, parser_yylex): no warnings after closing | nobu | 2010-05-24 | 1 | -1/+2 |
* | * parse.y (warn_balanced): no warning for singleton class. | nobu | 2010-05-23 | 1 | -1/+2 |
* | * parse.y (parser_read_escape, parser_tokadd_escape): allow a hex or | mame | 2010-05-16 | 1 | -4/+0 |
* | * parse.y (warn_balanced): do not warn for EXPR_ENDFN. | nobu | 2010-04-28 | 1 | -1/+1 |
* | * parse.y (parser_read_escape): deny extra character escapes. | nobu | 2010-04-27 | 1 | -0/+2 |
* | * parse.y (program): check void_expr when rb_parse_in_main(). | mame | 2010-04-26 | 1 | -3/+2 |
* | * parse.y (ripper_get_value): escape Qundef. | nobu | 2010-04-26 | 1 | -0/+1 |
* | * parse.y (warn_balanced): warn according to last state. | nobu | 2010-04-26 | 1 | -13/+13 |
* | * parse.y (warn_balanced): removed false warning. | nobu | 2010-04-22 | 1 | -1/+9 |
* | * parse.y (regexp): check each fragments. [ruby-core:27374] | nobu | 2010-04-21 | 1 | -8/+70 |
* | * parse.y (parser_yylex): reverted r27388 due to backward | nobu | 2010-04-21 | 1 | -1/+2 |
* | * parse.y (parser_yylex): warn confusing binary operators after | nobu | 2010-04-21 | 1 | -2/+18 |
* | * parse.y (parser_yylex): abandoned EXPR_VCALL. | nobu | 2010-04-21 | 1 | -11/+11 |
* | * parse.y (parser_yylex): fix for tLPAREN_ARG. | nobu | 2010-04-20 | 1 | -7/+5 |
* | * parse.y (lex_state_e, IS_END, IS_SPCARG, parser_yylex): separate | nobu | 2010-04-20 | 1 | -10/+11 |
* | * parse.y (parser_yylex): simplified with IS_ARG and IS_END. | nobu | 2010-04-20 | 1 | -5/+3 |
* | * parse.y (parser_yylex): reduced duplicated conditions. | nobu | 2010-04-19 | 1 | -5/+3 |
* | * parse.y (IS_END, IS_SPCARG): macros for simplification. | nobu | 2010-04-18 | 1 | -19/+15 |
* | * parse.y (string_content): cond_stack and cmdarg_stack are VALUE. | nobu | 2010-04-18 | 1 | -4/+4 |
* | * parse.y (parser_yylex): seems like a symbol-literal when spaces | nobu | 2010-04-18 | 1 | -1/+2 |
* | * parse.y (string_content): preserve cond_stack and cmdarg_stack. | nobu | 2010-04-18 | 1 | -8/+12 |
* | * parse.y (string_content, etc): counts of CMDARG_PUSH and POP were | mame | 2010-04-16 | 1 | -4/+6 |
* | * parse.y (rb_intern3): get rid of type-punning cast. | nobu | 2010-03-17 | 1 | -2/+3 |
* | * parse.y (rb_intern3): prohibit Symbol with an invalid encoding. | mame | 2010-03-16 | 1 | -0/+4 |
* | * parse.y (top_compstmt, top_stmts, top_stmt): prohibit BEGIN {} in | mame | 2010-01-18 | 1 | -20/+69 |