Kenichi Kamiya

Hash Date Message
d01fd821875b989affc36e54e98f5dd67f47062e 2019-06-21 Alias ENV.merge! as ENV.update
84829392f5bb094b2cac117a67d37307ecc3640b 2019-06-24 [Doc] Fix Array#difference call-seq
0f601df22c258c568f0c6f8263903eafa14ae238 2019-06-24 [Doc] Fix Array#to_h call-seq
72adc6cffbc41988aee728d74ab0bed2c5159948 2019-08-17 Simplify a sample code (#2374)
9d20d2b0f5096fab210464f9e16d876f9c5d319f 2019-08-17 Clean sample code biorhythm (#2375)
605d2ce9b98c4306505c8be05483e3d296db5f1e 2019-08-19 Accurate a sample to show having some ext (#2385)
cda8664471b5c2adb9d1ea9563ac38378621d0fd 2019-08-19 Update a sample code (#2387)
9b330200f8e180ca393cac25f811f6194990aaa4 2019-08-19 Remove unused variable to suppress warning (#2388) [ci skip]
8882986d9701ef8be4cdd87e64a30321f1738cee 2019-08-19 Drop duplicated sample code (#2389) [ci skip]
9118cb242b141c380a0180f64ffeb0c9fdae0c8b 2019-09-18 Fix typos
2a22a6b2d8465934e75520a7fdcf522d50890caf 2019-10-17 Regexp#match{?} with nil raises TypeError as String, Symbol (#1506)
452bee3ee8d68059fabd9b1c7a75661b14e3933e 2019-11-01 Revert nil error and adding deprecation message
31110d820cc1258cbc84b46ecc65b254c7d5529a 2019-11-03 Improve warning message
c7e6914b3947cdf0e9c0d28d1162a084d0138887 2021-03-13 [Doc] Fix multiple `Magic Comments` example
2d6617d32787a7815a699e5d991fc6a445c0c4d4 2021-03-20 Fix typos in rhash.h (#4292)
7954bb056be30e86c419fe3792064d28990a4999 2021-03-20 Some Hash destructive methods ensure the receiver modifiable [Bug #17736]
d319eb602d3fe9dbc5dab55cb85974a7c22742e5 2021-03-20 Add Hash#{update, merge!} test to ensure receiver modifiable in block
7d3fdfb27dac456827b004d9e66a44b15f8cd762 2021-03-22 Hash#transform_values! ensures receiver modifiable in block [Bug #17736]
ec4a41c4dd40a09e58389a2cb3a956df6046a710 2021-03-22 [Doc] Fix a typo s/interseting/interesting/
5b272a645322c2ffe0f73c523d64832678d0de5f 2021-03-21 [Doc] Fix a typo around Hash#compare_by_identity
37abe1a220d5b8adc61f4405c3d9115dd6114c04 2021-03-22 [Doc] Standardize wording s/sweeped/swept/
3789d58c846115ce67a16c2039bf923a57786e03 2021-03-25 [ruby/erb] Clarify supported ruby versions in gemspec
aceb8c0b4bf37a65c78f09eaf835db72c7a47c48 2021-03-27 Fix Enumerable#tally with some arguments pattern [Feature #17744]
31ae931e166825450dcc16d470553e67281951a2 2021-03-27 [Doc] Update regex engine to Onigumo in doc/extension.* [ci skip]
0a544c0c35f7445d69402d7c53d825384c728017 2021-03-27 Fix segmentation fault when `Module#name` returns non string value [Bug #17754]
31e0382723bfb35cffe3ca485dd0577668cafa07 2021-03-28 Keep non evaluated keys in `Hash#transform_keys!` [Bug #17735]
9af57eeed61ad53c0a2a92a93a6a6e40704cd6ae 2021-03-27 [ruby/pathname] Fix segfault of Pathname#split
522d4cd32f7727886f4fcbc28ed29c08d361ee20 2021-03-28 Force recycle intermediate collection in Hash#transform_keys! [Bug #17735]
813c3333a9364222523a9fe863df569300ac1ad1 2021-03-28 [Doc] Fix Array#count comparing strategy
c080bb2284c06fbc5e8090c27781228d487c4021 2021-04-01 [Doc] Update to FrozenError from RuntimeError in Object#freeze
6b906ad5643fc6bcd595863ba40b2a283db8de8f 2021-04-03 [Doc] Link to doc/contributing.rdoc from CONTRIBUTING.md (#4266)
52fb0a293228b6236cfc49195028b944f8b12c25 2021-03-24 [Doc] Drop signature around removed IO#codepoints
92545977de0664bd2f37455dd4c4ac4e716a8be2 2021-04-15 [Doc] Add Hash#value? into call-seq (#4293)
564ccd095a9d7fbe869031dbf666d61dadfdcb03 2021-03-31 [ruby/strscan] Fix segmentation fault of `StringScanner#charpos` when `String#byteslice` returns non string value [Bug #17756] (#20)
bb84c75001f1bf13b4b2a12db8f4420e76a3ea03 2021-03-31 Revert "Force recycle intermediate collection in Hash#transform_keys! [Bug #17735]"
a3b7a7bc21d91d384a915bcaa1fd49909061d78d 2024-04-17 [ruby/reline] Remove unused variable (https://github.com/ruby/reline/pull/684)
70db150fbcb44c43ce4d62c6170e0527ecaea84c 2024-05-03 [ruby/irb] Fix typos in test/irb/command/test_custom_command.rb (https://github.com/ruby/irb/pull/945)
a510175e8f95f4d8f7bc56c184996526b530bf94 2024-05-03 [ruby/irb] Avoid raising errors while running help for custom commands (https://github.com/ruby/irb/pull/944)