aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* mjit_compile.c: merge initial JIT compilerk0kubun2018-02-0450-101/+680
* Makefile.in: use CFLAGS_NO_ARCH for cppk0kubun2018-02-041-1/+1
* common.mk: MJIT_MIN_HEADERnobu2018-02-043-9/+4
* use ifchange tool for rb_mjit_header.hnobu2018-02-042-2/+2
* mjit.c: use InterlockedExchangePointerk0kubun2018-02-041-1/+12
* mjit.c: try to fix Solaris build failurek0kubun2018-02-041-0/+1
* mjit.c: try porting va_copyk0kubun2018-02-041-0/+4
* * properties.svn2018-02-040-0/+0
* mjit.c: merge MJIT infrastructurek0kubun2018-02-0420-134/+1713
* * properties.svn2018-02-040-0/+0
* common.mk: install a single header file for JITk0kubun2018-02-045-1/+207
* thread.c: timespec_for is used only if poll() is usednobu2018-02-041-9/+11
* thread.c (thread_join_m): avoid NUM2TIMET for Bignumnormal2018-02-032-1/+9
* thread.c: avoid FP in C-API time calculationsnormal2018-02-031-69/+40
* thread.c: avoid FP for Thread#joinnormal2018-02-031-22/+38
* thread.c: extract timeval_sub from timeval_update_expirenormal2018-02-031-5/+12
* * 2018-02-04svn2018-02-031-1/+1
* thread.c (rb_thread_terminate_all): eliminate double2timeval callnormal2018-02-031-1/+1
* parse.y: named backslashnobu2018-02-031-0/+1
* compile.c: fix string Range optimization with FSLnormal2018-02-032-14/+29
* parse.y: use lex_goto_eol to skip to EOLnobu2018-02-031-1/+1
* process.c: command_name encodingnobu2018-02-032-1/+19
* backward.h: adjusted NORETURN declarationnobu2018-02-031-1/+1
* eval.c: get rid of format-zero-length warningnobu2018-02-021-1/+1
* test_system.rb: tests without shellnobu2018-02-021-0/+6
* test_system.rb: exit by abort for portabilitynobu2018-02-021-4/+5
* process.c: split pst_message_status from pst_messagenobu2018-02-021-4/+11
* process.c: reduce intermediate stringnobu2018-02-021-3/+4
* backward.h: rb_mod_const_missing is internal functionnobu2018-02-023-0/+4
* * 2018-02-03svn2018-02-021-1/+1
* eval.c: unnecessary argumentnobu2018-02-021-1/+1
* variable.c: removed old warningnobu2018-02-021-5/+0
* Fix testkazu2018-02-021-6/+2
* Fix call-seq of NameError.newkazu2018-02-021-1/+1
* Use more verbose status in error messageskazu2018-02-021-3/+6
* io.c: unused assignmentsnobu2018-02-021-4/+3
* * 2018-02-02svn2018-02-021-1/+1
* io.c: hoisted out io_fd_check_closednobu2018-02-021-9/+11
* array.c: remove rb_ary_frozen_p / Array#frozen?normal2018-02-011-16/+0
* Add test for Forwardable#def_delegator with r55366.hsbt2018-02-011-0/+8
* ccan/list: sync with upstreamnormal2018-02-011-5/+20
* ruby.h: relax rb_funcall(obj, id, 0, 0) case onlynobu2018-02-011-4/+6
* win32.c: EPIPE for ERROR_NO_DATAnobu2018-02-012-1/+24
* Fixed duplicated typo for `the the`.hsbt2018-02-011-1/+1
* io.c: fix comparison subjectnobu2018-01-311-1/+1
* * 2018-02-01svn2018-01-311-2/+2
* io.c: fix fptr_copy_finalizernobu2018-01-311-1/+3
* io.c: fptr_copy_finalizernobu2018-01-312-17/+21
* Update csv maintainers.hsbt2018-01-311-1/+1
* io.c: pipe_register_fptrnobu2018-01-312-4/+25