summaryrefslogtreecommitdiff
path: root/ext
AgeCommit message (Expand)Author
2021-01-15[ruby/bigdecimal] Use new conversion functions in BigDecimal_divideKenta Murata
2021-01-15[ruby/bigdecimal] Reorder the arguments of BigDecimal_divideKenta Murata
2021-01-14[ruby/bigdecimal] Explicitly cast size_t to intKenta Murata
2021-01-14[ruby/bigdecimal] Explicitly cast uint64_t to doubleKenta Murata
2021-01-14[ruby/bigdecimal] Suppress warning at NO_SANITIZE on gccKenta Murata
2021-01-13Moved Fiber methods into core [Feature #17407]Nobuyoshi Nakada
2021-01-13[ruby/bigdecimal] Allow digits=0 in BigDecimal(flt) and Float#to_dKenta Murata
2021-01-13Update ext/bigdecimal/dependKenta Murata
2021-01-13Update ext/bigdecimal/dependKenta Murata
2021-01-13[ruby/bigdecimal] Optimize rb_float_convert_to_BigDecimal by using dtoaKenta 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-12[ruby/bigdecimal] Fix length calculation in rb_uint64_convert_to_BigDecimalKenta Murata
2021-01-12[ruby/bigdecimal] Use rb_cstr_convert_to_BigDecimal in GetVpValueWithPrecKenta Murata
2021-01-12[ruby/bigdecimal] Add rb_cstr_convert_to_BigDecimalKenta Murata
2021-01-11[ruby/etc] Added fallback definition of RUBY_ATOMIC_EXCHANGENobuyoshi Nakada
2021-01-11[ruby/etc] Check blocking variables at releaseNobuyoshi Nakada
2021-01-10[ruby/bigdecimal] Fix type nameKenta Murata
2021-01-10[ruby/bigdecimal] Avoid casting negative value to size_tKenta Murata
2021-01-10[ruby/bigdecimal] Use smallest local variable scope in GetVpValueWithPrecKenta Murata
2021-01-09Get rid of defining methods for tests in core classesNobuyoshi Nakada
2021-01-09[ruby/bigdecimal] Stop using GetVpValueWithPrec in rb_rational_convert_to_Big...Kenta Murata
2021-01-09[ruby/bigdecimal] Add assertions for checking the argument typesKenta Murata
2021-01-09[ruby/bigdecimal] Stop using GetVpValueWithPrec in rb_float_convert_to_BigDec...Kenta Murata
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-06[ruby/bigdecimal] Check the function availabilities separatelyKenta Murata
2021-01-05[DOC] Fix grammar: "is same as" -> "is the same as"Marcus Stollsteimer
2021-01-05Fix a typo [ci skip]Kazuhiro NISHIYAMA
2021-01-05[ruby/io-console] Shrink struct query_argsNobuyoshi Nakada
2021-01-05[ruby/io-console] Pre-define chomp! IDNobuyoshi Nakada
2021-01-05[ruby/io-console] Ignore chomp! result and return the modified stringNobuyoshi Nakada
2021-01-05[ruby/io-console] [DOC] Note that IO#getpass returns a chomped stringMarcus Stollsteimer
2021-01-05enable constant cache on ractorsKoichi Sasada
2021-01-04ripper: call #pretty_print on also `state`Nobuyoshi Nakada
2021-01-04Update ext/bigdecimal/dependKenta Murata
2021-01-04[ruby/bigdecimal] Move some definitions to missing.hKenta Murata
2021-01-04Revert "Include RUBY_EXTCONF_H if available"Kenta Murata
2021-01-03Include RUBY_EXTCONF_H if availableKenta Murata
2021-01-02Avoid to use __builtin_clzl in SPARC SolarisKenta Murata
2021-01-02Add __x86_64__ guard to include x86intrin.hKenta Murata
2021-01-02Check if x86intrin.h is available not only existingNobuyoshi Nakada
2021-01-02[ruby/bigdecimal] Update dependKenta 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
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