aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Promote tmpdir to the default gemsHiroshi SHIBATA2020-02-121-0/+23
* Promote tempfile to the default gems.Hiroshi SHIBATA2020-02-121-0/+23
* [ruby/irb] Use 0.step instead of (..0).each for Ruby 2.5aycabta2020-02-121-1/+1
* [ruby/irb] Fix auto indent with closed braceaycabta2020-02-121-0/+1
* [ruby/irb] Check doc namespace correctlyaycabta2020-02-121-3/+3
* Promote weakref to the default gemsHiroshi SHIBATA2020-02-112-0/+34
* Fix message of ExceptionForMatrix::ErrOperationNotDefinedKazuhiro NISHIYAMA2020-02-091-1/+1
* [ruby/reline] Organize special keys escape sequencesaycabta2020-02-091-3/+22
* Revert "[rubygems/rubygems] Fix require issue with file extension priority"Hiroshi SHIBATA2020-02-061-12/+16
* Revert to remove the query command of rubygems.Hiroshi SHIBATA2020-02-061-352/+7
* [rubygems/rubygems] Fix require issue with file extension priorityDavid Rodríguez2020-02-061-16/+12
* [rubygems/rubygems] Allow releasing with a rubygems pre versionDavid Rodríguez2020-02-061-19/+0
* Fix SimpleDelegator respond_to? regressionJean Boussier2020-02-031-1/+8
* [ruby/reline] Bypass cursor down when a char is rendered at eol on Windowsaycabta2020-02-024-3/+23
* [ruby/reline] Fix Reline::Windows#scroll_downaycabta2020-02-021-1/+1
* [ruby/irb] Exclude useless files from RDocNobuyoshi Nakada2020-02-021-1/+1
* [ruby/irb] Add a new easter egg: dancing rubyYusuke Endoh2020-02-023-5/+139
* [ruby/irb] Exclude useless files from RDocNobuyoshi Nakada2020-02-012-4/+1
* Merge the current master branch of rubygems/rubygems.Hiroshi SHIBATA2020-02-0135-261/+680
* delegate.rb: fixed keyword arguments in DelegateClassNobuyoshi Nakada2020-01-301-1/+1
* Unnamed groups are not captured when named groups are usedNobuyoshi Nakada2020-01-301-4/+4
* [ruby/reline] Support GNOME style Home/End key sequences [Bug #16510]aycabta2020-01-291-0/+2
* Isolate the PRNG for tmpdir/tempfileNobuyoshi Nakada2020-01-291-1/+9
* Stop parsing copyright notices as document [ci skip]Nobuyoshi Nakada2020-01-2812-0/+29
* Revert "Added RDoc files to parse [Bug #16596]"Nobuyoshi Nakada2020-01-281-1/+0
* Added RDoc files to parse [Bug #16596]Nobuyoshi Nakada2020-01-281-0/+1
* Always use UTF-8 for Reline::GeneralIO on Windowsaycabta2020-01-261-1/+1
* Always refer to Reline::IOGate.encodingaycabta2020-01-261-13/+15
* brace the fact that lchmod(2) can EOPNOTSUPP卜部昌平2020-01-241-1/+2
* Add #verify_hostname= and #verify_hostname to skip hostname verification (#2858)Yuta Iwama2020-01-231-3/+11
* Fix pp when passed a empty ruby2_keywords-flagged hash as array elementJeremy Evans2020-01-221-1/+1
* Reline: Use a more robust detection of MinTTYLars Kanis2020-01-212-2/+30
* DocumentRoot is optionalKazuhiro NISHIYAMA2020-01-211-2/+2
* [ruby/reline] Implement vi_change_metaaycabta2020-01-211-0/+12
* [ruby/irb] [ruby/irb] Rewrite an expression to detect multilineKenta Murata2020-01-211-1/+1
* [ruby/irb] Add newline_before_multiline_outputKenta Murata2020-01-212-1/+27
* [ruby/irb] Fix compatibility with rails before 5.2Lars Kanis2020-01-201-1/+1
* [ruby/reline] Implement vi_prev_char and vi_to_prev_charaycabta2020-01-201-0/+48
* [ruby/reline] Implement vi_to_next_charaycabta2020-01-201-2/+12
* Implement vi_insert_at_bol and vi_add_at_eolaycabta2020-01-171-0/+10
* Use Reline.encoding_system_needs if existsaycabta2020-01-144-7/+20
* Remove an unused setting variableaycabta2020-01-141-1/+0
* Introduce an abstracted structure about the encoding of Relineaycabta2020-01-146-23/+40
* [ruby/irb] Fix crashing when multiple open braces per lineBen2020-01-141-1/+4
* [ruby/irb] Fix newline depth with multiple bracesBen2020-01-141-1/+4
* Make rss library to the bundle gemsHiroshi SHIBATA2020-01-1244-10082/+0
* Make rexml library to the bundle gemsHiroshi SHIBATA2020-01-1250-9482/+0
* Fix warnings for URI.encode and URI.decodeJeremy Evans2020-01-091-2/+2
* lib/net/imap.rb: use `&blk` instead of Kernel#proc with no blockYusuke Endoh2020-01-091-4/+5
* Merge bundler-2.1.4Hiroshi SHIBATA2020-01-085-29/+7