| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-02-10 | Fixed the signature of find_time_numguess_getter | Nobuyoshi Nakada | |
| Notes: Merged: https://github.com/ruby/ruby/pull/4168 | |||
| 2021-02-10 | Fixed race in dtoa [Bug #17612] | Nobuyoshi Nakada | |
| Fixed the race condition when replacing `freelist` entry with its chained next element. At acquiring an entry, hold the entry once with the special value, then release by replacing it with the next element again after acquired. If another thread is holding the same entry at that time, spinning until the entry gets released. Co-Authored-By: Koichi Sasada <ko1@atdot.net> Notes: Merged: https://github.com/ruby/ruby/pull/4167 | |||
| 2021-02-10 | Simple benchmark of Float#to_s | Nobuyoshi Nakada | |
| 2021-02-10 | .github/workflows/compilers.yml: clang-13 | 卜部昌平 | |
| LLVM made release/122.x branch. Its master is now version 12. Notes: Merged: https://github.com/ruby/ruby/pull/4166 | |||
| 2021-02-10 | [ruby/zlib] Don't use gemspec for gem dependecy | Hiroshi SHIBATA | |
| https://github.com/ruby/zlib/commit/7d3d19710f | |||
| 2021-02-10 | [ruby/zlib] test-unit didn't provide __name__ attribute | Hiroshi SHIBATA | |
| https://github.com/ruby/zlib/commit/7d3fc1f325 | |||
| 2021-02-09 | Fix documentation for Module#ruby2_keywords | Jeremy Evans | |
| It returns nil, not self. Fixes [Bug #17560] | |||
| 2021-02-09 | Fix broken link | Use amazing-print instead | |
| The document should point to doc/syntax/comments.rdoc (with an "s") as there currently no `doc/syntax/comment.rdoc` Notes: Merged: https://github.com/ruby/ruby/pull/4162 | |||
| 2021-02-10 | * 2021-02-10 [ci skip] | git | |
| 2021-02-10 | vm_dump.c: Dump machine registers on RISC-V Linux | Yusuke Endoh | |
| Fixes [Bug #17615] Co-Authored-By: xtkoba (Tee KOBAYASHI) <xtkoba+ruby@gmail.com> | |||
| 2021-02-09 | Improve the wording surrounding `Proc#isolate` | Use amazing-print instead | |
| This change moves the statement that `Proc#isolate` isn't yet exposed for Ruby users to the first time the method is mentioned. This is so that readers don't waste time trying to look it up in Ruby docs. There was also unnecessary duplication: ``` Paragraph 1: "Given block will be isolated from outer scope by Proc#isolate." Paragraph 2: "Given block will be isolated by Proc#isolate method" ``` So I combined the two sentences and slightly improved the wording for clarity. Notes: Merged: https://github.com/ruby/ruby/pull/4161 | |||
| 2021-02-09 | [ruby/console] Updated depend | Nobuyoshi Nakada | |
| 2021-02-09 | [ruby/io-console] Fixed typo | Nobuyoshi Nakada | |
| 2021-02-09 | [ruby/io-console] Fixed regression against 3.0 | Nobuyoshi Nakada | |
| 2021-02-09 | Define macro for fiber/scheduler.h | Nobuyoshi Nakada | |
| 2021-02-09 | Updated pre-prototype declarations | Nobuyoshi Nakada | |
| 2021-02-09 | strip trailing spaces [ci skip] | Nobuyoshi Nakada | |
| 2021-02-09 | Expose scheduler as public interface & bug fixes. (#3945) | Samuel Williams | |
| * Rename `rb_scheduler` to `rb_fiber_scheduler`. * Use public interface if available. * Use `rb_check_funcall` where possible. * Don't use `unblock` unless the fiber was non-blocking. Notes: Merged-By: ioquatix <samuel@codeotaku.com> | |||
| 2021-02-09 | Fixed default coroutine selection for musl. | Andrew Aladjev | |
| Notes: Merged: https://github.com/ruby/ruby/pull/3567 Merged-By: ioquatix <samuel@codeotaku.com> | |||
| 2021-02-08 | Improve performance Float#positive? and Float#negative? [Feature #17614] (#4160) | S.H | |
| Notes: Merged-By: k0kubun <takashikkbn@gmail.com> | |||
| 2021-02-09 | Copy va_list of exception classes | Nobuyoshi Nakada | |
| The list is reused when an exception raised again after retrying in the rescue procedure. Notes: Merged: https://github.com/ruby/ruby/pull/4159 | |||
| 2021-02-09 | Also `eclass` loop can raise in `rb_obj_is_kind_of` | Nobuyoshi Nakada | |
| Notes: Merged: https://github.com/ruby/ruby/pull/4159 | |||
| 2021-02-09 | Adjusted indent [ci skip] | Nobuyoshi Nakada | |
| 2021-02-09 | Do not allocate ractor-local storage in dfree function during GC | Nobuyoshi Nakada | |
| 2021-02-09 | Assign TAG_NONE to ruby_tag_type instead of 0 | Nobuyoshi Nakada | |
| 2021-02-09 | * 2021-02-09 [ci skip] | git | |
| 2021-02-08 | vcs.rb: update the given option to VCS.detect by keyword arguments | Nobuyoshi Nakada | |
| 2021-02-08 | vcs.rb: added `base_url` keyword option to GIT#export_changelog | Nobuyoshi Nakada | |
| 2021-02-08 | vcs.rb: improved export_changelog | Nobuyoshi Nakada | |
| * arguments are optional * `path` may be passed as a keyword argument * `nil` or `"-"` path means stdout | |||
| 2021-02-08 | Revert a part of "[DOC] refined" [ci skip] | Nobuyoshi Nakada | |
| This reverts commit 478716f49a19cdd86f629c6a0673c1ff53630c96 partially -- "Removed unnecessary parentheses" part -- because of a lambda, see 9e25eb308d4fae9a10e120c2b4601916cc38336c. | |||
| 2021-02-07 | [ruby/benchmark] Adds `Tms#to_h` | Keith Bennett | |
| [Feature #17601] | |||
| 2021-02-08 | * 2021-02-08 [ci skip] | git | |
| 2021-02-08 | Forward keyword arguments to ARGF from global functions | Nobuyoshi Nakada | |
| 2021-02-08 | Added test for keyword arguments to ARGF | Nobuyoshi Nakada | |
| 2021-02-08 | Removed unnecessary parentheses at `case` [ci skip] | Nobuyoshi Nakada | |
| 2021-02-07 | [DOC] Modified prefixes to get rid of conflicts | Nobuyoshi Nakada | |
| 2021-02-07 | [DOC] make individual names so that rdoc can find each documents | Nobuyoshi Nakada | |
| 2021-02-07 | [DOC] Module#method_undefined | Nobuyoshi Nakada | |
| 2021-02-07 | [DOC] refined | Nobuyoshi Nakada | |
| * Adjusted indentation in license section, and used "(c)" * Commented out invalid syntax to enable highlighting * Removed unnecessary parentheses | |||
| 2021-02-07 | [DOC] {Array,MatchData}#values_at understand ranges [ci skip] | Nobuyoshi Nakada | |
| 2021-02-07 | [ruby/reline] Version 0.2.3 | aycabta | |
| https://github.com/ruby/reline/commit/b26c7d60c8 | |||
| 2021-02-07 | [ruby/irb] Version 1.3.3 | aycabta | |
| https://github.com/ruby/irb/commit/4c87035b7c | |||
| 2021-02-07 | [ruby/reline] Terminate correctly in the middle of lines higher than the screen | aycabta | |
| https://github.com/ruby/reline/commit/e1d9240ada | |||
| 2021-02-07 | [ruby/reline] Autowrap correctly when inserting chars in the middle of a line | aycabta | |
| https://github.com/ruby/reline/commit/ebaf37255f | |||
| 2021-02-07 | [ruby/reline] The vi_histedit supports multiline | aycabta | |
| This closes ruby/reline#253. https://github.com/ruby/reline/commit/f131f86d71 | |||
| 2021-02-07 | [ruby/reline] Move cursor just after the last line when finished | aycabta | |
| https://github.com/ruby/reline/commit/ba06e4c480 | |||
| 2021-02-07 | [ruby/reline] Update cursor info by inserting newline even if not in pasting | aycabta | |
| https://github.com/ruby/reline/commit/92d314f514 | |||
| 2021-02-07 | [ruby/reline] Handle past logs correctly when the code is higher than the screen | aycabta | |
| https://github.com/ruby/reline/commit/f197139b4a | |||
| 2021-02-07 | [ruby/reline] Show all lines higher than the screen when finished | aycabta | |
| On Unix-like OSes, logs prior to the screen are not editable. When the code is higher than the screen, the code is only shown on the screen until input is finished, but when it is finished, all lines are outputted. https://github.com/ruby/reline/commit/8cd9132a39 | |||
| 2021-02-07 | [ruby/reline] Scroll down when ^C is pressed | aycabta | |
| https://github.com/ruby/reline/commit/6877a7e3f5 | |||
