| Commit message (Expand) | Author | Age | Files | Lines |
* | * parse.y (top_compstmt, top_stmts, top_stmt): prohibit BEGIN {} in | mame | 2010-01-18 | 1 | -20/+69 |
* | * parse.y (dyna_pop_gen): pop dvars. [ruby-dev:39861] | nobu | 2009-12-09 | 1 | -4/+15 |
* | * parse.y (k_def): adjust the location of method definition to the | nobu | 2009-12-04 | 1 | -2/+6 |
* | * parse.y (dyna_push_gen, dyna_pop_gen): no needs to save both of | nobu | 2009-12-01 | 1 | -27/+45 |
* | * parse.y (dyna_push_gen): use rb_node_newnode() for ripper. | nobu | 2009-11-30 | 1 | -1/+1 |
* | * parse.y (dyna_push_gen, dyna_pop_gen): adjust local vtable level | nobu | 2009-11-30 | 1 | -38/+27 |
* | * parse.y (parser_yylex): suppress an extra error message after | nobu | 2009-11-30 | 1 | -4/+5 |
* | * parse.y (BEGIN): now local_push are local_pop are necessary in | nobu | 2009-11-04 | 1 | -4/+1 |
* | * parse.y (ripper_filename): add Ripper#filename. [ruby-dev:37856] * test/rip... | kazu | 2009-10-26 | 1 | -0/+19 |
* | * parse.y (arg_prepend): removed. a patch from Mikhail T. in | nobu | 2009-10-22 | 1 | -1/+0 |
* | * parse.y (ripper_intern): enable literal optimization. | nobu | 2009-10-20 | 1 | -7/+1 |
* | * parse.y (method_call): dispatch symbols. a patch from Andy Keep in | nobu | 2009-10-20 | 1 | -4/+4 |
* | * parse.y (mlhs_basic): fixed handling splat in middle of mlhs. a | nobu | 2009-10-20 | 1 | -1/+2 |
* | * parse.y (parser_here_document): dispatch delayed heredoc | nobu | 2009-10-20 | 1 | -20/+49 |
* | * parse.y (is_special_global_name): add boundary check. | akr | 2009-10-18 | 1 | -1/+1 |
* | * parse.y (parser_yylex): fix token even after trailing under score. | akr | 2009-10-17 | 1 | -1/+1 |
* | * parse.y (rb_intern3): check symbol table overflow before generate | nobu | 2009-10-15 | 1 | -1/+1 |
* | * parse.y (rb_intern3): check symbol table overflow. | nobu | 2009-10-15 | 1 | -0/+10 |
* | * parse.y (token_info_push, token_info_pop): reduced ifdefs. | nobu | 2009-10-13 | 1 | -33/+18 |
* | * parse.y (parser_magic_comment): fixed normalization. | nobu | 2009-10-13 | 1 | -1/+1 |
* | * parse.y (bv_decls, bvar): fix for block variables. | nobu | 2009-10-03 | 1 | -3/+3 |
* | * parse.y (assignable_gen): parser_yyerror takes two arguments. | nobu | 2009-10-02 | 1 | -8/+8 |
* | * parse.y (assignable_gen): get rid of macro collision. | nobu | 2009-10-02 | 1 | -25/+24 |
* | * parse.y (ripper_yylval_id, ripper_get_{id,value}): wrap ID by | nobu | 2009-10-02 | 1 | -148/+202 |
* | * parse.y (parser_tokadd_string): the byte after ``\'' may be a part of | usa | 2009-09-28 | 1 | -0/+2 |
* | * parse.y (assign_in_cond): also should warn assignment to dvar in | nobu | 2009-09-23 | 1 | -0/+1 |
* | * compile.c (iseq_compile_each), parse.y (stmt, arg): arg_concat() | nobu | 2009-09-18 | 1 | -2/+2 |
* | * debug.c, parse.y: fixed types. | nobu | 2009-09-14 | 1 | -74/+70 |
* | * parse.y (rb_char_to_option_kcode): ASCII-8BIT should also delay. | naruse | 2009-09-10 | 1 | -2/+7 |
* | Only 1 kcode effects options [ruby-core:25411] | naruse | 2009-09-09 | 1 | -1/+3 |
* | * include/ruby/ruby.h (rb_data_type_struct): constified dsize. | nobu | 2009-09-09 | 1 | -1/+1 |
* | * parse.y (literal_concat_gen): concat body from dstr instead of | nobu | 2009-09-03 | 1 | -1/+3 |
* | * parse.y (fname): removed duplication. | nobu | 2009-09-03 | 1 | -4/+0 |
* | *regparse.c (CC_DUP_WARN): use rb_compile_warn if ScanEnv has source | naruse | 2009-08-30 | 1 | -2/+2 |
* | * parse.y (rb_enc_symname2_p): not depend on nul terminator. | nobu | 2009-08-30 | 1 | -1/+1 |
* | * parse.y (reduce_nodes_gen): preserve NODE_FL_NEWLINE flag during | mame | 2009-08-20 | 1 | -0/+4 |
* | * parse.y (ENABLE_SELECTOR_NAMESPACE): defaulted to 0. | nobu | 2009-08-20 | 1 | -0/+4 |
* | * parse.y (ivar2_hash_type): disabled for now. | nobu | 2009-08-20 | 1 | -0/+6 |
* | * parse.y (lex_get_str, lex_io_gets, rb_parser_compile_string): | nobu | 2009-08-17 | 1 | -15/+36 |
* | * parse.y (yylex): should dispatch scan-event even when follows | nobu | 2009-08-16 | 1 | -1/+0 |
* | * parse.y (fname, string_dvar, sym, dsym, f_arglist): removed | nobu | 2009-08-15 | 1 | -13/+7 |
* | * parse.y (literal_concat0): tail can be nil. [ruby-dev:38980] | nobu | 2009-08-02 | 1 | -0/+1 |
* | * parse.y (literal_concat_gen): reduced unnecessary node at string | nobu | 2009-07-31 | 1 | -1/+7 |
* | * parse.y (literal_concat_gen): NODE_DSTR was incorrectly handled as | mame | 2009-07-30 | 1 | -3/+1 |
* | * parse.y (regexp): regexp literal at the top of dstr is still needed even if... | naruse | 2009-07-28 | 1 | -1/+1 |
* | * vm_core.h (struct rb_iseq_t): add a new field line_no. This field | mame | 2009-07-22 | 1 | -4/+0 |
* | * compile.c (compile_dstr_fragments): reduced needless literal. | nobu | 2009-07-20 | 1 | -6/+6 |
* | * id.c (Init_id), vm.c (vm_exec): @#__ThrowState__ is no longer | nobu | 2009-07-16 | 1 | -1/+0 |
* | * parse.y (parser_data_type): typed. | nobu | 2009-07-09 | 1 | -16/+46 |
* | * parse.y (parser_yylex): fixed wrong variable. | nobu | 2009-07-01 | 1 | -1/+1 |