| Commit message (Expand) | Author | Age | Files | Lines |
* | * eval.c (rb_call0): update ruby_class as well as ruby_cref. | matz | 2003-08-06 | 1 | -1/+1 |
* | * eval.c (rb_f_missing): VCALL is called only for LOCAL_ID. no | matz | 2003-07-18 | 1 | -1/+1 |
* | * eval.c (avalue_to_svalue): typo. | nobu | 2003-07-11 | 1 | -29/+26 |
* | * node.h (NEW_NODE): cast arguments to rb_node_newnode(). | matz | 2003-07-04 | 1 | -12/+9 |
* | * parse.y (rb_intern): should use mbclen instead of mblen. | eban | 2003-07-01 | 1 | -2/+2 |
* | * parse.y (new_yield): distinguish "yield 1,2" and "yield [1,2]". | matz | 2003-06-20 | 1 | -10/+41 |
* | * parse.y (value_expr0): class and module statements should not be | matz | 2003-06-07 | 1 | -2/+0 |
* | * eval.c (error_print): needs to be exception proof. | nobu | 2003-06-06 | 1 | -8/+24 |
* | * parse.y (rb_intern): should handle multibyte name. | usa | 2003-05-31 | 1 | -2/+2 |
* | *** empty log message *** | nobu | 2003-05-21 | 1 | -3/+18 |
* | * parse.y (open_args): warning message changed to "don't put space | matz | 2003-04-26 | 1 | -8/+4 |
* | * parse.y (arg_ambiguous): hopefully better message. | matz | 2003-04-22 | 1 | -1/+1 |
* | * parse.y (block_append, value_expr0, assign_in_cond, | nobu | 2003-04-21 | 1 | -15/+39 |
* | * parse.y (void_expr0): node might become NULL after calling remove_begin(). | eban | 2003-04-19 | 1 | -1/+1 |
* | * parse.y (cond0): warn only range literals whose both side are | nobu | 2003-04-17 | 1 | -1/+34 |
* | * variable.c (rb_mod_name): always return empty string for | matz | 2003-04-10 | 1 | -2/+2 |
* | * variable.c (rb_obj_remove_instance_variable): better message. | matz | 2003-04-09 | 1 | -2/+2 |
* | * eval.c (Init_Proc): make Method and UnboundMethod independent. | matz | 2003-04-08 | 1 | -2/+0 |
* | * eval.c (avalue_splat): new function to do unary * (splat) | matz | 2003-03-26 | 1 | -2/+2 |
* | * parse.y (block_append): warn unused lteral. | nobu | 2003-03-23 | 1 | -0/+1 |
* | * parse.y (stmt, primary): get rid of SEGV at empty or invalid | nobu | 2003-03-20 | 1 | -16/+29 |
* | * parse.y (dsym): :"symbol string" style should not contain `\0'. | matz | 2003-03-07 | 1 | -5/+9 |
* | * parse.y (yycompile): zero clear ruby_eval_tree_begin if | matz | 2003-03-03 | 1 | -0/+1 |
* | * parse.y (arg): parse 'lhs = a rescue b' as 'lhs=(a rescue b)'. | matz | 2003-03-03 | 1 | -32/+30 |
* | * string.c (rb_str_cmp_m): return nil if str2 does not respond to | matz | 2003-02-20 | 1 | -1/+1 |
* | * eval.c (rb_thread_remove): thread may die in the process of | matz | 2003-02-20 | 1 | -1/+1 |
* | * parse.y (clhs): allow "Foo::Bar = x". | matz | 2003-02-20 | 1 | -18/+42 |
* | * node.h (nd_cpath): nested class/module declaration. | nobu | 2003-02-19 | 1 | -3/+24 |
* | * range.c (range_step): step might be float 0 < x < 1. | matz | 2003-02-13 | 1 | -1/+1 |
* | * parse.y (yylex): no .<digit> floating literal anymore. | matz | 2003-02-05 | 1 | -10/+4 |
* | * variable.c (rb_obj_classname): new function. | matz | 2003-01-31 | 1 | -6/+19 |
* | * parse.y (yylex): remove EXPR_CMDARG according to the RHG book. | matz | 2003-01-31 | 1 | -19/+6 |
* | * parse.y: tMINUS should have lower precedence than tPOW. | matz | 2003-01-24 | 1 | -2/+2 |
* | * parse.y (arg): missing arguments. | nobu | 2003-01-23 | 1 | -2/+2 |
* | * parse.y (arg): syntaxify tPOW negative number hack. | matz | 2003-01-23 | 1 | -29/+44 |
* | * parse.y (arg): put back old ** behavior for negative number | matz | 2003-01-21 | 1 | -0/+19 |
* | -Wall cleanups (removed unused vars, no 'code has no effect' warnings) | michal | 2003-01-16 | 1 | -2/+2 |
* | Updated Copyrights of Matz to 2003. | michal | 2003-01-16 | 1 | -1/+1 |
* | * parse.y (list_append): avoid O(n) search using node->nd_next->nd_end. | matz | 2003-01-14 | 1 | -12/+20 |
* | * parse.y (stmt): NODE_NOT elimitation for if/unless/while/until node. | matz | 2003-01-09 | 1 | -0/+38 |
* | * hash.c (env_clear): new Hash compatible method. | matz | 2003-01-07 | 1 | -12/+3 |
* | * st.h, st.c: Introduce new conventional typedef's, st_data_t, | knu | 2003-01-06 | 1 | -4/+4 |
* | * eval.c (massign): removed awkward conversion between yvalue, | matz | 2003-01-01 | 1 | -23/+34 |
* | * parse.y (parse_string): readjusted. | nobu | 2002-12-30 | 1 | -38/+44 |
* | * parse.y (yylex): do not accept " __END__\n". ([ruby-dev:19245]) | eban | 2002-12-30 | 1 | -11/+13 |
* | * parse.y (yylex): use strncmp instead of strcmp. | eban | 2002-12-30 | 1 | -2/+2 |
* | 021224 | matz | 2002-12-24 | 1 | -9/+9 |
* | * parse.y (do_block): split "do" block and tLBRACE_ARG block. | matz | 2002-12-20 | 1 | -19/+59 |
* | * numeric.c (num_step): use DBL_EPSILON. | matz | 2002-12-19 | 1 | -1/+1 |
* | * node.h (NODE_ATTRASGN): new node, assignment to attribute. | nobu | 2002-12-17 | 1 | -1/+2 |