| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-08-14 | [ruby/stringio] Supported BOM | Nobuyoshi Nakada | |
| https://github.com/ruby/stringio/commit/b249631c43 | |||
| 2019-08-14 | [ruby/stringio] Supported `mode:` option | Nobuyoshi Nakada | |
| https://github.com/ruby/stringio/commit/53def32ba0 | |||
| 2019-08-14 | [ruby/stringio] Allow bignum mode | Nobuyoshi Nakada | |
| https://github.com/ruby/stringio/commit/d28927b561 | |||
| 2019-08-14 | [ruby/stringio] Added support for older versions | Nobuyoshi Nakada | |
| https://github.com/ruby/stringio/commit/c4a13d41cd https://github.com/ruby/stringio/commit/359c9f395c | |||
| 2019-08-14 | [ruby/stringio] stringio: encoding support | Nobuyoshi Nakada | |
| https://github.com/ruby/stringio/commit/7b20075ab0 | |||
| 2019-08-14 | Try to fix variable reference on Windows (#2361) | Takashi Kokubun | |
| https://github.com/ruby/ruby/runs/192869165 Notes: Merged-By: k0kubun <takashikkbn@gmail.com> | |||
| 2019-08-14 | Stop using official actions/checkout | Takashi Kokubun | |
| because it has been unstable, and also it sometimes does not work for a pull request like: https://github.com/ruby/ruby/pull/2358/checks?check_run_id=192685048#step:4:17 Notes: Merged: https://github.com/ruby/ruby/pull/2360 | |||
| 2019-08-14 | Move some assertions to CoreAssertions. (#2354) | SHIBATA Hiroshi | |
| They are used by default gems like forwardable. * assert_raise_with_message * assert_warning * assert_warn Notes: Merged-By: hsbt <hsbt@ruby-lang.org> | |||
| 2019-08-14 | * 2019-08-14 | git | |
| 2019-08-14 | Compare actual result | Nobuyoshi Nakada | |
| 2019-08-13 | UTF LE is fixed at least the first 2 bytes | Nobuyoshi Nakada | |
| * io.c (io_strip_bom): if the first 2 bytes are 0xFF0xFE, it should be a little-endian UTF, 16 or 32. [Bug #16099] | |||
| 2019-08-13 | Use the official actions/checkout again (#2357) | Takashi Kokubun | |
| because clone does not checkout exact commit sha, and also we'd need to handle pull_request on fork, so I tentatively stopped to do this. Notes: Merged-By: k0kubun <takashikkbn@gmail.com> | |||
| 2019-08-13 | * expand tabs. | git | |
| 2019-08-13 | Add compaction callbacks for Enumerator | Aaron Patterson | |
| This commit gives Enumerator compaction support | |||
| 2019-08-13 | Update the comment in check_branch [ci skip] (#2355) | Takashi Kokubun | |
| Notes: Merged-By: k0kubun <takashikkbn@gmail.com> | |||
| 2019-08-13 | spec/bundler needs the specific command [ci skip] | Nobuyoshi Nakada | |
| 2019-08-13 | Pass rb_execution_context_t* in ruby_run_node | Nobuyoshi Nakada | |
| 2019-08-13 | Fix a typo [ci skip] | Kazuhiro NISHIYAMA | |
| 2019-08-13 | Detect VCS from the current directory by default [ci skip] | Nobuyoshi Nakada | |
| 2019-08-13 | Push commits notes too [ci skip] | Nobuyoshi Nakada | |
| 2019-08-13 | * expand tabs. | git | |
| 2019-08-13 | Removed non-VM_OBJSPACE code | Nobuyoshi Nakada | |
| It has not been used for 4 years, since r60856, e33b1690d06f867e45750bd8e3e8b06d78b5bc26. | |||
| 2019-08-13 | Refactored `objspace_each_objects` | Nobuyoshi Nakada | |
| As `rb_objspace_each_objects_without_setup` doesn't reset and restore `dont_incremental` flag, renamed the bare iterator as `objspace_each_objects_without_setup`. `objspace_each_objects` calls it when called with the flag disabled, wrap the arguments otherwise only. | |||
| 2019-08-13 | Move rb_objspace_t* in objspace_reachable_objects_from_root to an argument | Nobuyoshi Nakada | |
| 2019-08-13 | * expand tabs. | git | |
| 2019-08-13 | Hoisted out GPR_DEFAULT_REASON | Nobuyoshi Nakada | |
| 2019-08-13 | Move rb_objspace_t* in gc_verify_internal_consistency to an argument | Nobuyoshi Nakada | |
| 2019-08-13 | Renamed ruby_finalize_{0,1} | Nobuyoshi Nakada | |
| And pass rb_execution_context_t as an argument. | |||
| 2019-08-12 | Rename rb_gc_mark_no_pin -> rb_gc_mark_movable | Aaron Patterson | |
| Renaming this function. "No pin" leaks some implementation details. We just want users to know that if they mark this object, the reference may move and they'll need to update the reference accordingly. | |||
| 2019-08-12 | Remove documentation that fatal cannot be rescued [ci skip] | Jeremy Evans | |
| You can rescue it: f = ObjectSpace.each_object(Class){|c| break c if c.name == 'fatal'} begin raise f rescue f 2 end # => 2 It's not a good idea to rescue fatal exceptions you didn't generate yourself, though. Fixes [Bug #10691] | |||
| 2019-08-13 | Explain the current status of branches [ci skip] (#2350) | Takashi Kokubun | |
| Notes: Merged-By: k0kubun <takashikkbn@gmail.com> | |||
| 2019-08-13 | * expand tabs. | git | |
| 2019-08-12 | also unpin `final` on weak maps | Aaron Patterson | |
| 2019-08-12 | Unpin default value objects | Aaron Patterson | |
| We're already updating the location of default values, so we may as well unpin them. | |||
| 2019-08-13 | Update check_branch description a little [ci skip] | Takashi Kokubun | |
| 2019-08-12 | Update docs to use more natural English | Aaron Patterson | |
| Just a few updates to make the English sound a bit more natural | |||
| 2019-08-13 | Fix a typo [ci skip] | Kazuhiro NISHIYAMA | |
| 2019-08-13 | * 2019-08-13 | git | |
| 2019-08-13 | Stop rewriting message to include PR URL | Nobuyoshi Nakada | |
| Notes: Merged: https://github.com/pull/2347 | |||
| 2019-08-12 | Add a quick job to be used for branch protection | Takashi Kokubun | |
| 2019-08-12 | string.c (rb_str_sub, _gsub): improve the rdoc | Yusuke Endoh | |
| This change: * Added an explanation about back references except \n and \k<n> (\` \& \' \+ \0) * Added an explanation about an escape (\\) * Added some rdoc references * Rephrased and clarified the reason why double escape is needed, added some examples, and moved the note to the last (because it is not specific to the method itself). | |||
| 2019-08-12 | date_parse.c: trim off | Nobuyoshi Nakada | |
| * ext/date/date_parse.c (date_zone_to_diff): trim off by zone name length. | |||
| 2019-08-12 | date_parse.c: avoid copying | Nobuyoshi Nakada | |
| * ext/date/date_parse.c (date_zone_to_diff): get rid of copying the whole argument string. | |||
| 2019-08-12 | Add another test for frame omitted inlining | Takashi Kokubun | |
| 2019-08-12 | Simplify sudo specification | Takashi Kokubun | |
| 2019-08-12 | added --disable-install-doc to Windows workflow of GitHub Actions | Hiroshi SHIBATA | |
| Closes: https://github.com/ruby/ruby/pull/2346 | |||
| 2019-08-12 | Removed configuration of Azure Pipelines | Hiroshi SHIBATA | |
| 2019-08-12 | Try to nmake test | Hiroshi SHIBATA | |
| 2019-08-12 | Try to merge windows 2016 and 2019 | Hiroshi SHIBATA | |
| 2019-08-12 | Added windows-2019 workflow | Hiroshi SHIBATA | |
