summaryrefslogtreecommitdiff
path: root/ext/bigdecimal/bigdecimal.c
AgeCommit message (Expand)Author
2021-01-07[ruby/bigdecimal] Fix trailing zero handling in rb_uint64_convert_to_BigDecimalKenta Murata
2021-01-06[ruby/bigdecimal] Rename BDIGIT to DECDIGKenta Murata
2021-01-06Need to convert the return value of rb_big_cmpKenta Murata
2021-01-06[ruby/bigdecimal] Optimize the conversion from small BignumKenta Murata
2021-01-04[ruby/bigdecimal] Move some definitions to missing.hKenta Murata
2021-01-02[ruby/bigdecimal] Implement special conversions for 64-bit integersKenta Murata
2020-12-31[ruby/bigdecimal] Refactor object allocationKenta Murata
2020-12-31[ruby/bigdecimal] Remove ToValueKenta Murata
2020-12-30[ruby/bigdecimal] Remove VP_EXCEPTION_MEMORYKenta Murata
2020-12-30[ruby/bigdecimal] Remove needless pointer checksKenta Murata
2020-12-29[ruby/bigdecimal] Alloc wrapper object before VpAllocKenta Murata
2020-12-29[ruby/bigdecimal] Refactor to extract VpCheckExceptionKenta Murata
2020-12-29[ruby/bigdecimal] Refactor to decompose VpNewVarArg into small functionsKenta Murata
2020-12-29[ruby/bigdecimal] Reduce needless object allocation in f_BigDecimalKenta Murata
2020-12-28[ruby/bigdecimal] [Doc] Fix the document of BigDecimal()Kenta Murata
2020-12-28[ruby/bigdecimal] Reduce conditional branch count in VpNewVarArgKenta Murata
2020-12-20bigdecimal: initialize conditionally assigned variableNobuyoshi Nakada
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] Use DBLE_FIGKenta Murata
2020-12-19[bigdecimal] Fix the default precision of Float#to_dKenta Murata
2020-12-19[bigdecimal] Use rb_undef_alloc_func to undefine allocateKenta Murata
2020-12-15Import bigdecimal 2.0.2 (#3905)Kenta Murata
2020-10-10Fixed typo in commentIkko Ashimine
2020-07-06[ruby/bigdecimal] Return US-ASCII string from BigDecimal#to_sKenta Murata
2020-07-06[ruby/bigdecimal] Support Ruby < 2.6Kenta Murata
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-05-13ext/bigdecimal/bigdecimal.c, ext/date/date_core.c: undef NDEBUGYusuke Endoh
2020-04-08Suppress -Wshorten-64-to-32 warningsNobuyoshi Nakada
2019-11-12[ruby/bigdecimal] Remove taint checkingJeremy Evans
2019-10-08Import changes from ruby/bigdecimal (#2531)Kenta Murata
2019-09-21Make Kernel#{Pathname,BigDecimal,Complex} return argument if given correct typeJeremy Evans
2019-07-11Default to true when no exception flag [Bug #15987]Nobuyoshi Nakada
2019-07-11Fixed argument in the fallback function [Bug #15987]Nobuyoshi Nakada
2019-07-11Removed wrong argument in the fallback function [Bug #15987]Nobuyoshi Nakada
2019-07-11Check exception flag as a bool [Bug #15987]Nobuyoshi Nakada
2018-12-23Import bigdecimal-1.4.0mrkn
2018-12-20Import bigdecimal-1.4.0.pre.20181220amrkn
2018-12-05Import bigdecimal 1.4.0.pre.20181205amrkn
2018-12-05Revert bigdecimal 1.4.0 related commitsmrkn
2018-12-04* expand tabs.svn
2018-12-04Import bigdecimal-1.4.0.pre-20181204amrkn
2018-12-03ext/bigdecimal/bigdecimal.c: drop unused functionk0kubun
2018-12-02* expand tabs.svn
2018-12-02Import bigdecimal-1.4.0.pre-20181130amrkn
2018-03-26bigdecimal.c: fix missing argumentnobu