| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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> | |||
| 2021-09-23 | * 2021-09-23 [ci skip] | git | |
| 2021-09-23 | Check the encoding of `ruby2_keywords_flag` [Bug #18184] | Nobuyoshi Nakada | |
| 2021-09-22 | [ruby/reline] Use `unpack1` instead of `unpack(template)[0]` | Kazuhiro NISHIYAMA | |
| https://github.com/ruby/reline/commit/45aa367616 | |||
| 2021-09-22 | [ruby/irb] Use typed spaces when the line is inside the here documents | Kaíque Kandy Koga | |
| Use first method instead of square brackets to support 2.5 and 2.6 versions Use tokens Clear check_newline_depth_difference https://github.com/ruby/irb/commit/6fec2a5d46 | |||
| 2021-09-22 | Check the entire name as `ruby2_keywords_flag` [Bug #18184] | Nobuyoshi Nakada | |
| 2021-09-22 | add NEWS entry for https://github.com/ruby/ruby/pull/4815 | 卜部昌平 | |
| 2021-09-22 | RBIMPL_ATTR_NOALIAS: not until LLVM 12 | 卜部昌平 | |
| I observed CI failures. https://github.com/ruby/ruby/actions/runs/1240165911 It turns out that RBIMPL_ATTR_NOALIAS was not mature before. Skip using it for old clang, and everything work as expected. Notes: Merged: https://github.com/ruby/ruby/pull/4848 | |||
| 2021-09-22 | include/ruby/atomic.h: rework | 卜部昌平 | |
| Reduce macros to do the same things in inline functions instead. This way assertions can be made granular. Notes: Merged: https://github.com/ruby/ruby/pull/4848 | |||
| 2021-09-22 | .cirrus.yml: Add Cirrus CI for Arm64 tests. | fedor | |
| Co-authored-by: fedor <fedor@cirruslabs.org> Notes: Merged: https://github.com/ruby/ruby/pull/4875 | |||
| 2021-09-22 | Rework order of operations to better handle last_status. | Samuel Williams | |
| Notes: Merged: https://github.com/ruby/ruby/pull/4595 | |||
| 2021-09-22 | Add support for non-blocking `Kernel.system`. | Samuel Williams | |
| Notes: Merged: https://github.com/ruby/ruby/pull/4595 | |||
| 2021-09-22 | [DOC] Additional to Array#sample [ci skip] | Nobuyoshi Nakada | |
| * The requirement to the +n+ argument. * The order of the result array. [Misc #14147] | |||
| 2021-09-22 | [rubygems/rubygems] Fix bug where redacted credentials are sent to server | Jonathan | |
| Implement deep cloning for `Gem::Uri` class to fix a bug where redacting credentials modifies the URI string in place instead of returning a modified copy. https://github.com/rubygems/rubygems/commit/eafb5a279b | |||
