summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2021-09-03[ruby/cgi] Use Time#strftimeNobuyoshi Nakada
2021-09-03[ruby/irb] Use Reline::Key for trap_key in dialog callbackaycabta
2021-09-03[ruby/irb] Add message to show full docaycabta
2021-09-03[ruby/irb] Add Alt+d trap from show doc dialog to show full docaycabta
2021-09-03[ruby/reline] Emulate Unix like terminals that sends Alt+key as \e+keyaycabta
2021-09-03[ruby/reline] Add Reline::Key#match?aycabta
2021-09-03[ruby/reline] Add key accessor for dialog callbacksaycabta
2021-09-03[ruby/reline] Swap the order of initialization for readabilityaycabta
2021-09-03[ruby/reline] Fix autocomplete dialog widthaycabta
2021-09-03[ruby/reline] Autocompletion ignites when target char length is 3 or longeraycabta
2021-09-02[ruby/irb] Version 1.3.8.pre.6aycabta
2021-09-02[ruby/irb] Update dependency, reline >= 0.2.8.pre.6aycabta
2021-09-02[ruby/reline] Version 0.2.8.pre.6aycabta
2021-09-02[ruby/irb] Detect the variable class to show docaycabta
2021-09-02[ruby/reline] Add a spaceaycabta
2021-09-02[ruby/reline] Clear only necessary parts when dialog disappearingaycabta
2021-09-02[ruby/reline] Shrink the dialog height when contents is shorter than itaycabta
2021-09-02[ruby/reline] Fix a misalignment when dialog is shown on topaycabta
2021-09-02[ruby/reline] Remove an unnsed constantaycabta
2021-09-02[ruby/reline] Fix a crash when completing empty lineaycabta
2021-09-02[ruby/reline] Fix a crash when completing after 2nd lineaycabta
2021-09-02Get rid of incompatible-pointer-types-discards-qualifiers warningNobuyoshi Nakada
2021-09-02[ruby/rdoc] Move RDoc::RDoc#load_options to RDoc::RDoc.load_optionsaycabta
2021-09-01[ruby/reline] Use padding_space_with_escape_sequences to padding spaces in re...aycabta
2021-09-01[ruby/reline] Cut out a method that calcs width including the escape sequence...aycabta
2021-09-01[ruby/reline] Calc width including escape sequences and padding with spaces c...aycabta
2021-09-01[ruby/reline] Calc width including escape sequences and clear dialog correctlyaycabta
2021-09-01Reline::GeneralIO should work fine without ttyaycabta
2021-09-01Small grammar fixesStan Lo
2021-08-31[ruby/reline] Remove one unnecessary nest for simplicity's sakeaycabta
2021-08-31Move access to dialog_render_info inside nil checkaycabta
2021-08-31[rubygems/rubygems] Remove dead codeDavid Rodríguez
2021-08-31[rubygems/rubygems] Remove `syck` traces from `bundler`David Rodríguez
2021-08-31[rubygems/rubygems] Merge `Gem::UriParser` and `Gem::PrintableUri` into a `Ge...David Rodríguez
2021-08-31[rubygems/rubygems] Make sure `Gem::Command` is available before using itDavid Rodríguez
2021-08-31[rubygems/rubygems] Remove unused requireDavid Rodríguez
2021-08-31[rubygems/rubygems] Add missing key `branches:`Keiko Kaneko
2021-08-31[rubygems/rubygems] Replacing clone with dupDaniel Niknam
2021-08-31[rubygems/rubygems] Remove returning self for `Gem::PrintableUri#parse_uri`Daniel Niknam
2021-08-31[rubygems/rubygems] Remove @credential_redacted instance variableDaniel Niknam
2021-08-31[rubygems/rubygems] Bring back the empty line that was removed previously by ...Daniel Niknam
2021-08-31[rubygems/rubygems] Remove unused methodDaniel Niknam
2021-08-31[rubygems/rubygems] Remove `ruby/uri` requirementDaniel Niknam
2021-08-31[rubygems/rubygems] Refactor `Gem::RemoteFetcher::FetchError.build` back to i...Daniel Niknam
2021-08-31[rubygems/rubygems] Remove defensive guardsDaniel Niknam
2021-08-31[rubygems/rubygems] Rename `Gem::PrintableUri#parsed_uri?` to `Gem::Printable...Daniel Niknam
2021-08-31[rubygems/rubygems] Remove trailing `if`Daniel Niknam
2021-08-31[rubygems/rubygems] Refactor `Gem::RemoteFetcher::FetchError` initializer to ...Daniel Niknam
2021-08-31[rubygems/rubygems] Using `Gem::PrintableUri` in `Gem::Request` classDaniel Niknam
2021-08-31[rubygems/rubygems] Using `Gem::PrintableUri` in `Gem::Commands::InstallComma...Daniel Niknam