summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-06-14* thread.c (thread_start_func_2): don't interrupt when last thread exitkosaki
2015-06-14* 2015-06-15svn
2015-06-14* ext/pathname/lib/pathname.rb (descend): Blockless form supported.akr
2015-06-14* test/ruby/test_require.rb (TestRequire#test_loading_fifo_threading): omit onusa
2015-06-14show pathname of failed file.akr
2015-06-14raddrinfo.c: suppress a warningnobu
2015-06-14test_prime.rb: descriptive assertionsnobu
2015-06-14* time.c (time_getlocaltime): [DOC] Add examples of valid utc_offsetakr
2015-06-14[DOC]akr
2015-06-14* ext/socket/raddrinfo.c (parse_numeric_port): Detectakr
2015-06-14* enum.c (enum_chunk_while): New method Enumerable#chunk_while.akr
2015-06-14Add ticket numbers.akr
2015-06-14file.c: open without gvlnobu
2015-06-14* tool/runruby.rb: just remove the lines of RUBY_VERSION check and raiseusa
2015-06-14* lib/rexml/source.rb (REXML::IOSource#scan): Fix a typo inkou
2015-06-14* lib/rexml/attlistdecl.rb (REXML::AttlistDecl): Fix a typo inkou
2015-06-14* test/test_unicode_normalize.rb: get rid of a warning.usa
2015-06-13* test/ruby/test_io.rb: add test for IO.binread fd leak.eregon
2015-06-13* io.c (rb_io_s_binread): close fd if seek offset is invalid.eregon
2015-06-13* test/lib/leakchecker.rb (check): refactor.eregon
2015-06-13* test/lib/leakchecker.rb: Return false for no leaks.eregon
2015-06-13* lib/delegate.rb: [DOC] Update SimpleDelegator example. [ci skip]eregon
2015-06-13* 2015-06-14svn
2015-06-13* test/test_cmath.rb: Adding parens to suppress warnings.gogotanaka
2015-06-13io.c: simplify rb_io_modestr_fmodenobu
2015-06-13thread.c: indentnobu
2015-06-13On Windows File::Stat#ino always returned 0, butnaruse
2015-06-13move a new feature to correct sectionnaruse
2015-06-13add news about inode for Windows [Feature #11216]naruse
2015-06-13* file.c (rb_stat_ino): get inode from the interval of struct st.naruse
2015-06-13mark thread name stringnaruse
2015-06-13add Thread.name and Thread.name= docs Feature #11251 [ci skip]naruse
2015-06-13* ext/io/console/depend (.list.chksum): revert a part of r50859, becauseusa
2015-06-13sleep thread until assertionsnaruse
2015-06-13darwin can't set anothre thread's namenaruse
2015-06-13suppress warning: ambiguous first argument; put parentheses or a space even a...naruse
2015-06-13* vm_core.h (rb_thread_t): add th->name.naruse
2015-06-13* lib/tempfile.rb: Fix typo. [fix GH-933] Patch by @Zorbashhsbt
2015-06-13* ext/openssl/ossl_ocsp.c: fix documentation on ocsp response cert status.hsbt
2015-06-13* ext/bigdecimal/bigdecimal.gemspec: Fix require paths for released gem.hsbt
2015-06-13win32_vk.inc: suppress warningsnobu
2015-06-13envutil.rb: failure descriptionnobu
2015-06-12* lib/prime.rb: Return sized enumerators.marcandre
2015-06-12* lib/prime.rb: Fix with_object with no block givenmarcandre
2015-06-12* 2015-06-13svn
2015-06-12* lib/prime.rb: Have with_index accept an offset parameter.marcandre
2015-06-12* ext/date/date_core.c: Grammar fix found by @aiperon [ci skip]zzak
2015-06-12fix errorkazu
2015-06-12fix typos [ci skip]kazu
2015-06-12vm.c: break from orphan blocknobu