summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-02-04common.mk: use vm.i as the temporary filenamek0kubun
2018-02-04transform_mjit_header.rb: refactor messages and exitnobu
2018-02-04mjit.c: another try for fixing solaris buildk0kubun
2018-02-04common.mk: phony target mjit-headersnobu
2018-02-04common.mk: rb_mjit_header.hnobu
2018-02-04Makefile.sub: CFLAGS_NO_ARCHnobu
2018-02-04vm.c: feedback control frame size changek0kubun
2018-02-04match whole wordnobu
2018-02-04Fix typos and remove redundant `/#{}/`kazu
2018-02-04mjit_compile.c: merge initial JIT compilerk0kubun
2018-02-04Makefile.in: use CFLAGS_NO_ARCH for cppk0kubun
2018-02-04common.mk: MJIT_MIN_HEADERnobu
2018-02-04use ifchange tool for rb_mjit_header.hnobu
2018-02-04mjit.c: use InterlockedExchangePointerk0kubun
2018-02-04mjit.c: try to fix Solaris build failurek0kubun
2018-02-04mjit.c: try porting va_copyk0kubun
2018-02-04* properties.svn
2018-02-04mjit.c: merge MJIT infrastructurek0kubun
2018-02-04* properties.svn
2018-02-04common.mk: install a single header file for JITk0kubun
2018-02-04thread.c: timespec_for is used only if poll() is usednobu
2018-02-03thread.c (thread_join_m): avoid NUM2TIMET for Bignumnormal
2018-02-03thread.c: avoid FP in C-API time calculationsnormal
2018-02-03thread.c: avoid FP for Thread#joinnormal
2018-02-03thread.c: extract timeval_sub from timeval_update_expirenormal
2018-02-03* 2018-02-04svn
2018-02-03thread.c (rb_thread_terminate_all): eliminate double2timeval callnormal
2018-02-03parse.y: named backslashnobu
2018-02-03compile.c: fix string Range optimization with FSLnormal
2018-02-03parse.y: use lex_goto_eol to skip to EOLnobu
2018-02-03process.c: command_name encodingnobu
2018-02-03backward.h: adjusted NORETURN declarationnobu
2018-02-02eval.c: get rid of format-zero-length warningnobu
2018-02-02test_system.rb: tests without shellnobu
2018-02-02test_system.rb: exit by abort for portabilitynobu
2018-02-02process.c: split pst_message_status from pst_messagenobu
2018-02-02process.c: reduce intermediate stringnobu
2018-02-02backward.h: rb_mod_const_missing is internal functionnobu
2018-02-02* 2018-02-03svn
2018-02-02eval.c: unnecessary argumentnobu
2018-02-02variable.c: removed old warningnobu
2018-02-02Fix testkazu
2018-02-02Fix call-seq of NameError.newkazu
2018-02-02Use more verbose status in error messageskazu
2018-02-02io.c: unused assignmentsnobu
2018-02-02* 2018-02-02svn
2018-02-02io.c: hoisted out io_fd_check_closednobu
2018-02-01array.c: remove rb_ary_frozen_p / Array#frozen?normal
2018-02-01Add test for Forwardable#def_delegator with r55366.hsbt
2018-02-01ccan/list: sync with upstreamnormal