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 (each_pair_i_fast): use rb_yield_values2 to avoid var args.
naruse
2016-09-13
1
-1
/
+2
*
replace fixnum by integer in documents.
akr
2016-09-08
1
-3
/
+3
*
hash.c: map_v -> transform_values
mrkn
2016-09-08
1
-19
/
+19
*
util.h: POSIX-noncompliant setenv
nobu
2016-09-07
1
-2
/
+0
*
hash.c: implement Hash#map_v and Hash#map_v!
mrkn
2016-08-09
1
-0
/
+67
*
hash.c: env_name_new
nobu
2016-08-05
1
-21
/
+32
*
* hasn.c (env_str_new): taint the string. get rid of a test failure
usa
2016-08-05
1
-0
/
+1
*
hash.c: call w32_getenv pointer
nobu
2016-08-05
1
-8
/
+12
*
hash.c: set encoding
nobu
2016-08-04
1
-1
/
+1
*
rb_funcallv
nobu
2016-07-29
1
-2
/
+2
*
hash.c: rb_hash_add_new_element
nobu
2016-07-20
1
-0
/
+24
*
hash.c: ensure NUL-terminated for ENV
nobu
2016-06-10
1
-1
/
+1
*
* cont.c, hash.c, random.c, win32/win32.c: cleanup some Win9x/ME/NT4
usa
2016-05-01
1
-1
/
+1
*
hash.c: dry up code
nobu
2016-04-28
1
-4
/
+2
*
hash.c: init table with size
nobu
2016-03-30
1
-0
/
+3
*
* bignum.c (rb_big_hash): make it public function to be available in
mrkn
2016-03-18
1
-0
/
+4
*
hash.c: COPY_DEFAULT
nobu
2016-03-09
1
-8
/
+12
*
hash.c: SET_PROC_DEFAULT
nobu
2016-03-09
1
-11
/
+14
*
hash.c: SET_DEFAULT
nobu
2016-03-09
1
-4
/
+6
*
hash.c: hash_dup for rb_hash_to_h
nobu
2016-03-09
1
-8
/
+2
*
hash.c: make duplicated hash WB protected
nobu
2016-03-09
1
-19
/
+22
*
hash.c: tbl_update_func
nobu
2016-03-09
1
-1
/
+3
*
* hash.c (rb_hash_invert): [DOC] more examples.
akr
2016-02-13
1
-0
/
+16
*
hash.c: exception examples
nobu
2016-01-27
1
-0
/
+2
*
hash.c: trivial optimization
nobu
2016-01-14
1
-6
/
+2
*
* gc.c: Delete excess semicolon after RUBY_ALIAS_FUNCTION().
ngoto
2015-12-15
1
-5
/
+5
*
hash.c (rb_num_hash_start): avoid pathological behavior
normal
2015-12-11
1
-2
/
+2
*
compile.c: rehash cdhash
nobu
2015-12-11
1
-1
/
+1
*
* array.c: Improve and fix documentation for Array#dig
marcandre
2015-12-08
1
-3
/
+7
*
hash.c: fix rubyspec failure
nobu
2015-12-06
1
-5
/
+3
*
hash.c: env encoding fallback on Windows
nobu
2015-12-05
1
-17
/
+63
*
update rdoc of dig methods [ci skip]
nobu
2015-11-17
1
-2
/
+2
*
hash.c: compare methods [ci skip]
nobu
2015-11-14
1
-0
/
+52
*
sprintf.c: nil value is valid
nobu
2015-11-11
1
-4
/
+4
*
hash.c: use rb_func_proc_new
nobu
2015-11-10
1
-2
/
+3
*
hash.c: to_proc
nobu
2015-11-10
1
-0
/
+13
*
hash.c: compare methods
nobu
2015-11-10
1
-0
/
+57
*
dig
nobu
2015-11-09
1
-0
/
+24
*
hash.c: fix oob access
nobu
2015-11-08
1
-3
/
+4
*
* hash.c: use correct grammer. Patch by @tveastman
hsbt
2015-11-04
1
-1
/
+1
*
RUBY_DTRACE_CREATE_HOOK
nobu
2015-10-29
1
-3
/
+1
*
hash.c: GC guards
nobu
2015-09-25
1
-0
/
+2
*
hash.c: [DOC] orders do not matter [ci skip]
nobu
2015-09-04
1
-0
/
+7
*
hash.c: improve integer/fixnum hashing
normal
2015-08-14
1
-14
/
+27
*
* hash.c: [DOC] Improve description of symbol key syntax
zzak
2015-08-07
1
-1
/
+1
*
symbol.c: fix dynamic symbol hash value
nobu
2015-07-29
1
-1
/
+1
*
hash.c: move rb_obj_hash
nobu
2015-07-29
1
-18
/
+28
*
hash.c: fix symbol hash
nobu
2015-07-29
1
-0
/
+15
*
hash.c: fix float hash
nobu
2015-07-29
1
-2
/
+4
*
symbol.h: memoize hashval for RSymbol
normal
2015-07-27
1
-1
/
+2
[next]