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
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ext
/
-test-
/
st
Age
Commit message (
Expand
)
Author
2019-07-14
Added depend files
Nobuyoshi Nakada
2016-11-07
Introduce table improvement by Vladimir Makarov <vmakarov@redhat.com>.
ko1
2015-12-16
handle ext/ as r53141
naruse
2015-12-09
* ext/**/*.c (*_memsize): same as r52986 for extensions.
ko1
2014-12-01
use 0 for reserved
nobu
2014-11-03
foreach.c: printf specifier
nobu
2014-10-09
st: test packed-to-unpacked transitions during iteration
normal
2014-09-27
ruby.h: deprecate plain Data
nobu
2012-03-31
* hash.c: remove unnecessary checks for Qundef in hash iterations.
nobu
2012-03-29
* st.c (st_update): pass pointer to key to the callback function.
nobu
2012-03-29
* st.c (st_update): add existing parameter to the callback function.
nobu
2012-03-10
* st.c: add st_foreach_check for fixing iteration over packed table
nobu
2012-03-10
* st.c: fix packed num_entries on delete_safe. patched by Sokolov
nobu
2012-02-07
* st.c (st_update): table can be unpacked in the callback.
nobu
2012-02-07
* ext/-test-/st/numhash/numhash.c (numhash_alloc): free st_table.
nobu
2012-02-07
* st.c (st_foreach): should not yield same pair when checking
nobu
2011-12-27
* st.c (st_update): new function to lookup the given key and
nobu