summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
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
2021-09-23Show original string byte sequence to debugaycabta
2021-09-22[ruby/reline] Use `unpack1` instead of `unpack(template)[0]`Kazuhiro NISHIYAMA
2021-09-22[ruby/irb] Use typed spaces when the line is inside the here documentsKaíque Kandy Koga
2021-09-22[rubygems/rubygems] Fix bug where redacted credentials are sent to serverJonathan
2021-09-22[rubygems/rubygems] Fix an issue causing nested Gem::Uri instancesJonathan
2021-09-22[rubygems/rubygems] Fix possible malicious website to example.comfiveNinePlusR
2021-09-22[rubygems/rubygems] Only check if descriptions *start with* FIXME/TODOEllen Marie Dash
2021-09-22[rubygems/rubygems] Avoid loading URI unnecessarily when activating gemsDavid Rodríguez
2021-09-21[ruby/irb] Sort shortest files in each load pathsNobuyoshi Nakada
2021-09-21[ruby/irb] Check if Gem::Specification is definedNobuyoshi Nakada
2021-09-20MINGW-UCRT: Set CONFIG['arch'] and RUBY_PLATFORM to "x64-mingw-ucrt"Lars Kanis
2021-09-17[rubygems/rubygems] Trigger install command by default on removeJose Galisteo
2021-09-15[ruby/racc] gemspec: Link to https in homepage [ci skip]Olle Jonsson
2021-09-15[DOC] Fix broken links [ci skip]Nobuyoshi Nakada
2021-09-15[ruby/logger] gemspec: Drop unused "executables" configurationOlle Jonsson
2021-09-14[ruby/reline] Remove unused using methodima1zumi
2021-09-13[ruby/reline] Use expanded method definitions instead of refinementsaycabta
2021-09-11[ruby/rdoc] Convert upper case copyright and registered marksNobuyoshi Nakada
2021-09-11[ruby/rdoc] Convert tick double quote in character entity referencesNobuyoshi Nakada
2021-09-11[ruby/rdoc] Convert a backtick to an open single quoteNobuyoshi Nakada
2021-09-11[ruby/rdoc] Convert single quotes in character entity referencesNobuyoshi Nakada
2021-09-11[ruby/irb] Ignore invalid 3 colons in completionaycabta
2021-09-10[ruby/reline] Move #pointer from DialogRenderInfo to Dialogaycabta
2021-09-10[ruby/irb] Version 1.3.8.pre.9aycabta
2021-09-10[ruby/irb] Update dependency, reline >= 0.2.8.pre.9aycabta
2021-09-10[ruby/reline] Version 0.2.8.pre.9aycabta
2021-09-10[ruby/reline] Erase lines correctly when dialog height is changedaycabta
2021-09-10[ruby/irb] Move IRB::TOPLEVEL_BINDING from exe/irb to lib/irb/workspace.rbaycabta
2021-09-10[ruby/irb] Avoid loading files' local variables [Bug #17623]Marc-Andre Lafortune
2021-09-10[ruby/irb] Support symbol with backtickaycabta
2021-09-08[ruby/irb] Show lib name first because it's the most common use caseaycabta
2021-09-08[ruby/irb] Define absolute_path? by myself for backward compatibilityaycabta
2021-09-08[ruby/irb] Use gem paths to complete "require"aycabta
2021-09-08[ruby/reline] Render scrollbar when the column of the dialog is movedaycabta
2021-09-08[ruby/reline] Remove variables that have no meaning in calculationsaycabta
2021-09-08[ruby/reline] Remove garbage left behind when rerendering the right side of t...aycabta
2021-09-08[ruby/reline] Move only one line when render a line and then go to the next lineaycabta
2021-09-08[ruby/reline] The #reset_dialog should also use calculated block elem widthaycabta
2021-09-08[ruby/reline] Remove debug printaycabta