summaryrefslogtreecommitdiff
path: root/parse.y
AgeCommit message (Expand)Author
2008-09-30* parse.y (stmt): returns non zero. [ruby-dev:36633]nobu
2008-09-29* parse.y (token_info_push, token_info_pop): do nothing for evalednobu
2008-09-26* parse.y (primary, brace_block): fix for line number.nobu
2008-09-23* include/ruby/node.h, node.h: move node.h from include path.ko1
2008-09-23* common.mk: clean upko1
2008-09-19* parse.y: strings which contain only US-ASCII don't force to havenaruse
2008-09-13* include/ruby/oniguruma.h (onigenc_get_prev_char_head): add endakr
2008-09-06* parse.y (f_block_optarg): allow default for block parameters asmatz
2008-09-06* parse.y (yylex): "1.upto 2 {|i| p i }" should be syntax error.matz
2008-09-05* include/ruby/ruby.h (DBL2NUM): renamed from DOUBLE2NUM.matz
2008-09-03* parse.y (parser_encoding_name): defined.akr
2008-08-30* parse.y (struct token_info): constified.nobu
2008-08-30* parse.y (token_info_get_column, token_info_has_nonspaces),nobu
2008-08-30* parse.y (token_info_push): -w warns indentation level mismatch.matz
2008-08-30* parse.y: remove include pragma for "ruby/intern.h".ko1
2008-08-25* parse.y (YYSTYPE): struct RVarmap has been no longeryugui
2008-08-14* include/ruby/encoding.h (rb_enc_ispunct): added.nobu
2008-08-14* parse.y (union tmpyystype): no longer needed, since YYSTYPE isnobu
2008-08-10* configure.in,parse.y: removed garbage spaces.nobu
2008-08-04* parse.y (deferred_nodes, compstmt, arg, fixup_nodes, range_op): fixnobu
2008-08-02* parse.y (yylex): 8 and 9 in octal integer should cause compilenobu
2008-08-01* parse.y (parser_yylex): removed an useless conditional, and magicyugui
2008-07-30* parse.y (magic_comment_encoding): remove meaningless null check.mame
2008-07-30* parse.y (vtable_free): remove meaningless null check.mame
2008-07-08* thread.c (rb_set_coverages, rb_reset_coverages): enable and disablemame
2008-07-08* thread.c (rb_enable_coverages): hide coverage array by setting 0 tomame
2008-07-03* include/ruby/intern.h: remove prototypes about coverage.mame
2008-07-03* ext/coverage/coverage.c, ext/coverage/extconf.rb: eliminatemame
2008-07-01* Add coverage measurement constant COVERAGE__. This constant is notmame
2008-07-01 * include/ruby/ruby.h (enum ruby_special_consts): ISO C forbidsshyouhei
2008-06-27* parse.y (primary): empty not should call '!' on nil.matz
2008-06-25* parse.y (primary): not operand might be empty. [ruby-dev:35227]matz
2008-06-25* parse.y (primary): make functional-style not operator to actmatz
2008-06-21* parse.y (call_args2, open_args): removed.nobu
2008-06-09* include/ruby/ruby.h (CONST_ID): constant ID cache for non-gcc.nobu
2008-05-19* parse.y (assignable_gen): when "self = 1" was evalueted, unnecessarymame
2008-05-17* parse.y (ripper_warnS): now unused.nobu
2008-05-15 * parse.y (ripper_warningS): now used.usa
2008-05-15* object.c (rb_cstr_to_dbl): no need for forceful warning whenmatz
2008-05-08* parse.y (arg): operator assignment "a += b rescue c" should bematz
2008-05-08test/ruby/test_continuation.rb: remove duplicated test.matz
2008-04-12* eval.c (ruby_exec_node, ruby_run_node), ruby.c (process_options):nobu
2008-03-24* parse.y (debug_lines): Always prepare a new array for eachknu
2008-03-18* parse.y (literal_concat_gen): bail out at different encoding.nobu
2008-03-04* parse.y (parser_yylex): disallow non digits '0o' expression.matz
2008-02-29* time.c (time_strftime): format should be ascii compatible.matz
2008-02-29* parse.y (opt_block_param): command can start just after block paramnobu
2008-02-26* parse.y (value_expr_gen): removed inappropriate warning.nobu
2008-02-26* parse.y (tokadd_escape): refactored. [ruby-core:15657]akr
2008-02-18* include/ruby/node.h (NODE_FL_NEWLINE): renamed from NODE_NEWLINEmatz