summaryrefslogtreecommitdiff
path: root/parse.y
AgeCommit message (Expand)Author
2011-07-26* parse.y (rb_check_id): make the given name a symbol or a string.nobu
2011-07-23* parse.y (rb_enc_symname_type): :$a!, @a! and so on are notnaruse
2011-07-23* parse.y (rb_check_id): take care of attrset ID creatednobu
2011-07-23* parse.y (rb_check_id): conversion condition was inverse.nobu
2011-07-22* object.c (rb_mod_{const,cvar}_defined, rb_obj_ivar_defined):nobu
2011-07-22* parse.y (rb_is_global_id, rb_is_attrset_id): add missingnobu
2011-07-22* parse.y (rb_enc_symname2_p): get rid of potential out-of-boundnobu
2011-07-10* parse.y (var_ref): distinguish vcall from local variablenobu
2011-07-10* parse.y (reduce_nodes_gen): NODE_RETURN in rescue body must not bemame
2011-07-07* encoding.c (rb_enc_set_index, rb_enc_associate_index): shouldnobu
2011-07-06* parse.y (arg): rescue_mod is in inverse order from othernobu
2011-07-06* parse.y (opt_call_args): allow trailing comma after assocmatz
2011-07-05* parse.y (parser_here_document): should dispatch heredoc_endnobu
2011-06-30* sytle fixes.nobu
2011-06-29 * math.c: Attach documentation for Math.drbrain
2011-06-26* parse.y (rb_parser_end_seen_p): fix documentation about returnnaruse
2011-06-26* parse.y: comma at the end of line is no longer allowed.shyouhei
2011-06-18* method.h, internal.h iseq.h: declare internal functions.akr
2011-06-18* internal.h: declare more internal functions.akr
2011-06-17* internal.h: declare internal functions here.akr
2011-06-13* parse.y (parser_parse_string): flush delayed token. based on anobu
2011-06-01* parse.y (peek_n): new macro to see next nth char.nobu
2011-03-21* enc/utf_16le.c: surpress warning: shorten-64-to-32.naruse
2011-03-10* parse.y (parser_encode_length): add exception as UTF8-MAC fornaruse
2011-03-10* parse.y (parser_encode_length): fix typo: the length ofnaruse
2011-02-06* parse.y (words, qwords): dispatch array events. based on anobu
2011-02-05* parse.y (mlhs_basic): include mlhs_post for ripper. a patchnobu
2011-02-04* parse.y (lex_getline, parser_set_encode): set encoding of linesnobu
2011-01-18* parse.y: avoid NULL reference. [ruby-dev:43067]mame
2010-12-28 * re.c (rb_reg_expr_str): need to escape if the coderage is invalid.usa
2010-12-26* parse.y (stmt): missing ripper rule. i.e., `a::B ||= c 1'.nobu
2010-12-23* parse.y: parenthesize macro arguments.akr
2010-12-09* parse.y (lvar_defined_gen, shadowing_lvar_gen, dvar_defined): nonobu
2010-12-08* parse.y (shadowing_lvar_gen): fix line number. [ruby-dev:42718]nobu
2010-12-08reverted to r30124; r30124 breaks testshyouhei
2010-12-08* parse.y (LVAR_USED): should be int same as ruby_sourceline.nobu
2010-12-07* parse.y (struct vtable, struct local_vars, vtable_add):nobu
2010-11-14* parse.y (parser_set_token_info): turn on/off with directives.nobu
2010-10-12* io.c (rb_io_ctl), parse.y (LVAR_USED): suppress warnings.nobu
2010-10-04* parse.y (regexp): dregexp has literal string only at the headnobu
2010-09-30* parse.y (command_asgn): allow command_call to be right hand sidematz
2010-08-14* include/ruby/intern.h (rb_make_backtrace, rb_make_exception):nobu
2010-08-11* include/ruby/encoding.h (rb_char_to_option_kcode): used innobu
2010-08-08* parse.y (parser_tokadd_escape): no similar messages twice.nobu
2010-08-05* parse.y (void_expr_gen): add 'possibly' to warning message.matz
2010-07-27* class.c, compile.c, dir.c, file.c, iseq.c, parse.y, random.c:naruse
2010-07-21* parse.y (local_push_gen): disable unused variable warnings innobu
2010-07-18* include/ruby/ruby.h (rb_data_type_t): restructured. [ruby-dev:41862]nobu
2010-06-22* parse.y (shadowing_lvar_gen): should add lvar to vars andnobu
2010-06-20* id.c (Init_id): add underscore name.nobu