aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Mention correct class name in uninitialized errorAlan Wu2019-11-011-1/+1
* Fix a typo [ci skip]Kazuhiro NISHIYAMA2019-11-011-1/+1
* [ruby/date] Added update-zonetab targetNobuyoshi Nakada2019-11-012-2/+7
* [ruby/date] Remove unneeded line in update-abbrJeremy Evans2019-11-011-1/+0
* [ruby/date] Add more timezone abbreviationsJeremy Evans2019-11-014-689/+1496
* * 2019-11-01 [ci skip]git2019-11-011-2/+2
* mark functions that do not return NULL as such.卜部昌平2019-11-012-12/+21
* ruby_mimmalloc can return NULL卜部昌平2019-11-013-1/+8
* rb_aligned_malloc can return NULL卜部昌平2019-11-011-0/+3