summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-10-22NEWS: Fix the example of Lazy#eagerv2_7_0_preview2Yusuke Endoh
2019-10-22NEWS: add an example for Lazy#eagerYusuke Endoh
2019-10-22NEWS: Make Net::FTP#features and #option more informativeYusuke Endoh
2019-10-22test/ruby/test_exception typo fixMSP-Greg
2019-10-22appveyor.yml - remove timezone & tzinfo gems from MSVC buildsMSP-Greg
2019-10-22Add a cron job to keep CPDEBUG workingAlan Wu
2019-10-22Fix build for CPDEBUG=1Alan Wu
2019-10-21Fix Fiber#transferJeremy Evans
2019-10-21Fallback to TCP in resolv if UDP bind raises EACCESJeremy Evans
2019-10-22Arguments forwarding [Feature #16253]Nobuyoshi Nakada
2019-10-22NEWS: fixed method names [ci skip]Nobuyoshi Nakada
2019-10-22NEWS: fixed mark-up [ci skip]Nobuyoshi Nakada
2019-10-22* 2019-10-22 [ci skip]git
2019-10-22add an NEWS entry about [Feature #15575]Koichi Sasada
2019-10-22add a NEWS entry about Proc#to_s changeKoichi Sasada
2019-10-22fix NEWS entry about unbundled gemsKoichi Sasada
2019-10-21NEWS: fixed indents [ci skip]Nobuyoshi Nakada
2019-10-21NEWS: fix a typoYusuke Endoh
2019-10-21bignum.c (estimate_initial_sqrt): prevent integer overflowYusuke Endoh
2019-10-21NEWS: structured the "Language changes" sectionYusuke Endoh
2019-10-21[Bug #16121] adjusted indent [ci skip]Nobuyoshi Nakada
2019-10-21Stop making a redundant hash copy in Hash#dup (#2489)Dylan Thacker-Smith
2019-10-21add a NEWS entry about [Feature #15602]Koichi Sasada
2019-10-21Pass the called keyword arguments if `keyword_init`Nobuyoshi Nakada
2019-10-21* expand tabs. [ci skip]git
2019-10-21Look up event ID offsets by token as indexNobuyoshi Nakada
2019-10-21st: Do error check only on non-RubyK.Takata
2019-10-21st: Add NULL checkingK.Takata
2019-10-21Make suggestions order stable [Bug #16263]Nobuyoshi Nakada
2019-10-21test/optparse/test_did_you_mean.rb - fix suggestion orderMSP-Greg
2019-10-21DidYouMean can be an empty stub module [Bug #16263]Nobuyoshi Nakada
2019-10-21* 2019-10-21 [ci skip]git
2019-10-21test_exception - fix with & w/o did_you_meanMSP-Greg
2019-10-20Also BDOT2 and BDOT3 are operatorsNobuyoshi Nakada
2019-10-20show BASERUBY version at configure.Koichi Sasada
2019-10-20Native MonitorMixin::ConditionVariable#waitKoichi Sasada
2019-10-20delegate synchronize methodKoichi Sasada
2019-10-20make monitor.so for performance. (#2576)Koichi Sasada
2019-10-20* 2019-10-20 [ci skip]git
2019-10-20Fixed a typo [ci skip]Nobuyoshi Nakada
2019-10-19Extend Ripper DSL to set to pseudo variables other than `$$`Nobuyoshi Nakada
2019-10-18appveyor.yml - MinGW - update for MSYS2 / Mingw-w64 (#2573)MSP-Greg
2019-10-19* 2019-10-19 [ci skip]git
2019-10-19Fixed passing idNil as a SymbolNobuyoshi Nakada
2019-10-18Verbatim texts need more indent [ci skip]Nobuyoshi Nakada
2019-10-18Use `_` instead of `_n_`Kazuhiro NISHIYAMA
2019-10-18NEWS: Mention that optparse now supports did_you_mean for unknown optionYusuke Endoh
2019-10-18Support DidYouMean by AmbiguousOption tooNobuyoshi Nakada
2019-10-18Defer adding additional info until getting the message of an errorNobuyoshi Nakada
2019-10-18Default DidYouMean.formatter to PlainFormatterNobuyoshi Nakada