summaryrefslogtreecommitdiffstats
path: root/parse.y
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * parse.y (primary, brace_block): fix for line number.nobu2008-09-261-0/+4
* * include/ruby/node.h, node.h: move node.h from include path.ko12008-09-231-1/+1
* * common.mk: clean upko12008-09-231-1/+0
* * parse.y: strings which contain only US-ASCII don't force to havenaruse2008-09-191-4/+2
* * include/ruby/oniguruma.h (onigenc_get_prev_char_head): add endakr2008-09-131-2/+2
* * parse.y (f_block_optarg): allow default for block parameters asmatz2008-09-061-1/+104
* * parse.y (yylex): "1.upto 2 {|i| p i }" should be syntax error.matz2008-09-061-15/+13
* * include/ruby/ruby.h (DBL2NUM): renamed from DOUBLE2NUM.matz2008-09-051-1/+1
* * parse.y (parser_encoding_name): defined.akr2008-09-031-1/+2
* * parse.y (struct token_info): constified.nobu2008-08-301-1/+1
* * parse.y (token_info_get_column, token_info_has_nonspaces),nobu2008-08-301-6/+6
* * parse.y (token_info_push): -w warns indentation level mismatch.matz2008-08-301-25/+183
* * parse.y: remove include pragma for "ruby/intern.h".ko12008-08-301-1/+0
* * parse.y (YYSTYPE): struct RVarmap has been no longeryugui2008-08-251-1/+0
* * include/ruby/encoding.h (rb_enc_ispunct): added.nobu2008-08-141-36/+59
* * parse.y (union tmpyystype): no longer needed, since YYSTYPE isnobu2008-08-141-11/+2
* * configure.in,parse.y: removed garbage spaces.nobu2008-08-101-6/+6
* * parse.y (deferred_nodes, compstmt, arg, fixup_nodes, range_op): fixnobu2008-08-041-14/+43
* * parse.y (yylex): 8 and 9 in octal integer should cause compilenobu2008-08-021-1/+3