| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-06-25 | Fixed the wrong path for io-console. | Hiroshi SHIBATA | |
| 2019-06-25 | Order of arguments might be incorrect in arm32 coroutine implementation. | Samuel Williams | |
| 2019-06-25 | * 2019-06-25 | git | |
| 2019-06-25 | Refactor calculation of corresponding token depth | aycabta | |
| 2019-06-24 | Try using arm32 implementation for fibers. | Samuel Williams | |
| 2019-06-24 | remove UNREACHABLE | NARUSE, Yui | |
| 2019-06-24 | array.c: Wrong heap size given to ruby_sized_xfree when freeing shared roots | Luke Gruber | |
| Fixes [Bug #15953] Closes: https://github.com/ruby/ruby/pull/2253 | |||
| 2019-06-24 | Add new encoding CESU-8 [Feature #15931] | NARUSE, Yui | |
| 2019-06-24 | Try using arm64 implementation for fibers. | Samuel Williams | |
| 2019-06-24 | Use spaces for indentation in `configure.ac`. | Samuel Williams | |
| 2019-06-24 | * remove trailing spaces. | git | |
| 2019-06-24 | Print warning if not using native coroutine. | Samuel Williams | |
| 2019-06-24 | * 2019-06-24 | git | |
| 2019-06-24 | httpstatus.rb 100% coverage | masakazutakewaka | |
| 2019-06-24 | Adds WebAssembly MIME type | Rob | |
| 2019-06-24 | Remove extraneous spaces at the end of status line | Nobuyoshi Nakada | |
| Remove extraneous spaces after the status code that is non-compliant with RFC, i.e `HTTP 200 OK `, to unnecessary confusion for WEBrick users, by a risk that WEBrick instances in the wild will have server responses flagged as suspicious or malicious due to a similar bug in [Cobalt Strike misconfiguration]. Reported by Matt Tennis <mtennis@paloaltonetworks.com> [Cobalt Strike misconfiguration]: https://blog.fox-it.com/2019/02/26/identifying-cobalt-strike-team-servers-in-the-wild/ | |||
| 2019-06-23 | Max length of UNIX socket path is 104 bytes on macOS | Nobuyoshi Nakada | |
| 2019-06-23 | Do not lengthen UNIX socket path | Nobuyoshi Nakada | |
| * spec/ruby/library/socket/unixsocket/recvfrom_spec.rb: do not lengthen UNIX socket path, which is very stricted. | |||
| 2019-06-23 | vcs.rb: handle --dryrun option | Nobuyoshi Nakada | |
| 2019-06-24 | Update NEWS. | Samuel Williams | |
| - Add note regarding IA64 removal. - Add note about Thread allocation performance improvements. | |||
| 2019-06-23 | array.c add back shared array optimization to ary_ensure_room_for_unshift | Luke Gruber | |
| Bug fix in commit ec8e5f5aa64e2a [Bug #15952] disabled an optimization in this function. Closes: https://github.com/ruby/ruby/pull/2252 | |||
| 2019-06-23 | array.c: always check frozenness in Array#unshift. Fixes [Bug #15952] | Luke Gruber | |
| Closes: https://github.com/ruby/ruby/pull/2251 | |||
| 2019-06-23 | Get rid of error with frozen string literal | Nobuyoshi Nakada | |
| [Bug #14194] | |||
| 2019-06-23 | Disable frozen-string-literal to disable deduplication | Nobuyoshi Nakada | |
| [Bug #14194] | |||
| 2019-06-23 | Get rid of error with frozen string literal | MSP-Greg (Greg L) | |
| [Bug #14194] | |||
| 2019-06-23 | Make autoloading_const_entry static | Nobuyoshi Nakada | |
| 2019-06-23 | * expand tabs. | git | |
| 2019-06-23 | NEWS: Module#constant_source_location | Nobuyoshi Nakada | |
| [Feature #10771] | |||
| 2019-06-23 | Module#constant_source_location [Feature #10771] | Nobuyoshi Nakada | |
| 2019-06-23 | Split global search for module | Nobuyoshi Nakada | |
| 2019-06-23 | Hoisted out autoloading_const_entry | Nobuyoshi Nakada | |
| 2019-06-23 | Fix issue with Array#rindex when rb_equal modifies receiver array | Luke Gruber | |
| Fixes [Bug #15951] Closes: https://github.com/ruby/ruby/pull/2250 | |||
| 2019-06-23 | * 2019-06-23 | git | |
| 2019-06-23 | Frozen objects in WeakMap | Nobuyoshi Nakada | |
| * gc.c (wmap_aset): bypass check for frozen and allow frozen object in WeakMap. [Bug #13498] | |||
| 2019-06-22 | Use EXEEXT | Nobuyoshi Nakada | |
| * test/lib/minitest/unit.rb (MiniTest::Assertions.diff): use `EXEEXT` configured value instead of switching by hard coded `host_os`. | |||
| 2019-06-22 | golf_prelude.rb: suppress the redefining warning | Nobuyoshi Nakada | |
| 2019-06-22 | Show timed out threads | Nobuyoshi Nakada | |
| * test/lib/test/unit/assertions.rb (assert_join_threads): kill and show timed out threads. | |||
| 2019-06-22 | Fix over-expansion | Nobuyoshi Nakada | |
| * test/lib/minitest/unit.rb (MiniTest::Assertions#mu_pp_for_diff): do not expand escaped backslash followed by 'n'. | |||
| 2019-06-21 | Alias ENV.merge! as ENV.update | Kenichi Kamiya | |
| [Feature #15947] Closes: https://github.com/ruby/ruby/pull/2246 | |||
| 2019-06-21 | Use different names for autoload constants in specs for clarity | Benoit Daloze | |
| 2019-06-21 | Add extra spec from https://github.com/ruby/ruby/pull/2173 | Jean Boussier | |
| 2019-06-22 | Always define RUBY_RELEASE_DATETIME | Nobuyoshi Nakada | |
| 2019-06-22 | Treat closing token with starting token at head of 2nd line correctly | aycabta | |
| v = if true # starting token at head of 2nd line 3 end # closing token | |||
| 2019-06-22 | Do auto indent only when closing token at first of line | aycabta | |
| if true 3; end # this isn't auto-indented | |||
| 2019-06-22 | * 2019-06-22 | git | |
| 2019-06-21 | Revert RUBY_RELEASE_DATE to date only | Nobuyoshi Nakada | |
| 2019-06-21 | Constified unusable chars | Nobuyoshi Nakada | |
| 2019-06-21 | * expand tabs. | git | |
| 2019-06-21 | Get rid of undefined behavior | Nobuyoshi Nakada | |
| * string.c (rb_str_sub_bang): str and repl can be same. [Bug #15946] | |||
| 2019-06-21 | Support irregular auto indent | aycabta | |
| v = if true 3 end # this "end" is auto-indented correctly | |||
