summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-11-19* ext/socket/ancdata.c: Check buffer full and ignore MSG_TRUNC flag.akr
2015-11-19* gc.c (gc_start): force to invoke GC by GC.startko1
2015-11-19* gc.c: trivial performance improvements.ko1
2015-11-19ruby.c: fix ARGV doc [ci skip]nobu
2015-11-19ruby.c: feature_optionnobu
2015-11-19* signal.c: should also clear ruby_disable_gc.ko1
2015-11-19* compile.c (iseq_compile_each): T_IMEMO/iseq objects should beko1
2015-11-19* lib/rubygems: Update to RubyGems 2.5.0+ HEAD(c6b4946).hsbt
2015-11-19ruby.c: set compile options at oncenobu
2015-11-19* win32/win32.c (finish_overlapped_socket): return value of thisusa
2015-11-19compile.c: tailcall before specializenobu
2015-11-19* win32/win32.c (finish_overlapped_socket): ignore EMSGSIZE when input,usa
2015-11-18gc.c: use BUILTIN_TYPEnobu
2015-11-18fix typonobu
2015-11-18* ext/socket/ancdata.c (bsock_recvmsg_internal): stretch the buffer sizeusa
2015-11-18* test/socket/test_socket.rb (test_udp_recvmsg_truncation): rflags isakr
2015-11-18* configure.in: add -static-libgcc for mingw automatically if available.usa
2015-11-18* 2015-11-19svn
2015-11-18* ext/extmk.rb (--extflags): new option to pass EXTLDFLAGS to children,usa
2015-11-18* vm_method.c (rb_class_clear_method_cache): should clear allko1
2015-11-18add tests.akr
2015-11-18* vm_method.c (prepare_callable_method_entry): useko1
2015-11-18* method.h: introduce the folliwing field and macros.ko1
2015-11-18* gc.c (rb_raw_obj_info): fix trivial issues.ko1
2015-11-18comment for r52633 [ci skip]nobu
2015-11-18compile.c: optimize useless branchesnobu
2015-11-18compile.c: check type before checking insn_idnobu
2015-11-18* ext/socket/ancdata.c (bsock_recvmsg_internal): stretch the buffer sizeusa
2015-11-18socket: fix typo for default sizenormal
2015-11-18* doc/syntax/refinements.rdoc: update documentation to reflectshugo
2015-11-18* test/logger/test_logdevice.rb: Fix tests of logger to make it work onsonots
2015-11-18configure.in: fix help messagenobu
2015-11-18configure.in: additional flagsnobu
2015-11-17socket: fix recvmsg without argumentnormal
2015-11-17* 2015-11-18svn
2015-11-17Logger is Stdlib instead of Core classeskazu
2015-11-17* doc/maintainers.rdoc: Change lib/logger.rb maintainer from nahi to sonotssonots
2015-11-17* lib/logger.rb: support symbol and string log level settingsonots
2015-11-17lib/logger.rb: Add Logger#reopensonots
2015-11-17revert r52614, r52615, r52617 because they cause serious errorsko1
2015-11-17* win32/win32.c (fstat): declare for mingw.usa
2015-11-17* method.h (METHOD_ENTRY_COMPLEMENTED(_SET)): introduced to recognizeko1
2015-11-17* configure.in (BASERUBY): use Kernel#print instead of Kernel#p becauseusa
2015-11-17fix typoko1
2015-11-17* method.h: introduce rb_method_definition_t::complemented_count.ko1
2015-11-17NEWS: Added update from Unicode 7.0.0 to 8.0.0 [ci skip]duerst
2015-11-17enc/unicode/casefold.h, name2ctype.h: Change Unicode Version forduerst
2015-11-17OpenStruct#dignobu
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