aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* win32.c: fix dup2 return valuenobu2015-09-122-1/+7
* * lib/net/ftp.rb (parse_mlsx_entry, mlst) raise an FTPProtoErrorshugo2015-09-123-1/+38
* ChangeLog: fix typo [ci skip]nobu2015-09-121-1/+1
* ChangeLog: drop non-ascii char [ci skip]nobu2015-09-121-1/+1
* * lib/net/ftp.rb (TIME_PARSER): use "Z" instead of "00:00" toshugo2015-09-122-2/+6
* * remove trailing spaces.svn2015-09-121-1/+1
* * lib/net/ftp.rb (mlst, mlsd): support new commands MLST and MLSDshugo2015-09-123-0/+190
* * file.c: access()/eaccess() wrapping methods check more than just uid.hsbt2015-09-122-6/+11
* * README.md: improve markdown rendering for readable.hsbt2015-09-122-2/+7
* process.c: do not inherit saved fdsnobu2015-09-122-5/+81
* win32.c: more fcntlnobu2015-09-124-11/+48
* test_rational.rb: fix default externalnobu2015-09-121-1/+5
* test_rational.rb: r51828nobu2015-09-121-0/+1
* rational.c: preserve encoding in exceptionnormal2015-09-112-3/+6
* * vm_core.h: remove rb_call_info_t::aux.opt_pc.ko12015-09-113-26/+44
* * 2015-09-12svn2015-09-111-2/+2
* * iseq.c: disable ISeq.load. It enabled accidentally at r51794.ko12015-09-112-1/+5
* * lib/net/ftp.rb (size, mdtm, system): parse responses according toshugo2015-09-113-23/+101
* * 2015-09-11svn2015-09-101-2/+2
* fix a typo [ci skip]kazu2015-09-101-1/+1
* fix a typo [ci skip]kazu2015-09-101-1/+1
* parse.y: keep literal encodingnobu2015-09-103-2/+17
* Clarify spawn pgroup documentation [ci skip]nobu2015-09-102-5/+14
* * lib/net/ftp.rb (getmultiline): refactor.shugo2015-09-103-8/+40
* * 2015-09-10svn2015-09-101-2/+2
* compile.c: register cdhashnobu2015-09-103-1/+27
* * ChangeLog: typo.usa2015-09-091-1/+1
* * lib/rubygems/stub_specification.rb (Gem::StubSpecification#data):usa2015-09-092-10/+21
* * ruby.c (usage, enable_option, disable_option, process_options): newusa2015-09-093-1/+21
* extlibs.rb: patch optionsnobu2015-09-092-1/+8
* * test/ruby/test_process.rb (TestProcess#test_popen_exit): platform specificusa2015-09-091-1/+5
* * test/ruby/test_process.rb (TestProcess#test_popen_exit): platform specificusa2015-09-091-1/+2
* io.c: sys/wait.hnobu2015-09-091-0/+4
* * common.mk (update-gems): use BASERUBY instead of RUNRUBY.usa2015-09-092-1/+5
* * .travis.yml: retry.usa2015-09-091-1/+1
* * lib/delegate.rb: Remove backtrace cleaning for delegated methodszzak2015-09-092-15/+14
* * .travis.yml: update unicode data, bundled gems, extlibs, and so on.usa2015-09-091-0/+1
* * test/rubygems/test_config.rb: fix broken tests for Windows platform.hsbt2015-09-092-3/+6
* * properties.svn2015-09-080-0/+0
|\
* | * 2015-09-09svn2015-09-081-2/+2
|/
* * lib/rubygems: Update to RubyGems HEAD(fe61e4c112).hsbt2015-09-0816-85/+510
* gems/bundled_gems: Upgrade the did_you_mean gem to 1.0.0.beta2yuki2015-09-082-0/+5
* fix a typo of test method name.nagachika2015-09-081-1/+1
* io.c: no wait when killednobu2015-09-085-7/+71
* * test/ruby/test_file.rb (TestFile#test_realdirpath_junktion): test for r51790.usa2015-09-081-0/+10
* * gems/bundled_gems: revert because ruby trunk never be able to installusa2015-09-082-1/+5
* gems/bundled_gems: Automatically install the did_you_mean gem as a bunlded gem.yuki2015-09-082-0/+6
* * vm_core.h: remove rb_call_info_t::blockiseq.ko12015-09-086-45/+49
* process.c: keep GVL if WNOHANGnobu2015-09-081-11/+19
* process.c: retry loopnobu2015-09-081-14/+17