summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2018-10-08* remove trailing space. [ci skip]svn
2018-10-08include/ruby/ruby.h: comment about mswin RUBY_EXTERN [ci skip]k0kubun
2018-10-08include/ruby/ruby.h: import external symbolsk0kubun
2018-10-07include/ruby/intern.h: don't modify MJIT_FUNC_EXPORTEDk0kubun
2018-10-07vm_core.h: fix inconsistent prototype declarationsk0kubun
2018-09-26use configure-defined macro instead of __GNUC__shyouhei
2018-09-05backward.h: removed stale declarationsnobu
2018-09-04ruby.h: removed internal macrosnobu
2018-09-04use mingw ANSI stdionobu
2018-09-03Declare as gnu_printf on mingwnobu
2018-08-27configure.ac: printf prifix for int64_tnobu
2018-08-09add 'x' mode character for O_EXCLkazu
2018-07-28use https:// instead of http://kazu
2018-07-27eval.c: rename "rb_frozen_class_p" to "rb_class_modify_check"mame
2018-07-24UNREACHABLE_RETURNnobu
2018-07-12Improve branch missesnobu
2018-07-12Fix compile error on debian8 and gentookazu
2018-07-10Use "diagnose_if" attribute for clangnaruse
2018-06-28rb_enc_aliasnobu
2018-06-28check enc_capable.ko1
2018-06-27use the prefixed macronobu
2018-06-20Introduce `USE_GC_MALLOC_OBJ_INFO_DETAILS`. [Feature #14857]ko1
2018-06-11intern.h: suppress warningsnobu
2018-06-05include/ruby/missing.h: defined(__cplusplus) before using __cplusplusngoto
2018-06-05`int isnan(double)` is a POSIXismshyouhei
2018-05-22export rb_hash_bulk_insertnaruse
2018-04-09Prefer alignof() over _Alignof()shyouhei
2018-02-20Signature of rb_uint2inum and rb_int2inumnobu
2018-02-20Signature of rb_uint2big and rb_int2bignobu
2018-02-08Export some missing symbols for MJITk0kubun
2018-02-04mjit_compile.c: merge initial JIT compilerk0kubun
2018-02-03backward.h: adjusted NORETURN declarationnobu
2018-02-02backward.h: rb_mod_const_missing is internal functionnobu
2018-02-01ruby.h: relax rb_funcall(obj, id, 0, 0) case onlynobu
2018-01-30ruby.h: relax rb_funcall check on extra args for clangnormal
2018-01-27Fix duplicated HAVE_NANkazu
2018-01-26need to declare the prototype of nan() if missingusa
2018-01-24ruby/ruby.h: remove unnecessary exports from C-APInormal
2018-01-19there is no guarantee that mode_t is as wide as intshyouhei
2018-01-19INFINITY is float. That of double is HUGE_VAL.shyouhei
2018-01-18export transcode exceptionsshyouhei
2018-01-18export rb_mProcGID, rb_mProcUid, rb_mProcID_Syscallshyouhei
2018-01-18export rb_mFConstshyouhei
2018-01-18export ruby_mWarningshyouhei
2018-01-18export rb_cLazyshyouhei
2018-01-18sort linesshyouhei
2018-01-16fix macro argument names inconsistencyngoto
2018-01-15ruby_aligned_char no longer needed.shyouhei
2018-01-15take alignof instead of sizeofshyouhei
2018-01-15also blacklist gcc 4.9 for __builtin_alloca_with_alignshyouhei