index
:
delta/ruby.git
5a1dfb04bc2
KEIJU
KOSAKO
RUBY
SER
SHIGEO
SPCOLTRIN
baserock/GENIVI/G-1.2
baserock/liw/sam/chef
baserock/morph/ruby_1_8_7
baserock/morph/ruby_1_9_3
baserock/ps/proto-web-system
baserock/ruby_1_9_3
baserock/ruby_2_0_0
baserock/ruby_2_1
baserock/v1_9_3_194-bootstrap
bundler
c65f10304f
copy_file_range_bug
dependabot/bundler/spec/mspec/rake-12.3.3
half-baked-1.9
master
matzruby
maximecb-patch-1
maximecb-patch-2
mvm
new_gc
revert-2779-news-for-module-name
rexml_adds_tests
ricsin
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_m17n
scheduler-process-wait
testunit
thread_inspect
trunk
unlabeled-1.1.1
unlabeled-1.39.2
v1_0r
v1_1dev
v1_1r
win32-unicode-test
yuki24-patch-1
github.com: ruby/ruby.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hash.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
* hash.c (rb_hash_compare_by_id): add function prototype.
glass
2013-07-29
1
-0
/
+2
*
* hash.c (rb_hash_compare_by_id): don't call rb_hash_rehash()
glass
2013-07-29
1
-0
/
+1
*
* hash.c (rb_hash_assoc): performance improvement by replacing
glass
2013-07-29
1
-2
/
+50
*
* hash.c (rb_hash_assoc): revert r42224. table->type->compare is
glass
2013-07-29
1
-44
/
+14
*
ChangeLog: commit miss
nobu
2013-07-29
1
-6
/
+13
*
* hash.c (rb_hash_assoc): performance improvement by replacing
glass
2013-07-29
1
-14
/
+45
*
* hash.c (rb_hash_flatten): use NUM2INT to raise TypeError on 32bit
naruse
2013-07-20
1
-1
/
+1
*
* hash.c (rb_hash_flatten): performance improvement by not using
glass
2013-07-18
1
-7
/
+21
*
* hash.c (delete_if_i): use ST_DELETE.
glass
2013-07-17
1
-1
/
+1
*
* hash.c (rb_hash_replace): performance improvement by using
glass
2013-07-17
1
-9
/
+23
*
hash.c: key name in error message
nobu
2013-07-17
1
-1
/
+1
*
* hash.c (rb_hash_each_pair): performance improvement by using
glass
2013-07-15
1
-1
/
+11
*
* hash.c (rb_hash_reject_bang): do not call rb_hash_foreach() if RHash
glass
2013-07-12
1
-3
/
+2
*
* hash.c (recursive_hash): use RHASH_SIZE() to check hash size.
glass
2013-07-12
1
-5
/
+2
*
* hash.c (rb_hash_size): use RHASH_SIZE().
glass
2013-07-11
1
-3
/
+1
*
* hash.c (rb_hash_values): set array capa to RHASH_SIZE().
glass
2013-07-11
1
-1
/
+1
*
* hash.c (rb_hash_keys): set array capa to RHASH_SIZE().
glass
2013-07-11
1
-1
/
+1
*
intern.h: define rb_enumerator_size_func
nobu
2013-06-26
1
-9
/
+15
*
* compile.c (make_name_for_block): use PRIsVALUE in format string
charliesome
2013-06-24
1
-1
/
+1
*
* include/ruby/ruby.h, gc.c: rename macros and functions:
ko1
2013-06-22
1
-1
/
+1
*
* include/ruby/ruby.h (OBJ_WRITE): cast to (VALUE *) for second
ko1
2013-06-21
1
-1
/
+1
*
hash.c: refine error message
nobu
2013-06-21
1
-9
/
+6
*
* hash.c: `st_update()' also has same issue of last fix.
ko1
2013-06-18
1
-36
/
+68
*
* safe.c (rb_set_safe_level, safe_setter): raise an ArgumentError
shugo
2013-06-12
1
-31
/
+7
*
* bignum.c (validate_integer_pack_format): Don't require a word order
akr
2013-06-11
1
-1
/
+1
*
* bignum.c (rb_integer_pack): Returns sign instead of words.
akr
2013-06-10
1
-1
/
+1
*
* bignum.c (rb_integer_pack): numwords_allocated argument removed.
akr
2013-06-09
1
-1
/
+1
*
* hash.c (rb_hash): Use rb_integer_pack to obtain least significant
akr
2013-06-08
1
-1
/
+10
*
fill rdocs
nobu
2013-06-02
1
-0
/
+1
*
* hash.c: fix WB bug.
ko1
2013-05-29
1
-5
/
+32
*
* hash.c (rb_hash_tbl_raw), internal.h: added.
ko1
2013-05-26
1
-0
/
+6
*
* hash.c, include/ruby/ruby.h: support WB protected hash.
ko1
2013-05-26
1
-40
/
+79
*
* include/ruby/ruby.h: constify RBasic::klass and add
ko1
2013-05-13
1
-2
/
+2
*
* *.c, parse.y, insns.def: use RARRAY_AREF/ASET macro
ko1
2013-05-13
1
-17
/
+17
*
* hash.c: Hash[] and {} are not equivalent by @eam [Fixes GH-301]
zzak
2013-05-13
1
-5
/
+8
*
* benchmark/bm_hash_shift.rb: add benchmark for Hash#shift
charliesome
2013-04-25
1
-17
/
+9
*
fix ENV.to_a rdoc example by @benolee [fix GH-288]
hsbt
2013-04-16
1
-1
/
+1
*
* array.c: Fix rdoc for flatten!
marcandre
2013-02-23
1
-1
/
+1
*
* hash.c (env_reject_bang): hide keys array from ObjectSpace
charliesome
2013-02-06
1
-0
/
+2
*
* hash.c (rb_env_size): Restored documentation for ENV.size
drbrain
2013-01-26
1
-9
/
+9
*
* hash.c (rb_hash_update): Revert documentation from r38672
zzak
2013-01-01
1
-13
/
+0
*
* hash.c (rb_hash_update): Documentation for Hash#merge and shallow
zzak
2013-01-01
1
-5
/
+18
*
adjust style
nobu
2012-12-29
1
-1
/
+1
*
* configure.in: check for the whether crt_externs.h is present when compiling
charliesome
2012-12-28
1
-1
/
+5
*
adjust style.
nobu
2012-12-01
1
-1
/
+1
*
* probes.d: add DTrace probe declarations. [ruby-core:27448]
tenderlove
2012-11-12
1
-1
/
+12
*
hash.c: warn for wrong elements
nobu
2012-11-11
1
-0
/
+8
*
hash.c: refine error messages
nobu
2012-11-11
1
-2
/
+6
*
* hash.c: Support for enumerators created by ENV:
marcandre
2012-11-06
1
-8
/
+26
*
* hash.c: Support for enumerators created by Hash:
marcandre
2012-11-06
1
-8
/
+10
[next]