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
/
include
/
ruby
/
st.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix typos (#2958)
K.Takata
2020-03-11
1
-1
/
+1
*
st.c: Use rb_st_* prefix instead of st_* (#2479)
Yusuke Endoh
2019-09-22
1
-40
/
+77
*
struct st_hash_type now free from ANYARGS
卜部昌平
2019-08-27
1
-2
/
+2
*
st_foreach now free from ANYARGS
卜部昌平
2019-08-27
1
-3
/
+5
*
Add `GC.compact` again.
tenderlove
2019-04-20
1
-1
/
+2
*
Reverting compaction for now
tenderlove
2019-04-17
1
-2
/
+1
*
Adding `GC.compact` and compacting GC support.
tenderlove
2019-04-17
1
-1
/
+2
*
Reverting all commits from r67479 to r67496 because of CI failures
kazu
2019-04-10
1
-2
/
+1
*
Adding `GC.compact` and compacting GC support.
tenderlove
2019-04-09
1
-1
/
+2
*
support theap for T_HASH. [Feature #14989]
ko1
2018-10-30
1
-1
/
+1
*
export rb_hash_bulk_insert
naruse
2018-05-22
1
-0
/
+2
*
st.c: fix st_hash* functions [Bug #13019]
nobu
2016-12-21
1
-0
/
+2
*
switching hash removal
nobu
2016-12-06
1
-9
/
+0
*
Introduce table improvement by Vladimir Makarov <vmakarov@redhat.com>.
ko1
2016-11-07
1
-30
/
+35
*
* configure.in: check function attirbute const and pure,
naruse
2016-05-08
1
-10
/
+10
*
st.c: use ccan linked-list (try 3)
normal
2015-06-29
1
-1
/
+1
*
Revert "st.c: use ccan linked-list (try 2)"
normal
2015-06-26
1
-1
/
+1
*
st.c: use ccan linked-list (try 2)
normal
2015-06-26
1
-1
/
+1
*
Revert r51034 "st.c: use ccan linked-list"
normal
2015-06-25
1
-1
/
+1
*
st.c: use ccan linked-list
normal
2015-06-25
1
-1
/
+1
*
* ext/win32ole/win32ole.c: fix a typo. Patch by @davydovanton
hsbt
2015-06-04
1
-1
/
+1
*
st.c: remove equality checks
nobu
2014-07-06
1
-0
/
+3
*
* st.c: add st_values() and st_values_check().
glass
2013-11-28
1
-0
/
+2
*
* st.c (st_keys): fix not to use Qundef in st.c.
glass
2013-11-28
1
-0
/
+1
*
* st.c (st_keys): define st_keys(). it writes each key to buffer.
glass
2013-11-27
1
-0
/
+8
*
st.c: revert st_keys
nobu
2013-10-10
1
-1
/
+0
*
* st.c (st_keys): define st_keys() for performance improvement of
glass
2013-10-10
1
-0
/
+1
*
* include/ruby/st.h (st_strcasecmp): Macro defined for compatibility.
akr
2013-07-17
1
-0
/
+2
*
* st.c (st_locale_insensitive_strcasecmp): Renamed from st_strcasecmp.
akr
2013-07-16
1
-2
/
+2
*
* benchmark/bm_hash_shift.rb: add benchmark for Hash#shift
charliesome
2013-04-25
1
-0
/
+1
*
defines.h: RUBY_SYMBOL_EXPORT_{BEGIN,END}
nobu
2013-04-05
1
-6
/
+2
*
* include/ruby/intern.h: Delete redundant inclusions caused by
akr
2013-03-27
1
-13
/
+0
*
* st.c (st_update): pass pointer to key to the callback function.
nobu
2012-03-29
1
-1
/
+1
*
* st.c (st_update): add existing parameter to the callback function.
nobu
2012-03-29
1
-1
/
+2
*
* st.c: add st_foreach_check for fixing iteration over packed table
nobu
2012-03-10
1
-0
/
+1
*
* st.c: fix packed num_entries on delete_safe. patched by Sokolov
nobu
2012-03-10
1
-1
/
+4
*
* st.c (unpack_entries): use union instead of casted pointer.
nobu
2012-03-05
1
-2
/
+7
*
* include/ruby/ruby.h: fix #error pragma. LLP64 platform is supported.
nagachika
2011-12-28
1
-1
/
+1
*
* st.c (st_update): new function to lookup the given key and
nobu
2011-12-27
1
-0
/
+1
*
* include/ruby/st.h: parenthesize macro arguments.
akr
2011-04-12
1
-1
/
+1
*
* include/ruby/st.h (st_table): Added comment why we need __extension__.
kosaki
2011-02-01
1
-0
/
+9
*
* defines.h, intern.h, missing.h, ruby.h, st.h, util.h: include
nobu
2010-07-27
1
-6
/
+0
*
* configure.in (XCFLAGS): use -fvisibility=hidden if possible.
nobu
2010-07-21
1
-0
/
+8
*
* version.c (RUBY_LIB, RUBY_*_LIB): moved from configures.
nobu
2010-01-25
1
-1
/
+1
*
* include/ruby/st.h (SIZEOF_ST_INDEX_T): moved from st.c for
nobu
2009-11-04
1
-0
/
+3
*
* include/ruby/st.h: include inttypes.h and stdint.h.
naruse
2009-09-28
1
-0
/
+7
*
include/ruby/st.h: aligned prototype of st_hash_uint32 with function
duerst
2009-09-28
1
-1
/
+1
*
* st.c: moved murmur hash from string.c. [ruby-dev:39376]
nobu
2009-09-26
1
-0
/
+6
*
Wed Sep 9 15:24:32 2009 TAKANO Mitsuhiro (takano32) <tak@no32.tk>
takano32
2009-09-09
1
-0
/
+1
*
Wed Sep 9 14:07:19 2009 TAKANO Mitsuhiro (takano32) <tak@no32.tk>
takano32
2009-09-09
1
-1
/
+0
[next]