aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [ruby/reline] Rescue LoadError to require 'fiddle'aycabta2021-10-111-3/+11
| | | | https://github.com/ruby/reline/commit/fe504bb6b9
* [ruby/reline] Remove a comment for debugaycabta2021-10-111-1/+1
| | | | https://github.com/ruby/reline/commit/5f3ccda3d5
* [ruby/rdoc] Update SourceCodePro font filesaycabta2021-10-112-0/+0
| | | | https://github.com/ruby/rdoc/commit/d3201d0d47
* [ruby/irb] Add help about extra doc dir optionaycabta2021-10-112-0/+5
| | | | https://github.com/ruby/irb/commit/5018f2cb99
* [ruby/irb] Add --extra-doc-dir option to show doc dialogaycabta2021-10-113-1/+12
| | | | https://github.com/ruby/irb/commit/3f79cb506f
* [ruby/irb] Add periods to docaycabta2021-10-111-8/+8
| | | | https://github.com/ruby/irb/commit/6330601629
* [ruby/reline] Fix test class not to overwriteNobuyoshi Nakada2021-10-111-1/+1
| | | | https://github.com/ruby/reline/commit/1e78984c49
* [rubygems/rubygems] Show a warning in `bundle info` if gem has been deletedDavid Rodriguez2021-10-112-2/+13
| | | | https://github.com/rubygems/rubygems/commit/ff86cd7dd2
* [rubygems/rubygems] Show the exact name of the gem that was deletedDavid Rodriguez2021-10-112-2/+7
| | | | | | | If a non exact name (matched as a regexp) is passed to `bundle info`, these strings might not match. https://github.com/rubygems/rubygems/commit/831edf1edf
* [rubygems/rubygems] Match a more exact warning messageDavid Rodriguez2021-10-111-1/+1
| | | | https://github.com/rubygems/rubygems/commit/80158e9d75
* [ruby/reline] Reline doesn't have Reline.editing_modeaycabta2021-10-111-4/+0
| | | | https://github.com/ruby/reline/commit/90c61d8188
* [ruby/reline] Add I/O testaycabta2021-10-111-6/+10
| | | | https://github.com/ruby/reline/commit/bca9b9012f
* [ruby/reline] Use single quotes to match the othersaycabta2021-10-111-1/+1
| | | | https://github.com/ruby/reline/commit/58a7ca4101
* [ruby/reline] Add a test for Reline.delete_textaycabta2021-10-111-0/+19
| | | | https://github.com/ruby/reline/commit/d1c5700fa3
* [ruby/reline] Add assertions for Reline.pointaycabta2021-10-111-4/+2
| | | | https://github.com/ruby/reline/commit/a8c7b207f0
* [ruby/reline] Add a test for Reline.insert_text and Reline.line_bufferaycabta2021-10-111-5/+3
| | | | https://github.com/ruby/reline/commit/ae828208e1
* [ruby/reline] Suppress warning, "instance variable @ambiguous_width not ↵aycabta2021-10-111-1/+1
| | | | | | initialized" https://github.com/ruby/reline/commit/368f7e2f78
* Add comments in sync_default_gems.rbTakashi Kokubun2021-10-101-0/+5
| | | | to ease the maintenance of ruby-commit-hook/bin/update-default-gem.sh
* [ruby/irb] Set default return_formataycabta2021-10-112-0/+23
| | | | https://github.com/ruby/irb/commit/7ee15bc668
* chmod +x tool/sync_default_gems.rbTakashi Kokubun2021-10-101-0/+1
| | | | I'm too lazy to start the command with `ruby`.
* [ruby/irb] Clean up a duplicated definitionTakashi Kokubun2021-10-111-7/+1
| | | | | | I simply forgot deleting it. https://github.com/ruby/irb/commit/65399d5e9f
* [ruby/irb] trufflruby fails on the show_source testTakashi Kokubun2021-10-101-0/+1
| | | | https://github.com/ruby/irb/commit/460bd12b87
* [ruby/irb] Add a test of find_end for show_source commandTakashi Kokubun2021-10-101-0/+29
| | | | https://github.com/ruby/irb/commit/68e6ca95a0
* [ruby/irb] Revert "Optimize show_source command further"Takashi Kokubun2021-10-101-4/+1
| | | | | | | | | | This reverts commit 27dd2867cda5c789efaa5078214ad2fd82adcebf. This is to fix the test I added. (I separated commits to test a new behavior of ruby-commit-hook) https://github.com/ruby/irb/commit/fe055d521a
* [ruby/reline] Add tests for dialog with fullwidth chars and corner casesaycabta2021-10-112-0/+43
| | | | https://github.com/ruby/reline/commit/35ab5d47a8
* [ruby/ipaddr] Fix include? and ipv4_mapped to allow drb tests to passJeremy Evans2021-10-111-2/+6
| | | | | | | | | | include? should return false if comparing an IPv4 address to an IPv6 address. ipv4_mapped needs to set the correct netmask on the mapped addresses. https://github.com/ruby/ipaddr/commit/da22ef8e6c
* [ruby/ipaddr] Make IPAddr#include? consider range of argumentJeremy Evans2021-10-112-25/+8
| | | | | | | | | | It would be nice to use Range#cover? here, but it doesn't work correctly before Ruby 2.6. Switch to manual checks of the beginning of end of the ranges. Fixes Ruby Bug 14119 https://github.com/ruby/ipaddr/commit/f45630da31
* [ruby/io-console] Skip Interrupt test on Solaris tooNobuyoshi Nakada2021-10-111-1/+1
| | | | https://github.com/ruby/io-console/commit/48db3616da
* [ruby/rubygems] Prefer `require_relative` for internal requiresDavid Rodriguez2021-10-116-11/+11
| | | | https://github.com/rubygems/rubygems/commit/51796f257a
* * 2021-10-11 [ci skip]git2021-10-111-1/+1
|
* [ruby/rubygems] Get specs green on arm64-darwin-20David Rodriguez2021-10-114-7/+8
| | | | https://github.com/rubygems/rubygems/commit/7a0bd9801d
* Pass the VM pointer as an argumentNobuyoshi Nakada2021-10-101-74/+83
|
* [ruby/rubygems] We no longer need to check realpathsDavid Rodríguez2021-10-101-10/+0
| | | | | | Since symlinks and absolute paths are already checked. https://github.com/rubygems/rubygems/commit/de19bc4c7e
* [ruby/rubygems] Check safety of packaged symlinksDavid Rodríguez2021-10-102-21/+23
| | | | | | | | | If we explicitly disallow the creation of symlinks that point to files outside of the destination directory, we can avoid any other safety checks while creating directories, because we can be sure they will always fall under the destination directory as well. https://github.com/rubygems/rubygems/commit/555692b8de
* [ruby/rubygems] Install location safety should consider casingDavid Rodríguez2021-10-101-1/+1
| | | | https://github.com/rubygems/rubygems/commit/0a0ad34af3
* [ruby/rubygems] Remove redundant `File.expand_path`David Rodríguez2021-10-101-1/+1
| | | | | | `File.realpath` already expands paths. https://github.com/rubygems/rubygems/commit/25524ebbeb
* [ruby/rubygems] Explicit check file not created outside of destinationDavid Rodríguez2021-10-101-0/+2
| | | | https://github.com/rubygems/rubygems/commit/1e363dbbcb
* [ruby/rubygems] Refactor symlink attack specsDavid Rodríguez2021-10-101-19/+15
| | | | https://github.com/rubygems/rubygems/commit/9180b390aa
* [ruby/rubygems] Simplify `File.expand_path` usageDavid Rodríguez2021-10-101-1/+1
| | | | https://github.com/rubygems/rubygems/commit/02e3cf44bf
* [ruby/rubygems] Don't make duplicated checks on directory safetyDavid Rodríguez2021-10-101-5/+6
| | | | | | This seems to speed up `gem install` on Windows by more than 50%. https://github.com/rubygems/rubygems/commit/1970b1296d
* Shorten register names on arm64-darwin not to be truncatedNobuyoshi Nakada2021-10-101-23/+27
|
* Needs time.rb for `Time#iso8601`Nobuyoshi Nakada2021-10-101-0/+2
| | | | | `Gem::Request.verify_certificate_message` used this method without "time" which defines it.
* Update bundled_gemsKazuhiro NISHIYAMA2021-10-101-1/+1
|
* Run JIT tests first when random order instead of no-sortNobuyoshi Nakada2021-10-101-4/+10
|
* Default the test order to randomNobuyoshi Nakada2021-10-101-1/+1
|
* Unify iteration argumentsNobuyoshi Nakada2021-10-101-14/+2
|
* Update iteration step in step_i_iterNobuyoshi Nakada2021-10-101-10/+6
|
* Refactor sym_step_i functionS.H2021-10-101-9/+11
|
* Run the failing readline test on arm32-linux separatelyNobuyoshi Nakada2021-10-101-3/+4
|
* Remove `RUN_SEPARATED_TESTS` which seems unnecessaryNobuyoshi Nakada2021-10-101-3/+1
|