aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * lib/prime.rb: Return sized enumerators.marcandre2015-06-123-2/+18
* * lib/prime.rb: Fix with_object with no block givenmarcandre2015-06-123-1/+14
* * 2015-06-13svn2015-06-121-2/+2
* * lib/prime.rb: Have with_index accept an offset parameter.marcandre2015-06-123-1/+25
* * ext/date/date_core.c: Grammar fix found by @aiperon [ci skip]zzak2015-06-121-1/+1
* fix errorkazu2015-06-122-1/+6
* fix typos [ci skip]kazu2015-06-121-1/+1
* vm.c: break from orphan blocknobu2015-06-122-3/+26
* * pack.c (pack_{un,}pack): new template character `j` and `J`, pointerusa2015-06-124-15/+128
* * file.c (File::SHARE_DELETE): new flag to be able to delete opened fileusa2015-06-126-2/+43
* * ChangeLog: added missing commit message.hsbt2015-06-121-1/+5
* * sample/exyacc.rb: Fix some typos.hsbt2015-06-124-5/+11
* hash.c: fetch_valuesnobu2015-06-123-0/+49
* array.c: fix for enumeratornobu2015-06-121-16/+10
* test_nofree.rb: fix commit missnobu2015-06-121-3/+4
* test_nofree.rb: rehearsalnobu2015-06-121-3/+4
* array.c: typonobu2015-06-121-1/+1
* * 2015-06-12svn2015-06-121-2/+2
* array.c: bsearch_indexnobu2015-06-123-6/+81
* * ext/zlib/zlib.c: Fix indentation for rdoc.hsbt2015-06-112-1/+6
* fake.rb.in: scan version.cnobu2015-06-112-4/+9
* * method.h (METHOD_ENTRY_BASIC_SET): fix last commit (unbalanced parens).ko12015-06-112-1/+5