| Commit message (Expand) | Author | Age | Files | Lines |
* | * $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 |
* | * numeric.c: use #ifdef for test LONG_LONG_VALUE. | akr | 2007-09-30 | 1 | -2/+2 |
* | * include/ruby/ruby.h (struct RBignum): embed digits in RBignum for | akr | 2007-09-01 | 1 | -1/+1 |
* | * numeric.c (SQRT_LONG_MAX): use SIZEOF_LONG instead of SIZEOF_VALUE | usa | 2007-08-30 | 1 | -1/+1 |
* | * encoding.c: provide basic features for M17N. | matz | 2007-08-25 | 1 | -1/+1 |
* | * bignum.c (rb_big_lshift, rb_big_rshift): separated functions | nobu | 2007-07-19 | 1 | -14/+29 |
* | * numeric.c (fix_pow): integer power calculation: 0**n => 0, | matz | 2007-07-14 | 1 | -4/+19 |
* | * numeric.c (int_pow): overflow detection using FIT_SQRT_LONG(). | matz | 2007-07-13 | 1 | -6/+6 |
* | * numeric.c (int_round): should not return false, but self. | matz | 2007-07-13 | 1 | -1/+1 |
* | * blockinlining.c: remove "yarv" prefix. | ko1 | 2007-07-12 | 1 | -5/+0 |
* | * numeric.c (int_pow): fix previous nubu's commit. | usa | 2007-07-05 | 1 | -4/+7 |
* | * numeric.c (int_pow): even number multiplication never be negative. | nobu | 2007-07-05 | 1 | -1/+1 |
* | * numeric.c (fix_pow): get rid of division by zero. reported by | nobu | 2007-06-29 | 1 | -3/+16 |
* | * numeric.c: fix indent. | nobu | 2007-06-29 | 1 | -29/+29 |
* | * include/ruby: moved public headers. | nobu | 2007-06-10 | 1 | -1/+1 |
* | * numeric.c (int_round): should not just truncate. | matz | 2007-06-05 | 1 | -16/+25 |
* | * compile.c, dir.c, eval.c, eval_jump.h, eval_method.h, numeric.c, | nobu | 2007-06-05 | 1 | -24/+24 |
* | * numeric.c (int_round): small optimization to handle bignums. | matz | 2007-06-01 | 1 | -1/+17 |
* | * numeric.c (num_round): should convert self to Float. | nobu | 2007-06-01 | 1 | -5/+1 |
* | * numeric.c (flo_round): now takes optional argument to specify | matz | 2007-05-31 | 1 | -23/+40 |
* | * numeric.c: purged trailing spaces. | nobu | 2007-05-09 | 1 | -124/+124 |
* | * bignum.c (Init_Bignum), numeric.c (Init_Numeric): added fdiv as | nobu | 2007-05-09 | 1 | -0/+4 |
* | * numeric.c (int_pow): bugfix of overflow detection. | nobu | 2007-04-27 | 1 | -1/+1 |
* | * numeric.c (int_pow): rb_big_pow() may return other than Bignum. | nobu | 2007-04-27 | 1 | -2/+4 |
* | * bignum.c (rb_big_pow): reduce multiplying for even number. | nobu | 2007-04-26 | 1 | -1/+33 |
* | * 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 |