summaryrefslogtreecommitdiff
path: root/ext/bigdecimal/extconf.rb
AgeCommit message (Expand)Author
2021-01-13[ruby/bigdecimal] Optimize rb_float_convert_to_BigDecimal by using dtoaKenta Murata
2021-01-06[ruby/bigdecimal] Check the function availabilities separatelyKenta Murata
2021-01-04[ruby/bigdecimal] Move some definitions to missing.hKenta Murata
2021-01-02Check if x86intrin.h is available not only existingNobuyoshi Nakada
2021-01-02[ruby/bigdecimal] Implement special conversions for 64-bit integersKenta Murata
2020-12-29[ruby/bigdecimal] Define bool, true, and false for old RubyKenta Murata
2020-12-19[bigdecimal] Make BigDecimal#precs deprecatedKenta Murata
2020-07-06[ruby/bigdecimal] Support Ruby < 2.6Kenta Murata
2019-10-08Import changes from ruby/bigdecimal (#2531)Kenta Murata
2019-07-11Check exception flag as a bool [Bug #15987]Nobuyoshi Nakada
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-04Remove unnecessary linker flagsnobu
2018-12-04Move dependency on gemspecnobu
2018-12-04Remove unnecessary directory listingnobu
2018-12-02Import bigdecimal-1.4.0.pre-20181130amrkn
2017-12-14bigdecimal: dependencynobu
2017-12-13bigdecimal: version 1.3.3mrkn
2017-03-13bigdecimal: version 1.3.2mrkn
2017-02-10bigdecimal: version 1.3.1mrkn
2016-12-10bigdecimal: import version 1.3.0.premrkn
2015-12-16handle ext/ as r53141naruse
2015-01-29* ext/bigdecimal/bigdecimal.c (rb_rational_num): add fallback functionmrkn
2010-08-14* ext/bigdecimal/extconf.rb, ext/bigdecimal/bigdecimal.h (labs, llabs): suppo...mrkn
2010-08-10* ext/bigdecimal/bigdecimal.c, ext/bigdecimal/bigdecimal.h, ext/bigdecimal/ex...mrkn
2008-02-09* ext/bigdecimal/extconf.rb: simplified the condition.nobu
2008-02-09* ext/bigdecimal/bigdecimal.c (BigDecimal_to_f): use strtod() for morenobu
2003-03-28Copied from rough/bigdecimal,documents & some sample programs added.shigek