| Commit message (Expand) | Author | Age | Files | Lines |
* | * numeric.c (fix_equal): A bit more optimization. | knu | 2007-02-21 | 1 | -3/+2 |
* | * numeric.c (fix_equal): remove FIX2LONG() to optimize. suggested | matz | 2007-02-21 | 1 | -17/+7 |
* | * call_cfunc.ci, compile.c, compile.h, debug.h, eval.c, | nobu | 2007-02-02 | 1 | -1/+1 |
* | * numeric.c (int_pred): add Integer#pred corresponding | matz | 2007-01-30 | 1 | -0/+21 |
* | * Merge YARV | ko1 | 2006-12-31 | 1 | -21/+47 |
* | * bignum.c (rb_big_hash): use rb_memhash(). | matz | 2006-09-21 | 1 | -3/+1 |
* | * numeric.c (Init_Numeric): fix_odd_p and fix_even_p are for Fixnum. | nobu | 2006-09-21 | 1 | -2/+2 |
* | * numeric.c (int_odd_p): a new method to check even or odd. | matz | 2006-09-21 | 1 | -0/+68 |
* | * numeric.c (fix_mul): typo again. patch from Tadashi Saito | nobu | 2006-09-20 | 1 | -1/+1 |
* | * numeric.c (fix_mul): get rid of shift overflow. | nobu | 2006-09-18 | 1 | -1/+1 |
* | * numeric.c (fix_mul): fixed typo. fixed: [ruby-core:08885] | nobu | 2006-09-17 | 1 | -3/+3 |
* | * numeric.c (fix_mul): avoid bignum multiplication as far as | matz | 2006-09-14 | 1 | -3/+19 |
* | * numeric.c (fix_plus): addition in Fixnum will never overflow | matz | 2006-09-04 | 1 | -8/+2 |
* | * ruby.h (struct RArray): embed small arrays. | matz | 2006-09-02 | 1 | -3/+3 |
* | * ruby.h (struct RString): embed small strings. | matz | 2006-08-31 | 1 | -1/+1 |
* | * numeric.c (flo_hash): improve collision. | nobu | 2006-08-30 | 1 | -6/+2 |
* | * numeric.c (num_step): also return an enumerator object if no block | nobu | 2006-08-20 | 1 | -0/+1 |
* | * bignum.c (rb_int2big): use SIGNED_VALUE. [ruby-dev:29019] | matz | 2006-07-11 | 1 | -18/+20 |
* | * sprintf.c (rb_str_format): allow %c to print one character | matz | 2006-06-09 | 1 | -11/+16 |
* | * numeric.c (fix_to_s): removed workaround for radix 2. Historically, | ocean | 2006-02-05 | 1 | -4/+0 |
* | * numeric.c (fix_to_s): (2**32).to_s(2) fails with exception where | ocean | 2006-02-04 | 1 | -1/+1 |
* | * eval.c: unify ruby_class (for method definition) and ruby_cbase | matz | 2006-02-03 | 1 | -0/+3 |
* | * configure.in: define IA64 for portability. (HP aC++/ANSI C doesn't | akr | 2005-12-27 | 1 | -0/+4 |
* | * sprintf.c (rb_f_sprintf): [ruby-dev:27967] | matz | 2005-12-07 | 1 | -0/+15 |
* | * numeric.c (num_div): use floor rather than rb_Integer(). | matz | 2005-11-23 | 1 | -1/+3 |
* | * eval.c (rb_call_super): should call method_missing if super is | matz | 2005-11-01 | 1 | -1/+1 |
* | * range.c (rb_range_beg_len): should return Qfalse for non-range | matz | 2005-10-05 | 1 | -13/+37 |
* | * io.c (io_close): call rb_io_close() directly if io is a T_FILE | matz | 2005-09-19 | 1 | -1/+1 |
* | * bignum.c: changed `foo _((boo))' to `foo(boo)`. [ruby-dev:27056] | ocean | 2005-09-14 | 1 | -1/+1 |
* | * array.c: moved to ANSI function style from K&R function style. | ocean | 2005-09-12 | 1 | -226/+110 |
* | * parse.y (f_larglist): allow optional arguments even when | matz | 2005-08-12 | 1 | -6/+36 |
* | * numeric.c (Init_Numeric): do not share implementation among | matz | 2005-08-04 | 1 | -1/+0 |
* | * numeric.c (fix_div): should not convert the result into | matz | 2005-08-04 | 1 | -1/+1 |
* | * numeric.c (fix_minus, fix_mul, fix_quo, fix_div, fix_mod, | matz | 2005-08-03 | 1 | -14/+76 |
* | * bignum.c (rb_big_eq): reduce isnan(). [ruby-dev:26600] | matz | 2005-07-25 | 1 | -5/+10 |
* | * numeric.c (fix_pow): support Fixnum ** Float case directly | matz | 2005-05-24 | 1 | -0/+3 |
* | * eval.c (rb_attr): attribute name check added. | matz | 2005-04-18 | 1 | -1/+1 |
* | * array.c: replace rb_protect_inspect() and rb_inspecting_p() by | matz | 2005-03-04 | 1 | -4/+4 |
* | * numeric.c (Init_Numeric): turn off floating point exceptions | ocean | 2005-01-11 | 1 | -0/+3 |
* | * re.c (rb_reg_initialize_m): should raise exception instead of | matz | 2004-11-17 | 1 | -3/+4 |
* | * numeric.c (flo_divmod): protect float values from GC by | matz | 2004-11-16 | 1 | -1/+3 |
* | * node.h (NODE_TYPESHIFT): allow 4 more bits for line numbers. | matz | 2004-10-27 | 1 | -3/+0 |
* | * array.c, enum.c, pack.c: rdoc patch from Johan Holmberg | ocean | 2004-07-09 | 1 | -1/+1 |
* | * eval.c (rb_mod_freeze): prepare string representation before | matz | 2004-06-16 | 1 | -0/+1 |
* | * io.c (rb_io_gets_m): set lastline ($_) even when read line is | matz | 2004-06-04 | 1 | -1/+1 |
* | * numeric.c (flo_eq): alway check if operands are NaN. | matz | 2004-05-20 | 1 | -2/+0 |
* | * numeric.c (flo_to_s): p 0.0 should be '0.0' not '0.0e+00'. | ocean | 2004-05-17 | 1 | -11/+10 |
* | * eval.c (eval): warning during eval should not cause deadlock. | matz | 2004-05-10 | 1 | -1/+1 |
* | * parse.y (string_content): turn off NODE_NEWLINE flag to avoid | matz | 2004-05-07 | 1 | -21/+13 |
* | * array.c, enum.c, eval.c, file.c, io.c, numeric.c, object.c, prec.c, | nobu | 2004-04-14 | 1 | -1/+1 |