aboutsummaryrefslogtreecommitdiffstats
path: root/ext/bigdecimal
Commit message (Expand)AuthorAgeFilesLines
* [ruby/bigdecimal] Remove taint checkingJeremy Evans2019-11-121-3/+0
* Import changes from ruby/bigdecimal (#2531)Kenta Murata2019-10-089-77/+50
* Make Kernel#{Pathname,BigDecimal,Complex} return argument if given correct typeJeremy Evans2019-09-211-0/+3
* Include ruby/assert.h in ruby/ruby.h so that assertions can be thereNobuyoshi Nakada2019-07-142-0/+2
* Added depend filesNobuyoshi Nakada2019-07-141-0/+13
* Removed useless `freeze`s from gemspec filesNobuyoshi Nakada2019-07-131-1/+1
* Default to true when no exception flag [Bug #15987]Nobuyoshi Nakada2019-07-111-1/+1
* Fixed argument in the fallback function [Bug #15987]Nobuyoshi Nakada2019-07-111-1/+1
* Removed wrong argument in the fallback function [Bug #15987]Nobuyoshi Nakada2019-07-111-1/+1
* Check exception flag as a bool [Bug #15987]Nobuyoshi Nakada2019-07-112-0/+13
* Import bigdecimal 1.4.2mrkn2018-12-262-4/+4
* Import bigdecimal 1.4.1mrkn2018-12-251-1/+2
* Import bigdecimal-1.4.0mrkn2018-12-232-7/+9
* Import bigdecimal-1.4.0.pre.20181220amrkn2018-12-204-3/+10
* Suppress deprecation warningsnobu2018-12-141-0/+1
* Import bigdecimal-1.4.0.pre.20181214amrkn2018-12-142-1/+7
* Import bigdecimal 1.4.0.pre.20181205amrkn2018-12-0512-238/+405
* Revert bigdecimal 1.4.0 related commitsmrkn2018-12-0512-406/+238
* Remove unnecessary linker flagsnobu2018-12-042-53/+7
* Move dependency on gemspecnobu2018-12-042-1/+3
* Remove unnecessary directory listingnobu2018-12-041-6/+0
* * expand tabs.svn2018-12-041-5/+5
* Import bigdecimal-1.4.0.pre-20181204amrkn2018-12-043-52/+86
* ext/bigdecimal/bigdecimal.c: drop unused functionk0kubun2018-12-031-10/+4
* * expand tabs.svn2018-12-021-5/+5
* Import bigdecimal-1.4.0.pre-20181130amrkn2018-12-0211-201/+391
* bigdecimal.c: fix missing argumentnobu2018-03-261-2/+2
* flexible array member is a C99ismshyouhei2018-01-021-1/+3
* bigdecimal: version 1.3.4mrkn2017-12-242-12/+4
* bigdecimal: dependencynobu2017-12-141-7/+9
* bigdecimal: version 1.3.3mrkn2017-12-136-49/+113
* ext: check if null byte is containednobu2017-09-301-6/+7
* ruby.h: unnormalized Fixnum valuenobu2017-09-071-1/+1
* bigdecimal: version 1.3.2mrkn2017-03-135-79/+105
* bigdecimal: version 1.3.1mrkn2017-02-104-23/+23
* bigdecimal: version 1.3.0mrkn2016-12-214-30/+40
* bigdecimal: version 1.3.0.pre.2mrkn2016-12-102-21/+21
* bigdecimal: import version 1.3.0.premrkn2016-12-106-128/+285
* Import from ruby/bigdecimal repositorymrkn2016-11-031-90/+88
* [DOC] replace Fixnum with Integer [ci skip]nobu2016-10-261-4/+4
* bigdecimal.c: more precisionnobu2016-10-041-1/+1
* bigdecimal.c: fix debug printnobu2016-10-041-28/+22
* Use https instead of http in some URLskazu2016-09-111-1/+1
* Integer conversionnobu2016-06-181-11/+11
* Unnecessary checksnobu2016-06-171-9/+0
* missing.h: isfinitenobu2016-05-231-4/+0
* * ext/bigdecimal/bigdecimal.c (isfinite): get rid of a warning onusa2016-05-231-1/+1
* * ext/bigdecimal/bigdecimal.c (isfinite): isfinite does not alwaysusa2016-05-231-0/+4
* bigdecimal.c: fix FloatDomainErrornobu2016-05-231-0/+6
* * encoding.c: Fix return value of `Encoding::ISO8859_1.name`hsbt2016-04-251-1/+1