summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2019-10-18Added no suggestion test caseNobuyoshi Nakada
2019-10-18Use DidYouMean.formatterNobuyoshi Nakada
2019-10-18Suppress numbered parameter warningsNobuyoshi Nakada
2019-10-18Make weakmap finalizer an ifunc lambdaNobuyoshi Nakada
2019-10-18Use identhash as WeakMapNobuyoshi Nakada
2019-10-18lib/optparse.rb: Show a did_you_mean hint for unknown optionYusuke Endoh
2019-10-17Fix warning of generated parser for nested moduleSeiei Miyagi
2019-10-17Remove unused constant.Aaron Patterson
2019-10-17Look up constant instead of caching in a globalAaron Patterson
2019-10-17Update test to handle x32 ABI compiled Ruby on LinuxJeremy Evans
2019-10-18Treat key sequences from getwch() that start from 0 or 0xE0 correctlyaycabta
2019-10-18Add numeric keypad key sequences on Windowsaycabta
2019-10-18Remove freezeaycabta
2019-10-18Ignore the input method key sequence from getwch() correctlyaycabta
2019-10-17Make circular argument reference a SyntaxError instead of a warningJeremy Evans
2019-10-18* 2019-10-18 [ci skip]git
2019-10-18Insert multiline incremental search result correctlyaycabta
2019-10-17[DOC] no change on Windows [Bug #15267] [ci skip]Nobuyoshi Nakada
2019-10-17Fixed File.extname at a name ending with a dotNobuyoshi Nakada
2019-10-17* remove trailing spaces. [ci skip]git
2019-10-17Regexp#match{?} with nil raises TypeError as String, Symbol (#1506)Kenichi Kamiya
2019-10-17Remove unused variableaycabta
2019-10-17Refactor prompt generation logicaycabta
2019-10-17Use `\&` instead of `\1` with captureKazuhiro NISHIYAMA
2019-10-16Fix DRbServer#any_to_sJeremy Evans