aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * lib/set.rb: Make Set#each and SortedSet#each generate a sizedknu2015-06-153-2/+37
* * lib/net/http.rb (Net::HTTP#connect): use connect_nonblock andnaruse2015-06-152-1/+20
* envutil.rb: show failure descriptionnobu2015-06-151-2/+2
* envutil.rb: no signal description iff possiblenobu2015-06-151-1/+2
* raddrinfo.c: suppress a warningnobu2015-06-141-0/+2
* call_without_gvl.c: no sys/select.hnobu2015-06-141-1/+0
* test_require.rb: wait loadignobu2015-06-141-1/+1
* * properties.svn2015-06-140-0/+0
* * thread.c (thread_start_func_2): don't interrupt when last thread exitkosaki2015-06-145-1/+72
* * 2015-06-15svn2015-06-141-2/+2
* * ext/pathname/lib/pathname.rb (descend): Blockless form supported.akr2015-06-144-2/+36
* * test/ruby/test_require.rb (TestRequire#test_loading_fifo_threading): omit onusa2015-06-141-1/+1
* show pathname of failed file.akr2015-06-141-1/+1
* raddrinfo.c: suppress a warningnobu2015-06-141-1/+1
* test_prime.rb: descriptive assertionsnobu2015-06-141-32/+32
* * time.c (time_getlocaltime): [DOC] Add examples of valid utc_offsetakr2015-06-142-0/+12
* [DOC]akr2015-06-141-2/+6
* * ext/socket/raddrinfo.c (parse_numeric_port): Detectakr2015-06-142-2/+39
* * enum.c (enum_chunk_while): New method Enumerable#chunk_while.akr2015-06-144-0/+82
* Add ticket numbers.akr2015-06-141-0/+2
* file.c: open without gvlnobu2015-06-145-5/+42
* * tool/runruby.rb: just remove the lines of RUBY_VERSION check and raiseusa2015-06-142-1/+7
* * lib/rexml/source.rb (REXML::IOSource#scan): Fix a typo inkou2015-06-142-1/+7
* * lib/rexml/attlistdecl.rb (REXML::AttlistDecl): Fix a typo inkou2015-06-142-1/+7
* * test/test_unicode_normalize.rb: get rid of a warning.usa2015-06-141-2/+2
* * test/ruby/test_io.rb: add test for IO.binread fd leak.eregon2015-06-132-0/+9
* * io.c (rb_io_s_binread): close fd if seek offset is invalid.eregon2015-06-132-1/+14
* * test/lib/leakchecker.rb (check): refactor.eregon2015-06-132-5/+11
* * test/lib/leakchecker.rb: Return false for no leaks.eregon2015-06-132-1/+6
* * lib/delegate.rb: [DOC] Update SimpleDelegator example. [ci skip]eregon2015-06-132-5/+4
* * 2015-06-14svn2015-06-131-2/+2
* * test/test_cmath.rb: Adding parens to suppress warnings.gogotanaka2015-06-131-24/+24
* io.c: simplify rb_io_modestr_fmodenobu2015-06-131-7/+3
* thread.c: indentnobu2015-06-131-1/+1
* On Windows File::Stat#ino always returned 0, butnaruse2015-06-131-1/+1
* move a new feature to correct sectionnaruse2015-06-131-3/+3
* add news about inode for Windows [Feature #11216]naruse2015-06-131-0/+4
* * file.c (rb_stat_ino): get inode from the interval of struct st.naruse2015-06-134-2/+77
* mark thread name stringnaruse2015-06-131-0/+2
* add Thread.name and Thread.name= docs Feature #11251 [ci skip]naruse2015-06-133-3/+7
* * ext/io/console/depend (.list.chksum): revert a part of r50859, becauseusa2015-06-132-1/+7
* sleep thread until assertionsnaruse2015-06-131-1/+3
* darwin can't set anothre thread's namenaruse2015-06-131-12/+0
* suppress warning: ambiguous first argument; put parentheses or a space even a...naruse2015-06-131-1/+1
* * vm_core.h (rb_thread_t): add th->name.naruse2015-06-135-0/+80
* * lib/tempfile.rb: Fix typo. [fix GH-933] Patch by @Zorbashhsbt2015-06-132-3/+7
* * ext/openssl/ossl_ocsp.c: fix documentation on ocsp response cert status.hsbt2015-06-132-2/+7
* * ext/bigdecimal/bigdecimal.gemspec: Fix require paths for released gem.hsbt2015-06-133-2/+8
* win32_vk.inc: suppress warningsnobu2015-06-132-164/+166
* envutil.rb: failure descriptionnobu2015-06-131-1/+1