summaryrefslogtreecommitdiff
path: root/test/bigdecimal/test_bigdecimal.rb
AgeCommit message (Expand)Author
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] 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] 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-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
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
2016-10-04bigdecimal.c: more precisionnobu
2016-05-23bigdecimal.c: fix FloatDomainErrornobu
2015-12-16Add frozen_string_literal: false for all filesnaruse
2015-05-27test_bigdecimal.rb: adjustnobu
2015-05-27bigdecimal.c: wrapper object before allocnobu
2014-11-13* test/lib/envutil.rb: Moved from test/ruby/.akr
2014-11-13* test/bigdecimal/test_bigdecimal.rb: Add test for mult by nil.headius
2014-01-13* ext/bigdecimal/bigdecimal.c (BigDecimal_divide): Add an additionalmrkn
2013-12-12* ext/bigdecimal/bigdecimal.c (VpSetPTR): fix for limitation of the resultingmrkn
2013-12-08* bigdecimal.c (BigDecimal_coerce): convert a Float to a BigDecimal insteadmrkn
2013-12-05* ext/bigdecimal/bigdecimal.c (GetVpValueWithPrec):mrkn
2013-11-22* ext/bigdecimal/bigdecimal.c (BigDecimal_power): Round the result value.mrkn
2013-11-21* ext/bigdecimal/bigdecimal.c (BigDecimal_sqrt): Fix the precision ofmrkn