summaryrefslogtreecommitdiff
path: root/parse.y
AgeCommit message (Expand)Author
2004-05-18* node.h (NEW_DSTR): adjust list length.nobu
2004-05-17parse.y: typo fix(tWORD_BEG -> tWORDS_BEG).eban
2004-05-17* ext/socket/socket.c (setup_domain_and_type): honor duck typing.matz
2004-05-07* parse.y (string_content): turn off NODE_NEWLINE flag to avoidmatz
2004-04-23* parse.y (stmt, arg, aref_args): should not make sole splat intonobu
2004-04-21* parse.y (aref_args): should pass expanded list. [ruby-core:02793]nobu
2004-04-05* parse.y (assoc_list): {a: 1, b: 2} should be allowed. [ruby-dev:23328]aamine
2004-03-20* eval.c (rb_require_safe): preserve old ruby_errinfo.matz
2004-03-03* eval.c (method_hash): new method. [ruby-talk:93968]matz
2004-02-12* parse.y (rparen): ignore preceding newlines to right parentheses.nobu
2004-02-03* parse.y (reduce_nodes): remove tail returns. [ruby-talk:90934]nobu
2004-02-02* parse.y (block_append, new_evstr, void_expr0): remove no longer usednobu
2004-01-22* parse.y (opt_rescue): use NODE_ERRINFO() instead ofmatz
2004-01-22* parse.y (string_content): reset lexical states at the beginning ofnobu
2004-01-21* parse.y (newline_node): do not use NODE_NEWLINE node anymore,matz
2004-01-13* parse.y (primary): allow no "when" case. [ruby-dev:22578]matz
2004-01-12* parse.y (primary): fix position after FCALL. [ruby-dev:22574]nobu
2003-12-28Add RDoc documentation for stuff in object.cdave
2003-12-24* parse.y (arg): should return 0 after error. [ruby-dev:22360]nobu
2003-12-11* configure.in (ieeefp.h), numeric.c: needed for finite() onnobu
2003-12-04* parse.y (exc_list): allow expanding list. [ruby-dev:22134]nobu
2003-12-03* configure.in (AC_PROG_YACC): AC_DEFINE(OLD_YACC) if Yacc is foundmatz
2003-11-24* parse.y (primary): allow newlines just before right argumentnobu
2003-11-09* parse.y (primary): primary_value may be 0 when syntax error.nobu
2003-10-30* parse.y (logop): left may be NULL. [ruby-talk:84539]matz
2003-10-29* eval.c (proc_invoke): single array value to normal Proc#callmatz
2003-10-29* parse.y (ret_args): node may be NULL. [ruby-talk:84530]matz
2003-10-28* parse.y (new_yield): remove magic argument rule; "yield [1,2]"matz
2003-10-23* parse.y: integrate operations for stack_type. [ruby-dev:21681]nobu
2003-10-15* marshal.c (w_object): dump extended modules as well.matz
2003-10-06* parse.y (stmt): should not expand mrhs if lhs is solely starred.nobu
2003-10-06* parse.y (stmt): rhs of multiple assignment should not bematz
2003-10-06* parse.y (stmt): END in method should cause warning.matz
2003-10-04* marshal.c (w_object): instance variable dump do not cause errormatz
2003-09-24* parse.y (str_xquote): do not prepend escapes innobu
2003-09-17* parse.y (tokadd_string, parse_string, yylex): escaped terminatornobu
2003-09-06* parse.y (assignable): call rb_compile_error(), not rb_bug().matz
2003-09-04* parse.y (tokadd_string): newlines have no special meanings innobu
2003-09-01* parse.y (aref_args): forgot to call NEW_SPLAT(). reported bymatz
2003-08-27* parse.y (singleton): typo fixed (ruby-bugs-ja PR#562)matz
2003-08-27* eval.c (rb_eval): *a = [1,2] now assigns [[1,2]] to a.matz
2003-08-14* gc.c (id2ref): recycle check should be done by klass == 0.matz
2003-08-06* eval.c (rb_call0): update ruby_class as well as ruby_cref.matz
2003-07-18* eval.c (rb_f_missing): VCALL is called only for LOCAL_ID. nomatz
2003-07-11* eval.c (avalue_to_svalue): typo.nobu
2003-07-04* node.h (NEW_NODE): cast arguments to rb_node_newnode().matz
2003-07-01* parse.y (rb_intern): should use mbclen instead of mblen.eban
2003-06-20* parse.y (new_yield): distinguish "yield 1,2" and "yield [1,2]".matz
2003-06-07* parse.y (value_expr0): class and module statements should not bematz
2003-06-06* eval.c (error_print): needs to be exception proof.nobu