aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* appveyor.yml: reduce matrix factorsnobu2018-09-041-8/+9
* avoid fork-unsafe arc4random implementationsshyouhei2018-09-041-0/+6
* * 2018-09-04svn2018-09-041-1/+1
* RubyGems installer.rb - fix up my mistakes in r64582nobu2018-09-041-7/+11
* Use unpack1 instead of unpack and `[0]`kazu2018-09-031-1/+1
* Declare as gnu_printf on mingwnobu2018-09-032-0/+10
* * 2018-09-03svn2018-09-021-1/+1
* Readline: expose rl_completion_quote_character variablenobu2018-09-023-0/+91
* * 2018-09-02svn2018-09-021-1/+1
* configure.ac: -fstack-protector-strongnobu2018-09-021-7/+10
* complex.c: simplify division resultnobu2018-09-014-14/+25
* Re-try to add workaround for warningskazu2018-09-011-1/+1
* RSTRING_PTR may not be terminated in the futurenobu2018-09-012-22/+41
* 10**3 is always 1000nobu2018-09-011-3/+1
* adjust indentnobu2018-09-011-18/+18
* surround macro block with do/whilenobu2018-09-013-65/+65
* [DOC] Add %Q and %+ to strptime [ci skip]kazu2018-09-011-0/+2
* Revert "Try to add workaround for warnings"kazu2018-08-311-1/+1
* Try to add workaround for warningskazu2018-08-311-1/+1
* * 2018-09-01svn2018-08-311-2/+2
* [DOC] leap seconds [ci skip]kazu2018-08-311-2/+2
* random.c: SecRandomCopyBytesnobu2018-08-312-0/+28
* test/lib/test/unit/assertions.rb: explicit delegation of keyword argumentsmame2018-08-311-2/+2
* * 2018-08-31svn2018-08-301-1/+1
* cont.c (rb_fiber_atfork): th->root_fiber may not existnormal2018-08-301-4/+6
* hrtime.h: fix typo in non-builtin overflow checknormal2018-08-301-1/+1
* * 2018-08-30svn2018-08-291-1/+1
* test/ruby/test_io.rb (test_select_leak): use handle_interruptnormal2018-08-291-5/+7
* cont.c: set th->root_fiber to current fiber at forknormal2018-08-293-1/+19
* * 2018-08-29svn2018-08-291-1/+1
* cont.c (rb_context_t): remove ensure_listnormal2018-08-291-1/+0
* Tag a couple specs failing on AIXeregon2018-08-282-2/+2
* Fixed installation failure with mswin environment.hsbt2018-08-281-1/+2
* Update to ruby/spec@6fd9472eregon2018-08-286-16/+31
* rest parameter optimization [Feature #15010]ko12018-08-283-9/+36
* Fixed test failures in mswin environment at r64555.hsbt2018-08-281-3/+4
* thread_pthread.h: rename `gvl.acquired' to `gvl.owner' and documentnormal2018-08-282-11/+21
* thread_pthread.c: document sigwait_th and sigwait_fd [ci skip]normal2018-08-271-1/+8
* thread_pthread.c: fix deadlock on test_thread.rb::test_signal_at_joinnormal2018-08-271-2/+6
* Rewrite Etc.sysconf spec to allow nil or Integer for all variableseregon2018-08-271-22/+13
* process.c: fix potential missed wakeups in r64576normal2018-08-271-23/+14
* process.c: simplify SIGCHLD-based waitpidnormal2018-08-273-152/+35
* thread_pthread.c: avoid lock ping-pong in do_gvl_timer & ubf_selectnormal2018-08-271-12/+10
* * 2018-08-28svn2018-08-271-1/+1
* SC_TZNAME_MAX can also be infiniteeregon2018-08-271-1/+1
* * append newline at EOF.svn2018-08-271-0/+0
* Update to ruby/spec@007e908eregon2018-08-274-21/+24
* * append newline at EOF.svn2018-08-271-0/+0
* Update to ruby/spec@a89819deregon2018-08-273-4/+8
* Fix template/fake.rb.in if ENV["RUBYOPT"] is nileregon2018-08-271-2/+2