aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Define PRIdPTR etcnobu2018-10-131-0/+9
* * remove trailing space. [ci skip]svn2018-10-081-1/+1
* include/ruby/ruby.h: comment about mswin RUBY_EXTERN [ci skip]k0kubun2018-10-081-1/+2
* include/ruby/ruby.h: import external symbolsk0kubun2018-10-081-0/+6
* include/ruby/intern.h: don't modify MJIT_FUNC_EXPORTEDk0kubun2018-10-072-4/+6
* vm_core.h: fix inconsistent prototype declarationsk0kubun2018-10-071-1/+13
* use configure-defined macro instead of __GNUC__shyouhei2018-09-261-1/+1
* backward.h: removed stale declarationsnobu2018-09-051-4/+0
* ruby.h: removed internal macrosnobu2018-09-041-3/+0
* use mingw ANSI stdionobu2018-09-041-2/+2
* Declare as gnu_printf on mingwnobu2018-09-031-0/+5
* configure.ac: printf prifix for int64_tnobu2018-08-271-0/+2
* add 'x' mode character for O_EXCLkazu2018-08-091-0/+1
* use https:// instead of http://kazu2018-07-281-1/+1
* eval.c: rename "rb_frozen_class_p" to "rb_class_modify_check"mame2018-07-272-1/+3
* UNREACHABLE_RETURNnobu2018-07-241-0/+7
* Improve branch missesnobu2018-07-121-1/+1
* Fix compile error on debian8 and gentookazu2018-07-121-1/+4
* Use "diagnose_if" attribute for clangnaruse2018-07-101-11/+24
* rb_enc_aliasnobu2018-06-281-0/+1
* check enc_capable.ko12018-06-281-0/+1
* use the prefixed macronobu2018-06-271-1/+1
* Introduce `USE_GC_MALLOC_OBJ_INFO_DETAILS`. [Feature #14857]ko12018-06-201-6/+83
* intern.h: suppress warningsnobu2018-06-111-1/+9
* include/ruby/missing.h: defined(__cplusplus) before using __cplusplusngoto2018-06-051-2/+2
* `int isnan(double)` is a POSIXismshyouhei2018-06-051-0/+6
* export rb_hash_bulk_insertnaruse2018-05-221-0/+2
* Prefer alignof() over _Alignof()shyouhei2018-04-091-0/+3
* Signature of rb_uint2inum and rb_int2inumnobu2018-02-201-2/+2
* Signature of rb_uint2big and rb_int2bignobu2018-02-201-2/+2
* Export some missing symbols for MJITk0kubun2018-02-081-1/+3
* mjit_compile.c: merge initial JIT compilerk0kubun2018-02-041-0/+4
* backward.h: adjusted NORETURN declarationnobu2018-02-031-1/+1
* backward.h: rb_mod_const_missing is internal functionnobu2018-02-022-0/+3
* ruby.h: relax rb_funcall(obj, id, 0, 0) case onlynobu2018-02-011-4/+6
* ruby.h: relax rb_funcall check on extra args for clangnormal2018-01-301-0/+2
* Fix duplicated HAVE_NANkazu2018-01-271-1/+3
* need to declare the prototype of nan() if missingusa2018-01-261-0/+4
* ruby/ruby.h: remove unnecessary exports from C-APInormal2018-01-241-10/+0
* there is no guarantee that mode_t is as wide as intshyouhei2018-01-191-0/+4
* INFINITY is float. That of double is HUGE_VAL.shyouhei2018-01-191-0/+4
* export transcode exceptionsshyouhei2018-01-181-0/+3
* export rb_mProcGID, rb_mProcUid, rb_mProcID_Syscallshyouhei2018-01-181-0/+3
* export rb_mFConstshyouhei2018-01-181-0/+1
* export ruby_mWarningshyouhei2018-01-181-0/+2
* export rb_cLazyshyouhei2018-01-181-0/+1
* sort linesshyouhei2018-01-181-4/+4
* fix macro argument names inconsistencyngoto2018-01-161-2/+2
* ruby_aligned_char no longer needed.shyouhei2018-01-151-2/+0
* take alignof instead of sizeofshyouhei2018-01-151-2/+2