| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-04-06 | Refactor `argc` in mjit_compile_send | Takashi Kokubun | |
| using sp_inc_of_sendish for consistency and to make it easier to understand | |||
| 2020-04-06 | Update outdated comments in mjit_compile_send | Takashi Kokubun | |
| and simplify `v` variable references a little. There's no CALL_METHOD anymore, and the original code lives in vm_sendish instead of insns.def now. | |||
| 2020-04-06 | Collapse `if` conditions to decrease indentation | Takashi Kokubun | |
| in mjit_compile_send to clarify it's not that deeply branched. | |||
| 2020-04-06 | * 2020-04-06 [ci skip] | git | |
| 2020-04-06 | fix typo in documentation | Derek Argueta | |
| Notes: Merged: https://github.com/ruby/ruby/pull/3005 | |||
| 2020-04-05 | [Doc] Exclude bundler vendored libraries directory | Nobuyoshi Nakada | |
| The document in these external libraries may not be written in RDoc, ignore the whole directory. | |||
| 2020-04-05 | Exclude bundler vendored libraries | Nobuyoshi Nakada | |
| These libraries may not be written in RDoc. | |||
| 2020-04-05 | Suppress warnings: reserved for numbered parameter | Kazuki Tsujimoto | |
| 2020-04-05 | Fix typos | Kazuki Tsujimoto | |
| 2020-04-05 | Fallback if Pathname#relative_path_from fails | Nobuyoshi Nakada | |
| It can fail due to different prefixes, e.g., drive letters or UNC paths on DOSish platform. | |||
| 2020-04-05 | Revert "Moved aclocal.m4 to macro directory" | Nobuyoshi Nakada | |
| This reverts commit 4a6571dbc14ee4e88c12cd9931f7695077a3ee6e, because chkbuild does not follow. | |||
| 2020-04-05 | Use toodir also in configure.ac | Nobuyoshi Nakada | |
| 2020-04-05 | Moved aclocal.m4 to macro directory | Nobuyoshi Nakada | |
| Notes: Merged: https://github.com/ruby/ruby/pull/3003 | |||
| 2020-04-05 | Added tooldir variable | Nobuyoshi Nakada | |
| Notes: Merged: https://github.com/ruby/ruby/pull/3003 | |||
| 2020-04-05 | * 2020-04-05 [ci skip] | git | |
| 2020-04-05 | Updated aclocal.m4 by aclocal 1.16.2 [ci skip] | Nobuyoshi Nakada | |
| 2020-04-04 | Enhance pattern matching introduction | zverok | |
| Notes: Merged: https://github.com/ruby/ruby/pull/2952 | |||
| 2020-04-04 | Also scan `rescue` clauses | Nobuyoshi Nakada | |
| 2020-04-04 | .github/workflows/mingw.yml: Turn off verbose mode [ci skip] | Nobuyoshi Nakada | |
| Too much, no longer needed output. | |||
| 2020-04-04 | Fixed the location of the shared library | Nobuyoshi Nakada | |
| On platform where searchs shared libraries by `PATH` environment variable (i.e., Windows), the shared library is installed in `bindir`. On other platforms, the library directory is directed by `libdirname` indirectly. | |||
| 2020-04-04 | rbconfig_spec.rb: removed needless windows guard | Nobuyoshi Nakada | |
| This reverts commit 34b0a7be0ed2fd4ca4d1d509a22964b5e61dfe34. | |||
| 2020-04-04 | Update to ruby/spec@7289ea3 | Benoit Daloze | |
| 2020-04-04 | Update to ruby/mspec@fad32a5 | Benoit Daloze | |
| 2020-04-04 | * 2020-04-04 [ci skip] | git | |
| 2020-04-04 | Remove unnecessary escape | Kazuhiro NISHIYAMA | |
| 2020-04-03 | Fix a typo [ci skip] | Kazuhiro NISHIYAMA | |
| 2020-04-03 | [sync_default_gems.rb] Reset files to be ignored | Nobuyoshi Nakada | |
| [ci skip] | |||
| 2020-04-03 | [sync_default_gems.rb] Ignore files under .github directory | Nobuyoshi Nakada | |
| [ci skip] | |||
| 2020-04-03 | [sync_default_gems.rb] Use block form `IO.popen` to reap zombies | Nobuyoshi Nakada | |
| [ci skip] | |||
| 2020-04-03 | Use `platform_is` guard | Nobuyoshi Nakada | |
| Notes: Merged: https://github.com/ruby/ruby/pull/2997 | |||
| 2020-04-03 | Refined "Drop support for ruby 2.4 from ruby/spec" | Nobuyoshi Nakada | |
| By using spec/mspec/tool/remove_old_guards.rb. Notes: Merged: https://github.com/ruby/ruby/pull/2997 | |||
| 2020-04-03 | Refined spec/mspec/tool/remove_old_guards.rb | Nobuyoshi Nakada | |
| * Allow spaces around `...` * Matches quotes more precisely * Matches 0 teeny Notes: Merged: https://github.com/ruby/ruby/pull/2997 | |||
| 2020-04-02 | Update to ruby/spec@cc7b9e5 | Benoit Daloze | |
| 2020-04-02 | Update to ruby/mspec@b9fe8d6 | Benoit Daloze | |
| 2020-04-03 | Bail out before pushing unexpected object | Nobuyoshi Nakada | |
| 2020-04-03 | New macro `NEW_RIPPER` instead of `NEW_CDECL` | Nobuyoshi Nakada | |
| 2020-04-03 | Removed obsolete names | Nobuyoshi Nakada | |
| 2020-04-03 | * 2020-04-03 [ci skip] | git | |
| 2020-04-03 | webrick/ssl: More keyUsage for self-signed certs | Sorah Fukumori | |
| Chrome 75+ started to strictly enforce X.509 keyUsage against TLS server certificates. Webrick supports generating instant self-signed certificates for debugging purpose and these certificates lacks required keyUsage for modern TLS. So adding the following keyUsages: - digitalSignature (for server authentication) - keyAgreement (for DH key exchange) - dataEncipherment (for data encryption) References: - https://tools.ietf.org/html/rfc5280#section-4.2.1.3 - https://crbug.com/795089 - https://boringssl-review.googlesource.com/c/34604 | |||
| 2020-04-02 | Export `rb_deprecate_constant` | Nobuyoshi Nakada | |
| 2020-04-02 | Ensure the cache directory to be shared exists | Nobuyoshi Nakada | |
| 2020-04-02 | [ruby/etc] Deprecate names under `Struct` | Nobuyoshi Nakada | |
| https://github.com/ruby/etc/commit/25c538120c | |||
| 2020-04-02 | Revert "[ruby/etc] Deprecate names under `Struct`" | Nobuyoshi Nakada | |
| This reverts commit 69f698d85ada116db5747873e53c597991bedff8. Again. | |||
| 2020-04-02 | Revert "[ruby/etc] Hack to get rid of linking against static library" | Nobuyoshi Nakada | |
| This reverts commit 5885550c8cb80fb8784598d3af1d90823f4f6604. It didn't work without `--enable-shared`. | |||
| 2020-04-02 | * 2020-04-02 [ci skip] | git | |
| 2020-04-02 | [ruby/etc] Hack to get rid of linking against static library | Nobuyoshi Nakada | |
| 2020-04-02 | [ruby/etc] Deprecate names under `Struct` | Nobuyoshi Nakada | |
| https://github.com/ruby/etc/commit/25c538120c | |||
| 2020-04-01 | Revert "[ruby/etc] Deprecate names under `Struct`" | Nobuyoshi Nakada | |
| This reverts commit 919b175afc389f8df6a3caa05ffdd28f5fc4bfca. Since 604689628dc64d050a68f1ebe5e06f9105474936, to let `try_run` work before LIBRUBY_SO is installed, `try_link` links against the static library which defines even symbols unexported in the shared library. | |||
| 2020-04-01 | [ruby/etc] Deprecate names under `Struct` | Nobuyoshi Nakada | |
| https://github.com/ruby/etc/commit/25c538120c | |||
| 2020-04-01 | [ruby/etc] Drop binary gems support | Nobuyoshi Nakada | |
| Revert "Added build:mingw" e1674c18f5a0faf881b362363f428d139baef3b4. https://github.com/ruby/etc/commit/d8f1dd85d3 | |||
