summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
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
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-15more support for NORETURNshyouhei
2018-01-15__builtin_alloca_with_align for optimal memory accessshyouhei
2018-01-15__alignof__ to take alignment of a typeshyouhei
2018-01-15__attibute__((__aligned__)) for RSTRING_PTR()shyouhei
2018-01-09Include ruby/{io,encoding}.h before internal.hkazu
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-25version.h (RUBY_VERSION): 2.6.0 development has started.matz
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-11undef previous definition of `SIZEOF_STRUCT_STAT_ST_INO`usa
2017-12-11extern rb_time_utc_offset to get utc offsetnaruse
2017-12-10support 128bit ino on Windows (if available)usa
2017-12-06vm_core.h (RUBY_EVENT_COVERAGE_BRANCH): renamedmame
2017-12-06Remove RUBY_EVENT_SPECIFIED_LINEmame
2017-12-04support nanosec file timestamp on newer Windowsusa
2017-12-01Update to Onigmo 6.1.3-669ac9997619954c298da971fcfacccf36909d05.naruse
2017-12-01vm.c: partially revert r60558k0kubun
2017-11-26util.h: remove my_getcwdnobu
2017-11-16export rb_tracearg_callee_id().ko1
2017-10-30backward.h: rb_frame_method_id_and_classnobu
2017-10-21Add doxygen commentssonots
2017-10-13defines.h: warn EXTERNnobu