summaryrefslogtreecommitdiff
path: root/hash.c
AgeCommit message (Expand)Author
2022-01-14Make Hash#shift return nil for empty hashJeremy Evans
2021-12-26Remove tainted and trusted featuresNobuyoshi Nakada
2021-12-21Add missing '%' in format stringKazuhiro NISHIYAMA
2021-12-20[DOC] Add documentation for hash value omission syntaxVictor Shepelev
2021-12-18What's Here for ENV (#5292)Burdette Lamar
2021-12-17data type should be `static`Koichi Sasada
2021-12-17`RUBY_DEFAULT_FREE` is not needed.Koichi Sasada
2021-12-17`ENV` ivars should not be accessible from ractorsKoichi Sasada
2021-12-16Suppress empty-body warningNobuyoshi Nakada
2021-12-15Adjust indents [ci skip]Nobuyoshi Nakada
2021-12-15use `RB_VM_LOCK_ENTER()`Koichi Sasada
2021-12-15Removed no longer used variablesNobuyoshi Nakada
2021-12-15Fixed env_pairs array typesNobuyoshi Nakada
2021-12-15Use prototype definition instead of old K&R styleNobuyoshi Nakada
2021-12-15Adjust styles [ci skip]Nobuyoshi Nakada
2021-12-15Symbols closed to env should be staticNobuyoshi Nakada
2021-12-15Make ENV shareableRohit Menon
2021-12-15Move exception-raising functions out of mutex; Refactor env-copyingRohit Menon
2021-12-15Add locks for ENVRohit Menon
2021-12-03Adding links to literals and Kernel (#5192)Burdette Lamar
2021-11-08[Feature #18290] Remove all usages of rb_gc_force_recyclePeter Zhu
2021-10-02Restore Hash#compare_by_identity mode [Bug #18171]Nobuyoshi Nakada
2021-10-02Add rb_ident_hash_new_with_sizeNobuyoshi Nakada
2021-09-30Use faster any_hash logic in rb_hashJohn Hawthorn
2021-09-15[DOC] Fix broken links [ci skip]Nobuyoshi Nakada
2021-09-14Handle overwriting Object::ENV in spawnJeremy Evans
2021-09-14Revert "Force recycle intermediate collection in Hash#transform_keys! [Bug #1...Kenichi Kamiya
2021-09-11Using RB_BIGNUM_TYPE_P macroS-H-GAMELINKS
2021-08-29Free previously used tables [Bug #18134]Nobuyoshi Nakada
2021-08-26Make Hash#each family usable in RactorSutou Kouhei
2021-08-19Remove old warning aged nearly 8 yearsNobuyoshi Nakada
2021-08-07Stop force-recycling evacuated array [Bug #18065]Nobuyoshi Nakada
2021-08-02Using RBOOL macroS.H
2021-07-28Fix a comment [ci skip]Nobuyoshi Nakada
2021-07-22Remove useless castsNobuyoshi Nakada
2021-07-15Copy hash compare_by_identity setting in more casesJeremy Evans
2021-07-04[DOC] `Hash.[]` returns a hash with no default value/proc [ci skip]Nobuyoshi Nakada
2021-06-30Specify version to remove as bare numbersNobuyoshi Nakada
2021-06-30rb_warn_deprecated_to_remove_at [Feature #17432]Nobuyoshi Nakada
2021-06-28Share freeze option handlingNobuyoshi Nakada
2021-06-24[DOC] fixed return value of ENV.clone [ci skip]Nobuyoshi Nakada
2021-06-21What's Here for Numeric and ComparableBurdette Lamar
2021-06-17Adjust styles [ci skip]Nobuyoshi Nakada
2021-06-08Make ENV.clone warn and ENV.dup raiseJeremy Evans
2021-06-01Add static modifier to C function in hash.c (#3138)S.H
2021-05-07Protoized old pre-ANSI K&R style declarations and definitionsNobuyoshi Nakada
2021-05-04Fix trivial -Wundef warningsBenoit Daloze
2021-04-30Correct documentation example on Hash#digNick Kelley
2021-04-23Fix wrong documentationromainsalles
2021-04-15[Doc] Add Hash#value? into call-seq (#4293)Kenichi Kamiya