| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-09-02 | Run daily cron against SUPPORT_JOKE | Takashi Kokubun | |
| 2019-09-02 | Fix compilation error in SUPPORT_JOKE | Takashi Kokubun | |
| This seems to have been broken since 4e15be8bade. | |||
| 2019-09-02 | Extract git commit log as raw format like git-svn for ChangeLog | Nobuyoshi Nakada | |
| 2019-09-02 | test/drb/drbtest.rb: Skip test_06_timeout on Solaris10s | Yusuke Endoh | |
| The test seems to have a race condition, which fails on very slow machine like Solaris10s. So skip it. In addition, this change restores timeout guard that was removed at 0660d7cb538cf5284d50f66adfcbd78609839715. This is because the test gets stuck forever when something wrong occurs. It is better to fail the test than stuck. | |||
| 2019-09-02 | Do not clear backtrace in Exception#exception | Nobuyoshi Nakada | |
| [Bug #15558] | |||
| 2019-09-02 | Rewrote using assert_separately | Nobuyoshi Nakada | |
| 2019-09-02 | Prohibit nul-separated glob pattern [Feature #14643] (#2419) | Nobuyoshi Nakada | |
| Notes: Merged-By: nobu <nobu@ruby-lang.org> | |||
| 2019-09-02 | Add Net::FTP#features and Net::FTP#option | Shugo Maeda | |
| Patch by darkphnx (Dan Wentworth) . Thanks! [Feature #15964] | |||
| 2019-09-02 | Get rid of interpreting BTS references as label-list [ci skip] | Nobuyoshi Nakada | |
| 2019-09-01 | Revert "Make Enumerator::Lazy#with_index be lazy" | Jeremy Evans | |
| This reverts commit 83498854eb5a824f1f83c31fac18c9279f9ee10d. This didn't pass rubyspec. | |||
| 2019-09-02 | Fix opt_regexpmatch1 references | Takashi Kokubun | |
| 2019-09-01 | Make Enumerator::Lazy#with_index be lazy | Jeremy Evans | |
| Previously, Enumerator::Lazy#with_index was not defined, so it picked up the default implementation from Enumerator, which was not lazy. Based on earlier patch from nobu. Fixes [Bug #7877] | |||
| 2019-09-02 | fix shortcut condition | Urabe, Shyouhei | |
| rb_reg_match expects its first argument to be a Regexp instance. Should check that. Notes: Merged: https://github.com/ruby/ruby/pull/1959 | |||
| 2019-09-02 | delete unused function | Urabe, Shyouhei | |
| Notes: Merged: https://github.com/ruby/ruby/pull/1959 | |||
| 2019-09-02 | opt_regexpmatch1 is actually making things slower. | Urabe, Shyouhei | |
| ---- trunk: ruby 2.6.0dev (2018-09-18 trunk 64767) [x86_64-darwin15] ours: ruby 2.6.0dev (2018-09-18 opt_regexpmatch 64775) [x86_64-darwin15] last_commit=opt_regexpmatch1 is actually making things slower. Calculating ------------------------------------- trunk ours Optcarrot Lan_Master.nes 33.877 35.282 fps Comparison: Optcarrot Lan_Master.nes ours: 35.3 fps trunk: 33.9 fps - 1.04x slower Notes: Merged: https://github.com/ruby/ruby/pull/1959 | |||
| 2019-09-02 | Add a benchmark for opt_regexpmatch2 | Takashi Kokubun | |
| vm2_regexp was for opt_regexpmatch1. | |||
| 2019-09-02 | Set mtime of checked out files to past time | Nobuyoshi Nakada | |
| instead of waiting 2 seconds, if possible. | |||
| 2019-09-02 | Skip POINTOPOINT of IPv4 too instead of IPv6 only | Kazuhiro NISHIYAMA | |
| Fix following error on `utun*`: ``` 1) Error: TestSocket#test_udp_server: Errno::ECONNREFUSED: Connection refused - recvmsg(2) ``` | |||
| 2019-09-01 | Simplify setting of VM_CALL_KW_SPLAT in vm_call_method_missing | Jeremy Evans | |
| Pointed out by ko1. | |||
| 2019-09-01 | Fix method name in test to not override existing method name | Jeremy Evans | |
| 2019-09-01 | Fix keyword argument separation warning in method_missing | Jeremy Evans | |
| vm_call_method_missing was dropping VM_CALL_KW_SPLAT, so this just makes it not drop it, to get the same behavior as calling the method directly. | |||
| 2019-09-02 | Treat Japanese IME on/off code correctly | aycabta | |
| 2019-09-02 | * 2019-09-02 [ci skip] | git | |
| 2019-09-02 | Fixed the directory to be removed | Nobuyoshi Nakada | |
| 2019-09-01 | test/drb/drbtest.rb: Use EnvUtil.timeout for timeout scale factor | Yusuke Endoh | |
| 2019-09-01 | Revert "Revert "Revert "Skip BUGs on Solaris""" | Yusuke Endoh | |
| This reverts commit 3be3948870f6589343c4aecb541e22fae7751b47. The Solaris environment couldn't lookup the hostname itself by a wrong setting. Now it is fixed, so try again. | |||
| 2019-09-01 | Restore pwd for each version | Nobuyoshi Nakada | |
| 2019-09-01 | Support packaging different branch/tag | Nobuyoshi Nakada | |
| 2019-09-01 | Fetch commit notes | Nobuyoshi Nakada | |
| 2019-09-01 | Resolve symlinks to cache directory under gems | Nobuyoshi Nakada | |
| 2019-09-01 | Support git tags | Nobuyoshi Nakada | |
| 2019-09-01 | Upgrade benchmark-driver for keyword args warnings | Takashi Kokubun | |
| 2019-09-01 | Revert "Revert "Skip BUGs on Solaris"" | Yusuke Endoh | |
| This reverts commit 84dca8eff0cbcb1c23623b47fb78b0daf5c76e35. "exceution expired" occurred on Solaris. https://rubyci.org/logs/rubyci.s3.amazonaws.com/solaris11s-sunc/ruby-master/log/20190901T072504Z.fail.html.gz | |||
| 2019-09-01 | Make pattern matching support **nil syntax | Kazuki Tsujimoto | |
| 2019-09-01 | Automatically detect missing symbols | Takashi Kokubun | |
| which are usually optimized away by -O3. This CI can detect missing exports like ea84a680755b5a7fa700618cbe78e3b2fc7be01d which was needed for 761346a9604ca2c79777d1d67fb5dcc3c30dbf69. | |||
| 2019-09-01 | Export rb_const_source_location_at for MJIT | Kazuki Tsujimoto | |
| 2019-09-01 | test/ruby/test_keyword.rb: Add remove_method before method redefinition | Yusuke Endoh | |
| to suppress redefinition warnings. | |||
| 2019-09-01 | Revert "Skip BUGs on Solaris" | Yusuke Endoh | |
| This reverts commit 8adefd4cf29288f6e43f20efbdd44b215ae16c7a. I couldn't see any failure on Solaris if the guard is removed. Give it a try. | |||
| 2019-08-31 | Fix keyword argument separation warning when using send | Jeremy Evans | |
| vm_call_opt_send was dropping VM_CALL_KW_SPLAT, so this just makes it not drop it, to get the same behavior as calling the method directly. | |||
| 2019-09-01 | Note about ANYARGS in NEWS | Takashi Kokubun | |
| Since 50f5a0a8d6e7ad89d6caff695a08dbd38edb7a6e, some C++ extensions needed fixes like https://github.com/eagletmt/faml/pull/49 to make their build succeed. Thus it's worth noting that C API declarations are changed. | |||
| 2019-08-31 | Don't pass an empty keyword hash when double splatting empty hash when ↵ | Jeremy Evans | |
| calling cfunc This mirrors earlier changes in keyword argument separation for calling Ruby methods and calling procs/lambdas, so that behavior is kept the same. | |||
| 2019-09-01 | Made :nil static ID | Nobuyoshi Nakada | |
| 2019-09-01 | IRB 1.1.0.pre.3 | aycabta | |
| 2019-09-01 | Reline 0.0.2 | aycabta | |
| 2019-09-01 | Re-calculate state variables of screen when screen size changes | aycabta | |
| 2019-09-01 | Ignore the all of warnings with inline_spec.rb of bundler examples. | Hiroshi SHIBATA | |
| 2019-09-01 | * 2019-09-01 [ci skip] | git | |
| 2019-09-01 | Split warning messages for tag-jump | Nobuyoshi Nakada | |
| 2019-08-31 | Use double splat for keyword args by a hash object in lib/un.rb | aycabta | |
| 2019-08-31 | Limit the apt addon enablement to trusty | Takashi Kokubun | |
| 8897fa60fdbc83f9cce7df384893e902c17c1bf2 worked. But we want to retry that part and this commit is trying to fix the problem. | |||
