aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* signal.c: clear received signal at stack overflownobu2014-12-211-2/+4
* * test/win32ole/test_win32ole_event.rb: test_s_new_exception issuke2014-12-212-6/+35
* * 2014-12-21svn2014-12-201-2/+2
* configure.in: fix jemalloc optionnobu2014-12-202-2/+13
* Add a test for Dir.mktmpdir(nil) [ruby-core:66943] [Bug #10616].akr2014-12-201-0/+6
* * lib/tmpdir.rb (Dir.mktmpdir): Accept nil again, as Ruby 2.1.akr2014-12-202-2/+7
* fiddle: configure in mflagsnobu2014-12-202-5/+13
* fiddle: bundled libffinobu2014-12-203-13/+81
* ChangeLog: fixup r48900normal2014-12-191-0/+5
* * 2014-12-20svn2014-12-191-2/+2
* test/test_weakref.rb: increase timeout [Bug #10618]normal2014-12-191-1/+1
* Update dependencies.akr2014-12-1931-202/+202
* * tool/update-deps: Use $(hdrdir) if possible.akr2014-12-192-6/+21
* * ext/bigdecimal/depend: Fix dependencies to make bigdecimalmrkn2014-12-193-2/+9
* update dependencies.akr2014-12-191-25/+13
* * test/ruby/test_rubyoptions.rb: (TestRubyOptions#test_verbose): support RC.usa2014-12-191-1/+1
* compile.c: add commentsnobu2014-12-191-0/+6
* ruby.h: get rid of C++ warningsnobu2014-12-192-2/+8
* hash.c: fix return valuenobu2014-12-192-3/+15
* * 2014-12-19svn2014-12-191-2/+2
* * test/ruby/test_rubyoptions.rb (TestRubyOptions#test_version): should supportusa2014-12-191-1/+1
* configure.in: fix fox BusyBoxnobu2014-12-182-2/+8
* * ChangeLog: typo.usa2014-12-181-1/+1
* * signal.c (ruby_signal): since SIGKILL is not supported by MSVCRT,usa2014-12-182-0/+17
* io/console: checks for old versionsnobu2014-12-181-4/+4
* .travis.yml: use after_failurenobu2014-12-181-4/+6
* * 2014-12-18svn2014-12-181-2/+2
* test/ruby/test_iseq.rb: spelling fix: s/diable/disable/normal2014-12-181-1/+1
* fix a typo [ci skip]kazu2014-12-171-1/+1
* io-console.gemspec: bump upnobu2014-12-171-1/+1
* console.c: dead codenobu2014-12-172-56/+0
* compile.c: struct accessorsnobu2014-12-173-122/+91
* vm.c: constifynobu2014-12-173-8/+9
* compile.c: constifynobu2014-12-171-2/+2
* iseq.c: default optionnobu2014-12-171-0/+1
* iseq.c: absolute_pathnobu2014-12-171-5/+12
* * test/gdbm/test_gdbm.rb: Added test for each_key called without a block.hsbt2014-12-172-0/+9
* * compile.c (iseq_compile_each): checkko12014-12-173-5/+23
* compile.c: skip opt_* insns for fstr args with block givennormal2014-12-173-3/+51
* * 2014-12-17svn2014-12-161-2/+2
* * ext/win32/lib/Win32API.rb (Win32API#call): need to splat. hmm, whenusa2014-12-162-1/+6
* * NEWS: mention about IO#fsync (and IO#flush). adviced by kosaki.usa2014-12-161-3/+4
* iseq.c: remove useless codenobu2014-12-161-1/+0
* iseq.c: struct accessorsnobu2014-12-165-32/+84
* compile.c: wrap funcptrnobu2014-12-162-3/+16
* .travis.yml: fix escapenobu2014-12-161-1/+1
* .travis.yml: dump crash logsnobu2014-12-161-3/+4
* test_rubyoptions.rb: clean crash lognobu2014-12-161-0/+4
* * test/ruby/test_process.rb (test_deadlock_by_signal_at_forking):ko12014-12-162-1/+6
* iseq.c: show function name if possiblenobu2014-12-162-2/+29