summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* [ruby/reline] Add aliases {prev,next}_history to ed_{prev,next}_historyaycabta2021-09-251-0/+2
* [ruby/irb] Revert "Show original string byte sequence to debug"aycabta2021-09-241-2/+0
* [ruby/irb] Show original string byte sequence to debugaycabta2021-09-241-0/+2
* [rubygems/rubygems] Revert "Fix an issue causing nested Gem::Uri instances"David Rodríguez2021-09-241-1/+1
* [rubygems/rubygems] Fix error message building changing password of sourcehuangduirong2021-09-241-2/+1
* [ruby/reline] Use SGR 0 instead of SGR 39 and 49 to reset font settingsaycabta2021-09-241-6/+6
* [ruby/reline] Reset all font settings at left end of dialogaycabta2021-09-231-2/+1
* Revert "Show original string byte sequence to debug"aycabta2021-09-231-2/+0
* [ruby/irb] Ignore any encoding errors while symbol completionNobuyoshi Nakada2021-09-231-1/+1
* Show original string byte sequence to debugaycabta2021-09-231-0/+2
* [ruby/reline] Use `unpack1` instead of `unpack(template)[0]`Kazuhiro NISHIYAMA2021-09-222-2/+2
* [ruby/irb] Use typed spaces when the line is inside the here documentsKaíque Kandy Koga2021-09-221-2/+14
* [rubygems/rubygems] Fix bug where redacted credentials are sent to serverJonathan2021-09-221-0/+9
* [rubygems/rubygems] Fix an issue causing nested Gem::Uri instancesJonathan2021-09-221-1/+1
* [rubygems/rubygems] Fix possible malicious website to example.comfiveNinePlusR2021-09-221-1/+1
* [rubygems/rubygems] Only check if descriptions *start with* FIXME/TODOEllen Marie Dash2021-09-221-1/+1
* [rubygems/rubygems] Avoid loading URI unnecessarily when activating gemsDavid Rodríguez2021-09-221-1/+0
* [ruby/irb] Sort shortest files in each load pathsNobuyoshi Nakada2021-09-211-12/+16
* [ruby/irb] Check if Gem::Specification is definedNobuyoshi Nakada2021-09-211-2/+2
* MINGW-UCRT: Set CONFIG['arch'] and RUBY_PLATFORM to "x64-mingw-ucrt"Lars Kanis2021-09-201-0/+1
* [rubygems/rubygems] Trigger install command by default on removeJose Galisteo2021-09-172-2/+2
* [ruby/racc] gemspec: Link to https in homepage [ci skip]Olle Jonsson2021-09-151-1/+1
* [DOC] Fix broken links [ci skip]Nobuyoshi Nakada2021-09-151-1/+1
* [ruby/logger] gemspec: Drop unused "executables" configurationOlle Jonsson2021-09-151-2/+0
* [ruby/reline] Remove unused using methodima1zumi2021-09-141-3/+0
* [ruby/reline] Use expanded method definitions instead of refinementsaycabta2021-09-131-61/+61
* [ruby/rdoc] Convert upper case copyright and registered marksNobuyoshi Nakada2021-09-111-2/+2
* [ruby/rdoc] Convert tick double quote in character entity referencesNobuyoshi Nakada2021-09-111-1/+1
* [ruby/rdoc] Convert a backtick to an open single quoteNobuyoshi Nakada2021-09-111-0/+8
* [ruby/rdoc] Convert single quotes in character entity referencesNobuyoshi Nakada2021-09-111-1/+1
* [ruby/irb] Ignore invalid 3 colons in completionaycabta2021-09-111-1/+1
* [ruby/reline] Move #pointer from DialogRenderInfo to Dialogaycabta2021-09-102-11/+12
* [ruby/irb] Version 1.3.8.pre.9aycabta2021-09-101-2/+2
* [ruby/irb] Update dependency, reline >= 0.2.8.pre.9aycabta2021-09-101-1/+1
* [ruby/reline] Version 0.2.8.pre.9aycabta2021-09-101-1/+1
* [ruby/reline] Erase lines correctly when dialog height is changedaycabta2021-09-101-6/+6
* [ruby/irb] Move IRB::TOPLEVEL_BINDING from exe/irb to lib/irb/workspace.rbaycabta2021-09-102-1/+4
* [ruby/irb] Avoid loading files' local variables [Bug #17623]Marc-Andre Lafortune2021-09-101-0/+2
* [ruby/irb] Support symbol with backtickaycabta2021-09-101-7/+11
* [ruby/irb] Show lib name first because it's the most common use caseaycabta2021-09-081-4/+7
* [ruby/irb] Define absolute_path? by myself for backward compatibilityaycabta2021-09-081-1/+13
* [ruby/irb] Use gem paths to complete "require"aycabta2021-09-081-1/+14
* [ruby/reline] Render scrollbar when the column of the dialog is movedaycabta2021-09-081-1/+1
* [ruby/reline] Remove variables that have no meaning in calculationsaycabta2021-09-081-5/+3
* [ruby/reline] Remove garbage left behind when rerendering the right side of t...aycabta2021-09-081-3/+4
* [ruby/reline] Move only one line when render a line and then go to the next lineaycabta2021-09-081-1/+1
* [ruby/reline] The #reset_dialog should also use calculated block elem widthaycabta2021-09-081-2/+2
* [ruby/reline] Remove debug printaycabta2021-09-081-1/+0
* [ruby/reline] Calculate block elem width only onceaycabta2021-09-081-6/+6
* [ruby/reline] Ensure that scrollbar is only rerendered when the position is c...aycabta2021-09-081-16/+21