summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2020-01-28Added RDoc files to parse [Bug #16596]Nobuyoshi Nakada
2020-01-26Always use UTF-8 for Reline::GeneralIO on Windowsaycabta
2020-01-26Always refer to Reline::IOGate.encodingaycabta
2020-01-24brace the fact that lchmod(2) can EOPNOTSUPP卜部昌平
2020-01-23Add #verify_hostname= and #verify_hostname to skip hostname verification (#2858)Yuta Iwama
2020-01-22Fix pp when passed a empty ruby2_keywords-flagged hash as array elementJeremy Evans
2020-01-21Reline: Use a more robust detection of MinTTYLars Kanis
2020-01-21DocumentRoot is optionalKazuhiro NISHIYAMA
2020-01-21[ruby/reline] Implement vi_change_metaaycabta
2020-01-21[ruby/irb] [ruby/irb] Rewrite an expression to detect multilineKenta Murata
2020-01-21[ruby/irb] Add newline_before_multiline_outputKenta Murata
2020-01-20[ruby/irb] Fix compatibility with rails before 5.2Lars Kanis
2020-01-20[ruby/reline] Implement vi_prev_char and vi_to_prev_charaycabta
2020-01-20[ruby/reline] Implement vi_to_next_charaycabta
2020-01-17Implement vi_insert_at_bol and vi_add_at_eolaycabta
2020-01-14Use Reline.encoding_system_needs if existsaycabta
2020-01-14Remove an unused setting variableaycabta
2020-01-14Introduce an abstracted structure about the encoding of Relineaycabta
2020-01-14[ruby/irb] Fix crashing when multiple open braces per lineBen
2020-01-14[ruby/irb] Fix newline depth with multiple bracesBen
2020-01-12Make rss library to the bundle gemsHiroshi SHIBATA
2020-01-12Make rexml library to the bundle gemsHiroshi SHIBATA
2020-01-09Fix warnings for URI.encode and URI.decodeJeremy Evans
2020-01-09lib/net/imap.rb: use `&blk` instead of Kernel#proc with no blockYusuke Endoh
2020-01-08Merge bundler-2.1.4Hiroshi SHIBATA
2020-01-06Support history-size in .inputrc correctlyaycabta
2020-01-06Complete indented and quoted string correctlyaycabta
2020-01-05Rescue EOFErroraycabta
2020-01-05Fix OpenStructDocumentationzverok
2020-01-05[ruby/reline] Sort completion listKOBAYASHI Shuji
2020-01-03Call initialize_clone with freeze: false if clone called with freeze: falseJeremy Evans
2019-12-31Redmine /projects/ruby-trunk is now redirectedTakashi Kokubun
2020-01-01Fixup a6864f6d2f39bcd1ff04516591cc18d4027ab186Hiroshi SHIBATA
2019-12-31[ruby/reline] Degenerate the terminal size to [$LINES, $COLUMNS] if it is unk...Yusuke Endoh
2019-12-31speed up set intersectOleg Zubchenko
2019-12-27Drop an invalid char as UTF-8aycabta
2019-12-25[ruby/reline] Version 0.1.2aycabta
2019-12-25Save last breaking point to completeaycabta
2019-12-25[bundler/bundler] Do `require "rubygems"` only when neededYusuke Endoh
2019-12-25[ruby/readline] Version 0.0.2aycabta
2019-12-25[ruby/readline] Use a box to make easier to see the messageaycabta
2019-12-25[ruby/readline] Fix any wrong in messagesaycabta
2019-12-25[ruby/readline] Version 0.0.1aycabta
2019-12-25[ruby/readline] Add post_install_messageaycabta
2019-12-25[ruby/reline] Version 0.1.1aycabta
2019-12-25The behavior of vi_end_of_transmission should be the same of vi_list_or_eofaycabta
2019-12-25^D on non-empty line in vi mode behaves like Enteraycabta
2019-12-24Sync did_you_meanYuki Nishijima
2019-12-25Merge Bundler 2.1.2 from bundler/bundler.Hiroshi SHIBATA
2019-12-24[ruby/irb] Fix typoMarcus Stollsteimer