aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* preserve source file name encodingnobu2015-12-245-40/+73
* NEWS: reduce redundancy w.r.t Socket+IO [ci skip]normal2015-12-241-16/+8
* * common.mk (fake.rb): $(arch)-fake.rb must depend miniruby becausenaruse2015-12-242-1/+6
* * common.mk (ripper.c): r50045 wrongly replace $(PWD) with ../..naruse2015-12-242-1/+6
* remove empty section [ci skip]kazu2015-12-241-2/+0
* fix a typo [ci skip]kazu2015-12-241-1/+1
* remove duplicated ticket number [ci skip]kazu2015-12-241-1/+1
* * tool/vcs.rb (IO.popen): Refactor. Avoid assigning in condition.sorah2015-12-242-2/+10
* * tool/file2lastrev.rb: Fix ArgumentError to work on Ruby 1.8.7.sorah2015-12-242-4/+8
* * tool/vcs.rb (IO.popen): Enable on Ruby 1.9 where chdir option is notsorah2015-12-242-3/+11
* * NEWS: renameko12015-12-242-1/+69
* * 2015-12-24svn2015-12-231-2/+2
* io/console: fix gem build failure on Windowsnobu2015-12-235-4/+20
* rb_readwrite_syserr_failnobu2015-12-236-19/+30
* prefer rb_syserr_failnobu2015-12-2312-112/+125
* configure.in: get rid of macro redefinitionnobu2015-12-231-1/+2
* [DOC] Fix typosa_matsuda2015-12-2310-12/+12
* * string.c: Fix document. Default value of the firstyui-knk2015-12-232-3/+10
* ext/socket/init.c (rsock_init_sock): reject reserved FDsnormal2015-12-222-1/+6
* NEWS: add hint for Redmine URLs with issue number [ci skip]normal2015-12-221-1/+2
* Revert r53253. naruse fixed it differently in r53244normal2015-12-222-6/+1
* test/socket/test_basicsocket.rb: attempt fix for [ruby-cvs:60402]normal2015-12-222-1/+6
* configure.in: define __STDC_WANT_LIB_EXT1__nobu2015-12-222-0/+7
* regexec.c: fix build with direct threaded VMnobu2015-12-222-187/+197
* * gems/bundled_gems: Upgrade the did_you_mean gem to 1.0.0yuki2015-12-223-1/+17
* Fix typo in contributing docs [ci skip]nobu2015-12-222-1/+6
* regexec.c: enable direct threaded VMnobu2015-12-222-0/+9
* * 2015-12-23svn2015-12-221-2/+2
* test_rdoc_generator_json_index.rb: open in binmodenobu2015-12-221-1/+1
* io-console.gemspec: BSD-2-Clausenobu2015-12-222-2/+3
* fix r53231: raise Errno::EBADF like other OSesnaruse2015-12-221-2/+4
* gc.c: do not expose internal singleton classnobu2015-12-226-1/+56
* io-console.gemspec: bump upnobu2015-12-223-1/+8
* * NEWS: Added news entry of Psych 2.0.17hsbt2015-12-222-0/+7
* * NEWS: Added news entry of RDoc 4.2.1hsbt2015-12-222-0/+9
* * ext/bigdecimal/bigdecimal.gemspec: bump version to 1.2.8.mrkn2015-12-222-1/+5
* * lib/rdoc.rb: bump version to 4.2.1. It contains following fixes.hsbt2015-12-228-7/+18
* * ext/psych/lib/psych.rb: bump version to 2.0.17hsbt2015-12-223-3/+8
* * vm_insnhelper.c: move vm_callee_setup_block_arg() (and relatedko12015-12-222-82/+89
* string.c: no exception on dummy encodingnobu2015-12-223-10/+14
* escape.c: should not freezenobu2015-12-223-10/+32
* escape.c: Preserve original statenobu2015-12-213-1/+25
* * 2015-12-22svn2015-12-211-2/+2
* avoid rb_bug on BasicSocket.for_fd(-1)normal2015-12-213-1/+18
* * variable.c (struct ivar_update): rename "extended" to "iv_extended"ngoto2015-12-212-6/+12
* revert r53228 because this patch breaks rubyspecko12015-12-214-50/+1
* * gc.c (internal_object_p): should not expose singleton classesko12015-12-214-1/+50
* * test/ruby/test_io.rb: handled rlimit value same as r52277hsbt2015-12-212-1/+9
* lib/net/http.rb (open_timeout): update default value in RDoc [ci skip]normal2015-12-212-1/+6
* vm_backtrace.c: ignore ifunc framesnobu2015-12-213-5/+27