summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-02-20Signature of rb_uint2big and rb_int2bignobu
2018-02-20mjit.c: fix compile errornobu
2018-02-20mjit.c: prefer $TMPDIR and $TMPnobu
2018-02-20mjit.c: dldflags on mingwnobu
2018-02-20mjit.c: fix memory leaknobu
2018-02-20vm.c: disable dtrace in jit sourcenobu
2018-02-20common.mk: moved macros to mjit_config.hnobu
2018-02-20* 2018-02-20svn
2018-02-20Makefile.in: function to quote for mjit_config.hnobu
2018-02-19thread_pthread.c: spelling ("cancellation")normal
2018-02-19thread_pthread.c: fix thread cache for non-monotonic clocknormal
2018-02-19mjit.c: fix a typo [ci skip]nobu
2018-02-19Escape MINIRUBY in --make-flags to extmk.rbnobu
2018-02-19thread_pthread.c (native_thread_create): remove needless attrpnormal
2018-02-19thread_pthread.c (rb_thread_create_mjit_thread): destroy attrnormal
2018-02-18thread_pthread.c (thread cache): destroy cond after unlocknormal
2018-02-18thread_pthread.c (rb_thread_create_mjit): set detach before createnormal
2018-02-18* 2018-02-19svn
2018-02-18thread.c: remove redundant USE_SIGALTSTACK #definenormal
2018-02-18mjit.c: pch file argumentnobu
2018-02-18adjust indentnobu
2018-02-18README.ja.md: Mac OS X -> macOS [ci skip]kazu
2018-02-18thread_pthread.c: shorten and fix thread cache implementationnormal
2018-02-18mjit.c: place DLDFLAGS at lastnobu
2018-02-18aclocal.m4: remove ruby_check_va_copy.m4nobu
2018-02-18mjit.c: no va_copynobu
2018-02-18thread.c (thread_join_m): handle negative timeouts correctlynormal
2018-02-18thread.c (double2timespec): adjust to use NULL for infinitynormal
2018-02-18Fixed the order of arguments for cl.exeusa
2018-02-18thread_pthread.c (native_cond_timeout): simplifynormal
2018-02-18thread.c: stop updating timespec when timeout is unspecifiednormal
2018-02-18thread.c (update_timespec): use timespec_update_expirenormal
2018-02-18thread.c: introduce timespec_cmp for timespec comparisonsnormal
2018-02-18thread.c (timespec_update_expire): improve namingnormal
2018-02-18* 2018-02-18svn
2018-02-18ext/fiddle/lib/fiddle/pack.rb: pack "void *" properly on 32-bitnormal
2018-02-17Remove unnecessary `[]`skazu
2018-02-17a C source code must end with EOLshyouhei
2018-02-17long long is a C99ismshyouhei
2018-02-17socket.rb: protected connect_internalnobu
2018-02-17LIBRUBY_A with extsnobu
2018-02-17separate PRE_LIBRUBY_UPDATEnobu
2018-02-17configure.ac: check clockid_t with necessary headersnobu
2018-02-17prefixed functions exported for mjitnobu
2018-02-16* 2018-02-17svn
2018-02-16fix regexp literal warning.nagachika
2018-02-16mjit.c: fix deadlock on class serial incrementk0kubun
2018-02-16ruby_check_va_copy.m4: for cross compilingnobu
2018-02-16add NEWS entry for VM generator renewal [ci skip]shyouhei
2018-02-16add casts (cosmetic; just be explicit)shyouhei