summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-02-05va_copy is a C99ismshyouhei
2018-02-05comma at the end of enum is a C99ismshyouhei
2018-02-05vcs.rb: no meaningless splatnobu
2018-02-05vcs.rb: for old rubynobu
2018-02-05transform_mjit_header.rb: take program name from $0nobu
2018-02-05transform_mjit_header.rb: read/write in binmodenobu
2018-02-05transform_mjit_header.rb: separate macro and codenobu
2018-02-05transform_mjit_header.rb: scan by regexpnobu
2018-02-05Use system option instead of shell redirectkazu
2018-02-04mjit.c: define __EXTENSIONS__ earlierk0kubun
2018-02-04MINIRUBY dependencynobu
2018-02-04use MINIRUBYnobu
2018-02-04common.mk: CPPOUTFLAGnobu
2018-02-04* 2018-02-05svn
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