summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2021-10-12[ruby/reline] Revert "Fix zero division when the screen width is not available"Nobuyoshi Nakada
2021-10-12[ruby/reline] Fix zero division when the screen width is not availableNobuyoshi Nakada
2021-10-11[ruby/reline] Rescue LoadError to require 'fiddle'aycabta
2021-10-11[ruby/reline] Remove a comment for debugaycabta
2021-10-11[ruby/rdoc] Update SourceCodePro font filesaycabta
2021-10-11[ruby/irb] Add help about extra doc dir optionaycabta
2021-10-11[ruby/irb] Add --extra-doc-dir option to show doc dialogaycabta
2021-10-11[ruby/irb] Add periods to docaycabta
2021-10-11[rubygems/rubygems] Show a warning in `bundle info` if gem has been deletedDavid Rodriguez
2021-10-11[rubygems/rubygems] Show the exact name of the gem that was deletedDavid Rodriguez
2021-10-11[ruby/reline] Suppress warning, "instance variable @ambiguous_width not initi...aycabta
2021-10-11[ruby/irb] Set default return_formataycabta
2021-10-10[ruby/irb] Revert "Optimize show_source command further"Takashi Kokubun
2021-10-11[ruby/ipaddr] Fix include? and ipv4_mapped to allow drb tests to passJeremy Evans
2021-10-11[ruby/ipaddr] Make IPAddr#include? consider range of argumentJeremy Evans
2021-10-11[ruby/rubygems] Prefer `require_relative` for internal requiresDavid Rodriguez
2021-10-10[ruby/rubygems] We no longer need to check realpathsDavid Rodríguez
2021-10-10[ruby/rubygems] Check safety of packaged symlinksDavid Rodríguez
2021-10-10[ruby/rubygems] Install location safety should consider casingDavid Rodríguez
2021-10-10[ruby/rubygems] Remove redundant `File.expand_path`David Rodríguez
2021-10-10[ruby/rubygems] Simplify `File.expand_path` usageDavid Rodríguez
2021-10-10[ruby/rubygems] Don't make duplicated checks on directory safetyDavid Rodríguez
2021-10-10Needs time.rb for `Time#iso8601`Nobuyoshi Nakada
2021-10-09[ruby/irb] Version 1.3.8.pre.11aycabta
2021-10-09[ruby/irb] Update dependency, reline >= 0.2.8.pre.11aycabta
2021-10-09[ruby/reline] Version 0.2.8.pre.11aycabta
2021-10-09[ruby/reline] Add RELINE_ALT_SCROLLBAR env to use alternative text for scrollbaraycabta
2021-10-09[ruby/reline] Fix calculating dialog width with full-width scrollbaraycabta
2021-10-09Newly generated gems require Ruby 2.6.0OKURA Masafumi
2021-10-09[rubygems/rubygems] Improve performance of Specification#missing_extensions?Masataka Pocke Kuwabara
2021-10-09[rubygems/rubygems] Add glob infomation to Bundler::Source::Git#to_sgabriele renzi
2021-10-08[ruby/reline] Use alternate text for scrollbar in non-UTF-8 envaycabta
2021-10-08[ruby/reline] Better fix for non-UTF-8 default external encodingJeremy Evans
2021-10-08[ruby/reline] Only show dialogs if default external encoding is UTF-8Jeremy Evans
2021-10-08[ruby/irb] Determine left and right when the width of either side is zero cor...aycabta
2021-10-08[ruby/irb] Calculate right side doc dialog width correctlyaycabta
2021-10-08[ruby/irb] Specify whether to show the doc dialog on the left or right side b...aycabta
2021-10-08[ruby/irb] Display doc dialog in gaps on narrow screenaycabta
2021-10-08[ruby/reline] Cut off the excess on narrow screenaycabta
2021-10-08[ruby/reline] Rename DIALOG_HEIGHT with DIALOG_DEFAULT_HEIGHTaycabta
2021-10-07[ruby/irb] Update descriptions of methodsKaíque Kandy Koga
2021-10-07[ruby/irb] Make IRB::Context#exit call super if UncaughtThrowErrorJeremy Evans
2021-10-07[ruby/ipaddr] Support zone identifiers in IPv6 addressesJeremy Evans
2021-10-07[ruby/ipaddr] Add netmask method that returns net mask as string.Bogdan Irimie
2021-10-07[ruby/ipaddr] Disallow leading zeros in maskJeremy Evans
2021-10-07[ruby/ipaddr] Raise if extra slashes followNobuyoshi Nakada
2021-10-07[ruby/ipaddr] Avoid reraising exceptionsJeremy Evans
2021-10-07[ruby/ipaddr] Removing superfluos assingments & returnEspartaco Palma
2021-10-05[ruby/reline] The width of block elements is 1 on Windowsaycabta
2021-10-05[ruby/reline] Change struct size correctlyaycabta