summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-01-13[ruby/bigdecimal] Fix exception message raised in Kernel.BigDecimalKenta Murata
2021-01-13* 2021-01-13 [ci skip]git
2021-01-13[ruby/reline] Version 0.2.1aycabta
2021-01-13[ruby/reline] Move the cursor correctly when deleting at eolaycabta
2021-01-13[ruby/reline] Handle ed_search_{prev,next}_history in multiline correctlyaycabta
2021-01-13[ruby/irb] Version 1.3.1aycabta
2021-01-12[DOC] Use URI#read instead of URI.open for better compatibilityKazuhiro NISHIYAMA
2021-01-12Fix the failing test with XDG_CONFIG_HOMEHiroshi SHIBATA
2021-01-12Remove "." and ".." from Dir.glob with FNM_DOTMATCH [Bug #17280]Nobuyoshi Nakada
2021-01-12[ruby/bigdecimal] Fix length calculation in rb_uint64_convert_to_BigDecimalKenta Murata
2021-01-12Convert time component strings to integers more strictlyNobuyoshi Nakada
2021-01-12Show seconds of utc_offset if not zeroNobuyoshi Nakada
2021-01-12tool/sync_default_gems.rb: Prevent infinite loop due to unknown optionsKenta Murata
2021-01-12* 2021-01-12 [ci skip]git
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-11Define printf qualifier prefix fallbacksNobuyoshi Nakada
2021-01-11Removed ENABLE_PATH_CHECK condition [ci skip]Nobuyoshi Nakada
2021-01-11Avoid re-entering opt_invokebuiltin_delegate_leaveTakashi Kokubun
2021-01-11[ruby/matrix] use an exclusive range [Bug #17521]Nobuyoshi Nakada
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/matrix] Fix 0-th power [Bug #17521] (#4047)Marc-André Lafortune
2021-01-10Fix ractor docs (#4048) [doc]Tom Chen
2021-01-10Adds RDoc summary of Hash methods (#4045)Burdette Lamar
2021-01-11* 2021-01-11 [ci skip]git
2021-01-11Suppress constant redefinition warningsNobuyoshi Nakada
2021-01-10Remove possibility of using same seedsNobuyoshi Nakada
2021-01-10Moved to ruby/actions workflow [ci skip]Nobuyoshi Nakada
2021-01-10dtoa.c: make thread-safe by using atomic CASNobuyoshi Nakada
2021-01-10dtoa.c: constifiedNobuyoshi Nakada
2021-01-10dtoa.c: make compilable independentlyNobuyoshi Nakada
2021-01-10* 2021-01-10 [ci skip]git
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-09gc fix typo for the timer instruction for ARM64.David CARLIER
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-09[ruby/bigdecimal] Add test cases of conversion from FloatKenta Murata
2021-01-09Fixed a typo [Bug #17522]Tee KOBAYASHI
2021-01-09parse.y: handle "duplicated argument name" appropriately on ripper.yNobuhiro IMAI
2021-01-09* 2021-01-09 [ci skip]git
2021-01-08Replace `Kernel.#open` with `URI.open` in docMasataka Pocke Kuwabara
2021-01-07[ruby/irb] Make IRB::ColorPrinter.pp compatible with PP.ppTakashi Kokubun
2021-01-07[ruby/irb] Add missing requireTakashi Kokubun
2021-01-08should use `assert_include` here.Koichi Sasada
2021-01-08remove unused declKoichi Sasada