aboutsummaryrefslogtreecommitdiffstats
path: root/test/bigdecimal
Commit message (Expand)AuthorAgeFilesLines
* [ruby/bigdecimal] Fix for the coerce cases in divide and DoDivmodKenta Murata2021-01-161-0/+13
* [ruby/bigdecimal] Allow digits=0 in BigDecimal(flt) and Float#to_dKenta Murata2021-01-132-3/+7
* [ruby/bigdecimal] Use pre-allocated objects for special valuesKenta Murata2021-01-131-1/+7
* [ruby/bigdecimal] Fix exception message raised in Kernel.BigDecimalKenta Murata2021-01-131-1/+13
* [ruby/bigdecimal] Add test cases of conversion from FloatKenta Murata2021-01-091-0/+6
* [ruby/bigdecimal] Fix trailing zero handling in rb_uint64_convert_to_BigDecimalKenta Murata2021-01-071-0/+4
* [ruby/bigdecimal] Include TestBigDecimalBase in TestBigDecimalUtilKenta Murata2021-01-075-5/+6
* [ruby/bigdecimal] Fix test for Ruby 2.4Kenta Murata2021-01-021-10/+20
* [ruby/bigdecimal] Implement special conversions for 64-bit integersKenta Murata2021-01-021-0/+17
* [ruby/bigdecimal] Fix test_limitKenta Murata2021-01-021-9/+10
* [bigdecimal] Fix deprecation warning testKenta Murata2020-12-191-0/+4
* [bigdecimal] Add BigDecimal#n_significant_digitsKenta Murata2020-12-191-0/+51
* [bigdecimal] Make BigDecimal#precs deprecatedKenta Murata2020-12-191-6/+16
* [bigdecimal] Add BigDecimal#precisionKenta Murata2020-12-191-0/+49
* [bigdecimal] Make bigdecimal Ractor safeKenta Murata2020-12-191-0/+23
* [bigdecimal] Fix the default precision of Float#to_dKenta Murata2020-12-191-4/+12
* [bigdecimal] Fix test for d5ab8e8562Kenta Murata2020-12-191-1/+1
* Import bigdecimal 2.0.2 (#3905)Kenta Murata2020-12-151-1/+11
* bidecimal: improve tests' independence (#3297)Kenta Murata2020-07-122-7/+15
* [ruby/bigdecimal] Return US-ASCII string from BigDecimal#to_sKenta Murata2020-07-061-12/+17
* [ruby/bigdecimal] Add Complex#to_dKenta Murata2020-07-061-0/+12
* [ruby/bigdecimal] Make tests pass on Ruby 2.4Jeremy Evans2020-07-061-3/+4
* [ruby/bigdecimal] Remove definition of BigDecimal#initialize_copyJeremy Evans2020-07-061-4/+6
* [ruby/bigdecimal] Support a Complex in Kernel.BigDecimal()Kenta Murata2020-07-061-0/+8
* [ruby/bigdecimal] Undef BigDecimal#initialize_copyJeremy Evans2020-07-061-0/+6
* Removed duplicate test with test_BigDecimal_bug7522Nobuyoshi Nakada2020-07-051-5/+0
* More fixes for $SAFE/taint post mergingJeremy Evans2019-11-181-7/+9
* Deprecate taint/trust and related methods, and make the methods no-opsJeremy Evans2019-11-181-0/+9
* [ruby/bigdecimal] Remove taint checkingJeremy Evans2019-11-121-9/+0
* Import changes from ruby/bigdecimal (#2531)Kenta Murata2019-10-082-21/+43
* test/bigdecimal/test_bigdecimal.rb: Use BigDecimal()Yusuke Endoh2019-09-221-1/+1
* Make Kernel#{Pathname,BigDecimal,Complex} return argument if given correct typeJeremy Evans2019-09-211-0/+5
* Import bigdecimal-1.4.0.pre.20181220amrkn2018-12-201-0/+1
* Suppress deprecation warningsnobu2018-12-141-0/+6
* Import bigdecimal-1.4.0.pre.20181214amrkn2018-12-141-10/+22
* Import bigdecimal 1.4.0.pre.20181205amrkn2018-12-052-84/+133
* Revert bigdecimal 1.4.0 related commitsmrkn2018-12-052-133/+84
* Import bigdecimal-1.4.0.pre-20181204amrkn2018-12-041-0/+57
* Import bigdecimal-1.4.0.pre-20181130amrkn2018-12-022-85/+77
* `$SAFE` as a process global state. [Feature #14250]ko12017-12-281-0/+4
* bigdecimal: version 1.3.4mrkn2017-12-241-7/+7
* bigdecimal: version 1.3.3mrkn2017-12-132-242/+285
* Remove unnecessary `require 'thread'`kazu2017-10-081-2/+0
* ruby.h: unnormalized Fixnum valuenobu2017-09-071-0/+1
* Removed mathn.rb from stdlib. It's deprecated from Ruby 2.2.hsbt2017-04-211-6/+0
* bigdecimal: version 1.3.2mrkn2017-03-131-1/+1
* bigdecimal: version 1.3.1mrkn2017-02-101-0/+9
* bigdecimal: version 1.3.0mrkn2016-12-211-1/+39
* bigdecimal: version 1.3.0.pre.2mrkn2016-12-101-0/+9
* bigdecimal: import version 1.3.0.premrkn2016-12-101-59/+217