summaryrefslogtreecommitdiff
path: root/ext
AgeCommit message (Expand)Author
2015-11-19* ext/socket/ancdata.c: Check buffer full and ignore MSG_TRUNC flag.akr
2015-11-18* ext/socket/ancdata.c (bsock_recvmsg_internal): stretch the buffer sizeusa
2015-11-18* ext/extmk.rb (--extflags): new option to pass EXTLDFLAGS to children,usa
2015-11-18* ext/socket/ancdata.c (bsock_recvmsg_internal): stretch the buffer sizeusa
2015-11-18socket: fix typo for default sizenormal
2015-11-17socket: fix recvmsg without argumentnormal
2015-11-17* ext/socket/lib/socket.rb (Socket#recvmsg{,_nonblock}): default valuesusa
2015-11-17* ext/socket/lib/socket.rb: UNIXSocket is not always exists. fixesusa
2015-11-17socket: update doc for recvfrom_nonblock [ci skip]normal
2015-11-17init.c: is_socketnobu
2015-11-17socket: avoid exceptions in wrapper codenormal
2015-11-17socket: avoid arg parsing in bsock_sendmsg_internalnormal
2015-11-17socket (bsock_recvmsg_internal): avoid arg parsingnormal
2015-11-16socket: avoid arg parsing in rsock_s_accept_nonblocknormal
2015-11-16socket: Socket#connect_nonblock avoids arg parsing with C APInormal
2015-11-16socket: avoid arg parsing in rsock_s_recvfrom_nonblocknormal
2015-11-14* ext/socket/lib/socket.rb: Specify frozen_string_literal: true.akr
2015-11-13Commit miss from r52556zzak
2015-11-13* ext/openssl/ossl_pkey.c: Merge ruby/openssl@b9ea8ef [Bug #10735]zzak
2015-11-13* ext/openssl/ossl_ssl.c: Merge ruby/openssl@81e1a30zzak
2015-11-13* ext/psych/psych.gemspec: bump version to 2.0.15hsbt
2015-11-10Add tests for rb_time_timespec_newnaruse
2015-11-10* lib/open-uri.rb: Remove indicator for "frozen_string_literal: true".akr
2015-11-10Rename DOTQ to ANDDOTnobu
2015-11-08bigdecimal.c: suppress warningsnobu
2015-11-08suppress warningsnobu
2015-11-08* ext/psych/psych_emitter.c: bakcport 5bd7744 from tenderlove/psych.hsbt
2015-11-07console.c: check unused argsnobu
2015-11-05ext: use RARRAY_ASETnobu
2015-11-05tk: RARRAY_AREFnobu
2015-11-05ext: use RARRAY_AREFnobu
2015-11-04tkutil.c: rb_ary_catnobu
2015-11-04tkutil.c: strndupnobu
2015-11-04ext: use RARRAY_CONST_PTRnobu
2015-11-04ext: adjust index typenobu
2015-10-31tcltklib.c: basenamenobu
2015-10-31tcltklib.c: GC guardnobu
2015-10-25symbol.c: dotq in rippernobu
2015-10-25use rb_check_arity [ci skip]nobu
2015-10-24* configure.in: fixed build failure of Haiku.hsbt
2015-10-22ALPN also uses the same logic [Bug #11369]naruse
2015-10-22* ext/openssl/ossl_ssl.c (ssl_npn_select_cb): explicitly raise errornaruse
2015-10-22common.mk: showflags only oncenobu
2015-10-21extconf.rb: strict_warnflagsnobu
2015-10-19ext/fiddle/closure.c (callback): static functionnormal
2015-10-19check INFINITY and NAN without C99 optionnobu
2015-10-19suppress a warningnobu
2015-10-19objspace_dump.c: special constnobu
2015-10-19init.c: glibc bugnobu
2015-10-18* numeric.c: Good-by Borland-C.kosaki