aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* [ruby/digest] relicence under the Ruby license and the BSD 2-clausePavel Rosický2021-10-121-5/+1
| | | | https://github.com/ruby/digest/commit/154d461e91
* [ruby/digest] jruby supportPavel Rosický2021-10-128-12/+76
| | | | https://github.com/ruby/digest/commit/2e9dc14693
* [ruby/digest] Move digest.rb back under ext as the extension bundled libraryNobuyoshi Nakada2021-10-121-10/+25
| | | | https://github.com/ruby/digest/commit/026ba7f361
* [ruby/reline] Close working pipesNobuyoshi Nakada2021-10-121-2/+7
| | | | https://github.com/ruby/reline/commit/ac519f57ea
* Suppress some messages on building mjit headerKazuhiro NISHIYAMA2021-10-121-2/+2
|
* Extract precompile_inlinable_child_iseq to separate alloca for each iseqNobuyoshi Nakada2021-10-121-22/+28
|
* Add more socket constantsKazuhiro NISHIYAMA2021-10-121-1/+32
| | | | from http://manpages.ubuntu.com/manpages/focal/en/man2/socket.2.html
* [ruby/reline] Check the result of GetConsoleScreenBufferInfoNobuyoshi Nakada2021-10-121-8/+15
| | | | https://github.com/ruby/reline/commit/42edf7b3aa
* [ruby/reline] Revert "Fix zero division when the screen width is not available"Nobuyoshi Nakada2021-10-121-2/+1
| | | | | | This reverts commit 0dce9da083541f42c31822a91c72f339934c3986. https://github.com/ruby/reline/commit/f71471cdde
* Update bundled_gemsKazuhiro NISHIYAMA2021-10-121-2/+2
|
* bary_mul_balance_with_mulfunc: move working buffer allocationNobuyoshi Nakada2021-10-121-0/+13
| | | | Move the allocation of working buffer before the loop.
* bary_mul_balance_with_mulfunc: consitify invariant variablesNobuyoshi Nakada2021-10-121-12/+11
|
* * 2021-10-12 [ci skip]git2021-10-121-1/+1
|
* [ruby/reline] Fix zero division when the screen width is not availableNobuyoshi Nakada2021-10-121-1/+2
| | | | https://github.com/ruby/reline/commit/0dce9da083
* [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