summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* [ruby/irb] Ignore parenthesis during completionKaíque Kandy Koga2021-10-131-1/+1
* Fix libraries under digestNobuyoshi Nakada2021-10-122-266/+0
* [ruby/digest] Avoid the constant redefinition warningAkinori MUSHA2021-10-121-1/+15
* [ruby/digest] Place common parts in lib and engine specific parts under ext/*...Akinori MUSHA2021-10-122-0/+252
* [ruby/reline] Check the result of GetConsoleScreenBufferInfoNobuyoshi Nakada2021-10-121-8/+15
* [ruby/reline] Revert "Fix zero division when the screen width is not available"Nobuyoshi Nakada2021-10-121-2/+1
* [ruby/reline] Fix zero division when the screen width is not availableNobuyoshi Nakada2021-10-121-1/+2
* [ruby/reline] Rescue LoadError to require 'fiddle'aycabta2021-10-111-3/+11
* [ruby/reline] Remove a comment for debugaycabta2021-10-111-1/+1
* [ruby/rdoc] Update SourceCodePro font filesaycabta2021-10-112-0/+0
* [ruby/irb] Add help about extra doc dir optionaycabta2021-10-111-0/+1
* [ruby/irb] Add --extra-doc-dir option to show doc dialogaycabta2021-10-113-1/+12
* [ruby/irb] Add periods to docaycabta2021-10-111-8/+8
* [rubygems/rubygems] Show a warning in `bundle info` if gem has been deletedDavid Rodriguez2021-10-111-2/+9
* [rubygems/rubygems] Show the exact name of the gem that was deletedDavid Rodriguez2021-10-111-2/+3
* [ruby/reline] Suppress warning, "instance variable @ambiguous_width not initi...aycabta2021-10-111-1/+1
* [ruby/irb] Set default return_formataycabta2021-10-111-0/+1
* [ruby/irb] Revert "Optimize show_source command further"Takashi Kokubun2021-10-101-4/+1
* [ruby/ipaddr] Fix include? and ipv4_mapped to allow drb tests to passJeremy Evans2021-10-111-2/+6
* [ruby/ipaddr] Make IPAddr#include? consider range of argumentJeremy Evans2021-10-111-25/+6
* [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