aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* [ruby/bigdecimal] Fix exception message raised in Kernel.BigDecimalKenta Murata2021-01-132-12/+33
* * 2021-01-13 [ci skip]git2021-01-131-1/+1
* [ruby/reline] Version 0.2.1aycabta2021-01-131-1/+1
* [ruby/reline] Move the cursor correctly when deleting at eolaycabta2021-01-132-0/+21
* [ruby/reline] Handle ed_search_{prev,next}_history in multiline correctlyaycabta2021-01-133-2/+63
* [ruby/irb] Version 1.3.1aycabta2021-01-131-2/+2
* [DOC] Use URI#read instead of URI.open for better compatibilityKazuhiro NISHIYAMA2021-01-121-2/+2
* Fix the failing test with XDG_CONFIG_HOMEHiroshi SHIBATA2021-01-121-0/+4
* Remove "." and ".." from Dir.glob with FNM_DOTMATCH [Bug #17280]Nobuyoshi Nakada2021-01-126-23/+83
* [ruby/bigdecimal] Fix length calculation in rb_uint64_convert_to_BigDecimalKenta Murata2021-01-121-2/+1
* Convert time component strings to integers more strictlyNobuyoshi Nakada2021-01-122-4/+5
* Show seconds of utc_offset if not zeroNobuyoshi Nakada2021-01-122-1/+12
* tool/sync_default_gems.rb: Prevent infinite loop due to unknown optionsKenta Murata2021-01-121-0/+3
* * 2021-01-12 [ci skip]git2021-01-121-1/+1
* [ruby/bigdecimal] Use rb_cstr_convert_to_BigDecimal in GetVpValueWithPrecKenta Murata2021-01-121-28/+25
* [ruby/bigdecimal] Add rb_cstr_convert_to_BigDecimalKenta Murata2021-01-121-2/+8
* Define printf qualifier prefix fallbacksNobuyoshi Nakada2021-01-115-0/+26
* Removed ENABLE_PATH_CHECK condition [ci skip]Nobuyoshi Nakada2021-01-111-1/+1
* Avoid re-entering opt_invokebuiltin_delegate_leaveTakashi Kokubun2021-01-111-2/+1
* [ruby/matrix] use an exclusive range [Bug #17521]Nobuyoshi Nakada2021-01-111-1/+1
* [ruby/etc] Added fallback definition of RUBY_ATOMIC_EXCHANGENobuyoshi Nakada2021-01-111-0/+9
* [ruby/etc] Check blocking variables at releaseNobuyoshi Nakada2021-01-111-2/+6
* [ruby/matrix] Fix 0-th power [Bug #17521] (#4047)Marc-André Lafortune2021-01-102-4/+17
* Fix ractor docs (#4048) [doc]Tom Chen2021-01-101-3/+3
* Adds RDoc summary of Hash methods (#4045)Burdette Lamar2021-01-101-0/+123
* * 2021-01-11 [ci skip]git2021-01-111-1/+1
* Suppress constant redefinition warningsNobuyoshi Nakada2021-01-113-1/+9
* Remove possibility of using same seedsNobuyoshi Nakada2021-01-101-2/+2
* Moved to ruby/actions workflow [ci skip]Nobuyoshi Nakada2021-01-101-20/+0
* dtoa.c: make thread-safe by using atomic CASNobuyoshi Nakada2021-01-103-21/+57
* dtoa.c: constifiedNobuyoshi Nakada2021-01-101-1/+1
* dtoa.c: make compilable independentlyNobuyoshi Nakada2021-01-101-6/+18
* * 2021-01-10 [ci skip]git2021-01-101-1/+1
* [ruby/bigdecimal] Fix type nameKenta Murata2021-01-101-1/+1
* [ruby/bigdecimal] Avoid casting negative value to size_tKenta Murata2021-01-101-2/+3
* [ruby/bigdecimal] Use smallest local variable scope in GetVpValueWithPrecKenta Murata2021-01-101-9/+11
* Get rid of defining methods for tests in core classesNobuyoshi Nakada2021-01-0926-396/+410
* gc fix typo for the timer instruction for ARM64.David CARLIER2021-01-091-1/+1
* [ruby/bigdecimal] Stop using GetVpValueWithPrec in rb_rational_convert_to_Big...Kenta Murata2021-01-091-29/+11
* [ruby/bigdecimal] Add assertions for checking the argument typesKenta Murata2021-01-091-0/+4
* [ruby/bigdecimal] Stop using GetVpValueWithPrec in rb_float_convert_to_BigDec...Kenta Murata2021-01-091-19/+21
* [ruby/bigdecimal] Add test cases of conversion from FloatKenta Murata2021-01-091-0/+6
* Fixed a typo [Bug #17522]Tee KOBAYASHI2021-01-091-1/+1
* parse.y: handle "duplicated argument name" appropriately on ripper.yNobuhiro IMAI2021-01-092-2/+5
* * 2021-01-09 [ci skip]git2021-01-091-1/+1
* Replace `Kernel.#open` with `URI.open` in docMasataka Pocke Kuwabara2021-01-082-4/+4
* [ruby/irb] Make IRB::ColorPrinter.pp compatible with PP.ppTakashi Kokubun2021-01-073-5/+5
* [ruby/irb] Add missing requireTakashi Kokubun2021-01-071-0/+1
* should use `assert_include` here.Koichi Sasada2021-01-081-1/+1
* remove unused declKoichi Sasada2021-01-082-8/+0