summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-09-27[ruby/irb] Add doc about "echo on assignment"aycabta
2021-09-27[ruby/irb] Add blank lines to sample code in doc for readabilityaycabta
2021-09-27[ruby/irb] Fix sample code in docaycabta
2021-09-27[ruby/irb] Add a space before left parenaycabta
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 inputrcaycabta
2021-09-26[ruby/reline] Implement vi_kill_line_prevJake Zimmerman
2021-09-26* 2021-09-26 [ci skip]git
2021-09-26Fix dependency of verconf.hNobuyoshi Nakada
2021-09-25Dot-prefix appveyor.ymlNobuyoshi Nakada
2021-09-25FL_USER flags on ohter than T_DATA are reserved [Misc #18059]Nobuyoshi Nakada
2021-09-25Return fstrings from `build_const_pathname`.Samuel Williams
2021-09-25Refactor rb_call_super functionS-H-GAMELINKS
2021-09-24Enhanced RDoc for Struct (#4891)Burdette Lamar
2021-09-24Enhanced RDoc for Struct (#4890)Burdette Lamar
2021-09-25* 2021-09-25 [ci skip]git
2021-09-25[ruby/reline] Add aliases {prev,next}_history to ed_{prev,next}_historyaycabta
2021-09-24[ruby/irb] Revert "Show original string byte sequence to debug"aycabta
2021-09-24[ruby/irb] Show original string byte sequence to debugaycabta
2021-09-24Pend test_complete_require_library_name_firstaycabta
2021-09-24FL_USER flags on ohter than T_DATA are reserved [Misc #18059]Nobuyoshi Nakada
2021-09-24Reminders of the Windows versions each API is available [ci skip]Nobuyoshi Nakada
2021-09-24HCRYPTPROV is not a HANDLENobuyoshi Nakada
2021-09-24[rubygems/rubygems] Use pend instead of skip in the absence of git in test he...Lucas Kanashiro
2021-09-24[rubygems/rubygems] Revert "Fix an issue causing nested Gem::Uri instances"David Rodríguez
2021-09-24[rubygems/rubygems] Fix error message building changing password of sourcehuangduirong
2021-09-24Align the implementation precedences with `rb_atomic_t` definitionNobuyoshi Nakada
2021-09-24Use the flag for uninitialized module [Bug #18185]Nobuyoshi Nakada
2021-09-24Consider modified modules initialized [Bug #18185]Nobuyoshi Nakada
2021-09-23Correct two errors in Range RDoc (#4889)Burdette Lamar
2021-09-23Enhance RDoc for Struct (#4885)Burdette Lamar
2021-09-23Fix typo in insns.def [ci skip]Alan Wu
2021-09-23Use the correct address sizextkoba
2021-09-23Interpret `DW_RLE_start_length`xtkoba
2021-09-23Fix return value when `base != 0`xtkoba
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 settingsaycabta
2021-09-23[ruby/reline] Reset all font settings at left end of dialogaycabta
2021-09-23Add symname_equal_lit for comparison with a string literalNobuyoshi Nakada
2021-09-23Revive the test using US-ASCII incompatible symbolNobuyoshi Nakada
2021-09-23Revert "Show original string byte sequence to debug"aycabta
2021-09-23[ruby/irb] Ignore any encoding errors while symbol completionNobuyoshi Nakada
2021-09-23.github/workflows/compilers.yml: Use `GNUMAKEFLAGS`.Jun Aruga
2021-09-23Comparing nonnull argument to NULL is uselessNobuyoshi Nakada
2021-09-23Show original string byte sequence to debugaycabta
2021-09-23Prohibit invalid encoding symbols [Bug #18184]Nobuyoshi Nakada
2021-09-23Check instance variable count overflowNobuyoshi Nakada
2021-09-23Extract ruby2_keywords predicate and setterNobuyoshi Nakada
2021-09-23Turned to_be_skipped_id to an inline functionNobuyoshi Nakada
2021-09-23[DOC] Use `unpack1` instead of `unpack(template)[0]` [ci skip]Kazuhiro NISHIYAMA