summaryrefslogtreecommitdiff
path: root/parse.y
AgeCommit message (Expand)Author
2005-06-02* parse.y: pragma support on ripper. [ruby-dev:26266]nobu
2005-06-02* parse.y (method_call): new experiment: "(expr)(args...)" tomatz
2005-05-22* intern.h, parse.y (ruby_pragma): removed. fixed: [ruby-dev:26198]nobu
2005-05-16* parse.y (pragma_encoding): add prototype to suppress false warningnobu
2005-05-14* intern.h (ruby_pragma): prototype. [ruby-core:04881]nobu
2005-05-01* eval.c (rb_eval), parse.y (arg): reduce fixnum range literal atnobu
2005-04-14* parse.y [ripper] (regexp): dispatch regexp option. [ruby-Bugs:1688]aamine
2005-03-23* parse.y (primary): fix lineno of rescue and ensure.shugo
2005-03-17* struct.c (make_struct): allow non local-id fieldmatz
2005-03-16* eval.c (rb_call0): reorganize "return" event post.matz
2005-03-09* parse.y (gettable_gen): warns if VCALL name is used asmatz
2005-03-04* array.c: replace rb_protect_inspect() and rb_inspecting_p() bymatz
2005-03-02* eval.c (rb_eval): [EXPERIMENTAL] NODE_LAMBDA implemented.nobu
2005-02-26* parse.y [ripper]: fix typo. [ruby-core:04494]aamine
2005-02-26remove oniggnu.h (GNU regex API).kosako
2005-02-21* parse.y (parser_yylex): identfier after dot must not be a variable.nobu
2005-02-08* keywords, parse.y: separate EXPR_VALUE from EXPR_BEG.nobu
2005-01-05* parse.y (BITSTACK_POP): workaround for bcc32 compiler's bug.ocean
2004-12-29* parse.y: eliminate unused members in struct parser_params. [ruby-dev:25258...aamine
2004-12-20* parse.y (special_local_set): prevent the parser object from GC.nobu
2004-12-08* parse.y (string_content): get rid of segfault at empty evstr.nobu
2004-11-29* object.c (convert_type): [ruby-core:03845]matz
2004-11-18* parse.y (f_rest_arg): store rest args into invisible local variabenobu
2004-11-18* process.c (proc_getpgrp): prohibit for $SAFE=2.matz
2004-11-17* re.c (rb_reg_initialize_m): should raise exception instead ofmatz
2004-11-04* ascii.c, euc_jp.c, oniggnu.h, oniguruma.h, regcomp.c, regenc.c, regenc.h, r...ksaito
2004-10-31* parse.y [ripper]: emit lexer-event values to the parser.aamine
2004-10-30* eval.c (rb_eval): NODE_XSTR should pass copy of literal string.matz
2004-10-29* parse.y (ripper_s_allocate): add prototype for Microsoft compiler.usa
2004-10-29* parse.y (rb_parser_append_print, rb_parser_while_loop): body nodenobu
2004-10-20* parse.y (lex_getline): should not touch ruby_debug_lines ifmatz
2004-10-20* parse.y (lex_getline): should update ruby_debug_lines.matz
2004-10-20rdocnobu
2004-10-09* parse.y [ripper]: \n between two comments disappeared.aamine
2004-10-06* io.c (rb_io_mode_flags): preserve append mode flag.matz
2004-10-02* parse.y (local_vars): moved to struct parser_params.nobu
2004-09-27* parse.y [ripper]: missing ';'.aamine
2004-09-24* parse.y (rb_parser_append_print): should handle prelude.matz
2004-09-22* parse.y [ripper]: on__scan event removed.aamine
2004-09-22* parse.y: remove global variables ruby_eval_tree andmatz
2004-09-20* parse.y [ripper]: do not delay dispatching.aamine
2004-09-20* parse.y [ripper]: delayed heredocument events should be dispatched after EOF.aamine
2004-09-20* parse.y [ripper]: adjust lineno and columns for multi-line strings.aamine
2004-09-20* parse.y [ripper]: remove Ripper#pos.aamine
2004-09-20* parse.y [ripper]: unify old_lex_p and token_head.aamine
2004-09-20* parse.y [ripper]: adjust line number for heredoc. [ruby-dev:24272]aamine
2004-09-19* parse.y [ripper]: spaces before heredoc marker was lost.aamine
2004-09-17* parse.y: add prototypes for Microsoft compiler.usa
2004-09-17* array.c (rb_ary_delete): element comparison might change arraymatz
2004-09-14* parse.y [ripper]: Add rdoc.aamine