aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Suppress -Wshorten-64-to-32 warningsNobuyoshi Nakada2020-04-088-35/+35
* RUBY3_HAS_BUILTIN: fix for nonexistent builtin卜部昌平2020-04-081-1/+1
* The current net-http is only works with Ruby 2.6+Hiroshi SHIBATA2020-04-081-1/+1
* [ruby/net-ftp] Added guard condition for the old ruby versionsHiroshi SHIBATA2020-04-081-2/+2
* [ruby/net-ftp] Guard with under the Ruby 2.6Hiroshi SHIBATA2020-04-081-1/+1
* The current tempfile.rb is only works with Ruby 2.5+Hiroshi SHIBATA2020-04-081-1/+1
* Suppress -Wswitch warningsNobuyoshi Nakada2020-04-0813-0/+42
* Update the latest gemspec of prime.Hiroshi SHIBATA2020-04-081-4/+2
* Update the version of published gemspec.Hiroshi SHIBATA2020-04-081-2/+2
* Merge pull request #2991 from shyouhei/ruby.h卜部昌平2020-04-08383-5432/+60177
* [win32] Moved `MSC_VER` to verconf.mk and reduce running CPPNobuyoshi Nakada2020-04-081-3/+1
* [win32] Removed useless macro name that isn't expanded in `#error`Nobuyoshi Nakada2020-04-081-1/+1
* Fixed formatted substring expansion [Bug #16767]Nobuyoshi Nakada2020-04-082-0/+9
* * 2020-04-08 [ci skip]git2020-04-081-1/+1
* Fix source location of autoloaded constant [Bug #16764]Nobuyoshi Nakada2020-04-072-8/+32
* Removed unnecessary castNobuyoshi Nakada2020-04-071-3/+2
* [DOC] get rid of parsing as TIDYLINK unintentionallyNobuyoshi Nakada2020-04-076-11/+11
* Bundler is not documented in RDoc, but something differentNobuyoshi Nakada2020-04-071-1/+1
* * 2020-04-07 [ci skip]git2020-04-071-1/+1
* Show the deprecated name in the warningNobuyoshi Nakada2020-04-072-2/+2
* [DOC] Removed RDoc of deprecated methods [ci skip]Nobuyoshi Nakada2020-04-062-12/+2
* Moved `Dir.[]` to dir.rbNobuyoshi Nakada2020-04-062-39/+19
* Moved `Dir.glob` to dir.rbNobuyoshi Nakada2020-04-062-119/+120
* Moved `Dir.open` and `Dir#initialize` to dir.rbNobuyoshi Nakada2020-04-065-52/+57
* Use `rb_warn_deprecated` for `File.exists?` and `Dir.exists?`Nobuyoshi Nakada2020-04-065-32/+5
* Remove unused variable stack_sizeTakashi Kokubun2020-04-061-5/+0
* Delay definition of pc_moved_pTakashi Kokubun2020-04-063-3/+2
* Fix -Wshorten-64-to-32 in 4f802828f4Takashi Kokubun2020-04-061-1/+1
* Refactor `argc` in mjit_compile_sendTakashi Kokubun2020-04-061-9/+6
* Update outdated comments in mjit_compile_sendTakashi Kokubun2020-04-061-16/+12
* Collapse `if` conditions to decrease indentationTakashi Kokubun2020-04-061-65/+63
* * 2020-04-06 [ci skip]git2020-04-061-1/+1
* fix typo in documentationDerek Argueta2020-04-061-1/+1
* [Doc] Exclude bundler vendored libraries directoryNobuyoshi Nakada2020-04-052-3/+2
* Exclude bundler vendored librariesNobuyoshi Nakada2020-04-051-1/+3
* Suppress warnings: reserved for numbered parameterKazuki Tsujimoto2020-04-051-1/+1
* Fix typosKazuki Tsujimoto2020-04-051-2/+2
* Fallback if Pathname#relative_path_from failsNobuyoshi Nakada2020-04-052-2/+4
* Revert "Moved aclocal.m4 to macro directory"Nobuyoshi Nakada2020-04-059-12/+10
* Use toodir also in configure.acNobuyoshi Nakada2020-04-051-2/+4
* Moved aclocal.m4 to macro directoryNobuyoshi Nakada2020-04-059-10/+12
* Added tooldir variableNobuyoshi Nakada2020-04-058-150/+154
* * 2020-04-05 [ci skip]git2020-04-051-1/+1
* Updated aclocal.m4 by aclocal 1.16.2 [ci skip]Nobuyoshi Nakada2020-04-051-2/+2
* Enhance pattern matching introductionzverok2020-04-041-27/+16
* Also scan `rescue` clausesNobuyoshi Nakada2020-04-041-1/+1
* .github/workflows/mingw.yml: Turn off verbose mode [ci skip]Nobuyoshi Nakada2020-04-041-1/+1
* Fixed the location of the shared libraryNobuyoshi Nakada2020-04-042-6/+6
* rbconfig_spec.rb: removed needless windows guardNobuyoshi Nakada2020-04-041-11/+9
* Update to ruby/spec@7289ea3Benoit Daloze2020-04-042-5/+16