aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* [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
* Support history-size in .inputrc correctlyaycabta2020-01-061-3/+5
* Complete indented and quoted string correctlyaycabta2020-01-061-2/+6
* Rescue EOFErroraycabta2020-01-051-0/+3
* Fix OpenStructDocumentationzverok2020-01-051-3/+2
* [ruby/reline] Sort completion listKOBAYASHI Shuji2020-01-051-1/+1
* Call initialize_clone with freeze: false if clone called with freeze: falseJeremy Evans2020-01-032-4/+4
* Redmine /projects/ruby-trunk is now redirectedTakashi Kokubun2019-12-311-1/+1
* Fixup a6864f6d2f39bcd1ff04516591cc18d4027ab186Hiroshi SHIBATA2020-01-011-2/+2
* [ruby/reline] Degenerate the terminal size to [$LINES, $COLUMNS] if it is unk...Yusuke Endoh2019-12-311-1/+5
* speed up set intersectOleg Zubchenko2019-12-311-1/+9
* Drop an invalid char as UTF-8aycabta2019-12-271-0/+10
* [ruby/reline] Version 0.1.2aycabta2019-12-251-1/+1
* Save last breaking point to completeaycabta2019-12-251-0/+1