| Commit message (Expand) | Author | Age | Files | Lines |
* | * parse.y (parser_yylex): dot at the head of the line denote line | matz | 2007-10-25 | 1 | -0/+19 |
* | * parse.y (parser_tokspace): increment tokidx | davidflanagan | 2007-10-25 | 1 | -4/+4 |
* | * parse.y (parser_tokspace): make space in token buffer. | nobu | 2007-10-24 | 1 | -7/+23 |
* | * parse.y (call_args2): nd_head of NODE_BLOCK_PASS should be a list. | nobu | 2007-10-23 | 1 | -1/+1 |
* | * parse.y (parser_regx_options, reg_compile_gen): relaxened encoding | nobu | 2007-10-19 | 1 | -13/+27 |
* | * encoding.c (rb_primary_encoding): added Encoding.primary_encoding. | nobu | 2007-10-16 | 1 | -0/+16 |
* | * parse.y (parser_regx_options): check if regexp encoding option | nobu | 2007-10-16 | 1 | -3/+6 |
* | * parse.y (set_file_encoding): case-insensitive search, a patch from | nobu | 2007-10-13 | 1 | -6/+6 |
* | * parse.y: encoding specifier should work if the line matches | matz | 2007-10-12 | 1 | -7/+1 |
* | * trunk/parse.y (magic_comments): add "encoding" as same as "coding". | nobu | 2007-10-12 | 1 | -18/+71 |
* | * parse.y (parser_read_escape, parser_tokadd_escape): check code range. | usa | 2007-10-09 | 1 | -29/+28 |
* | * parse.y (STR_NEW3): check for if single byte sequence. | nobu | 2007-10-09 | 1 | -1/+1 |
* | * parse.y (reg_compile_gen): copy encoding from source string if | nobu | 2007-10-04 | 1 | -1/+1 |
* | * parse.y (reg_compile_gen): copy encoding from source string. | nobu | 2007-10-04 | 1 | -0/+1 |
* | * parse.y (parser_str_new, parser_yylex, rb_intern3): set code-range | nobu | 2007-10-03 | 1 | -19/+63 |
* | * io.c (rb_io_fdopen): create IO object from fd. | nobu | 2007-09-28 | 1 | -4/+1 |
* | * parse.y (strings, xstring, regexp, dsym): empty strings have | nobu | 2007-09-27 | 1 | -6/+7 |
* | * encoding.c (rb_enc_associate_index): deal with ASCII compatible | nobu | 2007-09-26 | 1 | -1/+8 |
* | * encoding.c (rb_enc_check): check for ASCII-compatibilities. | nobu | 2007-09-26 | 1 | -40/+46 |
* | * parse.y (parser_yyerror): limit error message length. | nobu | 2007-09-25 | 1 | -2/+16 |
* | * eval_method.ci (rb_attr): should not use alloca for unknowen size | nobu | 2007-09-22 | 1 | -1/+3 |
* | * parse.y (ripper): rename event: arglist_* -> args_*. | aamine | 2007-09-17 | 1 | -65/+71 |
* | * parse.y (struct parser_params): common members in the parser and | nobu | 2007-09-15 | 1 | -2/+1 |
* | * parse.y (parser_initialize): set default encoding. [ruby-dev:31787] | nobu | 2007-09-15 | 1 | -1/+1 |
* | * parse.y (brace_block): should use compstmt. patch submitted by | nobu | 2007-09-13 | 1 | -1/+1 |
* | * parse.y (rb_id2str): fixed typo. | nobu | 2007-09-13 | 1 | -2/+1 |
* | * io.c (rb_io_s_sysopen): should not use alloca for unknowen size | nobu | 2007-09-12 | 1 | -12/+8 |
* | * array.c (rb_ary_cycle): typo in rdoc. a patch from Yugui | matz | 2007-09-06 | 1 | -13/+16 |
* | * parse.y (f_norm_arg, f_arg_item): not croak already erred names. | nobu | 2007-08-30 | 1 | -2/+2 |
* | * parse.y (assignable_gen): ignore already erred names. | nobu | 2007-08-30 | 1 | -2/+4 |
* | * parse.y (aref_args): args may not be a list. [ruby-dev:31592] | nobu | 2007-08-29 | 1 | -1/+1 |
* | * parse.y (parser_prepare): set parser encode too when BOM exists. | nobu | 2007-08-28 | 1 | -3/+9 |
* | * parse.y, re.c: re-applied revision 13092. | nobu | 2007-08-25 | 1 | -8/+8 |
* | * encoding.c: provide basic features for M17N. | matz | 2007-08-25 | 1 | -90/+109 |
* | * compile.c, insns.def, parse.y: fix massign order. This change | ko1 | 2007-08-23 | 1 | -1/+1 |
* | * parse.y (f_norm_arg): ripper has no shadowing check. | nobu | 2007-08-23 | 1 | -1/+4 |
* | * parse.y (f_norm_arg): check also nested arguments. [ruby-dev:31502] | nobu | 2007-08-23 | 1 | -1/+1 |
* | * parse.y (reg_compile_gen): obtain error info from errinfo. | nobu | 2007-08-18 | 1 | -1/+2 |
* | * parse.y: remove "//" type comment. | ko1 | 2007-08-15 | 1 | -2/+2 |
* | * parse.y: fix rules around f_margs. "make test" passes all tests. | ko1 | 2007-08-15 | 1 | -5/+5 |
* | * parse.y (internal_id_gen): internal ID must be bigger than | nobu | 2007-08-09 | 1 | -0/+1 |
* | * parse.y (stmt): check if rhs has value before assignment instead | nobu | 2007-08-09 | 1 | -50/+61 |
* | * parse.y (f_marg_list): renamed from f_marg_head. | nobu | 2007-08-09 | 1 | -10/+10 |
* | * parse.y (value_expr_gen): fix to cause "void value expression" | ko1 | 2007-08-06 | 1 | -4/+1 |
* | * parse.y: fix a f_marg rule. [ruby-dev:31160] | ko1 | 2007-08-06 | 1 | -1/+1 |
* | * parse.y (reg_compile_gen): set error if failed to compile regexp | nobu | 2007-08-02 | 1 | -6/+19 |
* | * parse.y (value_expr_gen): warn for empty expression (). | matz | 2007-07-23 | 1 | -3/+8 |
* | * parse.y (stmt, mlhs_node, lhs, arg, var_ref): return dummy | nobu | 2007-07-20 | 1 | -19/+17 |
* | * parse.y (rb_parser_append_print, rb_parser_while_loop): moved check | nobu | 2007-07-18 | 1 | -2/+6 |
* | * parse.y (bvar): semicolon was lost for ripper description. | matz | 2007-07-13 | 1 | -1/+1 |