summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2022-06-27[rubygems/rubygems] Print error messages just once in verbose modeDavid Rodríguez
2022-06-27[ruby/reline] Enable to change the background color of dialogs. (https://gith...pocari
2022-06-27[rubygems/rubygems] Improve error message when `operating_system.rb` fails to...David Rodríguez
2022-06-26[ruby/irb] Ensure stdout is a TTY before calling winsizePeter Jones
2022-06-26[rubygems/rubygems] Clean up temporary directory after generate_index --updateTomas Volf
2022-06-24Sync RubyGems & Bundler with upstream repoDavid Rodríguez
2022-06-23[rubygems/rubygems] Fix standalone script generation for statically linked de...David Rodríguez
2022-06-23[rubygems/rubygems] Fix `bundle package --no-install` no longer skipping installDavid Rodríguez
2022-06-22[rubygems/rubygems] Bundler: fix man page for bundle-addTakuya Noguchi
2022-06-22[ruby/fileutils] Clarify difference between cp_r and install (https://github....Burdette Lamar
2022-06-21[ruby/fileutils] Correct method references for secure removal (https://github...Burdette Lamar
2022-06-21[ruby/fileutils] [DOC] Adding 'Related' (https://github.com/ruby/fileutils/pu...Burdette Lamar
2022-06-20[ruby/irb] [DOC] Fix formatting in docsPeter Zhu
2022-06-20[ruby/irb] Commands should respect `USE_COLORIZE` config (https://github.com/...Stan Lo
2022-06-20[rubygems/rubygems] Fix extension paths in generated standalone scriptcitrusmoose
2022-06-20[rubygems/rubygems] Improve performance of Bundler::SpecSet#for by using hash...Josh Nichols
2022-06-17[ruby/fileutils] [DOC] Revisions for module-level doc (https://github.com/rub...Burdette Lamar
2022-06-17[rubygems/rubygems] Bring TODO message up to dateDavid Rodríguez
2022-06-17[rubygems/rubygems] Remove part of comment that fell out of dateDavid Rodríguez
2022-06-17[rubygems/rubygems] Don't modify RbConfig at all when building extensionsDavid Rodríguez
2022-06-17[rubygems/rubygems] Remove unnecessary conditionDavid Rodríguez
2022-06-17[rubygems/rubygems] No need to change `RbConfig::CONFIG` at allDavid Rodríguez
2022-06-16[ruby/fileutils] [DOC] Small tweaks (https://github.com/ruby/fileutils/pull/89)Burdette Lamar
2022-06-16[ruby/net-http] Make `Net::HTTPHeader#content_range` return nil on non-byte u...Shishir Joshi
2022-06-16Revert "HTTPHeader.content_range throws error on non-byte units"Nobuyoshi Nakada
2022-06-16[ruby/racc] Fix flag to `Regexp.new`Nobuyoshi Nakada
2022-06-16HTTPHeader.content_range throws error on non-byte unitsShishir Joshi
2022-06-16[ruby/fileutils] [DOC] More on paths and lists (https://github.com/ruby/fileu...Burdette Lamar
2022-06-15[ruby/fileutils] [DOC] More on cp_r (https://github.com/ruby/fileutils/pull/87)Burdette Lamar
2022-06-14[ruby/fileutils] [DOC] More on paths and lists (https://github.com/ruby/fileu...Burdette Lamar
2022-06-14[ruby/fileutils] [DOC] Clarify path arguments (https://github.com/ruby/fileut...Burdette Lamar
2022-06-13[ruby/fileutils] [DOC] Enhanced Rdoc (https://github.com/ruby/fileutils/pull/84)Burdette Lamar
2022-06-13[ruby/reline] Revert "Merge pull request #441 from nevans/workaround-linker-s...st0012
2022-06-13[ruby/reline] Check the ambiguous char width only on ttyNobuyoshi Nakada
2022-06-12[rubygems/rubygems] Don't on gemspecs with invalid `require_paths`, just warnDavid Rodríguez
2022-06-11[rubygems/rubygems] Reuse package from the installer for extracting the speci...David Rodríguez
2022-06-11[rubygems/rubygems] Move security exception handling to the only place using itDavid Rodríguez
2022-06-11[rubygems/rubygems] Swapping should not raise any errorsDavid Rodríguez
2022-06-11[rubygems/rubygems] Remove unclear commentDavid Rodríguez
2022-06-11[rubygems/rubygems] `Gem::Specification.loaded_from` is already set by the in...David Rodríguez
2022-06-11[rubygems/rubygems] Refactor some more duplicated logicDavid Rodríguez
2022-06-11[rubygems/rubygems] Move `no_install` setting check to a more sensible placeDavid Rodríguez
2022-06-11[rubygems/rubygems] No need to redownload if package already thereDavid Rodríguez
2022-06-11[rubygems/rubygems] No need to overwrite path when there's a remoteDavid Rodríguez
2022-06-11[rubygems/rubygems] Remove another unnecessary requireDavid Rodríguez
2022-06-11[rubygems/rubygems] Simplify `Gem::Security::Exception` handlingDavid Rodríguez
2022-06-11[rubygems/rubygems] Remove unnecessary requireDavid Rodríguez
2022-06-11[rubygems/rubygems] Remove unnecessary `spec.remote` guardDavid Rodríguez
2022-06-11[rubygems/rubygems] Refactor ambiguous gems checkDavid Rodríguez
2022-06-11[ruby/fileutils] Enhanced RDoc (https://github.com/ruby/fileutils/pull/83)Burdette Lamar