summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* vm_trace: implement postponed_jobs as st_table5a1dfb04bc2normal2018-05-172-47/+18
* vm_trace: remove rb_postponed_job_t->flagsnormal2018-05-171-2/+1
* vm_trace.c: spelling fix: PJRR_SUCESS => PJRR_SUCCESSnormal2018-05-171-4/+4
* thread: reduce GET_THREAD callsnormal2018-05-163-23/+23
* gc.c: use ccan/listnormal2018-05-161-49/+32
* * 2018-05-17svn2018-05-161-1/+1
* lib/optparse.rb: improve docsstomar2018-05-161-14/+17
* configure.ac: move the checks of _XOPEN_SOURCE on Solarisngoto2018-05-161-33/+33
* configure.ac: move checks of -std=gnu99 and _XOPEN_SOURCE on Solarisngoto2018-05-161-42/+44
* configure.ac: revert r63438ngoto2018-05-161-12/+11
* iseq body local variablesnobu2018-05-162-161/+180
* fileutils.rb: remove code for OS/2 emxnobu2018-05-161-11/+0
* * 2018-05-16svn2018-05-151-1/+1
* Change logic to check _XOPEN_SOURCE on Solarisngoto2018-05-151-11/+12
* Split TestThread#test_join_limits into peacesngoto2018-05-151-9/+25
* signal.c: follow up r63435nobu2018-05-151-1/+1
* vm_core.h (rb_execution_context_t): interrupt_mask size to match interrupt_flagnormal2018-05-151-1/+1
* Added workaround to fileutils for `make btest` without rbconfig.hsbt2018-05-151-2/+10
* configure.ac: maybe with jemallocnobu2018-05-151-4/+10
* generic_erb.rb: get rid of fileutilsnobu2018-05-151-2/+2
* share :cause variablenobu2018-05-152-3/+5
* Retry to merge fileutils-1.1.0.hsbt2018-05-153-31/+67
* -Wno-cast-function-typeshyouhei2018-05-151-0/+1
* Revert "Merge fileutils-1.1.0."mame2018-05-153-63/+31
* thread.c: enable ppoll for FreeBSD 11.0 and laternormal2018-05-152-7/+29
* -test-/wait_for_single_fd: fix -Wformat-security warningnormal2018-05-151-1/+1
* Merge fileutils-1.1.0.hsbt2018-05-153-31/+63
* * properties.svn2018-05-150-0/+0
* test_io_wait_uncommon: new test for uncommon file typesnormal2018-05-151-0/+72
* test_wait_for_single_fd.rb: remove with_pipe helpernormal2018-05-141-13/+3
* test_wait_for_single_fd: ensure this works with kqueuenormal2018-05-143-1/+70
* test_wait_for_single_fd.rb: relax test for newer FreeBSDnormal2018-05-141-1/+4
* * 2018-05-15svn2018-05-141-1/+1
* io.c: cleanup copy_stream wait-for-single-fd casesnormal2018-05-141-42/+28
* error.c: check redefined backtrace resultnobu2018-05-142-5/+17
* Update test-unit 3.2.8 for bundled gems.hsbt2018-05-141-1/+1
* * 2018-05-14svn2018-05-141-1/+1
* RSTRING_PTR is not guaranteed to be char*-alignedshyouhei2018-05-142-6/+35
* compile.c: Fix segfault when VM_INSN_INFO_TABLE_IMPL is not 2yui-knk2018-05-131-2/+2
* * 2018-05-13svn2018-05-131-1/+1
* optparse.rb: Remove redundant `.freeze`nobu2018-05-131-8/+8
* optparse.rb: [DOC] about into: optionnobu2018-05-121-0/+23
* irb.rb: update `_`nobu2018-05-122-7/+29
* fix TestInputMethodnobu2018-05-121-3/+3
* rss: Add option Hash support to RSS::Parser.parsekou2018-05-123-2/+81
* openssl: merge changes in v2.1.1rhe2018-05-128-12/+45
* io.c: fix typo and phrase [ci skip]nobu2018-05-121-2/+2
* iseq.c: iseq body local variablesnobu2018-05-121-170/+190
* iseq.c: refactoring rb_iseq_freenobu2018-05-121-26/+24
* lib/securerandom.rb: improve docsstomar2018-05-111-27/+27