aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Revert "[ruby/webrick] Allow empty POST and PUT requests without content length"Hiroshi SHIBATA2020-09-241-1/+1
* [ruby/webrick] Allow shutdown_pipe to be passed in via @configJohn W Higgins2020-09-241-1/+1
* [ruby/webrick] Allow empty POST and PUT requests without content lengthJeremy Evans2020-09-241-1/+1
* [ruby/webrick] Ensure server port numbers are numeric and ensure they are sto...John W Higgins2020-09-241-0/+3
* [ruby/webrick] Make readpartial limit chunk to appropriate sizeJohn W Higgins2020-09-241-3/+8
* Revert "Manually merged from https://github.com/rubygems/rubygems/pull/2636"Hiroshi SHIBATA2020-09-23139-366/+0
* bump Bundler's version to 2.2.0.rc.1Hiroshi SHIBATA2020-09-231-1/+1
* Manually merged from https://github.com/rubygems/rubygems/pull/2636Hiroshi SHIBATA2020-09-23139-0/+366
* [ruby/irb] Version 1.2.7aycabta2020-09-191-2/+2
* [ruby/irb] Drop OMIT_ON_ASSIGNMENT and add :truncate option for ECHO_ON_ASSIG...aycabta2020-09-193-28/+16
* [ruby/rdoc] Add man/ri.1 for distribution filesaycabta2020-09-181-0/+1
* [ruby/rdoc] Fix spelling error in parser commentDorian MariƩ2020-09-181-1/+1
* [ruby/rdoc] update all files if any file is newerNobuyoshi Nakada2020-09-182-17/+23
* [ruby/rdoc] Support full filename to make a link for a text fileaycabta2020-09-182-2/+2
* Fix typos [ci skip]Kazuhiro NISHIYAMA2020-09-171-1/+1
* [ruby/uri] Remove deprecated URI.escape/URI.unescapeJeremy Evans2020-09-151-76/+0
* [ruby/fileutils] Reduce iteration through list for `:mkdir_p`Ashwin Maroli2020-09-151-1/+3
* [ruby/ostruct] Fix dup/cloneMarc-Andre Lafortune2020-09-141-3/+7
* [ruby/ostruct] method_missing is privateMarc-Andre Lafortune2020-09-141-1/+1
* [ruby/ostruct] Avoid self calling our public methods.Marc-Andre Lafortune2020-09-141-2/+4
* [ruby/ostruct] Reinstate recent changesMarc-Andre Lafortune2020-09-141-28/+48
* [ruby/ostruct] Revert recent changesMarc-Andre Lafortune2020-09-141-48/+28
* [ruby/rdoc] Prefer require_relativeMarc-Andre Lafortune2020-09-149-18/+18
* [ruby/ostruct] Add access to public instance methods in case they are overridenMarc-Andre Lafortune2020-09-141-2/+32
* [ruby/ostruct] Tweak docMarc-Andre Lafortune2020-09-141-1/+2
* [ruby/ostruct] Allow overriding public methodsMarc-Andre Lafortune2020-09-141-3/+3
* [ruby/ostruct] Refactor handling of frozen OpenStruct. Simplify `new_ostruct_...Marc-Andre Lafortune2020-09-141-22/+11
* [ruby/ostruct] Revert "ostruct.rb: deferred accessors"Marc-Andre Lafortune2020-09-141-16/+5
* [ruby/tmpdir] Warn when environment variables skipped (fixes #2)Nobuyoshi Nakada2020-09-141-4/+11
* [ruby/net-smtp] Add SNI support to net/smtpnicholas a. evans2020-09-141-0/+1
* [ruby/net-smtp] Net::SMTP.start arguments are keyword argumentsTOMITA Masahiro2020-09-141-16/+34
* [ruby/net-smtp] TLS should not check the host name by default.TOMITA Masahiro2020-09-141-1/+1
* [ruby/erb] Use libexec same as ruby core repositoryHiroshi SHIBATA2020-09-141-1/+1
* Manually picked https://github.com/ruby/open3/commit/724bdb8e1de939e71a6aa8a6...Hiroshi SHIBATA2020-09-141-0/+1
* Fixup 8f71bb0e4f76ab12e469d33bc560bd76cc3aaf90Hiroshi SHIBATA2020-09-141-1/+1
* [ruby/irb] Version 1.2.6aycabta2020-09-141-1/+1
* [ruby/irb] Need calculate_width and split_by_width of Reline::Unicode of reli...aycabta2020-09-141-1/+1
* [ruby/irb] Omit output if first line of multiline is too longaycabta2020-09-141-2/+12
* [ruby/irb] Add OMIT_ON_ASSIGNMENTaycabta2020-09-144-6/+62
* [ruby/irb] Version 1.2.5aycabta2020-09-141-2/+2
* [ruby/reline] Version 0.1.5aycabta2020-09-141-1/+1
* Suppress "assigned but unused variable" warningaycabta2020-09-121-1/+1
* [ruby/reline] Support for word movement escape sequences in iTerm2aycabta2020-09-121-0/+6
* [ruby/reline] Treat prompt correctly when Reline.prompt_proc isn't setaycabta2020-09-121-6/+6
* [ruby/reline] Move cursor to currect vertical pos after rendering a logical lineaycabta2020-09-121-4/+6
* [ruby/reline] Stop using chomp option of lines methodaycabta2020-09-121-1/+1
* [ruby/reline] Stop erasing chars after the cursor at eolaycabta2020-09-121-2/+12
* [ruby/reline] Skip the nil obtained from getcaycabta2020-09-121-2/+6
* [ruby/reline] not clear scrollback bufferYoshinao Muramatu2020-09-121-6/+8
* [ruby/reline] clear_screen use Windows APIYoshinao Muramatu2020-09-121-3/+10