summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-04-20Move test_extlibs.rb because it's not the test of ruby itselfusa
2017-04-19* 2017-04-20svn
2017-04-19fix infinite recursionnobu
2017-04-19extmk.rb: improve message printed when configuring extensions failsrhe
2017-04-19Rervert r58304. Because Rubygems have specialized finder for default gems.hsbt
2017-04-19refactor extract binop dispatchershyouhei
2017-04-19* 2017-04-19svn
2017-04-19socket: avoid fcntl for read/write_nonblock on Linuxnormal
2017-04-18fixup! vm_insnhelper.c: adjust indent [ci skip]nobu
2017-04-18compile.c: wrong optimizationnobu
2017-04-18vm_insnhelper.c: adjust indent [ci skip]nobu
2017-04-18typo fix (sorry!) [ci skip]shyouhei
2017-04-18test_optimization.rb: heredoc code stylenobu
2017-04-18fix compile error.ko1
2017-04-18Fix heading of README.hsbt
2017-04-18tabify (sorry!) [ci skip]shyouhei
2017-04-18* remove trailing spaces.svn
2017-04-18split insns.def into functionsshyouhei
2017-04-18eval.c: fix exit inside TAGnobu
2017-04-18configure.in: honor GIT envnobu
2017-04-18vcs.rb: env for commandnobu
2017-04-18enc/depend: remove Unicode versionsnobu
2017-04-17* 2017-04-18svn
2017-04-17should not return.ko1
2017-04-17string.c: improve insertion performacenobu
2017-04-17thread_win32.c: fix indexnobu
2017-04-17eval.c: copy before cause setupnobu
2017-04-17eval.c: copy special exceptions before raisenobu
2017-04-17vm_insnhelper.c: rb_threadptr_stack_overflownobu
2017-04-17parse.y: fix for empty `__VA_ARGS__`nobu
2017-04-17vm_backtrace.c: backtrace functions per threadsnobu
2017-04-17eval.c: share rb_longjmpnobu
2017-04-17gc.c: rb_threadptr_stack_checknobu
2017-04-17gc.c: PREVENT_STACK_OVERFLOWnobu
2017-04-16* 2017-04-17svn
2017-04-16test_integer.rb: simplify teststomar
2017-04-16rbinstall.rb: ignore skipped extsnobu
2017-04-16thread_win32.c: no GVL for interrupt_eventnobu
2017-04-16test/ruby/test_io.rb: use Thread.stop? to waitnobu
2017-04-16* test/ruby/test_io.rb (test_race_closed_stream): separate because it stopsusa
2017-04-15* 2017-04-16svn
2017-04-15bignum.c: fix inexact estimationnobu
2017-04-15* properties.svn
2017-04-15fix ext/-test-/struct/ dependenciesnormal
2017-04-15signal.c: last tag page conditionnobu
2017-04-15ruby.h: check argc to rb_funcallnobu
2017-04-15signal.c: prefer pthread_sigmasknobu
2017-04-15* properties.svn
2017-04-15fix RSTRUCT_LEN macro in public C APInormal
2017-04-14Workaround for optimization bug of Oracle Solaris Studio 12.4 and 12.5ngoto