aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * 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
* Add NEWS about r56200naruse2016-11-051-0/+5
* * test/ruby/test_refinement.rb (test_refine_alias_in_subclass):shugo2016-11-052-0/+31
* [DOC] add explanation for Array#sumakr2016-11-051-1/+2
* test_logger.rb: suppress a warningnobu2016-11-051-0/+3
* * cont.c (cont_new): disable optimization if clang's version isshugo2016-11-052-0/+9
* * 2016-11-05svn2016-11-051-1/+1
* test_file.rb: fix noatimenobu2016-11-052-1/+8
* * gc.c (heap_page_resurrect): do not return tomb_pages whenko12016-11-042-4/+14
* util.c: round to evennobu2016-11-043-8/+23
* * configure.in: Add compiler version message into rbconfignaruse2016-11-042-0/+7
* ChangeLog: cite issue on redminemrkn2016-11-041-0/+1
* numeric.c (rb_int_digits): Fix exception messagemrkn2016-11-042-1/+7
* pathname.c: unnormalized Fixnum valuenobu2016-11-042-1/+10
* * 2016-11-04svn2016-11-041-1/+1
* fileutils.rb: fix error for non-existent entrynobu2016-11-043-0/+12
* Import from ruby/bigdecimal repositorymrkn2016-11-032-90/+93
* file.c: include sys/sysmacros.hnobu2016-11-033-0/+10
* * 2016-11-03svn2016-11-031-1/+1
* file.c: use DEVT2NUMnobu2016-11-031-2/+2
* assertions.rb: assert_all_assertionsnobu2016-11-021-1/+2
* extension.rdoc: update rb_ensure descriptionnobu2016-11-022-2/+2
* extension.rdoc: update rb_rescue descriptionnobu2016-11-013-8/+16
* numeric.c: bit op with non-integernobu2016-11-013-20/+76
* * 2016-11-02svn2016-11-011-1/+1
* fix some typos [ci skip]kazu2016-11-011-5/+5
* test_integer.rb: common partsnobu2016-11-011-21/+13
* numeric.c: use rb_num_coerce_bitnobu2016-11-011-6/+3