summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2021-10-05remove lib/debug.rbKoichi Sasada
2021-10-04[ruby/irb] Fix typo of variableaycabta
2021-10-04[ruby/reline] Use default background color to erase on Windowsaycabta
2021-10-03[ruby/irb] Remove `require` in signal handler to avoid ThreadErrorMasataka Pocke Kuwabara
2021-10-03[ruby/reline] Re-calc the scroll pos when the content in dialog is shortenedaycabta
2021-10-03[ruby/irb] Version 1.3.8.pre.10aycabta
2021-10-03[ruby/irb] Update dependency, reline >= 0.2.8.pre.10aycabta
2021-10-03[ruby/reline] Version 0.2.8.pre.10aycabta
2021-10-03[ruby/reline] Initialize @trap_key to suppress warningaycabta
2021-10-03[ruby/reline] Add a comment to use "private alias_method" idiom after drop Ru...aycabta
2021-10-03Revert "mkmf.rb: try linking at try_var" [Bug #18235]Nobuyoshi Nakada
2021-10-03[ruby/reline] Add code block notation in docaycabta
2021-10-03[ruby/reline] Add doc for ed-unassigned and ed-insert macroaycabta
2021-10-03[ruby/reline] Rerender whole buffer when argument editing finishedaycabta
2021-10-03[ruby/reline] Call LineEditor#resize on Windowsaycabta
2021-10-03[ruby/reline] Simplify SIGWINCH handler to avoid aborting when resizing.TOMITA Masahiro
2021-10-03[ruby/reline] Use String#unpack1aycabta
2021-10-03[ruby/reline] Adjust border of scrollbar rendering calculationaycabta
2021-10-03[ruby/reline] The @block_elem_width shouldn't be used for height calculationaycabta
2021-10-02[ruby/reline] Refactoring Reline::Key.match? and add test.manga_osyo
2021-09-29[ruby/reline] Support ed_argument_digit by M+numaycabta
2021-09-28[ruby/ostruct] Strip trailing spacesNobuyoshi Nakada
2021-09-28[rubygems/rubygems] Only disallow FIXME/TODO for first word of gemspec descri...Ellen Marie Dash
2021-09-28[rubygems/rubygems] Add missing `rubygem_push` prerequisiteDavid Rodríguez
2021-09-28[ruby/set] Make Set#pretty_print IRB::ColorPrinter friendlyKazuki Tsujimoto
2021-09-28[ruby/un] Bump version to 0.2.0Kazuhiro NISHIYAMA
2021-09-28[ruby/drb] 6d890ec5979ec72586dd5f66dd8d33f7a9aefd1e was introduced to support...Hiroshi SHIBATA
2021-09-28[ruby/drb] gemspec: Remove "executables" configurationOlle Jonsson
2021-09-28[ruby/ostruct] Allow properties to be accessed even when the object is moved ...rm155
2021-09-28Removed needless rake and bundler files for rdocHiroshi SHIBATA
2021-09-28[ruby/reline] Ignore NUL by ed_quoted_insertaycabta
2021-09-27[ruby/timeout] Freeze VERSIONrm155
2021-09-27[ruby/base64] Avoid unnecessary string duplicationJoao Fernandes
2021-09-27[ruby/base64] SimplifyJoao Fernandes
2021-09-27[ruby/base64] Improve Base64.urlsafe_encode64 performanceJoao Fernandes
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[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-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-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-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-23Revert "Show original string byte sequence to debug"aycabta
2021-09-23[ruby/irb] Ignore any encoding errors while symbol completionNobuyoshi Nakada