| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-09-27 | [ruby/irb] Add blank lines to sample code in doc for readability | aycabta | |
| https://github.com/ruby/irb/commit/123b7e53ee | |||
| 2021-09-27 | [ruby/irb] Fix sample code in doc | aycabta | |
| https://github.com/ruby/irb/commit/642adbe968 | |||
| 2021-09-27 | [ruby/irb] Add a space before left paren | aycabta | |
| https://github.com/ruby/irb/commit/973bac83ff | |||
| 2021-09-27 | * 2021-09-27 [ci skip] | git | |
| 2021-09-27 | [ruby/reline] ^K is kill-line and ^U is unix-line-discard for inputrc | aycabta | |
| https://github.com/ruby/reline/commit/5936071940 | |||
| 2021-09-26 | [ruby/reline] Implement vi_kill_line_prev | Jake Zimmerman | |
| This operation is mentioned and bound to `^U` in both `vi_command.rb` and `vi_insert.rb`, but there is no definition of it. Both Vi and Emacs use the same keystroke to do the same behavior, so I've chosen to use `alias_method` to make the implementation small, rather than duplicating the method and re-implementing it. https://github.com/ruby/reline/commit/fdbfc8669f | |||
| 2021-09-26 | * 2021-09-26 [ci skip] | git | |
| 2021-09-26 | Fix dependency of verconf.h | Nobuyoshi Nakada | |
| template/verconf.h.tmpl reads rbconfig.rb. | |||
| 2021-09-25 | Dot-prefix appveyor.yml | Nobuyoshi Nakada | |
| 2021-09-25 | FL_USER flags on ohter than T_DATA are reserved [Misc #18059] | Nobuyoshi Nakada | |
| 2021-09-25 | Return fstrings from `build_const_pathname`. | Samuel Williams | |
| It's possible for `build_const_pathname` to be called when `rb_cString` is still NULL. There is a fix-up step when `rb_cString` is initialized, but it only applies to `fstring` instances. Notes: Merged: https://github.com/ruby/ruby/pull/4892 | |||
| 2021-09-25 | Refactor rb_call_super function | S-H-GAMELINKS | |
| Notes: Merged: https://github.com/ruby/ruby/pull/4877 | |||
| 2021-09-24 | Enhanced RDoc for Struct (#4891) | Burdette Lamar | |
| Treats: #values_at #select #== #hash #eql? #size #dig Notes: Merged-By: BurdetteLamar <BurdetteLamar@Yahoo.com> | |||
| 2021-09-24 | Enhanced RDoc for Struct (#4890) | Burdette Lamar | |
| Treated: #each #each_pair #inspect #to_a #to_h #[] #[]= Notes: Merged-By: BurdetteLamar <BurdetteLamar@Yahoo.com> | |||
| 2021-09-25 | * 2021-09-25 [ci skip] | git | |
| 2021-09-25 | [ruby/reline] Add aliases {prev,next}_history to ed_{prev,next}_history | aycabta | |
| https://github.com/ruby/reline/commit/d740e18cff | |||
| 2021-09-24 | [ruby/irb] Revert "Show original string byte sequence to debug" | aycabta | |
| This reverts commit b42fe5937ab2a605a198ffb866db5ccda541568d. https://github.com/ruby/irb/commit/b22094a16f | |||
| 2021-09-24 | [ruby/irb] Show original string byte sequence to debug | aycabta | |
| https://github.com/ruby/irb/commit/7a97bb0e56 | |||
| 2021-09-24 | Pend test_complete_require_library_name_first | aycabta | |
| 2021-09-24 | FL_USER flags on ohter than T_DATA are reserved [Misc #18059] | Nobuyoshi Nakada | |
| 2021-09-24 | Reminders of the Windows versions each API is available [ci skip] | Nobuyoshi Nakada | |
| 2021-09-24 | HCRYPTPROV is not a HANDLE | Nobuyoshi Nakada | |
| Even though it is called "handle" and prefixed with "H", and its value looks like a handle. | |||
| 2021-09-24 | [rubygems/rubygems] Use pend instead of skip in the absence of git in test ↵ | Lucas Kanashiro | |
| helper https://github.com/rubygems/rubygems/commit/798a93a98c | |||
| 2021-09-24 | [rubygems/rubygems] Revert "Fix an issue causing nested Gem::Uri instances" | David Rodríguez | |
| This reverts commit 6589f7bcc7a63a47cb73f58a290c1e1ac42bba99. https://github.com/rubygems/rubygems/commit/9d0ce31f08 | |||
| 2021-09-24 | [rubygems/rubygems] Fix error message building changing password of source | huangduirong | |
| Do not change the password of the input parameter source during anonymization, by using the proper helper instead of changing the original uri directly. https://github.com/rubygems/rubygems/commit/eaa2dd8a97 | |||
| 2021-09-24 | Align the implementation precedences with `rb_atomic_t` definition | Nobuyoshi Nakada | |
| On MinGW, where both of Win32 API and GCC built-ins are available, the mismatch of implementations to the definition caused lots of warnings. | |||
| 2021-09-24 | Use the flag for uninitialized module [Bug #18185] | Nobuyoshi Nakada | |
| Make `Module#ancestors` not to include `BasicObject`. Notes: Merged: https://github.com/ruby/ruby/pull/4883 | |||
| 2021-09-24 | Consider modified modules initialized [Bug #18185] | Nobuyoshi Nakada | |
| Notes: Merged: https://github.com/ruby/ruby/pull/4883 | |||
| 2021-09-23 | Correct two errors in Range RDoc (#4889) | Burdette Lamar | |
| Notes: Merged-By: BurdetteLamar <BurdetteLamar@Yahoo.com> | |||
| 2021-09-23 | Enhance RDoc for Struct (#4885) | Burdette Lamar | |
| Treats #members and ::new. Notes: Merged-By: BurdetteLamar <BurdetteLamar@Yahoo.com> | |||
| 2021-09-23 | Fix typo in insns.def [ci skip] | Alan Wu | |
| Notes: Merged: https://github.com/ruby/ruby/pull/4888 Merged-By: XrXr | |||
| 2021-09-23 | Use the correct address size | xtkoba | |
| Notes: Merged: https://github.com/ruby/ruby/pull/4439 | |||
| 2021-09-23 | Interpret `DW_RLE_start_length` | xtkoba | |
| Fixes [Bug #17823] Notes: Merged: https://github.com/ruby/ruby/pull/4439 | |||
| 2021-09-23 | Fix return value when `base != 0` | xtkoba | |
| Notes: Merged: https://github.com/ruby/ruby/pull/4439 | |||
| 2021-09-24 | * 2021-09-24 [ci skip] | git | |
| 2021-09-24 | [ruby/reline] Use SGR 0 instead of SGR 39 and 49 to reset font settings | aycabta | |
| https://github.com/ruby/reline/commit/cbacb4c1cf | |||
| 2021-09-23 | [ruby/reline] Reset all font settings at left end of dialog | aycabta | |
| https://github.com/ruby/reline/commit/5f293b5127 | |||
| 2021-09-23 | Add symname_equal_lit for comparison with a string literal | Nobuyoshi Nakada | |
| 2021-09-23 | Revive the test using US-ASCII incompatible symbol | Nobuyoshi Nakada | |
| 2021-09-23 | Revert "Show original string byte sequence to debug" | aycabta | |
| This reverts commit b42fe5937ab2a605a198ffb866db5ccda541568d. | |||
| 2021-09-23 | [ruby/irb] Ignore any encoding errors while symbol completion | Nobuyoshi Nakada | |
| https://github.com/ruby/irb/commit/daa65cded1 | |||
| 2021-09-23 | .github/workflows/compilers.yml: Use `GNUMAKEFLAGS`. | Jun Aruga | |
| Because the `make` environment variable causes some rubygems tests to fail. And to align with `.cirrus.yml`. Notes: Merged: https://github.com/ruby/ruby/pull/4880 | |||
| 2021-09-23 | Comparing nonnull argument to NULL is useless | Nobuyoshi Nakada | |
| 2021-09-23 | Show original string byte sequence to debug | aycabta | |
| 2021-09-23 | Prohibit invalid encoding symbols [Bug #18184] | Nobuyoshi Nakada | |
| 2021-09-23 | Check instance variable count overflow | Nobuyoshi Nakada | |
| 2021-09-23 | Extract ruby2_keywords predicate and setter | Nobuyoshi Nakada | |
| 2021-09-23 | Turned to_be_skipped_id to an inline function | Nobuyoshi Nakada | |
| 2021-09-23 | [DOC] Use `unpack1` instead of `unpack(template)[0]` [ci skip] | Kazuhiro NISHIYAMA | |
| 2021-09-22 | What's Here for Range (#4881) | Burdette Lamar | |
| Notes: Merged-By: BurdetteLamar <BurdetteLamar@Yahoo.com> | |||
