aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * 2021-01-14 [ci skip]git2021-01-141-1/+1
* mkmf.rb: remove exts.mk at distcleanNobuyoshi Nakada2021-01-141-1/+1
* Moved Fiber methods into core [Feature #17407]Nobuyoshi Nakada2021-01-134-26/+5
* Capture to reserved name variables if already defined [Bug #17533]Nobuyoshi Nakada2021-01-132-2/+14
* Positional and keyword arguments for timezone are exclusiveNobuyoshi Nakada2021-01-132-3/+14
* Added `in:` timezone option to `Time.new` [Feature #17485]Nobuyoshi Nakada2021-01-133-87/+70
* Make warning values consistent [Bug #17523]Nobuyoshi Nakada2021-01-132-2/+11
* Revert "[Bug #11213] let defined?(super) call respond_to_missing?"Nobuyoshi Nakada2021-01-134-41/+10
* Allow UTC offset without colons per ISO-8601 [Bug #17504]Nobuyoshi Nakada2021-01-132-15/+35
* [ruby/ostruct] Bump versionMarc-Andre Lafortune2021-01-131-1/+1
* Typo fixes [doc]Marc-Andre Lafortune2021-01-121-10/+10
* Fix method protection for modules in the ancestry chain.Marc-Andre Lafortune2021-01-122-1/+43
* Update wording in ractor.md (#4056) [doc]Adam Pogwizd2021-01-121-20/+20
* Removed excess stringizations on regstr [Bug #17532]Nobuyoshi Nakada2021-01-131-1/+1
* Check stack overflow in recursive glob_helper [Bug #17162]Nobuyoshi Nakada2021-01-133-0/+13
* [ruby/bigdecimal] Allow digits=0 in BigDecimal(flt) and Float#to_dKenta Murata2021-01-134-25/+40
* Skip test when UDP server is no response.Hiroshi SHIBATA2021-01-131-0/+3
* Update ext/bigdecimal/dependKenta Murata2021-01-131-0/+50
* Update ext/bigdecimal/dependKenta Murata2021-01-131-0/+112
* [ruby/bigdecimal] Optimize rb_float_convert_to_BigDecimal by using dtoaKenta Murata2021-01-137-5/+3602
* [ruby/bigdecimal] Use pre-allocated objects for special valuesKenta Murata2021-01-132-22/+101
* [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