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
/
st.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
* st.c (st_foreach): fix type of hash. not st_data_t but st_index_t.
tarui
2014-03-04
1
-1
/
+2
*
st.c: hash_pos
nobu
2014-01-18
1
-20
/
+21
*
st.c: tweaked comment
duerst
2013-12-05
1
-1
/
+1
*
* st.c: add st_values() and st_values_check().
glass
2013-11-28
1
-0
/
+41
*
* st.c (st_keys): fix not to use Qundef in st.c.
glass
2013-11-28
1
-7
/
+19
*
* st.c (st_keys): define st_keys(). it writes each key to buffer.
glass
2013-11-27
1
-0
/
+29
*
hash.c, st.c: fix for ST_CHECK
nobu
2013-11-14
1
-5
/
+5
*
st.c: revert st_keys
nobu
2013-10-10
1
-31
/
+0
*
* st.c (st_keys): define st_keys() for performance improvement of
glass
2013-10-10
1
-0
/
+31
*
* st.c (st_locale_insensitive_strcasecmp): Renamed from st_strcasecmp.
akr
2013-07-16
1
-3
/
+3
*
* configure.in: revert r42008. strcasecmp() uses the current locale.
glass
2013-07-16
1
-2
/
+0
*
* configure.in: check strcasecmp().
glass
2013-07-16
1
-0
/
+2
*
* st.c (st_shift): remove unused variable.
nobu
2013-04-25
1
-1
/
+0
*
* benchmark/bm_hash_shift.rb: add benchmark for Hash#shift
charliesome
2013-04-25
1
-0
/
+29
*
Fixed comment typo, found by @ThePablick
zzak
2013-04-19
1
-1
/
+1
*
* regint.h: fix typo: _M_AMD86 -> _M_AMD64.
naruse
2013-04-10
1
-1
/
+1
*
st_update passes the key in st_table
shirosaki
2012-11-17
1
-0
/
+2
*
* st.c (st_foreach_check, st_foreach): remove ancient check. This
nobu
2012-03-31
1
-2
/
+0
*
* st.c (st_delete): use real_entries in st_delete for packed tables
nobu
2012-03-31
1
-1
/
+1
*
* st.c (st_foreach_check): remove the entry by replacing with never
nobu
2012-03-30
1
-8
/
+13
*
* st.c (st_update): pass pointer to key to the callback function.
nobu
2012-03-29
1
-2
/
+2
*
* st.c (st_update): add existing parameter to the callback function.
nobu
2012-03-29
1
-13
/
+24
*
* st.c: pack tables also generic keys. patched by Sokolov Yura at
nobu
2012-03-10
1
-38
/
+63
*
* st.c: add st_foreach_check for fixing iteration over packed table
nobu
2012-03-10
1
-12
/
+85
*
* st.c: fix packed num_entries on delete_safe. patched by Sokolov
nobu
2012-03-10
1
-34
/
+31
*
* st.c (unpack_entries): chain entries directly. based on a patch
nobu
2012-03-05
1
-11
/
+33
*
* st.c (unpack_entries): use union instead of casted pointer.
nobu
2012-03-05
1
-7
/
+13
*
* st.c: use PACKED_ENT and FIND_ENTRY. patched by Sokolov
nobu
2012-03-05
1
-10
/
+5
*
* st.c (unpack_entries): reallocate bins if packed array size
nobu
2012-03-05
1
-0
/
+5
*
* st.c: refactor packed entries using structs.
nobu
2012-02-07
1
-20
/
+36
*
* st.c (st_update): table can be unpacked in the callback.
nobu
2012-02-07
1
-2
/
+13
*
* st.c (st_foreach): should not yield same pair when checking
nobu
2012-02-07
1
-11
/
+17
*
* st.c (add_packed_direct): ditto.
nobu
2012-01-17
1
-2
/
+1
*
* st.c (do_hash): it's the time to remove cast to unsigned int.
nobu
2012-01-17
1
-5
/
+4
*
* st.c (unpack_entries): Fix r34310: on unpacking, the position of
naruse
2012-01-16
1
-2
/
+3
*
st optimize st_insert
shyouhei
2012-01-15
1
-10
/
+11
*
st refactor add_packed_direct a bit
shyouhei
2012-01-15
1
-13
/
+8
*
st macroses for allocation
shyouhei
2012-01-15
1
-23
/
+33
*
st macroses for packed table
shyouhei
2012-01-15
1
-43
/
+49
*
st use function instead of macro
shyouhei
2012-01-15
1
-159
/
+161
*
* st.c (st_update): new function to lookup the given key and
nobu
2011-12-27
1
-0
/
+56
*
* hash.c (identhash): share with type_numhash.
nobu
2011-10-18
1
-1
/
+2
*
* regint.h (PLATFORM_UNALIGNED_WORD_ACCESS): Power PC does not
nobu
2011-07-14
1
-1
/
+3
*
* st.c (st_foreach): check if unpacked.
nobu
2011-01-27
1
-1
/
+10
*
* st.c: parenthesize macro arguments.
akr
2010-12-31
1
-32
/
+32
*
* st.c (MurmurMagic): get rid of literal overflow.
nobu
2010-10-12
1
-3
/
+5
*
* st.c (st_foreach): don't access ptr->hash after func call.
akr
2010-02-15
1
-1
/
+1
*
* include/ruby/st.h (SIZEOF_ST_INDEX_T): moved from st.c for
nobu
2009-11-04
1
-3
/
+0
*
* st.c (unpack_entries): fixed type.
nobu
2009-10-31
1
-1
/
+1
*
* st.c (unpack_entries): save table->bins and never change the table
wanabe
2009-10-16
1
-8
/
+10
[prev]
[next]