aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* NEWS: Fix the example of Lazy#eagerv2_7_0_preview2Yusuke Endoh2019-10-221-7/+3
* NEWS: add an example for Lazy#eagerYusuke Endoh2019-10-221-0/+9
* NEWS: Make Net::FTP#features and #option more informativeYusuke Endoh2019-10-221-1/+2
* test/ruby/test_exception typo fixMSP-Greg2019-10-221-1/+1
* appveyor.yml - remove timezone & tzinfo gems from MSVC buildsMSP-Greg2019-10-221-1/+3
* Add a cron job to keep CPDEBUG workingAlan Wu2019-10-221-0/+9
* Fix build for CPDEBUG=1Alan Wu2019-10-221-1/+1
* Fix Fiber#transferJeremy Evans2019-10-213-10/+18
* Fallback to TCP in resolv if UDP bind raises EACCESJeremy Evans2019-10-211-2/+7
* Arguments forwarding [Feature #16253]Nobuyoshi Nakada2019-10-224-3/+99
* NEWS: fixed method names [ci skip]Nobuyoshi Nakada2019-10-221-1/+1
* NEWS: fixed mark-up [ci skip]Nobuyoshi Nakada2019-10-221-2/+1
* * 2019-10-22 [ci skip]git2019-10-221-1/+1
* add an NEWS entry about [Feature #15575]Koichi Sasada2019-10-221-0/+3
* add a NEWS entry about Proc#to_s changeKoichi Sasada2019-10-221-0/+3
* fix NEWS entry about unbundled gemsKoichi Sasada2019-10-221-1/+2
* NEWS: fixed indents [ci skip]Nobuyoshi Nakada2019-10-211-6/+6
* NEWS: fix a typoYusuke Endoh2019-10-211-1/+1
* bignum.c (estimate_initial_sqrt): prevent integer overflowYusuke Endoh2019-10-212-1/+12
* NEWS: structured the "Language changes" sectionYusuke Endoh2019-10-211-11/+72
* [Bug #16121] adjusted indent [ci skip]Nobuyoshi Nakada2019-10-211-15/+15
* Stop making a redundant hash copy in Hash#dup (#2489)Dylan Thacker-Smith2019-10-212-55/+29
* add a NEWS entry about [Feature #15602]Koichi Sasada2019-10-211-0/+3
* Pass the called keyword arguments if `keyword_init`Nobuyoshi Nakada2019-10-212-6/+19
* * expand tabs. [ci skip]git2019-10-211-155/+155
* Look up event ID offsets by token as indexNobuyoshi Nakada2019-10-211-168/+164
* st: Do error check only on non-RubyK.Takata2019-10-211-0/+16
* st: Add NULL checkingK.Takata2019-10-211-2/+26
* Make suggestions order stable [Bug #16263]Nobuyoshi Nakada2019-10-211-1/+1
* test/optparse/test_did_you_mean.rb - fix suggestion orderMSP-Greg2019-10-211-3/+3
* DidYouMean can be an empty stub module [Bug #16263]Nobuyoshi Nakada2019-10-211-1/+1
* * 2019-10-21 [ci skip]git2019-10-211-1/+1
* test_exception - fix with & w/o did_you_meanMSP-Greg2019-10-211-2/+5
* Also BDOT2 and BDOT3 are operatorsNobuyoshi Nakada2019-10-201-0/+2
* show BASERUBY version at configure.Koichi Sasada2019-10-201-0/+3
* Native MonitorMixin::ConditionVariable#waitKoichi Sasada2019-10-202-22/+43
* delegate synchronize methodKoichi Sasada2019-10-201-6/+1
* make monitor.so for performance. (#2576)Koichi Sasada2019-10-206-79/+250
* * 2019-10-20 [ci skip]git2019-10-201-1/+1
* Fixed a typo [ci skip]Nobuyoshi Nakada2019-10-201-1/+1
* Extend Ripper DSL to set to pseudo variables other than `$$`Nobuyoshi Nakada2019-10-191-4/+6
* appveyor.yml - MinGW - update for MSYS2 / Mingw-w64 (#2573)MSP-Greg2019-10-181-1/+3
* * 2019-10-19 [ci skip]git2019-10-191-1/+1
* Fixed passing idNil as a SymbolNobuyoshi Nakada2019-10-191-8/+8
* Verbatim texts need more indent [ci skip]Nobuyoshi Nakada2019-10-181-12/+16
* Use `_` instead of `_n_`Kazuhiro NISHIYAMA2019-10-181-1/+1
* NEWS: Mention that optparse now supports did_you_mean for unknown optionYusuke Endoh2019-10-181-0/+17
* Support DidYouMean by AmbiguousOption tooNobuyoshi Nakada2019-10-182-2/+9
* Defer adding additional info until getting the message of an errorNobuyoshi Nakada2019-10-181-13/+20
* Default DidYouMean.formatter to PlainFormatterNobuyoshi Nakada2019-10-181-1/+5