| Commit message (Expand) | Author | Age | Files | Lines |
* | * numeric.c (check_uint): fix wrong message. | usa | 2008-07-18 | 1 | -8/+2 |
* | * numeric.c (check_uint, rb_num2uint, rb_fix2uint): fixed wrong check | usa | 2008-07-18 | 1 | -14/+15 |
* | * numeric.c (check_uint, rb_num2uint, rb_fix2uint): strict check. | usa | 2008-07-17 | 1 | -10/+19 |
* | * numeric.c (check_uint, rb_num2uint, rb_fix2uint): proper check. | usa | 2008-07-04 | 1 | -4/+10 |
* | * numeric.c (rb_num2uint, rb_fix2uint): typo. | usa | 2008-07-03 | 1 | -2/+2 |
* | * numeric.c (check_uint, rb_num2uint): also needs checking negative | usa | 2008-07-03 | 1 | -8/+4 |
* | * numeric.c (num_coerce): call rb_Float(x) first. don't depend on | akr | 2008-06-30 | 1 | -1/+3 |
* | * numeric.c (flo_round): get rid of overflow. | nobu | 2008-06-21 | 1 | -5/+10 |
* | * include/ruby/ruby.h (CONST_ID): constant ID cache for non-gcc. | nobu | 2008-06-09 | 1 | -0/+2 |
* | * numeric.c: "%" is required before PRI?VALUE. | akr | 2008-05-27 | 1 | -4/+4 |
* | * numeric.c (num_div): should raise ZeroDivisionError. | matz | 2008-05-27 | 1 | -1/+6 |
* | * numeric.c (num_fdiv): fallback to_f should always return float | matz | 2008-05-27 | 1 | -1/+15 |
* | * numeric.c (check_int): use PRIxVALUE format specifier. | matz | 2008-05-27 | 1 | -12/+4 |
* | * numeric.c (bit_coerce): float should not be a valid operand of | matz | 2008-05-07 | 1 | -5/+9 |
* | * numeric.c (fix_divide): float division should floor() before | matz | 2008-05-07 | 1 | -1/+1 |
* | * string.c (sym_to_i): remove obsolete method. preparation for | matz | 2008-05-07 | 1 | -49/+0 |
* | * bignum.c (rb_big_fdiv): flo.fdiv(NaN) should result NaN. | matz | 2008-05-07 | 1 | -13/+4 |
* | * bignum.c (rb_big_divide), numeric.c (fix_divide): check for result | nobu | 2008-05-01 | 1 | -10/+12 |
* | * numeric.c: cancelled recent changes (except to remove rdiv). | tadf | 2008-04-07 | 1 | -28/+22 |
* | * numeric.c (num_quo): RDoc updated. | matz | 2008-04-03 | 1 | -4/+4 |
* | * bignum.c (Init_Bignum): rdiv method removed. [ruby-dev:34242] | matz | 2008-04-03 | 1 | -20/+6 |
* | * numeric.c (num_rdiv): should always return rational number. | matz | 2008-04-02 | 1 | -29/+40 |
* | * numeric.c (num_quo): should convert its operand to Rational. | matz | 2008-03-31 | 1 | -2/+2 |
* | both complex and rational are now builtin classes. | tadf | 2008-03-16 | 1 | -6/+63 |
* | * numeric.c (flo_divmod): remvoed unused variable. | nobu | 2008-03-14 | 1 | -1/+1 |
* | * numeric.c (fix_divmod): should return integer division. [ruby-dev:34006] | matz | 2008-03-13 | 1 | -11/+18 |
* | * numeric.c (fix_coerce): try conversion before type check. | nobu | 2008-03-11 | 1 | -9/+19 |
* | fix doc. | akr | 2008-03-09 | 1 | -0/+1 |
* | * numeric.c (fix_to_s): avoid rb_scan_args() when no argument | matz | 2008-03-05 | 1 | -4/+7 |
* | * numeric.c (rb_num_coerce_bin): add ID argument to specify | matz | 2008-02-12 | 1 | -31/+31 |
* | * string.c (rb_str_usascii_new{,2}: defined. | naruse | 2008-01-25 | 1 | -6/+11 |
* | * numeric.c (fix_quo): typo. a patch from Shin-ichiro HARA | usa | 2008-01-16 | 1 | -1/+1 |
* | * $Date$ keyword removed to avoid inclusion of locale dependent | akr | 2008-01-06 | 1 | -1/+0 |
* | fix typos. | akr | 2007-12-31 | 1 | -1/+1 |
* | * pack.c (pack_pack): use NUM2LONG instead of NUM2INT. | usa | 2007-12-24 | 1 | -3/+3 |
* | * proc.c (method_name): preserve Symbol's encoding. | matz | 2007-12-24 | 1 | -2/+2 |
* | enable several rdoc. | akr | 2007-12-24 | 1 | -4/+4 |
* | * include/ruby/encoding.h, encoding.c, re.c, io.c, parse.y, numeric.c, | akr | 2007-12-22 | 1 | -1/+1 |
* | * encoding.c (rb_ascii_encoding): renamed from previous | matz | 2007-12-21 | 1 | -1/+1 |
* | * io.c (rb_io_s_read): allow specifying encoding explicitly. | matz | 2007-12-21 | 1 | -0/+1 |
* | * regerror.c, string.c, io.c, lib/getoptlong.rb, lib/net/imap.rb, | akr | 2007-12-21 | 1 | -1/+1 |
* | * include/ruby/ruby.h: rename RFloat#double_value -> float_value. | ko1 | 2007-11-20 | 1 | -1/+1 |
* | * numeric.c (round): fallback definition. | nobu | 2007-11-13 | 1 | -6/+19 |
* | * include/ruby/ruby.h: introduce 2 macros: | ko1 | 2007-11-13 | 1 | -88/+88 |
* | * numeric.c (flodivmod): work around for inifinity. | nobu | 2007-11-13 | 1 | -1/+11 |
* | * numeric.c (flo_divmod): round to the nearest integer. [ ruby-Bugs-14540 ] | shyouhei | 2007-11-12 | 1 | -1/+1 |
* | * numeric.c (int_chr): take an optional encoding parameter. | nobu | 2007-10-26 | 1 | -10/+30 |
* | * numeric.c (fix_pow): returns 1.0 for 0**0.0. | nobu | 2007-10-26 | 1 | -0/+1 |
* | * numeric.c (fix_pow): returns infinity for 0**-1. [ruby-dev:32084] | nobu | 2007-10-26 | 1 | -2/+8 |
* | * numeric.c (flo_round): should be number but not rounding factor. | nobu | 2007-10-15 | 1 | -1/+1 |