summaryrefslogtreecommitdiff
path: root/parse.y
AgeCommit message (Expand)Author
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
2009-05-16* parse.y (magic_comment_encoding): use rb_compile_warning() tonobu
2009-05-11* parse.y: add semicolons to some grammar rules not terminatedmatz
2009-03-17* dir.c, dln.c, parse.y, re.c, ruby.c, sprintf.c, strftime.c,nobu
2009-03-14* util.c (ruby_scan_oct, ruby_scan_hex): use size_t.nobu
2009-03-11* parse.y (stack_type): uses VALUE which is able to be storednobu
2009-02-22stripped trailing spaces.nobu
2009-01-21* parse.y (debug_lines): calls rb_intern() once.nobu
2009-01-16* parse.y (rb_parse_in_main): fixed typo.nobu
2009-01-15* ruby.c (process_options): decrement parse_in_eval to recognizeko1
2009-01-15* parse.y (command): moved return/break/next from command_call formatz
2009-01-15* parse.y (stmt): explicit error for "Object::Far += foo 1" justmatz
2008-12-27* vm.c (Init_VM): create and define TOPLEVEL_BINDING at first.ko1
2008-12-23* string.c (rb_external_str_new_with_enc): set ASCII-8BIT ifmatz
2008-12-22* parse.y (gettable_gen): the encoding of __FILE__ should bematz
2008-12-16* parse.y (stmt): returns dispatched result.nobu
2008-12-16* parse.y (primary): also in ripper, saves in_def before restoring.nobu
2008-12-16* parse.y (block_call): block should not be given to yield.matz
2008-12-12must be typos.tadf
2008-12-12* parse.y (yycompile0): ruby_eval_tree_begin is always 0 whennobu
2008-12-09* compile.c (iseq_compile_each), gc.c (assign_heap_slot),nobu
2008-12-03* parse.y (expr): keyword_not can continue across newline.nobu
2008-10-28* parse.y (parser_yylex): check EOF explicitly.mame
2008-10-24* parse.y (lambda): need to adjust lpar_beg for both of the parser andnobu
2008-10-24* parse.y (lambda): need to adjust lpar_beg for ripper as well. matz
2008-10-22* parse.y (f_larglist): should not allow semicolon separated localmatz
2008-10-21* parse.y (arg_concat_gen): concat target node should be NODE_ARRAY.ko1
2008-10-18* parse.y (opt_block_arg): allow trailing comma after usualmatz
2008-10-17* common.mk (ID_H_TARGET): phony target to update id.h.nobu
2008-10-14* parse.y (parser_yylex): allow reserved word to be keyword argument.matz
2008-10-13* parse.y (token_info_pop): show source filename. [ruby-dev:36710]naruse
2008-10-11* parse.y (parser_prepare): use utf-8 encoding directly.nobu
2008-10-10* parse.y: optimize 'for' statement when one variable given.ko1
2008-10-10* parse.y (comment_at_top): needed for ripper too.nobu
2008-10-10* parse.y (magic_comment_encoding): warns when ignored.nobu
2008-10-09 * include/ruby/ruby.h: embeds the elements of an array into itsyugui
2008-09-30* parse.y (stmt): returns non zero. [ruby-dev:36633]nobu
2008-09-29* parse.y (token_info_push, token_info_pop): do nothing for evalednobu
2008-09-26* parse.y (primary, brace_block): fix for line number.nobu