aboutsummaryrefslogtreecommitdiffstats
path: root/parse.y
Commit message (Expand)AuthorAgeFilesLines
* * parse.y (assoc_list): {a: 1, b: 2} should be allowed. [ruby-dev:23328]aamine2004-04-051-3/+14
* * eval.c (rb_require_safe): preserve old ruby_errinfo.matz2004-03-201-15/+30
* * eval.c (method_hash): new method. [ruby-talk:93968]matz2004-03-031-1/+4
* * parse.y (rparen): ignore preceding newlines to right parentheses.nobu2004-02-121-14/+17
* * parse.y (reduce_nodes): remove tail returns. [ruby-talk:90934]nobu2004-02-031-16/+76
* * parse.y (block_append, new_evstr, void_expr0): remove no longer usednobu2004-02-021-4/+0
* * parse.y (opt_rescue): use NODE_ERRINFO() instead ofmatz2004-01-221-2/+2
* * parse.y (string_content): reset lexical states at the beginning ofnobu2004-01-221-0/+4
* * parse.y (newline_node): do not use NODE_NEWLINE node anymore,matz2004-01-211-58/+11
* * parse.y (primary): allow no "when" case. [ruby-dev:22578]matz2004-01-131-0/+4
* * parse.y (primary): fix position after FCALL. [ruby-dev:22574]nobu2004-01-121-0/+2
* Add RDoc documentation for stuff in object.cdave2003-12-281-0/+16
* * parse.y (arg): should return 0 after error. [ruby-dev:22360]nobu2003-12-241-0/+2
* * configure.in (ieeefp.h), numeric.c: needed for finite() onnobu2003-12-111-2/+2
* * parse.y (exc_list): allow expanding list. [ruby-dev:22134]nobu2003-12-041-1/+5
* * configure.in (AC_PROG_YACC): AC_DEFINE(OLD_YACC) if Yacc is foundmatz2003-12-031-0/+9
* * parse.y (primary): allow newlines just before right argumentnobu2003-11-241-1/+1
* * parse.y (primary): primary_value may be 0 when syntax error.nobu2003-11-091-1/+1
* * parse.y (logop): left may be NULL. [ruby-talk:84539]matz2003-10-301-2/+1
* * eval.c (proc_invoke): single array value to normal Proc#callmatz2003-10-291-1/+16
* * parse.y (ret_args): node may be NULL. [ruby-talk:84530]matz2003-10-291-1/+1
* * parse.y (new_yield): remove magic argument rule; "yield [1,2]"matz2003-10-281-16/+1
* * parse.y: integrate operations for stack_type. [ruby-dev:21681]nobu2003-10-231-16/+13
* * marshal.c (w_object): dump extended modules as well.matz2003-10-151-1/+2
* * parse.y (stmt): should not expand mrhs if lhs is solely starred.nobu2003-10-061-2/+2
* * parse.y (stmt): rhs of multiple assignment should not bematz2003-10-061-2/+2
* * parse.y (stmt): END in method should cause warning.matz2003-10-061-2/+2
* * marshal.c (w_object): instance variable dump do not cause errormatz2003-10-041-3/+11
* * parse.y (str_xquote): do not prepend escapes innobu2003-09-241-1/+1
* * parse.y (tokadd_string, parse_string, yylex): escaped terminatornobu2003-09-171-46/+8
* * parse.y (assignable): call rb_compile_error(), not rb_bug().matz2003-09-061-1/+1
* * parse.y (tokadd_string): newlines have no special meanings innobu2003-09-041-1/+4
* * parse.y (aref_args): forgot to call NEW_SPLAT(). reported bymatz2003-09-011-1/+1
* * parse.y (singleton): typo fixed (ruby-bugs-ja PR#562)matz2003-08-271-2/+2
* * eval.c (rb_eval): *a = [1,2] now assigns [[1,2]] to a.matz2003-08-271-12/+10
* * gc.c (id2ref): recycle check should be done by klass == 0.matz2003-08-141-2/+18
* * eval.c (rb_call0): update ruby_class as well as ruby_cref.matz2003-08-061-1/+1
* * eval.c (rb_f_missing): VCALL is called only for LOCAL_ID. nomatz2003-07-181-1/+1
* * eval.c (avalue_to_svalue): typo.nobu2003-07-111-29/+26
* * node.h (NEW_NODE): cast arguments to rb_node_newnode().matz2003-07-041-12/+9
* * parse.y (rb_intern): should use mbclen instead of mblen.eban2003-07-011-2/+2
* * parse.y (new_yield): distinguish "yield 1,2" and "yield [1,2]".matz2003-06-201-10/+41
* * parse.y (value_expr0): class and module statements should not bematz2003-06-071-2/+0
* * eval.c (error_print): needs to be exception proof.nobu2003-06-061-8/+24
* * parse.y (rb_intern): should handle multibyte name.usa2003-05-311-2/+2
* *** empty log message ***nobu2003-05-211-3/+18
* * parse.y (open_args): warning message changed to "don't put spacematz2003-04-261-8/+4
* * parse.y (arg_ambiguous): hopefully better message.matz2003-04-221-1/+1
* * parse.y (block_append, value_expr0, assign_in_cond,nobu2003-04-211-15/+39
* * parse.y (void_expr0): node might become NULL after calling remove_begin().eban2003-04-191-1/+1