| Commit message (Expand) | Author | Age | Files | Lines |
* | * 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 |
* | * parse.y (nextc): get rid of overrun. (pointed out by akr | nobu | 2002-12-16 | 1 | -1/+1 |
* | * parse.y (dispose_string): dispose String object. | nobu | 2002-12-15 | 1 | -2/+10 |
* | * parse.y (expr): rescue clause was ignored. | nobu | 2002-12-13 | 1 | -0/+3 |
* | * parse.y (dsym): garbage returned. (ruby-bugs-ja:PR#358) | nobu | 2002-11-17 | 1 | -2/+1 |
* | * configure.in (LIBRUBY_A): append -static. [ruby-dev:18689] | nobu | 2002-11-14 | 1 | -6/+17 |
* | * math.c (math_acos): check errno after operation. ditto for | matz | 2002-11-14 | 1 | -19/+21 |
* | * parse.y: back out an unintended change in the syntax. | matz | 2002-11-07 | 1 | -4/+0 |
* | * class.c (rb_define_method): do not set NOEX_CFUNC if klass is | matz | 2002-11-07 | 1 | -0/+8 |
* | * eval.c (rb_eval): added NODE_DSYM, symbol literal with | nobu | 2002-10-23 | 1 | -2/+61 |
* | * parse.y (value_expr0): allow return/break/next/redo/retry in rhs | nobu | 2002-10-18 | 1 | -5/+30 |
* | * object.c (rb_str_to_dbl): RString ptr might be NULL. | matz | 2002-10-17 | 1 | -5/+6 |
* | * eval.c (rb_eval): Class#inherited should be called after the | matz | 2002-09-27 | 1 | -4/+0 |
* | * io.c (appendline): forget to terminate with nul. | matz | 2002-09-25 | 1 | -2/+1 |
* | * eval.c (rb_call0): must not clear ruby_current_node, or | nobu | 2002-09-23 | 1 | -19/+16 |
* | * eval.c (call_trace_func): should not call trace function while | nobu | 2002-09-22 | 1 | -1/+1 |
* | literal_append: remove. | nobu | 2002-09-20 | 1 | -1/+0 |
* | * parse.y (block_append): eliminate unused literal nodes. | nobu | 2002-09-20 | 1 | -123/+75 |
* | * eval.c (rb_eval): avoid uninitialized global/class variable | nobu | 2002-09-13 | 1 | -2/+7 |
* | * parse.y (nextc): restore line number after here documents. | nobu | 2002-09-10 | 1 | -0/+8 |
* | * parse.y (rb_gc_mark_parser): ruby_eval_tree is marked in eval.c. | aamine | 2002-09-06 | 1 | -2/+0 |
* | * parse.y (rb_gc_mark_parser): should mark lex_input and ruby_debug_lines. | aamine | 2002-09-06 | 1 | -1/+3 |
* | * parse.y (rb_gc_mark_parser): should mark parse.y global variables. | aamine | 2002-09-06 | 1 | -5/+7 |
* | * parse.y: should not use non-NODE VALUEs in the semantic stack. | aamine | 2002-09-06 | 1 | -21/+17 |
* | * gc.c (gc_sweep): should mark parser. | aamine | 2002-09-05 | 1 | -0/+8 |
* | * class.c (rb_make_metaclass): obj.meta.super.meta should be equal | matz | 2002-09-04 | 1 | -7/+13 |
* | * gc.c (gc_sweep): does reclaim nodes in also compile time, if we can. | aamine | 2002-09-02 | 1 | -0/+10 |
* | *.c: Int vs Long cleanup | michal | 2002-08-21 | 1 | -2/+2 |
* | * eval.c (ruby_current_node) : added to set sourceline on demand. | nobu | 2002-08-15 | 1 | -3/+1 |
* | * parse.y (tokadd_string): ignore backslashed spaces in %w. | matz | 2002-08-01 | 1 | -0/+3 |
* | * random.c: replace with Mersenne Twister RNG. | matz | 2002-07-26 | 1 | -28/+50 |
* | * parse.y (yylex): modify to accept a code like "m (a){...}". | aamine | 2002-07-26 | 1 | -6/+6 |
* | * parse.y (yylex): fix typo. | aamine | 2002-07-17 | 1 | -1/+1 |
* | * parse.y (heredoc_identifier): modify typo. | aamine | 2002-07-15 | 1 | -3/+3 |
* | * parse.y (literal_concat_string): wrong optimization. | nobu | 2002-07-13 | 1 | -2/+1 |
* | * parse.y: remove useless function str_extend_p(). | aamine | 2002-07-04 | 1 | -18/+0 |
* | object.c: rb_Integer reformat, nil#to_f added to rb_define_method. | michal | 2002-07-02 | 1 | -1/+1 |
* | * re.c (rb_reg_expr_str): need to process backslashes properly. | matz | 2002-06-28 | 1 | -12/+9 |
* | missing ; | nobu | 2002-06-27 | 1 | -0/+1 |
* | * parse.y (literal_concat_string): non-string last expression in | nobu | 2002-06-26 | 1 | -2/+3 |
* | * parse.y (words, qwords): word list literal rules. | nobu | 2002-06-26 | 1 | -123/+128 |
* | * parse.y (string1, xstring, regexp): moved lex_strnest | nobu | 2002-06-25 | 1 | -10/+12 |
* | * parse.y (string_dvar): allow back references in interpolation. | nobu | 2002-06-24 | 1 | -6/+7 |
* | * parse.y (yylex): __END__ should not be effective within | matz | 2002-06-24 | 1 | -6/+8 |
* | * eval.c (rb_eval): NODE_EVSTR is no longer used. | nobu | 2002-06-24 | 1 | -588/+636 |
* | * parse.y (yylex): ? followed by successive word charaters is | nobu | 2002-06-18 | 1 | -0/+4 |
* | * parse.y (yylex): commands after break/next/rescue can take | nobu | 2002-06-18 | 1 | -0/+1 |
* | * parse.y (yylex): obsolete '?<whitespace>'; use '?\s', '?\n', | matz | 2002-06-18 | 1 | -14/+48 |