summaryrefslogtreecommitdiff
path: root/spec/ruby/library/socket/unixserver/new_spec.rb
blob: f831f40bc6b4e51697c1dc11faeb97cbd3baa763 (plain)
1
2
3
4
5
6
require_relative '../spec_helper'
require_relative 'shared/new'

describe "UNIXServer.new" do
  it_behaves_like :unixserver_new, :new
end
/ruby/st.h?id=6dd60cf114701f1ff3526381c0e742c588af2f91'>st_foreach now free from ANYARGS卜部昌平 2019-04-20Add `GC.compact` again.tenderlove 2019-04-17Reverting compaction for nowtenderlove 2019-04-17Adding `GC.compact` and compacting GC support.tenderlove 2019-04-10Reverting all commits from r67479 to r67496 because of CI failureskazu 2019-04-09Adding `GC.compact` and compacting GC support.tenderlove 2018-10-30support theap for T_HASH. [Feature #14989]ko1 2018-05-22export rb_hash_bulk_insertnaruse 2016-12-21st.c: fix st_hash* functions [Bug #13019]nobu 2016-12-06switching hash removalnobu 2016-11-07 Introduce table improvement by Vladimir Makarov <vmakarov@redhat.com>.ko1 2016-05-08* configure.in: check function attirbute const and pure,naruse 2015-06-29st.c: use ccan linked-list (try 3)normal 2015-06-26Revert "st.c: use ccan linked-list (try 2)"normal 2015-06-26st.c: use ccan linked-list (try 2)normal 2015-06-25Revert r51034 "st.c: use ccan linked-list"normal 2015-06-25st.c: use ccan linked-listnormal 2015-06-04* ext/win32ole/win32ole.c: fix a typo. Patch by @davydovantonhsbt 2014-07-06st.c: remove equality checksnobu 2013-11-28* st.c: add st_values() and st_values_check().glass 2013-11-28* st.c (st_keys): fix not to use Qundef in st.c.glass 2013-11-27* st.c (st_keys): define st_keys(). it writes each key to buffer.glass 2013-10-10st.c: revert st_keysnobu 2013-10-10* st.c (st_keys): define st_keys() for performance improvement ofglass 2013-07-17* include/ruby/st.h (st_strcasecmp): Macro defined for compatibility.akr 2013-07-16* st.c (st_locale_insensitive_strcasecmp): Renamed from st_strcasecmp.akr 2013-04-25* benchmark/bm_hash_shift.rb: add benchmark for Hash#shiftcharliesome 2013-04-05defines.h: RUBY_SYMBOL_EXPORT_{BEGIN,END}nobu 2013-03-27* include/ruby/intern.h: Delete redundant inclusions caused byakr