| Commit message (Expand) | Author | Age | Files | Lines |
* | Updated Copyrights of Matz to 2003. | michal | 2003-01-16 | 1 | -1/+1 |
* | * eval.c: remove ruby_last_node and assignments seems to be | matz | 2003-01-08 | 1 | -1/+1 |
* | * intern.h (rb_check_array_type): Declare rb_check_array_type(). | knu | 2003-01-06 | 1 | -0/+1 |
* | * class.c (ins_methods_i): should not show ID_ALLOCATOR. | matz | 2002-12-24 | 1 | -1/+1 |
* | * parse.y (do_block): split "do" block and tLBRACE_ARG block. | matz | 2002-12-20 | 1 | -0/+4 |
* | * numeric.c (num_step): use DBL_EPSILON. | matz | 2002-12-19 | 1 | -0/+3 |
* | * sprintf.c (rb_f_sprintf): preceding ".." for negative numbers | matz | 2002-12-10 | 1 | -0/+2 |
* | * object.c (copy_object): copy finalizers as well if any. | matz | 2002-12-04 | 1 | -0/+1 |
* | * file.c (rb_find_file_ext): should not terminate searching with | matz | 2002-11-22 | 1 | -1/+2 |
* | * eval.c (rb_mod_public_method_defined, etc.): new methods: | matz | 2002-10-30 | 1 | -0/+1 |
* | * eval.c (error_print, rb_longjmp, rb_thread_schedule): flush | nobu | 2002-10-29 | 1 | -0/+2 |
* | * eval.c (rb_eval): added NODE_DSYM, symbol literal with | nobu | 2002-10-23 | 1 | -0/+3 |
* | * eval.c (rb_call0): must not clear ruby_current_node, or | nobu | 2002-09-23 | 1 | -1/+1 |
* | * gc.c (gc_sweep): should mark parser. | aamine | 2002-09-05 | 1 | -0/+1 |
* | rb_check_frozen has been added (ruby-core:412) | michal | 2002-09-03 | 1 | -1/+2 |
* | * variable.c (rb_copy_generic_ivar): remove old generic instance | matz | 2002-09-03 | 1 | -1/+0 |
* | * gc.c (gc_sweep): does reclaim nodes in also compile time, if we can. | aamine | 2002-09-02 | 1 | -0/+1 |
* | * array.c (sort_2): *a - *b may overflow. | matz | 2002-08-19 | 1 | -0/+1 |
* | * eval.c (ruby_current_node) : added to set sourceline on demand. | nobu | 2002-08-15 | 1 | -0/+2 |
* | * random.c: replace with Mersenne Twister RNG. | matz | 2002-07-26 | 1 | -1/+1 |
* | * parse.y: yyparse #defines moved from intern.h | matz | 2002-05-29 | 1 | -6/+0 |
* | ANSI C requires a named argument before `...' | nobu | 2002-04-26 | 1 | -1/+1 |
* | * eval.c (rb_proc_new): make Proc from C function. [new] | nobu | 2002-04-26 | 1 | -0/+1 |
* | * io.c (rb_io_mode_flags): both 'r+b' and 'rb+' should be allowed. | matz | 2002-04-24 | 1 | -1/+1 |
* | * re.c (rb_reg_expr_str): should treat backslash specially in | matz | 2002-04-18 | 1 | -12/+12 |
* | * bignum.c, intern.h (rb_ull2big, rb_ll2big, rb_ull2inum, rb_ll2inum, | usa | 2002-03-15 | 1 | -4/+4 |
* | * re.c (rb_reg_match): should clear $~ if operand is nil. | matz | 2002-03-14 | 1 | -0/+6 |
* | * gc.c (rb_source_filename): added. holds unique strings for file | nobu | 2002-03-07 | 1 | -0/+1 |
* | * intern.h: prototypes; rb_io_addstr(), rb_io_printf(), | nobu | 2002-02-20 | 1 | -0/+4 |
* | * eval.c (rb_eval): replace rb_cvar_declare() by rb_cvar_set(). | matz | 2002-02-15 | 1 | -2/+1 |
* | * parse.y (stmt): local variable declaration order was changed | matz | 2002-02-13 | 1 | -1/+2 |
* | * intern.h: prototypes for new functions; rb_cstr_to_inum(), | nobu | 2002-02-01 | 1 | -0/+4 |
* | * re.c (match_select): should propagate taintness. | matz | 2002-01-11 | 1 | -1/+1 |
* | * class.c (rb_make_metaclass): [new] | nobu | 2002-01-10 | 1 | -0/+2 |
* | * process.c (rb_f_system): abandon vfork. | matz | 2002-01-04 | 1 | -0/+1 |
* | * intern.h: add prototypes. | nobu | 2001-12-17 | 1 | -0/+8 |
* | * string.c (rb_str_equal): object with to_str must be treated as a | matz | 2001-11-29 | 1 | -0/+1 |
* | * parse.y (str_extend): should check nesting parentheses in #{}. | matz | 2001-11-21 | 1 | -1/+1 |
* | * parse.y (parse_regx): should raise error on untermitated | matz | 2001-11-19 | 1 | -8/+9 |
* | * signal.c (sighandle): should not re-register sighandler if | matz | 2001-11-13 | 1 | -1/+2 |
* | * intern.h (rb_protect_inspect): follow the change of array.c. | usa | 2001-10-29 | 1 | -1/+1 |
* | * parse.y (str_extend): shuould allow interpolation of $-x. | matz | 2001-10-29 | 1 | -1/+1 |
* | * eval.c (rb_f_missing): check stack level with rb_stack_check(). | nobu | 2001-10-16 | 1 | -0/+1 |
* | * file.c (rb_stat_clone): should copy internal data too. | matz | 2001-10-10 | 1 | -0/+1 |
* | * eval.c, intern.h (rb_svar): return reference to special variable | nobu | 2001-09-20 | 1 | -1/+2 |
* | * file.c (rb_find_file_ext): add const qualifiers to ext. | nobu | 2001-09-05 | 1 | -1/+1 |
* | * intern.h (rb_find_file_ext): changed from rb_find_file_noext(). | nobu | 2001-09-03 | 1 | -1/+1 |
* | * parse.y (yylex): ternary ? can be followed by newline. | matz | 2001-08-29 | 1 | -0/+1 |
* | * eval.c (is_defined): should not dump core for "defined?(())". | matz | 2001-08-23 | 1 | -0/+1 |
* | * range.c (range_step): 'iter' here should be an array. | matz | 2001-08-20 | 1 | -1/+1 |