summaryrefslogtreecommitdiff
path: root/parse.y
AgeCommit message (Expand)Author
2009-11-04* parse.y (BEGIN): now local_push are local_pop are necessary innobu
2009-10-26* parse.y (ripper_filename): add Ripper#filename. [ruby-dev:37856] * test/rip...kazu
2009-10-22* parse.y (arg_prepend): removed. a patch from Mikhail T. innobu
2009-10-20* parse.y (ripper_intern): enable literal optimization.nobu
2009-10-20* parse.y (method_call): dispatch symbols. a patch from Andy Keep innobu
2009-10-20* parse.y (mlhs_basic): fixed handling splat in middle of mlhs. anobu
2009-10-20* parse.y (parser_here_document): dispatch delayed heredocnobu
2009-10-18* parse.y (is_special_global_name): add boundary check.akr
2009-10-17* parse.y (parser_yylex): fix token even after trailing under score.akr
2009-10-15* parse.y (rb_intern3): check symbol table overflow before generatenobu
2009-10-15* parse.y (rb_intern3): check symbol table overflow.nobu
2009-10-13* parse.y (token_info_push, token_info_pop): reduced ifdefs.nobu
2009-10-13* parse.y (parser_magic_comment): fixed normalization.nobu
2009-10-03* parse.y (bv_decls, bvar): fix for block variables.nobu
2009-10-02* parse.y (assignable_gen): parser_yyerror takes two arguments.nobu
2009-10-02* parse.y (assignable_gen): get rid of macro collision.nobu
2009-10-02* parse.y (ripper_yylval_id, ripper_get_{id,value}): wrap ID bynobu
2009-09-28* parse.y (parser_tokadd_string): the byte after ``\'' may be a part ofusa
2009-09-23* parse.y (assign_in_cond): also should warn assignment to dvar innobu
2009-09-18* compile.c (iseq_compile_each), parse.y (stmt, arg): arg_concat()nobu
2009-09-14* debug.c, parse.y: fixed types.nobu
2009-09-10* parse.y (rb_char_to_option_kcode): ASCII-8BIT should also delay.naruse
2009-09-09Only 1 kcode effects options [ruby-core:25411]naruse
2009-09-09* include/ruby/ruby.h (rb_data_type_struct): constified dsize.nobu
2009-09-03* parse.y (literal_concat_gen): concat body from dstr instead ofnobu
2009-09-03* parse.y (fname): removed duplication.nobu
2009-08-30*regparse.c (CC_DUP_WARN): use rb_compile_warn if ScanEnv has sourcenaruse
2009-08-30* parse.y (rb_enc_symname2_p): not depend on nul terminator.nobu
2009-08-20* parse.y (reduce_nodes_gen): preserve NODE_FL_NEWLINE flag duringmame
2009-08-20* parse.y (ENABLE_SELECTOR_NAMESPACE): defaulted to 0.nobu
2009-08-20* parse.y (ivar2_hash_type): disabled for now.nobu
2009-08-17* parse.y (lex_get_str, lex_io_gets, rb_parser_compile_string):nobu
2009-08-16* parse.y (yylex): should dispatch scan-event even when followsnobu
2009-08-15* parse.y (fname, string_dvar, sym, dsym, f_arglist): removednobu
2009-08-02* parse.y (literal_concat0): tail can be nil. [ruby-dev:38980]nobu
2009-07-31* parse.y (literal_concat_gen): reduced unnecessary node at stringnobu
2009-07-30* parse.y (literal_concat_gen): NODE_DSTR was incorrectly handled asmame
2009-07-28* parse.y (regexp): regexp literal at the top of dstr is still needed even if...naruse
2009-07-22* vm_core.h (struct rb_iseq_t): add a new field line_no. This fieldmame
2009-07-20* compile.c (compile_dstr_fragments): reduced needless literal.nobu
2009-07-16* id.c (Init_id), vm.c (vm_exec): @#__ThrowState__ is no longernobu
2009-07-09* parse.y (parser_data_type): typed.nobu
2009-07-01* parse.y (parser_yylex): fixed wrong variable.nobu
2009-06-24* parse.y (parser_set_encode): show the erred file name instead ofnobu
2009-06-16Tue Jun 16 16:09:59 2009 TAKANO Mitsuhiro (takano32) <tak@no32.tk>takano32
2009-05-27* parse.y (struct parser_params): lex_gets_ptr should be long.nobu
2009-05-26* parse.y (parser_yyerror): get rid of possible overflow.nobu
2009-05-17* compile.c (rb_parse_in_eval): returns true in true eval, not innobu
2009-05-16* parse.y (magic_comment_encoding): ignores unused emacs-stylenobu
2009-05-16* defs/keywords (reserved_word): made inline function static.nobu