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: constify st_table* in private functions
normal
2015-07-29
1
-5
/
+9
*
st.c: fix arguments order to compare
nobu
2015-07-24
1
-5
/
+5
*
* st.c: get rid of VC++'s warnings of C4700 (uninitialized local
usa
2015-07-02
1
-7
/
+7
*
st.c: use ccan linked-list (try 3)
normal
2015-06-29
1
-162
/
+121
*
Revert "st.c: use ccan linked-list (try 2)"
normal
2015-06-26
1
-120
/
+162
*
st.c: use ccan linked-list (try 2)
normal
2015-06-26
1
-162
/
+120
*
st.c: include ccan/list/list.h to test build
normal
2015-06-26
1
-0
/
+1
*
Revert r51034 "st.c: use ccan linked-list"
normal
2015-06-25
1
-121
/
+162
*
st.c: use ccan linked-list
normal
2015-06-25
1
-162
/
+121
*
hash.c: move Hash specific functions
nobu
2015-01-23
1
-22
/
+2
*
fix flonum hashing regression from r45384
normal
2015-01-22
1
-0
/
+9
*
* internal.h: Include ruby.h and ruby/encoding.h to be
akr
2014-11-15
1
-1
/
+0
*
internal.h: STATIC_ASSERT
nobu
2014-11-13
1
-3
/
+6
*
st.c: update st_reverse_foreach
nobu
2014-10-04
1
-29
/
+111
*
st.c (new_size): use next_pow2 function
normal
2014-10-02
1
-4
/
+21
*
* st.c (do_hash_bin): unused macro.
nari
2014-09-21
1
-1
/
+0
*
* st.c (numberof): unused. internal.h has same macro.
nari
2014-09-21
1
-2
/
+0
*
UNALIGNED_WORD_ACCESS on ppc64
nobu
2014-07-23
1
-0
/
+1
*
st.c: fix uninitialized variable
nobu
2014-07-06
1
-3
/
+3
*
st.c: remove equality checks
nobu
2014-07-06
1
-12
/
+0
*
st.c: re-calc hash_val before adding
nobu
2014-07-06
1
-0
/
+2
*
st.c: update the key too if changed
nobu
2014-07-06
1
-0
/
+18
*
configure.in, missing.h: jemalloc mangling
nobu
2014-06-05
1
-0
/
+4
*
* st.c (st_foreach_check): chnage start point of search at check
tarui
2014-04-20
1
-5
/
+11
*
st.c (st_init_table_with_size): update comment
normal
2014-03-31
1
-1
/
+1
*
st.c: use power-of-two sizes to avoid slow modulo ops
normal
2014-03-22
1
-57
/
+17
*
* st.c (st_update): remove unnecessary assignment
normal
2014-03-14
1
-1
/
+0
*
* 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
[next]