Age | Commit message (Expand) | Author |
2002-11-07 | * class.c (rb_define_method): do not set NOEX_CFUNC if klass is | matz |
2002-10-23 | * eval.c (rb_eval): added NODE_DSYM, symbol literal with | nobu |
2002-10-18 | * parse.y (value_expr0): allow return/break/next/redo/retry in rhs | nobu |
2002-10-17 | * object.c (rb_str_to_dbl): RString ptr might be NULL. | matz |
2002-09-27 | * eval.c (rb_eval): Class#inherited should be called after the | matz |
2002-09-25 | * io.c (appendline): forget to terminate with nul. | matz |
2002-09-23 | * eval.c (rb_call0): must not clear ruby_current_node, or | nobu |
2002-09-22 | * eval.c (call_trace_func): should not call trace function while | nobu |
2002-09-20 | literal_append: remove. | nobu |
2002-09-20 | * parse.y (block_append): eliminate unused literal nodes. | nobu |
2002-09-13 | * eval.c (rb_eval): avoid uninitialized global/class variable | nobu |
2002-09-10 | * parse.y (nextc): restore line number after here documents. | nobu |
2002-09-06 | * parse.y (rb_gc_mark_parser): ruby_eval_tree is marked in eval.c. | aamine |
2002-09-06 | * parse.y (rb_gc_mark_parser): should mark lex_input and ruby_debug_lines. | aamine |
2002-09-06 | * parse.y (rb_gc_mark_parser): should mark parse.y global variables. | aamine |
2002-09-06 | * parse.y: should not use non-NODE VALUEs in the semantic stack. | aamine |
2002-09-05 | * gc.c (gc_sweep): should mark parser. | aamine |
2002-09-04 | * class.c (rb_make_metaclass): obj.meta.super.meta should be equal | matz |
2002-09-02 | * gc.c (gc_sweep): does reclaim nodes in also compile time, if we can. | aamine |
2002-08-21 | *.c: Int vs Long cleanup | michal |
2002-08-15 | * eval.c (ruby_current_node) : added to set sourceline on demand. | nobu |
2002-08-01 | * parse.y (tokadd_string): ignore backslashed spaces in %w. | matz |
2002-07-26 | * random.c: replace with Mersenne Twister RNG. | matz |
2002-07-26 | * parse.y (yylex): modify to accept a code like "m (a){...}". | aamine |
2002-07-17 | * parse.y (yylex): fix typo. | aamine |
2002-07-15 | * parse.y (heredoc_identifier): modify typo. | aamine |
2002-07-13 | * parse.y (literal_concat_string): wrong optimization. | nobu |
2002-07-04 | * parse.y: remove useless function str_extend_p(). | aamine |
2002-07-02 | object.c: rb_Integer reformat, nil#to_f added to rb_define_method. | michal |
2002-06-28 | * re.c (rb_reg_expr_str): need to process backslashes properly. | matz |
2002-06-27 | missing ; | nobu |
2002-06-26 | * parse.y (literal_concat_string): non-string last expression in | nobu |
2002-06-26 | * parse.y (words, qwords): word list literal rules. | nobu |
2002-06-25 | * parse.y (string1, xstring, regexp): moved lex_strnest | nobu |
2002-06-24 | * parse.y (string_dvar): allow back references in interpolation. | nobu |
2002-06-24 | * parse.y (yylex): __END__ should not be effective within | matz |
2002-06-24 | * eval.c (rb_eval): NODE_EVSTR is no longer used. | nobu |
2002-06-18 | * parse.y (yylex): ? followed by successive word charaters is | nobu |
2002-06-18 | * parse.y (yylex): commands after break/next/rescue can take | nobu |
2002-06-18 | * parse.y (yylex): obsolete '?<whitespace>'; use '?\s', '?\n', | matz |
2002-06-18 | * parse.y (yylex): should pushback proper char after '<<'. | nobu |
2002-06-14 | * parse.y (read_escape): deny zero-width hexadecimal character. | nobu |
2002-06-13 | * eval.c (svalue_to_avalue): v may be Qundef. This fix was | matz |
2002-06-12 | * parse.y (yylex): 'do' should return kDO_BLOCK on EXPR_ENDARG. | matz |
2002-06-11 | * parse.y (stmt): fix typo. | nobu |
2002-06-11 | * parse.y (%%): remove '%%' line on the end of the file(parse error). | eban |
2002-06-11 | * eval.c (rb_eval): ruby_frame->last_func may be null, if it's | matz |
2002-06-10 | * numeric.c (fix_lshift): negative shift count means right shift. | nobu |
2002-06-05 | Trivial: GCC3.1 fix (not worth to mention in ChangeLog) | michal |
2002-06-04 | * string.c (rb_str_aset): should raise error if an indexing string | matz |