aboutsummaryrefslogtreecommitdiffstats
path: root/hash.c
Commit message (Expand)AuthorAgeFilesLines
...
* hash.c: fix oob accessnobu2015-11-081-3/+4
* * hash.c: use correct grammer. Patch by @tveastmanhsbt2015-11-041-1/+1
* RUBY_DTRACE_CREATE_HOOKnobu2015-10-291-3/+1
* hash.c: GC guardsnobu2015-09-251-0/+2
* hash.c: [DOC] orders do not matter [ci skip]nobu2015-09-041-0/+7
* hash.c: improve integer/fixnum hashingnormal2015-08-141-14/+27
* * hash.c: [DOC] Improve description of symbol key syntaxzzak2015-08-071-1/+1
* symbol.c: fix dynamic symbol hash valuenobu2015-07-291-1/+1
* hash.c: move rb_obj_hashnobu2015-07-291-18/+28
* hash.c: fix symbol hashnobu2015-07-291-0/+15
* hash.c: fix float hashnobu2015-07-291-2/+4
* symbol.h: memoize hashval for RSymbolnormal2015-07-271-1/+2
* enum.c (enum_minmax): simplify return value creationnormal2015-06-251-5/+10
* hash.c: fetch_valuesnobu2015-06-121-0/+29
* * class.c (rb_class_has_methods): added to reduce depenedencyko12015-05-311-2/+1
* hash.c: check env vars encodingnobu2015-04-191-2/+17
* hash.c: compare symbols by identitiesnobu2015-04-081-0/+3
* hash.c: same hash values with Float#hashnobu2015-03-181-1/+4
* * hash.c: [DOC] #delete method actually returns nil, if the keygogotanaka2015-03-051-2/+2
* [DOC] ENV keys must be strings [ci skip]nobu2015-02-181-0/+1
* * hash.c: Added docs to explain that #include? and #member? do nothsbt2015-02-171-0/+4
* marshal.c: indetity tablesnobu2015-01-231-0/+12
* hash.c: move Hash specific functionsnobu2015-01-231-1/+41
* fix flonum hashing regression from r45384normal2015-01-221-1/+7
* * hash.c: fix docs for Hash#invert. [ruby-core:66917] [Bug #10612]ayumin2015-01-031-0/+2
* * hash.c (rb_hash_delete): return Qnil if there are no correspondingko12014-12-241-16/+49
* hash.c: fix return valuenobu2014-12-191-3/+10
* * internal.h: Gather declarations in non-header files.akr2014-11-181-1/+0
* * internal.h: Include ruby.h and ruby/encoding.h to beakr2014-11-151-3/+1
* * gc.c (gc_stat_internal): add compatible layer.ko12014-11-141-1/+1
* * rewrite method/block parameter fitting logic to optimizeko12014-11-021-1/+1
* hash.c: rb_hash_delete does not call the blocknobu2014-10-231-7/+7
* hash.c (rb_any_hash): remove unnecessary dsym checknormal2014-10-091-1/+1
* protoize no-arguments functionsnobu2014-09-301-1/+1
* hash.c: [DOC] fix for Hash#store docsnobu2014-09-131-1/+2
* * gc.c: add incremental GC algorithm. [Feature #10137]ko12014-09-081-2/+2
* optimized any? methodsnobu2014-07-181-0/+48
* * hash.c (ruby_setenv): Fix TestEnv#test_aset failure on Solaris 9.ngoto2014-07-101-5/+21
* hash.c: use rb_check_aritynobu2014-07-021-8/+12
* hash.c: fix memory leaknobu2014-06-261-2/+3
* hash.c: fix memory leaknobu2014-06-251-11/+9
* hash.c: fix dangling pointernobu2014-06-251-3/+5
* hash.c: fix memory leaknobu2014-06-251-2/+5
* hash.c: env_namenobu2014-06-251-34/+27
* hash.c: prohibit tainted stringsnobu2014-06-251-5/+9
* hash.c: unused functions on non-Windowsnobu2014-06-241-2/+0
* hash.c: env_str_transcodenobu2014-06-241-6/+11
* hash.c: replace undefnobu2014-06-241-3/+6
* hash.c: frozen PATH envnobu2014-06-241-13/+16
* * include/ruby/ruby.h (struct RHash): no longer. [Feature #9889]shyouhei2014-06-231-3/+13