| Commit message (Expand) | Author | Age | Files | Lines |
* | * include/ruby/encoding.h (rb_enc_ispunct): added. | nobu | 2008-08-14 | 1 | -36/+59 |
* | * parse.y (union tmpyystype): no longer needed, since YYSTYPE is | nobu | 2008-08-14 | 1 | -11/+2 |
* | * configure.in,parse.y: removed garbage spaces. | nobu | 2008-08-10 | 1 | -6/+6 |
* | * parse.y (deferred_nodes, compstmt, arg, fixup_nodes, range_op): fix | nobu | 2008-08-04 | 1 | -14/+43 |
* | * parse.y (yylex): 8 and 9 in octal integer should cause compile | nobu | 2008-08-02 | 1 | -1/+3 |
* | * parse.y (parser_yylex): removed an useless conditional, and magic | yugui | 2008-08-01 | 1 | -5/+4 |
* | * parse.y (magic_comment_encoding): remove meaningless null check. | mame | 2008-07-30 | 1 | -1/+1 |
* | * parse.y (vtable_free): remove meaningless null check. | mame | 2008-07-30 | 1 | -3/+1 |
* | * thread.c (rb_set_coverages, rb_reset_coverages): enable and disable | mame | 2008-07-08 | 1 | -2/+2 |
* | * thread.c (rb_enable_coverages): hide coverage array by setting 0 to | mame | 2008-07-08 | 1 | -4/+2 |
* | * include/ruby/intern.h: remove prototypes about coverage. | mame | 2008-07-03 | 1 | -1/+2 |
* | * ext/coverage/coverage.c, ext/coverage/extconf.rb: eliminate | mame | 2008-07-03 | 1 | -11/+9 |
* | * Add coverage measurement constant COVERAGE__. This constant is not | mame | 2008-07-01 | 1 | -8/+39 |
* | * include/ruby/ruby.h (enum ruby_special_consts): ISO C forbids | shyouhei | 2008-07-01 | 1 | -2/+2 |
* | * parse.y (primary): empty not should call '!' on nil. | matz | 2008-06-27 | 1 | -1/+1 |
* | * parse.y (primary): not operand might be empty. [ruby-dev:35227] | matz | 2008-06-25 | 1 | -0/+8 |
* | * parse.y (primary): make functional-style not operator to act | matz | 2008-06-25 | 1 | -0/+8 |
* | * parse.y (call_args2, open_args): removed. | nobu | 2008-06-21 | 1 | -78/+4 |
* | * include/ruby/ruby.h (CONST_ID): constant ID cache for non-gcc. | nobu | 2008-06-09 | 1 | -2/+2 |
* | * parse.y (assignable_gen): when "self = 1" was evalueted, unnecessary | mame | 2008-05-19 | 1 | -1/+3 |
* | * parse.y (ripper_warnS): now unused. | nobu | 2008-05-17 | 1 | -1/+5 |
* | * parse.y (ripper_warningS): now used. | usa | 2008-05-15 | 1 | -5/+1 |
* | * object.c (rb_cstr_to_dbl): no need for forceful warning when | matz | 2008-05-15 | 1 | -1/+1 |
* | * parse.y (arg): operator assignment "a += b rescue c" should be | matz | 2008-05-08 | 1 | -2/+35 |
* | test/ruby/test_continuation.rb: remove duplicated test. | matz | 2008-05-08 | 1 | -4/+10 |
* | * eval.c (ruby_exec_node, ruby_run_node), ruby.c (process_options): | nobu | 2008-04-12 | 1 | -27/+24 |
* | * parse.y (debug_lines): Always prepare a new array for each | knu | 2008-03-24 | 1 | -5/+2 |
* | * parse.y (literal_concat_gen): bail out at different encoding. | nobu | 2008-03-18 | 1 | -3/+13 |
* | * parse.y (parser_yylex): disallow non digits '0o' expression. | matz | 2008-03-04 | 1 | -1/+1 |
* | * time.c (time_strftime): format should be ascii compatible. | matz | 2008-02-29 | 1 | -0/+4 |
* | * parse.y (opt_block_param): command can start just after block param | nobu | 2008-02-29 | 1 | -0/+3 |
* | * parse.y (value_expr_gen): removed inappropriate warning. | nobu | 2008-02-26 | 1 | -0/+8 |
* | * parse.y (tokadd_escape): refactored. [ruby-core:15657] | akr | 2008-02-26 | 1 | -6/+4 |
* | * include/ruby/node.h (NODE_FL_NEWLINE): renamed from NODE_NEWLINE | matz | 2008-02-18 | 1 | -2/+2 |
* | * encoding.c (ENC_CODERANGE_AND): added. | naruse | 2008-02-17 | 1 | -1/+1 |
* | * parse.y (reg_compile_gen): reg_fragment_setenc might not raise an | nobu | 2008-02-15 | 1 | -3/+7 |
* | * parse.y (reg_compile_gen): appends error message from | nobu | 2008-02-14 | 1 | -3/+8 |
* | * parse.y (stmt, arg): reverted r15450. [ruby-core:15526] | nobu | 2008-02-12 | 1 | -6/+8 |
* | * parse.y (arg_append_gen): optimize only for array push. | nobu | 2008-02-12 | 1 | -3/+0 |
* | * parse.y (stmt, arg): concat opt_call_args only if non-null. | nobu | 2008-02-12 | 1 | -8/+6 |
* | * parse.y (arg_concat_gen, arg_append_gen): optimize for array concat. | nobu | 2008-02-12 | 1 | -3/+19 |
* | * parse.y (arg_add_gen): removed since identical to arg_append_gen. | nobu | 2008-02-12 | 1 | -17/+1 |
* | * parse.y (exc_list): should use mrhs if non array. | nobu | 2008-02-12 | 1 | -1/+1 |
* | * parse.y (exc_list): splat literal array. | nobu | 2008-02-12 | 1 | -0/+7 |
* | * parse.y (args, mrhs): flattens literal array splats. | nobu | 2008-02-12 | 1 | -4/+39 |
* | * string.c (rb_str_hash_cmp): lighter version of rb_str_cmp() for | matz | 2008-02-12 | 1 | -1/+1 |
* | * range.c (range_include): specialize single character string | matz | 2008-02-11 | 1 | -7/+9 |
* | * trunk/parse.y (rb_enc_symname2_p): support "!", "!=" and "!~". | nobu | 2008-02-04 | 1 | -1/+9 |
* | * parse.y (dsym): allow empty symbols. [ruby-core:15248] | matz | 2008-01-30 | 1 | -6/+1 |
* | * parse.y (reg_fragment_setenc_gen): US-ASCII script special code. | usa | 2008-01-28 | 1 | -8/+9 |