aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* typo fix (sorry!)shyouhei2017-04-211-1/+1
* refactor hash literalshyouhei2017-04-214-91/+117
* ext/extmk.rb: colorize notes [Feature #13302]nobu2017-04-214-17/+57
* exts.mk: refine notes [Feature #13302]nobu2017-04-212-20/+27
* vm_dump.c: non-scalar thread_idnobu2017-04-212-2/+13
* Suppress a warning in ruby/win32.h [Fix GH-1591]nobu2017-04-211-1/+1
* use correct synchronization.ko12017-04-201-6/+6
* * vm_dump.c (rb_vmdebug_stack_dump_all_threads): cast to `void*`.ko12017-04-201-1/+1
* * 2017-04-21svn2017-04-201-1/+1
* release monitor correctly.ko12017-04-201-1/+6
* ruby-lex.rb: fix continued line conditionsnobu2017-04-202-8/+17
* ruby-lex.rb: merge regexpsnobu2017-04-201-1/+1
* refactor torexp to use routine in array.cshyouhei2017-04-202-7/+10
* Removed math mode from irb.hsbt2017-04-209-67/+0
* common.mk: separate notenobu2017-04-202-1/+2
* Removed deprecated extensions of mathn.hsbt2017-04-2010-37/+0
* extmk.rb: fail for mandatory librariesnobu2017-04-202-5/+17
* improve man pagesstomar2017-04-204-18/+23
* ri.1: rewrite ri man pagestomar2017-04-201-86/+142
* ri.1: fix errors in ri man pagestomar2017-04-201-15/+25
* add a debug function.ko12017-04-201-0/+12
* Move test_extlibs.rb because it's not the test of ruby itselfusa2017-04-201-0/+0
* * 2017-04-20svn2017-04-191-1/+1
* fix infinite recursionnobu2017-04-191-2/+3
* extmk.rb: improve message printed when configuring extensions failsrhe2017-04-191-19/+18
* Rervert r58304. Because Rubygems have specialized finder for default gems.hsbt2017-04-191-1/+1
* refactor extract binop dispatchershyouhei2017-04-191-171/+107
* * 2017-04-19svn2017-04-191-1/+1
* socket: avoid fcntl for read/write_nonblock on Linuxnormal2017-04-193-0/+72
* fixup! vm_insnhelper.c: adjust indent [ci skip]nobu2017-04-181-12/+12
* compile.c: wrong optimizationnobu2017-04-182-11/+44
* vm_insnhelper.c: adjust indent [ci skip]nobu2017-04-181-4/+4
* typo fix (sorry!) [ci skip]shyouhei2017-04-181-1/+1
* test_optimization.rb: heredoc code stylenobu2017-04-181-36/+50
* fix compile error.ko12017-04-181-1/+1
* Fix heading of README.hsbt2017-04-181-1/+1
* tabify (sorry!) [ci skip]shyouhei2017-04-182-5/+5
* * remove trailing spaces.svn2017-04-181-1/+1
* split insns.def into functionsshyouhei2017-04-183-663/+977
* eval.c: fix exit inside TAGnobu2017-04-181-6/+4
* configure.in: honor GIT envnobu2017-04-181-2/+2
* vcs.rb: env for commandnobu2017-04-181-15/+17
* enc/depend: remove Unicode versionsnobu2017-04-181-2/+0
* * 2017-04-18svn2017-04-171-1/+1
* should not return.ko12017-04-171-1/+1
* string.c: improve insertion performacenobu2017-04-171-1/+8
* thread_win32.c: fix indexnobu2017-04-171-1/+2
* eval.c: copy before cause setupnobu2017-04-172-11/+22
* eval.c: copy special exceptions before raisenobu2017-04-173-49/+27
* vm_insnhelper.c: rb_threadptr_stack_overflownobu2017-04-173-17/+31