aboutsummaryrefslogtreecommitdiffstats
path: root/parse.y
Commit message (Expand)AuthorAgeFilesLines
* * 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
* must be typos.tadf2008-12-121-5/+5
* * parse.y (yycompile0): ruby_eval_tree_begin is always 0 whennobu2008-12-121-10/+2
* * compile.c (iseq_compile_each), gc.c (assign_heap_slot),nobu2008-12-091-4/+4
* * parse.y (expr): keyword_not can continue across newline.nobu2008-12-031-3/+3
* * parse.y (parser_yylex): check EOF explicitly.mame2008-10-281-11/+11
* * parse.y (lambda): need to adjust lpar_beg for both of the parser andnobu2008-10-241-1/+1
* * parse.y (lambda): need to adjust lpar_beg for ripper as well. matz2008-10-241-2/+2
* * parse.y (f_larglist): should not allow semicolon separated localmatz2008-10-221-1/+1
* * parse.y (arg_concat_gen): concat target node should be NODE_ARRAY.ko12008-10-211-3/+3
* * parse.y (opt_block_arg): allow trailing comma after usualmatz2008-10-181-0/+4
* * common.mk (ID_H_TARGET): phony target to update id.h.nobu2008-10-171-0/+1
* * parse.y (parser_yylex): allow reserved word to be keyword argument.matz2008-10-141-10/+10
* * parse.y (token_info_pop): show source filename. [ruby-dev:36710]naruse2008-10-131-2/+3
* * parse.y (parser_prepare): use utf-8 encoding directly.nobu2008-10-111-1/+1
* * parse.y: optimize 'for' statement when one variable given.ko12008-10-101-6/+17
* * parse.y (comment_at_top): needed for ripper too.nobu2008-10-101-4/+4
* * parse.y (magic_comment_encoding): warns when ignored.nobu2008-10-101-9/+28
* * include/ruby/ruby.h: embeds the elements of an array into itsyugui2008-10-091-1/+1
* * parse.y (stmt): returns non zero. [ruby-dev:36633]nobu2008-09-301-1/+1
* * parse.y (token_info_push, token_info_pop): do nothing for evalednobu2008-09-291-1/+4