| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-06-23 | [ruby/rdoc] Specify working directory for RDoc::Options#check_files | Hiroshi SHIBATA | |
| https://github.com/ruby/rdoc/commit/f6cca9bd2f | |||
| 2021-06-23 | [ruby/rdoc] Update test/rdoc/test_rdoc_rubygems_hook.rb | Hiroshi SHIBATA | |
| https://github.com/ruby/rdoc/commit/fb264c4cc4 Co-authored-by: Nobuyoshi Nakada <nobu@ruby-lang.org> | |||
| 2021-06-23 | [ruby/rdoc] Rwrite test-case for rubygems_hook without Gem::TestCase | Hiroshi SHIBATA | |
| https://github.com/ruby/rdoc/commit/f8d1087ce5 | |||
| 2021-06-23 | Get rid of pointer casting | Nobuyoshi Nakada | |
| 2021-06-23 | Refactor class variable cache functions | Nobuyoshi Nakada | |
| Extracted repeated code as update_classvariable_cache. When cvc table is not set in getclassvariable, an empty table was created but it has no id and would cause [BUG], so made the code same as setclassvariable. | |||
| 2021-06-23 | Add nilclass.rb to .document | S-H-GAMELINKS | |
| Notes: Merged: https://github.com/ruby/ruby/pull/4591 | |||
| 2021-06-23 | Convert ssize_t properly | Nobuyoshi Nakada | |
| 2021-06-23 | Strip trailing spaces | Nobuyoshi Nakada | |
| 2021-06-23 | Fix a link [ci skip] | Kazuhiro NISHIYAMA | |
| 2021-06-23 | * 2021-06-23 [ci skip] | git | |
| 2021-06-22 | Fix asan error when walking heap for T_PAYLOAD objects | eileencodes | |
| Related to https://bugs.ruby-lang.org/issues/18001 Co-authored-by: Aaron Patterson <tenderlove@ruby-lang.org> Notes: Merged: https://github.com/ruby/ruby/pull/4597 | |||
| 2021-06-22 | [ruby/irb] Sort ls result ordered by anscestry | Keiko Kaneko | |
| https://github.com/ruby/irb/commit/fdd5c0a71e | |||
| 2021-06-22 | [Documentation] Fix typo, formatting in `time.c` | Anton Rieder | |
| Backticks do not result in code formatting. Notes: Merged: https://github.com/ruby/ruby/pull/4594 | |||
| 2021-06-22 | Fix NEWS formatting. | Samuel Williams | |
| 2021-06-22 | Add fiber scheduler news. | Samuel Williams | |
| Notes: Merged: https://github.com/ruby/ruby/pull/4593 | |||
| 2021-06-22 | Rework `sysread` to use blocking `read_internal_locktmp`. | Samuel Williams | |
| Notes: Merged: https://github.com/ruby/ruby/pull/4592 | |||
| 2021-06-22 | Deprecate and rework old (fd) centric functions. | Samuel Williams | |
| Notes: Merged: https://github.com/ruby/ruby/pull/4592 | |||
| 2021-06-22 | Direct io for accept, send, sendmsg, recvfrom, and related methods. | Samuel Williams | |
| Notes: Merged: https://github.com/ruby/ruby/pull/4477 | |||
| 2021-06-22 | Avoid a duplicated method definition of Object#stub | Yusuke Endoh | |
| http://rubyci.s3.amazonaws.com/ubuntu/ruby-master/log/20210622T063005Z.log.html.gz ``` /home/chkbuild/chkbuild/tmp/build/20210622T063005Z/ruby/test/rubygems/helper.rb:1565: warning: method redefined; discarding old stub /home/chkbuild/chkbuild/tmp/build/20210622T063005Z/ruby/test/resolv/test_dns.rb:8: warning: previous definition of stub was here ``` | |||
| 2021-06-22 | [ruby/readline-ext] Version 0.1.2 | aycabta | |
| https://github.com/ruby/readline-ext/commit/8541aaccb5 | |||
| 2021-06-22 | Run ifchange with shell explicitly, workaround of noexec mount | Nobuyoshi Nakada | |
| 2021-06-22 | * 2021-06-22 [ci skip] | git | |
| 2021-06-21 | What's Here for Numeric and Comparable | Burdette Lamar | |
| 2021-06-21 | Fix finish_using_lib_reline | aycabta | |
| 2021-06-21 | Call super method by teardown of tests of Reline as Readline | aycabta | |
| 2021-06-21 | Call Reline-specific method in helper file | aycabta | |
| 2021-06-21 | Rescue conversion error of inputrc | aycabta | |
| 2021-06-21 | Call Reline.test_reset in teardown of tests for readline definitely | aycabta | |
| 2021-06-21 | Use test encoding for TestRelineAsReadline and TestRelineAsReadlineHistory | aycabta | |
| 2021-06-21 | Stop using global constant, RELINE_TEST_ENCODING | aycabta | |
| 2021-06-21 | Call Reline.test_reset in teardown definitely | aycabta | |
| 2021-06-21 | Revert "Use Encoding.default_external for tests of Readline::HISTORY" | aycabta | |
| This reverts commit 089a26b0a619a649b1958061df8f21a6cdc6cacd. | |||
| 2021-06-21 | Experimentally expose RubyVM::AST::Node#node_id | Yusuke Endoh | |
| Now ISeq#to_a includes the node_id list for each bytecode instruction. I want a way to retrieve the AST::Node instance corresponding to an instruction for a research purpose including TypeProf-based LSP server. | |||
| 2021-06-21 | Use Encoding.default_external for tests of Readline::HISTORY | aycabta | |
| 2021-06-21 | Check Ruby version to use Fiddle with variadic args in test-all | aycabta | |
| 2021-06-21 | [ruby/irb] Improve stackprof measure | Ulysse Buonomo | |
| Allow usage of more detailed args when setting stackprof callback. Signed-off-by: Ulysse Buonomo <buonomo.ulysse@gmail.com> https://github.com/ruby/irb/commit/c9d101f450 | |||
| 2021-06-21 | [ruby/reline] Version 0.2.6 | aycabta | |
| https://github.com/ruby/reline/commit/5917e3a337 | |||
| 2021-06-21 | [ruby/reline] Fix explamation of #read_io | aycabta | |
| https://github.com/ruby/reline/commit/301ed11bec | |||
| 2021-06-21 | [ruby/reline] Remove an obsolete commented-out test | aycabta | |
| https://github.com/ruby/reline/commit/5354d02e03 | |||
| 2021-06-21 | [ruby/reline] Remove FIXME comment in #render | aycabta | |
| https://github.com/ruby/reline/commit/acd8f8efbb | |||
| 2021-06-21 | [ruby/reline] Remove TODO comment in #render_partial | aycabta | |
| https://github.com/ruby/reline/commit/bb6ea232c2 | |||
| 2021-06-21 | [ruby/reline] Add yamatanooroti test about set and exchange mark | aycabta | |
| https://github.com/ruby/reline/commit/2e6fdca5c6 | |||
| 2021-06-21 | [ruby/reline] Add binding C-x C-x to em_exchange_mark on Windows | aycabta | |
| https://github.com/ruby/reline/commit/24a2489b62 | |||
| 2021-06-21 | [ruby/reline] Reset config for random test | aycabta | |
| https://github.com/ruby/reline/commit/c39615e1dd | |||
| 2021-06-21 | [ruby/reline] Treat C-Space as M-Space on Windows | aycabta | |
| https://github.com/ruby/reline/commit/69beca2863 | |||
| 2021-06-21 | [ruby/reline] Check existance of a constant, Fiddle::VERSION | aycabta | |
| https://github.com/ruby/reline/commit/4b74c3d83a | |||
| 2021-06-21 | [ruby/reline] Add Meta+arrow-keys in extended entries of terminfo | aycabta | |
| https://github.com/ruby/reline/commit/af6f6ed088 | |||
| 2021-06-21 | [ruby/reline] Terminfo.tigetstr should be able to receive tiparm in method chain | aycabta | |
| https://github.com/ruby/reline/commit/4a3e308163 | |||
| 2021-06-21 | [ruby/reline] Terminfo.tigetstr and tiparm should return String object | aycabta | |
| https://github.com/ruby/reline/commit/1e287d10cc | |||
| 2021-06-21 | [ruby/reline] Add terminfo support | aycabta | |
| https://github.com/ruby/reline/commit/74a7ffaa2f | |||
