| Commit message (Expand) | Author | Age | Files | Lines |
* | * numeric.c (rb_num2ull): use FIX2LONG instead of FIX2ULONG. see | usa | 2011-07-11 | 1 | -1/+1 |
* | * numeric.c (ULLONG_MAX): fallback definition. | nobu | 2011-07-09 | 1 | -0/+3 |
* | * numeric.c (rb_num2ull): use own switch sentense. | naruse | 2011-07-07 | 1 | -2/+35 |
* | * internal.h: declare internal functions here. | akr | 2011-06-17 | 1 | -4/+0 |
* | * numeric.c (rb_enc_uint_chr): fix message format. Bug#4869 | nobu | 2011-06-11 | 1 | -1/+1 |
* | * include/ruby/missing.h, numeric.c (round): moved prototype of round() | usa | 2011-06-03 | 1 | -2/+0 |
* | * insns.def (opt_mult): as r31805, volatile it. | naruse | 2011-05-30 | 1 | -1/+1 |
* | * numeric.c (int_pow): make sure to assign the result of x * z. | naruse | 2011-05-30 | 1 | -1/+1 |
* | revert r31783. | nobu | 2011-05-29 | 1 | -1/+1 |
* | * numeric.c (flo_round): use absolute value as divisor. | nobu | 2011-05-29 | 1 | -1/+1 |
* | * numeric.c: add #include "interna.h" for rb_big_uminus() prototype. | nagachika | 2011-05-29 | 1 | -0/+1 |
* | * numeric.c (flo_round): fix for negative value. | nobu | 2011-05-29 | 1 | -2/+8 |
* | * remove trailing spaces. | nobu | 2011-05-15 | 1 | -1/+1 |
* | * numeric.c (flo_coerce): fix a typo in documentation. | nagachika | 2011-05-13 | 1 | -1/+1 |
* | Add #flo_coerce documentation. | shyouhei | 2011-05-13 | 1 | -1/+9 |
* | * numeric.c (int_ord): remove K&R style. | naruse | 2011-05-09 | 1 | -2/+1 |
* | * numeric.c (ruby_float_step): wrong loop condition. | usa | 2011-04-14 | 1 | -1/+1 |
* | * numeric.c (flo_round): fix inaccurate results. | nobu | 2011-03-22 | 1 | -1/+12 |
* | * numeric.c (flo_round): use pow instead of while-loop. fixes #4510 | naruse | 2011-03-22 | 1 | -5/+2 |
* | * numeric.c (Init_Numeric): fixed a potential bug when using bccwin32 | usa | 2010-12-01 | 1 | -0/+1 |
* | * numeric.c (ruby_float_step): fix Numeric#step with infinity unit | naruse | 2010-10-13 | 1 | -1/+1 |
* | * numeric.c (check_uint): get rid of overflow on LLP64 platforms. | nobu | 2010-10-13 | 1 | -1/+1 |
* | * numeric.c (int_chr): raise error when the value is negative. | naruse | 2010-10-13 | 1 | -1/+10 |
* | * numeric.c (rb_num_to_uint): fix 32bit logic. | naruse | 2010-10-13 | 1 | -2/+5 |
* | * numeric.c (rb_num_to_uint): added to check the range of arguments. | naruse | 2010-10-13 | 1 | -0/+30 |
* | * numeric.c (rb_num2fix): result of rb_num2long is SIGNED_VALUE. | nobu | 2010-10-12 | 1 | -1/+1 |
* | * numeric (check_uint): the mask must refer to VALUE. | naruse | 2010-10-12 | 1 | -2/+2 |
* | * numeric (check_uint): set MSB for negative value. | naruse | 2010-10-12 | 1 | -8/+7 |
* | * numeric.c (rb_enc_uint_chr): split from int_chr. | naruse | 2010-10-12 | 1 | -11/+16 |
* | * numeric.c (int_chr): a codepoint of Ruby M17N must be 32bit | naruse | 2010-10-12 | 1 | -3/+3 |
* | Add links about floating point. [ruby-core:31849] | naruse | 2010-08-29 | 1 | -0/+7 |
* | * numeric.c (flo_cmp): typo. | usa | 2010-07-27 | 1 | -1/+2 |
* | * numeric.c (flo_cmp): honor the result of infinite? method of the | nobu | 2010-07-24 | 1 | -3/+7 |
* | * numeric.c (fix_divide): must not use rb_rational_new1 for coercion | mame | 2010-07-15 | 1 | -1/+1 |
* | Merge branch 'mybranch' of git://github.com/orangea/ruby into trunk | shyouhei | 2010-07-07 | 1 | -4/+1 |
* | * numeric.c (rb_num2long): accept LONG_MAX < x < LONG_MAX+1 and | akr | 2010-07-01 | 1 | -6/+14 |
* | * numeric.c (rb_num2ulong): fix the lower limit for float. | akr | 2010-07-01 | 1 | -1/+1 |
* | Clarification of what '*' matches. Patch by John Wells <john.wells at greatw... | drbrain | 2010-06-04 | 1 | -1/+0 |
* | * numeric.c (rb_num2ulong): explicit cast to suppress a warning. | nobu | 2010-05-22 | 1 | -1/+1 |
* | * marshal.c (w_float): use dtoa directly instead of stripping | nobu | 2010-05-21 | 1 | -43/+41 |
* | * numeric.c (rb_num2ulong): use rb_big2ulong for data from | naruse | 2010-05-19 | 1 | -2/+27 |
* | * array.c: Documentation: change => in call-seq to ->. | marcandre | 2010-05-17 | 1 | -3/+3 |
* | * array.c: Harmonize documentation, in particular regarding: | marcandre | 2010-05-13 | 1 | -6/+14 |
* | * marshal.c (w_float): use minimal representation. | nobu | 2010-05-13 | 1 | -41/+43 |
* | * numeric.c (flo_to_s): fixed broken output including nuls. | nobu | 2010-05-12 | 1 | -2/+7 |
* | * numeric.c (flo_to_s): exponent needs 2 digits. | nobu | 2010-05-12 | 1 | -4/+3 |
* | * numeric.c (flo_to_s): fill lower zeros. | nobu | 2010-05-12 | 1 | -0/+4 |
* | * numeric.c (flo_to_s): make minimum string representation. | nobu | 2010-05-12 | 1 | -15/+42 |
* | * error.c: RDoc for subclasses of Exception. [ruby-core:28394] | marcandre | 2010-05-08 | 1 | -0/+32 |
* | * eval.c (make_exception, rb_obj_extend): Fix error messages in case of wrong | marcandre | 2010-04-30 | 1 | -2/+2 |