aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* RUBY_ATTR_ALOC_SIZE for clang卜部昌平2019-11-011-1/+6
* [ruby/zlib] Removed no longer used variablesNobuyoshi Nakada2019-10-311-2/+1
* [ruby/zlib] Fix setting mtime to zero in GzipWriterAlan Wu2019-10-312-1/+14
* Fix verbose warning being emittedJeremy Evans2019-10-311-1/+1
* spec: Fix syntax errorsYusuke Endoh2019-10-313-4/+4
* Skip tainted examples for stringioHiroshi SHIBATA2019-10-313-14/+22
* [ruby/stringio] Remove taint supportJeremy Evans2019-10-312-15/+0
* [ruby/date] Revert "Simplify #inspect"Jeremy Evans2019-10-312-4/+5
* [ruby/date] introduce Date::Error, raise Date::Error for everyglaszig2019-10-314-57/+71
* [ruby/fileutils] Remove use of untaint on Ruby 2.7 to avoid deprecation warningsJeremy Evans2019-10-311-1/+2
* [ruby/gdbm] Use Gemfile instead of Gem::Specification#add_development_depende...Hiroshi SHIBATA2019-10-311-5/+0
* [ruby/gdbm] Remove taint supportJeremy Evans2019-10-311-3/+0
* [ruby/zlib] Remove taint supportJeremy Evans2019-10-312-36/+1