aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* [ruby/reline] Use str.encoding by default for split_by_widthaycabta2020-09-121-1/+1
* Promote time.rb to default gemsHiroshi SHIBATA2020-09-121-0/+22
* Promote resolv-replace to default gemsHiroshi SHIBATA2020-09-111-0/+24
* Promote resolv to default gemsHiroshi SHIBATA2020-09-111-0/+22
* Promote securerandom to default gemsHiroshi SHIBATA2020-09-111-0/+22
* Promote open-uri to default gemsHiroshi SHIBATA2020-09-111-0/+22
* Removed DRb.default_safe_level and DRb#safe_levelHiroshi SHIBATA2020-09-111-9/+0
* Promote base64 to default gemsHiroshi SHIBATA2020-09-101-0/+22
* Promote shellwords to default gemsHiroshi SHIBATA2020-09-101-0/+22
* Promote abbrev to default gemsHiroshi SHIBATA2020-09-101-0/+22
* Make SecureRandom support RactorAaron Patterson2020-09-091-31/+15
* Promote tsort to default gemsHiroshi SHIBATA2020-09-091-0/+22
* Revert the related commits about `Tempfile.open` change.Hiroshi SHIBATA2020-09-091-6/+4
* [ruby/tempfile] Revert Tempfile.open unlinking the fileJeremy Evans2020-09-091-1/+8