| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-06-30 | Add parentheses to suppress warnings | Nobuyoshi Nakada | |
| 2019-06-30 | Hoisted out f_rest_marg | Nobuyoshi Nakada | |
| * parse.y (f_rest_marg): extract named and unnamed rest parameter in parenthesized method arguments, and should not be warned as unused. | |||
| 2019-06-30 | * 2019-06-30 | git | |
| 2019-06-30 | Removed unused variables | Nobuyoshi Nakada | |
| 2019-06-29 | Fix predicate to assert if object is same | Nobuyoshi Nakada | |
| 2019-06-29 | Fix predicate to assert if object is same | Nobuyoshi Nakada | |
| 2019-06-29 | Escape control codes in regexp warning message | Nobuyoshi Nakada | |
| 2019-06-29 | Should not warn massign parameters as unused | Nobuyoshi Nakada | |
| 2019-06-29 | Rmove old TestTimeTZ::TZ#abbr attribute | Nobuyoshi Nakada | |
| 2019-06-29 | Add max option to TestProtocol#create_mockio | Nobuyoshi Nakada | |
| * test/net/protocol/test_protocol.rb (TestProtocol#create_mockio): max option to limit maximum writable size at once, and unify mock method in test_write0_multibyte. | |||
| 2019-06-29 | * expand tabs. | git | |
| 2019-06-29 | Fixed String#grapheme_clusters with wide encodings | Nobuyoshi Nakada | |
| * string.c (get_reg_grapheme_cluster): make regexp from properly encoded sources fro wide-char encodings. [Bug #15965] * regparse.c (node_extended_grapheme_cluster): suppress false duplicated range warning for the time being. | |||
| 2019-06-29 | Hoisted out WIDE_ENCODINGS | Nobuyoshi Nakada | |
| 2019-06-29 | * 2019-06-29 | git | |
| 2019-06-29 | Set file name and line number | Nobuyoshi Nakada | |
| 2019-06-29 | Adjust caller's line number, expect the next line as here-doc | Nobuyoshi Nakada | |
| 2019-06-28 | Removed unused variables | Nobuyoshi Nakada | |
| 2019-06-28 | [DOC] Re-apply r11000, 41256fd43275c8bf66460510da7ab958a802e2a2 | Nobuyoshi Nakada | |
| * eval.c (rb_thread_kill): fix Thread#kill docs, which returns the thread object in all cases. From: why the lucky stiff <why@ruby-lang.org> | |||
| 2019-06-28 | Remove auto indent of continuation line | aycabta | |
| 2019-06-28 | Add parentheses to suppress a warning | Nobuyoshi Nakada | |
| 2019-06-28 | Test string content | Nobuyoshi Nakada | |
| 2019-06-28 | Removed unused variables | Nobuyoshi Nakada | |
| 2019-06-28 | Fixed a variable name | Nobuyoshi Nakada | |
| 2019-06-28 | Removed excess spaces | Nobuyoshi Nakada | |
| 2019-06-28 | Fixed name conflict between helper classes | Nobuyoshi Nakada | |
| 2019-06-28 | Skip instead of return | Nobuyoshi Nakada | |
| 2019-06-28 | Suppress unused variable warnings | Nobuyoshi Nakada | |
| 2019-06-28 | Use assert_separately instead of invoke_ruby | Nobuyoshi Nakada | |
| 2019-06-28 | Define singleton method on each new objects | Nobuyoshi Nakada | |
| 2019-06-28 | Suppress redefinition and void context warnings | Nobuyoshi Nakada | |
| 2019-06-28 | Use assigned local variable | Nobuyoshi Nakada | |
| 2019-06-28 | Wait for the helper thread to terminate | Nobuyoshi Nakada | |
| 2019-06-28 | [DOC] Singleton.instance [ci skip] | Nobuyoshi Nakada | |
| 2019-06-28 | Moved Singleton.instance to get rid of redefinition | Nobuyoshi Nakada | |
| 2019-06-28 | Removed unused variable | Nobuyoshi Nakada | |
| 2019-06-28 | Fixed the test-case class name for zsh | Nobuyoshi Nakada | |
| 2019-06-28 | Default @debug to $DEBUG | Nobuyoshi Nakada | |
| 2019-06-28 | Removed unused variable | Nobuyoshi Nakada | |
| 2019-06-28 | Use block instead of explicit close | Kazuhiro NISHIYAMA | |
| 2019-06-28 | Add `require 'test/unit'` | Kazuhiro NISHIYAMA | |
| 2019-06-28 | Suppress void context warning in verbose mode | Nobuyoshi Nakada | |
| 2019-06-28 | Close leaked file descriptor | Nobuyoshi Nakada | |
| 2019-06-28 | Suppress unused variable warning with RUBYOPT=-w | Nobuyoshi Nakada | |
| 2019-06-28 | O_EXCL has no meaning for fdopen | Nobuyoshi Nakada | |
| "exclusive access mode is not supported" exception has resulted in empty "rubyheap-*.json" files after test/objspace/test_objspace.rb. | |||
| 2019-06-27 | Fix documentation for Net::SMTPServerBusy | Jeremy Evans | |
| Fixes [Bug #11628] | |||
| 2019-06-27 | Update to ruby/spec@94d98ff | Benoit Daloze | |
| 2019-06-28 | * 2019-06-28 | git | |
| 2019-06-27 | Update to ruby/spec@8d74d49 | Benoit Daloze | |
| 2019-06-27 | Update to ruby/mspec@ca2bc42 | Benoit Daloze | |
| 2019-06-27 | Explain rubyspec Travis job in job name | Takashi Kokubun | |
| Eregon did not want https://github.com/ruby/ruby/commit/7b9dd379bfe4d597acfe4c26365feff61dabd488 because people only see Travis job name and don't see .travis.yml. I believe the new job name is simple and informative enough to explain why it exists. | |||
