index
:
ruby.git
master
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_3_3
ruby_3_4
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hash.c
Age
Commit message (
Expand
)
Author
2017-02-21
backward.h: 2.2 deprecated features
nobu
2017-01-22
Hash#fetch: fix grammar in documentation.
kazu
2017-01-19
ENV#fetch: fix documentation of raised exception
nobu
2017-01-07
fix optimization for hash aset/aref with fstring
eregon
2016-12-24
hash.c: split long long literals
nobu
2016-12-10
Updated documentation examples for Hash#value?
naruse
2016-12-07
hash.c: hash should be long
nobu
2016-12-06
switching hash removal
nobu
2016-12-06
remove unnecessary variable
nobu
2016-12-03
Cleanup ruby method definitions in hash.c
kazu
2016-11-07
add cast
nobu
2016-11-07
Introduce table improvement by Vladimir Makarov <
[email protected]
>.
ko1
2016-10-26
[DOC] replace Fixnum with Integer [ci skip]
nobu
2016-10-22
hash.c: fix Hash#compact! return value
nobu
2016-10-13
hash.c: add compact and compact! methods
nobu
2016-10-04
* internal.h (ST2FIX): new macro to convert st_index_t to Fixnum.
usa
2016-09-16
* hash.c (each_pair_i_fast): Fix compile error with old version of
ngoto
2016-09-13
* hash.c (each_pair_i_fast): use rb_yield_values2 to avoid var args.
naruse
2016-09-08
replace fixnum by integer in documents.
akr
2016-09-08
hash.c: map_v -> transform_values
mrkn
2016-09-07
util.h: POSIX-noncompliant setenv
nobu
2016-08-09
hash.c: implement Hash#map_v and Hash#map_v!
mrkn
2016-08-05
hash.c: env_name_new
nobu
2016-08-05
* hasn.c (env_str_new): taint the string. get rid of a test failure
usa
2016-08-05
hash.c: call w32_getenv pointer
nobu
2016-08-04
hash.c: set encoding
nobu
2016-07-29
rb_funcallv
nobu
2016-07-20
hash.c: rb_hash_add_new_element
nobu
2016-06-10
hash.c: ensure NUL-terminated for ENV
nobu
2016-05-01
* cont.c, hash.c, random.c, win32/win32.c: cleanup some Win9x/ME/NT4
usa
2016-04-28
hash.c: dry up code
nobu
2016-03-30
hash.c: init table with size
nobu
2016-03-18
* bignum.c (rb_big_hash): make it public function to be available in
mrkn
2016-03-09
hash.c: COPY_DEFAULT
nobu
2016-03-09
hash.c: SET_PROC_DEFAULT
nobu
2016-03-09
hash.c: SET_DEFAULT
nobu
2016-03-09
hash.c: hash_dup for rb_hash_to_h
nobu
2016-03-09
hash.c: make duplicated hash WB protected
nobu
2016-03-09
hash.c: tbl_update_func
nobu
2016-02-13
* hash.c (rb_hash_invert): [DOC] more examples.
akr
2016-01-27
hash.c: exception examples
nobu
2016-01-14
hash.c: trivial optimization
nobu
2015-12-15
* gc.c: Delete excess semicolon after RUBY_ALIAS_FUNCTION().
ngoto
2015-12-11
hash.c (rb_num_hash_start): avoid pathological behavior
normal
2015-12-11
compile.c: rehash cdhash
nobu
2015-12-08
* array.c: Improve and fix documentation for Array#dig
marcandre
2015-12-06
hash.c: fix rubyspec failure
nobu
2015-12-05
hash.c: env encoding fallback on Windows
nobu
2015-11-17
update rdoc of dig methods [ci skip]
nobu
2015-11-14
hash.c: compare methods [ci skip]
nobu
[next]