| Commit message (Expand) | Author | Age | Files | Lines |
* | * numeric.c (rb_num2uint, rb_fix2int): new function to convert | nobu | 2003-05-30 | 1 | -6/+49 |
* | * object.c (init_copy): rename copy_object as initialize_copy, | matz | 2003-05-19 | 1 | -2/+2 |
* | * gc.c (rb_gc): check odd alignment stack on m68k machines. | matz | 2003-05-08 | 1 | -1/+4 |
* | * compar.c (rb_cmperr): raise comparison failure. | nobu | 2003-05-08 | 1 | -34/+28 |
* | * numeric.c (int_upto, int_downto): should fail unless the | nobu | 2003-05-07 | 1 | -4/+24 |
* | * numeric.c (num_step): remove epsilon; add margin of 0.5, to make | matz | 2003-05-06 | 1 | -2/+1 |
* | * object.c (rb_obj_methods): list singleton methods if recur | matz | 2003-05-06 | 1 | -2/+2 |
* | * array.c (rb_ary_values_at): new method to replace select(index..). | matz | 2003-05-04 | 1 | -1/+1 |
* | * numeric.c (flo_is_finite_p): use finite() if available. | nobu | 2003-04-21 | 1 | -1/+6 |
* | * numeric.c (rb_fix2str): buffer was insufficient. | nobu | 2003-04-15 | 1 | -1/+1 |
* | * rubyio.h (struct OpenFile): add error raise flag to finalizer. | matz | 2003-04-14 | 1 | -2/+2 |
* | * bignum.c (rb_cstr_to_inum, rb_big2str): allow 2-36 as radix. | nobu | 2003-04-14 | 1 | -9/+18 |
* | * numeric.c (coerce_rescue): prevent inspected String from GC. | nobu | 2003-04-11 | 1 | -20/+36 |
* | * eval.c (rb_f_missing): use "inspect" for T_OBJECT as well. | matz | 2003-04-03 | 1 | -1/+1 |
* | * numeric.c (flo_to_s): change format specifier to "%.15g" to | matz | 2003-03-20 | 1 | -1/+1 |
* | * array.c (rb_ary_aref): give warning if index is a symbol. | matz | 2003-03-04 | 1 | -0/+3 |
* | * string.c (str_new): need no MEMZERO(). | matz | 2003-02-27 | 1 | -8/+8 |
* | * object.c (Init_Object): default Object#=== now calls "==" | matz | 2003-02-03 | 1 | -1/+0 |
* | * variable.c (rb_obj_classname): new function. | matz | 2003-01-31 | 1 | -5/+5 |
* | * lib/rational.rb: modified to support "quo". | matz | 2003-01-23 | 1 | -16/+23 |
* | Updated Copyrights of Matz to 2003. | michal | 2003-01-16 | 1 | -1/+1 |
* | * range.c (range_each): treat fixnums specially to boost. | matz | 2003-01-08 | 1 | -3/+13 |
* | * numeric.c (DBL_MAX_10_EXP): fix typo. [ruby-dev:36826] | usa | 2002-12-24 | 1 | -1/+1 |
* | 021224 | matz | 2002-12-24 | 1 | -2/+44 |
* | * parse.y (do_block): split "do" block and tLBRACE_ARG block. | matz | 2002-12-20 | 1 | -2/+2 |
* | * numeric.c (DBL_EPSILON): fix typo. | usa | 2002-12-19 | 1 | -1/+1 |
* | * numeric.c (num_step): use DBL_EPSILON. | matz | 2002-12-19 | 1 | -10/+33 |
* | * sprintf.c (rb_f_sprintf): preceding ".." for negative numbers | matz | 2002-12-10 | 1 | -2/+2 |
* | * file.c (rb_find_file_ext): should not terminate searching with | matz | 2002-11-22 | 1 | -0/+9 |
* | * object.c (Init_Object): added Object#object_id, new name for | matz | 2002-11-03 | 1 | -0/+13 |
* | Int vs Long cleanup #3 (ruby-core:352) | michal | 2002-08-28 | 1 | -8/+8 |
* | * file.c (rb_find_file): $LOAD_PATH must not be empty. | matz | 2002-08-27 | 1 | -4/+4 |
* | *.c: Int vs Long cleanup | michal | 2002-08-21 | 1 | -19/+19 |
* | * array.c (sort_2): *a - *b may overflow. | matz | 2002-08-19 | 1 | -4/+11 |
* | * hash.c (rb_hash_replace): should copy ifnone. | matz | 2002-08-13 | 1 | -12/+14 |
* | * numeric.c (num_to_int): default to_int implementaion for every | matz | 2002-07-29 | 1 | -12/+11 |
* | * random.c: replace with Mersenne Twister RNG. | matz | 2002-07-26 | 1 | -1/+2 |
* | * numeric.c (fix_lshift): negative shift count means right shift. | nobu | 2002-06-10 | 1 | -2/+7 |
* | * string.c (rb_str_aset): should raise error if an indexing string | matz | 2002-06-04 | 1 | -4/+7 |
* | * array.c: fixed format string for 'long' args (%d -> %ld). | michal | 2002-05-28 | 1 | -4/+4 |
* | * eval.c (rb_clear_cache_by_class): new function. | matz | 2002-05-14 | 1 | -3/+4 |
* | * error.c: use HAVE_DECL_SYS_NERR instead of platform names. | matz | 2002-05-02 | 1 | -1/+0 |
* | * numeric.c (num_step): better iteration condition for float | matz | 2002-05-01 | 1 | -11/+7 |
* | * various files: macro fix-up by Michal Rokos. | matz | 2002-04-25 | 1 | -2/+2 |
* | * numeric.c (num_step): try to reduce residual on Float operations. | matz | 2002-04-24 | 1 | -11/+30 |
* | * io.c (rb_io_mode_flags): both 'r+b' and 'rb+' should be allowed. | matz | 2002-04-24 | 1 | -123/+94 |
* | * variable.c (rb_obj_remove_instance_variable): raise NameError if | matz | 2002-04-10 | 1 | -1/+1 |
* | * the VMS support patch submitted by Akiyoshi, Masamichi | matz | 2002-03-22 | 1 | -11/+4 |
* | * bignum.c, intern.h (rb_ull2big, rb_ll2big, rb_ull2inum, rb_ll2inum, | usa | 2002-03-15 | 1 | -5/+5 |
* | * re.c (rb_reg_match): should clear $~ if operand is nil. | matz | 2002-03-14 | 1 | -0/+57 |