aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Use Signal.signame instead of Signal.list.shugo2016-11-061-1/+1
* * test/ruby/test_optimization.rb (test_tailcall_interrupted_by_sigint):shugo2016-11-062-4/+12
* process.c: PATH env in spawnnobu2016-11-064-8/+40
* * doc/standard_library.rdoc: fix a typo [ci skip]sho-h2016-11-061-1/+1
* shell.rb: suppress warningsnobu2016-11-051-2/+6
* e2mmap.rb: suppress a warningnobu2016-11-051-2/+6
* * properties.svn2016-11-050-0/+0
* * remove trailing spaces.svn2016-11-051-1/+1
* Add ChangeLog-2015 as an anchor of new ChangeLog see #12283naruse2016-11-051-0/+791
* Alias regist_scanner to register_scannera_matsuda2016-11-052-2/+9
* * compile.c (tailcallable_p): disable tail call optimization forshugo2016-11-053-0/+37
* * vm_insnhelper.h: rename REG_(CFP|PC|SP|EP) to VM_REG_....ko12016-11-053-21/+28
* dir.c: merge rb_glob2 into rb_globnobu2016-11-051-17/+6
* Enumerator::Lazy#chunk_while defined.akr2016-11-052-0/+7
* numeric.c: raise TypeError at wrong argumentnobu2016-11-051-2/+2
* * vm_eval.c (vm_call0_cfunc_with_frame): pass method id toktsj2016-11-052-2/+7
* fix Resolv::LOC::Coord.create.akr2016-11-053-4/+16
* * configure.in (-Wimplicit-fallthrough): gcc7 introduces casenaruse2016-11-052-0/+7
* * 2016-11-06svn2016-11-051-1/+1
* * numeric.c (rb_int_round): cast to SIGNED_VALUE to suppressshugo2016-11-052-1/+6
* * file.c (rb_home_dir_of): convert given username into filesystemnaruse2016-11-052-2/+22
* fix vtm_add_offset yday on last day of year.akr2016-11-053-3/+25
* Add the ticket number.shugo2016-11-051-1/+1
* * lib/net/http.rb (Net::HTTP.post): new convenience method to send a POST req...shugo2016-11-054-0/+42
* * lib/net/http.rb (transport_request): other than HTTPContinuenaruse2016-11-053-1/+39
* Time.parse's "now" argument as nil works again.akr2016-11-053-6/+22
* IPAddr#== and IPAddr#<=> no longer raise an exception if coercion failsknu2016-11-054-5/+32
* * vm_trace.c (tracepoint_attr_callee_id, rb_tracearg_callee_id):ktsj2016-11-0515-42/+189
* * eval.c, method.h, proc.c, vm.c, vm_eval.c, vm_insnhelper.c, vm_method.c:ktsj2016-11-059-26/+34
* fix a typo [ci skip]kazu2016-11-051-1/+1
* numeric.c: round to nearest evennobu2016-11-0510-39/+322
* Add Set#compare_by_identity and Set#compare_by_identity?knu2016-11-054-2/+48
* * properties.svn2016-11-050-0/+0
* * remove trailing spaces.svn2016-11-051-1/+1
* * lib/rdoc/*, test/rdoc/*: Update rdoc-5.0.0hsbt2016-11-0527-145/+63
* Refix r56559 with Fs.noatime? [ruby-core:77943] [Bug #12903]naruse2016-11-051-2/+2
* rename to noatime?naruse2016-11-051-2/+2
* extract_resources uses each_resource instead of each_answer.akr2016-11-052-3/+9
* * ext/-test/file/fs.c (get_atime_p): Updating of file access timesnaruse2016-11-053-0/+34
* chomp optionnobu2016-11-056-54/+152
* * doc/standard_library.rdoc: remove "thread.rb" phrase becausesho-h2016-11-051-2/+2
* mkconfig.rb: trailing spacenobu2016-11-051-1/+1
* openssl/ut_eof.rb: rename TestEOFnobu2016-11-052-5/+5
* * tool/mkconfig.rb: [DOC] add rbconfig documentation.sho-h2016-11-052-0/+47
* * lib/net/smtp.rb (tlsconnect): support timeout for TLS handshake.shugo2016-11-056-17/+92
* Document the change in Shellwords.shellwordsknu2016-11-051-0/+7
* parse.y: fix restored cmdarg_stacknobu2016-11-052-2/+9
* Fix the handling of the backslash in double quotesknu2016-11-053-8/+34
* Add NEWS about r56213.shugo2016-11-051-0/+1
* Pathname#empty? implemented.akr2016-11-054-0/+39