summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* [ruby/rubygems] Prefer `require_relative` for internal requiresDavid Rodriguez2021-10-116-11/+11
* [ruby/rubygems] We no longer need to check realpathsDavid Rodríguez2021-10-101-10/+0
* [ruby/rubygems] Check safety of packaged symlinksDavid Rodríguez2021-10-101-17/+16
* [ruby/rubygems] Install location safety should consider casingDavid Rodríguez2021-10-101-1/+1
* [ruby/rubygems] Remove redundant `File.expand_path`David Rodríguez2021-10-101-1/+1
* [ruby/rubygems] Simplify `File.expand_path` usageDavid Rodríguez2021-10-101-1/+1
* [ruby/rubygems] Don't make duplicated checks on directory safetyDavid Rodríguez2021-10-101-5/+6
* Needs time.rb for `Time#iso8601`Nobuyoshi Nakada2021-10-101-0/+2
* [ruby/irb] Version 1.3.8.pre.11aycabta2021-10-091-2/+2
* [ruby/irb] Update dependency, reline >= 0.2.8.pre.11aycabta2021-10-091-1/+1
* [ruby/reline] Version 0.2.8.pre.11aycabta2021-10-091-1/+1
* [ruby/reline] Add RELINE_ALT_SCROLLBAR env to use alternative text for scrollbaraycabta2021-10-091-1/+6
* [ruby/reline] Fix calculating dialog width with full-width scrollbaraycabta2021-10-091-2/+2
* Newly generated gems require Ruby 2.6.0OKURA Masafumi2021-10-091-3/+28
* [rubygems/rubygems] Improve performance of Specification#missing_extensions?Masataka Pocke Kuwabara2021-10-092-3/+3
* [rubygems/rubygems] Add glob infomation to Bundler::Source::Git#to_sgabriele renzi2021-10-091-3/+19
* [ruby/reline] Use alternate text for scrollbar in non-UTF-8 envaycabta2021-10-081-11/+15
* [ruby/reline] Better fix for non-UTF-8 default external encodingJeremy Evans2021-10-081-4/+10
* [ruby/reline] Only show dialogs if default external encoding is UTF-8Jeremy Evans2021-10-081-0/+1
* [ruby/irb] Determine left and right when the width of either side is zero cor...aycabta2021-10-081-2/+2
* [ruby/irb] Calculate right side doc dialog width correctlyaycabta2021-10-081-1/+1
* [ruby/irb] Specify whether to show the doc dialog on the left or right side b...aycabta2021-10-081-16/+20
* [ruby/irb] Display doc dialog in gaps on narrow screenaycabta2021-10-081-2/+23
* [ruby/reline] Cut off the excess on narrow screenaycabta2021-10-081-0/+4
* [ruby/reline] Rename DIALOG_HEIGHT with DIALOG_DEFAULT_HEIGHTaycabta2021-10-081-2/+2
* [ruby/irb] Update descriptions of methodsKaíque Kandy Koga2021-10-073-4/+5
* [ruby/irb] Make IRB::Context#exit call super if UncaughtThrowErrorJeremy Evans2021-10-071-0/+2
* [ruby/ipaddr] Support zone identifiers in IPv6 addressesJeremy Evans2021-10-071-4/+42
* [ruby/ipaddr] Add netmask method that returns net mask as string.Bogdan Irimie2021-10-071-0/+5
* [ruby/ipaddr] Disallow leading zeros in maskJeremy Evans2021-10-071-1/+4
* [ruby/ipaddr] Raise if extra slashes followNobuyoshi Nakada2021-10-071-1/+1
* [ruby/ipaddr] Avoid reraising exceptionsJeremy Evans2021-10-071-18/+16
* [ruby/ipaddr] Removing superfluos assingments & returnEspartaco Palma2021-10-071-3/+2
* [ruby/reline] The width of block elements is 1 on Windowsaycabta2021-10-051-1/+5
* [ruby/reline] Change struct size correctlyaycabta2021-10-051-1/+1
* remove lib/debug.rbKoichi Sasada2021-10-052-1128/+0
* [ruby/irb] Fix typo of variableaycabta2021-10-041-1/+1
* [ruby/reline] Use default background color to erase on Windowsaycabta2021-10-041-1/+2
* [ruby/irb] Remove `require` in signal handler to avoid ThreadErrorMasataka Pocke Kuwabara2021-10-031-5/+0
* [ruby/reline] Re-calc the scroll pos when the content in dialog is shortenedaycabta2021-10-031-0/+3
* [ruby/irb] Version 1.3.8.pre.10aycabta2021-10-031-2/+2
* [ruby/irb] Update dependency, reline >= 0.2.8.pre.10aycabta2021-10-031-1/+1
* [ruby/reline] Version 0.2.8.pre.10aycabta2021-10-031-1/+1
* [ruby/reline] Initialize @trap_key to suppress warningaycabta2021-10-031-0/+1
* [ruby/reline] Add a comment to use "private alias_method" idiom after drop Ru...aycabta2021-10-031-0/+1
* Revert "mkmf.rb: try linking at try_var" [Bug #18235]Nobuyoshi Nakada2021-10-031-9/+1
* [ruby/reline] Add code block notation in docaycabta2021-10-031-1/+1
* [ruby/reline] Add doc for ed-unassigned and ed-insert macroaycabta2021-10-031-0/+15
* [ruby/reline] Rerender whole buffer when argument editing finishedaycabta2021-10-031-3/+12
* [ruby/reline] Call LineEditor#resize on Windowsaycabta2021-10-031-0/+1