aboutsummaryrefslogtreecommitdiffstats
path: root/parse.y
Commit message (Expand)AuthorAgeFilesLines
* * parse.y (parser_tokadd_string): the byte after ``\'' may be a part ofusa2009-09-281-0/+2
* * parse.y (assign_in_cond): also should warn assignment to dvar innobu2009-09-231-0/+1
* * compile.c (iseq_compile_each), parse.y (stmt, arg): arg_concat()nobu2009-09-181-2/+2
* * debug.c, parse.y: fixed types.nobu2009-09-141-74/+70
* * parse.y (rb_char_to_option_kcode): ASCII-8BIT should also delay.naruse2009-09-101-2/+7
* Only 1 kcode effects options [ruby-core:25411]naruse2009-09-091-1/+3
* * include/ruby/ruby.h (rb_data_type_struct): constified dsize.nobu2009-09-091-1/+1
* * parse.y (literal_concat_gen): concat body from dstr instead ofnobu2009-09-031-1/+3
* * parse.y (fname): removed duplication.nobu2009-09-031-4/+0
* *regparse.c (CC_DUP_WARN): use rb_compile_warn if ScanEnv has sourcenaruse2009-08-301-2/+2
* * parse.y (rb_enc_symname2_p): not depend on nul terminator.nobu2009-08-301-1/+1
* * parse.y (reduce_nodes_gen): preserve NODE_FL_NEWLINE flag duringmame2009-08-201-0/+4
* * parse.y (ENABLE_SELECTOR_NAMESPACE): defaulted to 0.nobu2009-08-201-0/+4
* * parse.y (ivar2_hash_type): disabled for now.nobu2009-08-201-0/+6
* * parse.y (lex_get_str, lex_io_gets, rb_parser_compile_string):nobu2009-08-171-15/+36
* * parse.y (yylex): should dispatch scan-event even when followsnobu2009-08-161-1/+0
* * parse.y (fname, string_dvar, sym, dsym, f_arglist): removednobu2009-08-151-13/+7
* * parse.y (literal_concat0): tail can be nil. [ruby-dev:38980]nobu2009-08-021-0/+1
* * parse.y (literal_concat_gen): reduced unnecessary node at stringnobu2009-07-311-1/+7
* * parse.y (literal_concat_gen): NODE_DSTR was incorrectly handled asmame2009-07-301-3/+1
* * parse.y (regexp): regexp literal at the top of dstr is still needed even if...naruse2009-07-281-1/+1
* * vm_core.h (struct rb_iseq_t): add a new field line_no. This fieldmame2009-07-221-4/+0
* * compile.c (compile_dstr_fragments): reduced needless literal.nobu2009-07-201-6/+6
* * id.c (Init_id), vm.c (vm_exec): @#__ThrowState__ is no longernobu2009-07-161-1/+0
* * parse.y (parser_data_type): typed.nobu2009-07-091-16/+46
* * parse.y (parser_yylex): fixed wrong variable.nobu2009-07-011-1/+1
* * parse.y (parser_set_encode): show the erred file name instead ofnobu2009-06-241-2/+12
* Tue Jun 16 16:09:59 2009 TAKANO Mitsuhiro (takano32) <tak@no32.tk>takano322009-06-161-2/+2
* * parse.y (struct parser_params): lex_gets_ptr should be long.nobu2009-05-271-13/+8
* * parse.y (parser_yyerror): get rid of possible overflow.nobu2009-05-261-2/+3
* * compile.c (rb_parse_in_eval): returns true in true eval, not innobu2009-05-171-3/+4
* * parse.y (magic_comment_encoding): ignores unused emacs-stylenobu2009-05-161-2/+0
* * defs/keywords (reserved_word): made inline function static.nobu2009-05-161-0/+8
* * parse.y (magic_comment_encoding): use rb_compile_warning() tonobu2009-05-161-2/+2
* * parse.y: add semicolons to some grammar rules not terminatedmatz2009-05-111-0/+11
* * dir.c, dln.c, parse.y, re.c, ruby.c, sprintf.c, strftime.c,nobu2009-03-171-7/+7
* * util.c (ruby_scan_oct, ruby_scan_hex): use size_t.nobu2009-03-141-12/+8
* * parse.y (stack_type): uses VALUE which is able to be storednobu2009-03-111-7/+3
* stripped trailing spaces.nobu2009-02-221-1/+1
* * parse.y (debug_lines): calls rb_intern() once.nobu2009-01-211-2/+4
* * parse.y (rb_parse_in_main): fixed typo.nobu2009-01-161-1/+1
* * ruby.c (process_options): decrement parse_in_eval to recognizeko12009-01-151-1/+2
* * parse.y (command): moved return/break/next from command_call formatz2009-01-151-24/+25
* * parse.y (stmt): explicit error for "Object::Far += foo 1" justmatz2009-01-151-0/+5
* * vm.c (Init_VM): create and define TOPLEVEL_BINDING at first.ko12008-12-271-0/+1
* * string.c (rb_external_str_new_with_enc): set ASCII-8BIT ifmatz2008-12-231-7/+2
* * parse.y (gettable_gen): the encoding of __FILE__ should bematz2008-12-221-1/+7
* * parse.y (stmt): returns dispatched result.nobu2008-12-161-1/+1
* * parse.y (primary): also in ripper, saves in_def before restoring.nobu2008-12-161-16/+5
* * parse.y (block_call): block should not be given to yield.matz2008-12-161-1/+6