summaryrefslogtreecommitdiff
path: root/test/bigdecimal
AgeCommit message (Expand)Author
2021-01-16[ruby/bigdecimal] Fix for the coerce cases in divide and DoDivmodKenta Murata
2021-01-13[ruby/bigdecimal] Allow digits=0 in BigDecimal(flt) and Float#to_dKenta Murata
2021-01-13[ruby/bigdecimal] Use pre-allocated objects for special valuesKenta Murata
2021-01-13[ruby/bigdecimal] Fix exception message raised in Kernel.BigDecimalKenta Murata
2021-01-09[ruby/bigdecimal] Add test cases of conversion from FloatKenta Murata
2021-01-07[ruby/bigdecimal] Fix trailing zero handling in rb_uint64_convert_to_BigDecimalKenta Murata
2021-01-07[ruby/bigdecimal] Include TestBigDecimalBase in TestBigDecimalUtilKenta Murata
2021-01-02[ruby/bigdecimal] Fix test for Ruby 2.4Kenta Murata
2021-01-02[ruby/bigdecimal] Implement special conversions for 64-bit integersKenta Murata
2021-01-02[ruby/bigdecimal] Fix test_limitKenta Murata
2020-12-19[bigdecimal] Fix deprecation warning testKenta Murata
2020-12-19[bigdecimal] Add BigDecimal#n_significant_digitsKenta Murata
2020-12-19[bigdecimal] Make BigDecimal#precs deprecatedKenta Murata
2020-12-19[bigdecimal] Add BigDecimal#precisionKenta Murata
2020-12-19[bigdecimal] Make bigdecimal Ractor safeKenta Murata
2020-12-19[bigdecimal] Fix the default precision of Float#to_dKenta Murata
2020-12-19[bigdecimal] Fix test for d5ab8e8562Kenta Murata
2020-12-15Import bigdecimal 2.0.2 (#3905)Kenta Murata
2020-07-12bidecimal: improve tests' independence (#3297)Kenta Murata
2020-07-06[ruby/bigdecimal] Return US-ASCII string from BigDecimal#to_sKenta Murata
2020-07-06[ruby/bigdecimal] Add Complex#to_dKenta Murata
2020-07-06[ruby/bigdecimal] Make tests pass on Ruby 2.4Jeremy Evans
2020-07-06[ruby/bigdecimal] Remove definition of BigDecimal#initialize_copyJeremy Evans
2020-07-06[ruby/bigdecimal] Support a Complex in Kernel.BigDecimal()Kenta Murata
2020-07-06[ruby/bigdecimal] Undef BigDecimal#initialize_copyJeremy Evans
2020-07-05Removed duplicate test with test_BigDecimal_bug7522Nobuyoshi Nakada
2019-11-18More fixes for $SAFE/taint post mergingJeremy Evans
2019-11-18Deprecate taint/trust and related methods, and make the methods no-opsJeremy Evans
2019-11-12[ruby/bigdecimal] Remove taint checkingJeremy Evans
2019-10-08Import changes from ruby/bigdecimal (#2531)Kenta Murata
2019-09-22test/bigdecimal/test_bigdecimal.rb: Use BigDecimal()Yusuke Endoh
2019-09-21Make Kernel#{Pathname,BigDecimal,Complex} return argument if given correct typeJeremy Evans
2018-12-20Import bigdecimal-1.4.0.pre.20181220amrkn
2018-12-14Suppress deprecation warningsnobu
2018-12-14Import bigdecimal-1.4.0.pre.20181214amrkn
2018-12-05Import bigdecimal 1.4.0.pre.20181205amrkn
2018-12-05Revert bigdecimal 1.4.0 related commitsmrkn
2018-12-04Import bigdecimal-1.4.0.pre-20181204amrkn
2018-12-02Import bigdecimal-1.4.0.pre-20181130amrkn
2017-12-28`$SAFE` as a process global state. [Feature #14250]ko1
2017-12-24bigdecimal: version 1.3.4mrkn
2017-12-13bigdecimal: version 1.3.3mrkn
2017-10-08Remove unnecessary `require 'thread'`kazu
2017-09-07ruby.h: unnormalized Fixnum valuenobu
2017-04-21Removed mathn.rb from stdlib. It's deprecated from Ruby 2.2.hsbt
2017-03-13bigdecimal: version 1.3.2mrkn
2017-02-10bigdecimal: version 1.3.1mrkn
2016-12-21bigdecimal: version 1.3.0mrkn
2016-12-10bigdecimal: version 1.3.0.pre.2mrkn
2016-12-10bigdecimal: import version 1.3.0.premrkn