aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Makefile.in: PIC lex.cnobu2015-07-224-56/+149
* parse.y: call rb_intern2nobu2015-07-221-1/+1
* common.mk: add execnobu2015-07-221-6/+6
* thread.c: return the errornobu2015-07-221-0/+1
* follow r51064naruse2015-07-211-2/+2
* suppress warningsnaruse2015-07-211-2/+2
* * make rb_iseq_t T_IMEMO object (type is imemo_iseq).ko12015-07-2125-1138/+1155
* * ext/objspace/objspace.c (total_i): no need to skip singleton classes.ko12015-07-212-3/+4
* * vm_core.h: constify rb_call_info_t::kw_arg,ko12015-07-215-9/+20
* fix ChangeLogko12015-07-211-1/+1
* * vm_core.h: constify rb_call_info_t::blockiseq and rb_iseq_t::iseq.ko12015-07-215-10/+19
* * method.h: constify rb_method_iseq_t::iseqptr.ko12015-07-214-5/+13
* * 2015-07-22svn2015-07-211-2/+2
* * gc.c (internal_object_p): Now a singleton classes appear byko12015-07-213-3/+23
* thread.c: refactor a loopnobu2015-07-212-81/+85
* * test/ruby/test_range.rb: Add test for Range#hashhsbt2015-07-212-0/+7
* Makefile.sub: UNREACHABLEnobu2015-07-211-0/+1
* console.c: undefined vknobu2015-07-213-3/+493
* cont.c: CreateFiberEx fallbacknobu2015-07-211-0/+4
* win32.c: symlink constants fallbacknobu2015-07-211-0/+11
* ruby/missing.h: M_PI fallback definitionnobu2015-07-213-4/+8
* ruby/win32.h: include windows.hnobu2015-07-213-0/+9
* * compile.c: constify the first parameter (iseq).ko12015-07-214-4/+12
* test/socket/test_nonblock.rb: increase buffer sizes to OpenBSD limitsnormal2015-07-212-2/+8
* load.c (ruby_dln_librefs): make staticnormal2015-07-212-1/+5
* fix typo in OptionParser#complete docs [ci skip]nobu2015-07-212-1/+5
* test_process.rb: split a testnobu2015-07-211-1/+11
* * 2015-07-21svn2015-07-201-2/+2
* io.c: IO.copy_stream uses poll on Linuxnormal2015-07-202-1/+56
* parse.y (parser_initialize): avoid redundant zero-ingnormal2015-07-202-34/+6
* parse.y (ripper_initialize): fixup r51302normal2015-07-201-1/+1
* parse.y (struct parser_params): pack to 4 cache lines on x86-64normal2015-07-202-17/+22
* thread.c: reuse tagnobu2015-07-201-17/+20
* ruby_vm_throw_flagsnobu2015-07-203-8/+15
* * 2015-07-20svn2015-07-191-2/+2
* thread.c: fix timeout limitnobu2015-07-191-5/+5
* pty.c: fix example typo [ci skip]nobu2015-07-192-1/+6
* * 2015-07-19svn2015-07-191-2/+2
* eval.c: check tag valuenobu2015-07-192-1/+7
* load.c: use TAG_RETURNnobu2015-07-181-5/+4
* thread.c: gather common statementsnobu2015-07-182-5/+10
* load.c: reduce EXEC_TAGsnobu2015-07-182-9/+33
* gc.c: reduce EXEC_TAGsnobu2015-07-182-18/+21
* eval.c: extra conversion of exit statusnobu2015-07-182-17/+13
* test/ruby/test_process.rb: test thread+sigs work after failed execnormal2015-07-182-0/+74
* test/socket/test_nonblock: use smaller buffer for sendmsgnormal2015-07-172-2/+7
* signal.c (trap_handler): cleanup to use RSTRING_GETMEM + memcmpnormal2015-07-172-7/+14
* * 2015-07-18svn2015-07-171-2/+2
* io.c (argf_read_nonblock): support `exception: false'normal2015-07-174-12/+85
* vm_eval.c: safe level 4nobu2015-07-172-1/+5