aboutsummaryrefslogtreecommitdiffstats
path: root/hash.c
Commit message (Expand)AuthorAgeFilesLines
* Adds RDoc summary of Hash methods (#4045)Burdette Lamar2021-01-101-0/+123
* Make any hash values fixable [Bug #17488]Nobuyoshi Nakada2020-12-311-8/+3
* Adjusted indents [ci skip]Nobuyoshi Nakada2020-12-281-7/+7
* Optimize calls to `Kernel#hash` (#3987)Marc-André Lafortune2020-12-251-1/+5
* Make `Hash#except` always return a HashMarc-Andre Lafortune2020-12-191-1/+2
* Document Hash#transform_keys with hash. Amend NEWS [DOC] [ci skip]Marc-Andre Lafortune2020-12-151-14/+15
* Windows: Read ENV names and values as UTF-8 encoded Strings (#3818)Lars Kanis2020-12-081-62/+13
* Hash#index: delete卜部昌平2020-12-071-9/+0
* ENV.index: delete卜部昌平2020-12-021-14/+0
* Fix USE_TRANSIENT_HEAP macro usage in hash.cCristian Greco2020-11-191-1/+1
* Make ENV.replace handle multiple environ entries with the same keyJeremy Evans2020-10-291-1/+4
* Don't redefine #rb_intern over and over againStefan Stüben2020-10-211-5/+3
* [ci skip] Minor documentation fix.Cristian Greco2020-10-121-1/+1
* Add call-seq of [Feature #16274]Kazuhiro NISHIYAMA2020-09-291-0/+1
* Fix `ENV.except`'s docsbogdanvlviv2020-09-261-2/+2
* Make hash returned by Hash#transform_values not have a defaultJeremy Evans2020-09-211-0/+1
* Comply with guide for method doc: hash.c (#3466)Burdette Lamar2020-08-271-22/+3
* Comply with guide for method doc: hash.c (#3465)Burdette Lamar2020-08-271-32/+2
* Comply with guide for method doc: hash.c (#3464)Burdette Lamar2020-08-271-72/+8
* Comply with guide for method doc: hash.c (#3459)Burdette Lamar2020-08-271-53/+11
* Comply with guide for method doc: hash.c (#3454)Burdette Lamar2020-08-251-71/+19
* Comply with guide for method doc: hash.c (#3451)Burdette Lamar2020-08-251-135/+48
* Remove checks for self returned in array.c and hash.c examples (#3446)Burdette Lamar2020-08-231-97/+32
* Remove nil-return examples from hash.c (#3438)Burdette Lamar2020-08-211-54/+24
* Partial compliance with doc/method_documentation.rdoc in hash.c (#3432)Burdette Lamar2020-08-201-71/+7
* [DOC] Improve Hash's doc for missing keysMarc-Andre Lafortune2020-08-191-106/+75
* [DOC] Improve and simplify key egality documentation for HashMarc-Andre Lafortune2020-08-191-115/+28
* RHASH_TBL: is now ext-only卜部昌平2020-08-191-8/+1
* Fix links to Dig Methods document (#3421)Burdette Lamar2020-08-141-1/+1
* Adding doc/dig_methods.rdoc and links to it (#3416)Burdette Lamar2020-08-131-42/+8
* Fix arity of Hash#to_proc [Bug #12671]Benoit Daloze2020-07-291-1/+1
* rb_hash_transient_heap_evacuate: do not goto into a branch卜部昌平2020-06-291-5/+4
* any_hash: do not goto into a branch卜部昌平2020-06-291-19/+18
* Add Hash#except ENV#except [Feature #15822]Timo Schilling2020-06-181-0/+52
* ENV.delete should return the result of block on non-existing keyNobuyoshi Nakada2020-06-101-6/+7
* Enhanced Rdoc for Array#fetch and Array#index (#3202)Burdette Lamar2020-06-101-6/+6
* Enhanced Rdoc for Hash (#3187)Burdette Lamar2020-06-071-57/+76
* Enhanced Rdoc for Hash (#3178)Burdette Lamar2020-06-031-53/+160
* [ci skip] Enhanced Rdoc for Hash (#3162)Burdette Lamar2020-06-021-135/+254
* fix typo in Hash#delete docsS-H-GAMELINKS2020-06-011-1/+1
* [ci skip] Enhanced Rdoc for Hash (#3155)Burdette Lamar2020-05-291-58/+96
* Enhanced Rdoc for Hash (#3151)Burdette Lamar2020-05-281-87/+180
* [ci skip] Enhanced Rdoc for Hash (#3143)Burdette Lamar2020-05-271-50/+71
* Enhanced Rdoc for Hash (#3139)Burdette Lamar2020-05-231-40/+109
* Enhanced Rdoc for HashBurdetteLamar2020-05-231-37/+104
* Enhanced rdoc for Hash (#3129)Burdette Lamar2020-05-221-24/+29
* add static modifier for rb_hash_keep_if funcS-H-GAMELINKS2020-05-221-1/+1
* add static modifier for rb_hash_select_bang funcS-H-GAMELINKS2020-05-221-1/+1
* add static modifier for rb_hash_select funcS-H-GAMELINKS2020-05-221-1/+1
* [ci skip] Enhanced rdoc for Hash (#3121)Burdette Lamar2020-05-211-55/+72