summaryrefslogtreecommitdiff
path: root/include/ruby/ruby.h
AgeCommit message (Expand)Author
2018-11-19ruby/ruby.h: void rb_scan_args_verifynobu
2018-11-15* expand tabs.svn
2018-11-15include/ruby/ruby.h (RB_ALLOCV*): remove unnecessary GC guardnormal
2018-11-01* remove trailing spaces.svn
2018-11-01introduce USE_TRANSIENT_HEAP to enable/disable theap.ko1
2018-10-30support theap for T_HASH. [Feature #14989]ko1
2018-10-30introduce TransientHeap. [Bug #14858]ko1
2018-10-30revert r65444 and r65446 because of commit missko1
2018-10-30introduce TransientHeap. [Bug #14858]ko1
2018-10-13Define PRIdPTR etcnobu
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-09-26use configure-defined macro instead of __GNUC__shyouhei
2018-09-04ruby.h: removed internal macrosnobu
2018-08-27configure.ac: printf prifix for int64_tnobu
2018-07-24UNREACHABLE_RETURNnobu
2018-07-12Fix compile error on debian8 and gentookazu
2018-07-10Use "diagnose_if" attribute for clangnaruse
2018-02-20Signature of rb_uint2inum and rb_int2inumnobu
2018-02-20Signature of rb_uint2big and rb_int2bignobu
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-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-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-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
2018-01-15disable __builtin_alloca_with_align for GCC 4.8shyouhei
2018-01-15give up RSTRING_PTR() being VALUE-alignedshyouhei
2018-01-15__declspec(align(#)) does not take sizeof()shyouhei
2018-01-15__builtin_alloca_with_align for optimal memory accessshyouhei
2018-01-15__attibute__((__aligned__)) for RSTRING_PTR()shyouhei
2018-01-09wrap statement expression with __extension__nobu
2018-01-02statement experssion is a GCCismshyouhei
2018-01-02__VA_ARGS__ is a C99ismshyouhei
2017-12-23undef HAVE_BUILTIN___BUILTIN_CHOOSE_EXPR_CONSTANT_P on GCC 4.8naruse
2017-12-22force hash values fixableusa
2017-12-20compile.c: add a RUBY_EVENT_COVERAGE_LINE event for line coveragemame
2017-12-18suppress warning: 'const' attribute on function returning 'void'naruse
2017-12-12Add FrozenError as a subclass of RuntimeErrorshyouhei
2017-12-06vm_core.h (RUBY_EVENT_COVERAGE_BRANCH): renamedmame
2017-12-06Remove RUBY_EVENT_SPECIFIED_LINEmame
2017-10-21Add doxygen commentssonots