aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Assert return value of Readline.readline only if Ruby is before 2.7aycabta2019-11-051-1/+1
* Only taint on Ruby <2.7Jeremy Evans2019-11-051-2/+2
* Only untaint line on Ruby <2.7Jeremy Evans2019-11-051-1/+1
* Separated `@counter` and `@tally` so that "-ft" works with "-j"Nobuyoshi Nakada2019-11-051-6/+7
* Enable "-f" option in multi_exec modeNobuyoshi Nakada2019-11-054-12/+34
* `DottedFormatter#finish` consistencyNobuyoshi Nakada2019-11-052-10/+1
* `DottedFormatter#state` consistencyNobuyoshi Nakada2019-11-057-7/+7
* Revert "[EXPERIMENTAL] Make Symbol#to_s return a frozen String [Feature #16150]"NARUSE, Yui2019-11-054-31/+3
* Fix coroutine support on win32Lars Kanis2019-11-051-1/+1
* let the .bss section initialize static variables卜部昌平2019-11-051-2/+2
* rb_method_basic_definition_p with CC卜部昌平2019-11-053-5/+37
* Set $JOBS to Tests for parallel testsNobuyoshi Nakada2019-11-052-2/+2
* Moved Init_encoding from wrong place [Bug #16292]Nobuyoshi Nakada2019-11-051-6/+6
* Fix a typo in WARN_EOLKazuhiro NISHIYAMA2019-11-051-1/+1
* Do not occupy `ARGV` by XRUBY commandNobuyoshi Nakada2019-11-052-2/+3
* Use ident hash for top-level recursion checkJohn Hawthorn2019-11-042-26/+22
* Put an empty line [ci skip]Nobuyoshi Nakada2019-11-051-1/+2
* More rdoc for ENVBurdette Lamar2019-11-051-0/+28
* Updated minitest to 5.13.0Nobuyoshi Nakada2019-11-051-1/+1
* Simplify test tasksNobuyoshi Nakada2019-11-052-14/+6
* Adjust a fucntion signatureNobuyoshi Nakada2019-11-051-2/+8
* Fix zero free objects assertionAaron Patterson2019-11-041-13/+30
* Fixed conditional expressions with only one void sideNobuyoshi Nakada2019-11-051-1/+1
* * 2019-11-05 [ci skip]git2019-11-051-1/+1
* Share test-bundled-gems-run in common.mkNobuyoshi Nakada2019-11-053-13/+5
* Keep `lex.pcur` after `looking_at_eol_p`Nobuyoshi Nakada2019-11-041-3/+3
* Warn `if` and `elsif` at EOL [EXPERIMENTAL]Nobuyoshi Nakada2019-11-041-0/+22
* Revert "Warn `if` and `elsif` at EOL [EXPERIMENTAL]"Yusuke Endoh2019-11-041-22/+0
* Warn `if` and `elsif` at EOL [EXPERIMENTAL]Nobuyoshi Nakada2019-11-041-0/+22
* Fix a typo [ci skip]Kazuhiro NISHIYAMA2019-11-041-1/+1
* Fixed a typoNobuyoshi Nakada2019-11-041-1/+1
* sync_default_gems.rb: Show the progress at fetchingNobuyoshi Nakada2019-11-041-1/+1
* [ruby/racc] Strip trailing whitespaces at the last line of actionsNobuyoshi Nakada2019-11-0428-2513/+2514
* * 2019-11-04 [ci skip]git2019-11-041-1/+1
* Use the dedicated function `rb_io_check_io`Nobuyoshi Nakada2019-11-041-1/+1
* Added assertions for linebreakNobuyoshi Nakada2019-11-031-0/+5
* [DOC] mentioned `\R` [ci skip]Nobuyoshi Nakada2019-11-031-0/+3
* [DOC] \s in regexp is not same as in string [ci skip]Nobuyoshi Nakada2019-11-031-1/+2
* Fix warnings in Regexp#{match,match?} specsBenoit Daloze2019-11-031-6/+10
* Update NEWS entry for Feature #13083Benoit Daloze2019-11-031-1/+2
* Remove incorrect NEWS entry, only Regexp#match and #match? changedBenoit Daloze2019-11-031-4/+0
* * 2019-11-03 [ci skip]git2019-11-031-1/+1
* Improve warning messageKenichi Kamiya2019-11-032-4/+4
* Revert nil error and adding deprecation messageKenichi Kamiya2019-11-033-7/+25
* Correct documented return values for certain ENV methods (#2620)Burdette Lamar2019-11-021-8/+8
* * 2019-11-02 [ci skip]git2019-11-021-1/+1
* Use prompt_list to calculate height by linesaycabta2019-11-021-12/+14
* Clean up implementation of SOCKSSocket, its confusing and undocumentedJustin McNally2019-11-011-4/+10
* Prefer libsocksd over libsocksJustin McNally2019-11-011-1/+1
* Support libsocksd socks library for SOCKSSocketJustin McNally2019-11-011-1/+1