aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
...
* also blacklist gcc 4.9 for __builtin_alloca_with_alignshyouhei2018-01-151-3/+3
* disable __builtin_alloca_with_align for GCC 4.8shyouhei2018-01-151-0/+8
* give up RSTRING_PTR() being VALUE-alignedshyouhei2018-01-151-3/+3
* __declspec(align(#)) does not take sizeof()shyouhei2018-01-151-3/+3
* more support for NORETURNshyouhei2018-01-151-4/+11
* __builtin_alloca_with_align for optimal memory accessshyouhei2018-01-151-0/+8
* __alignof__ to take alignment of a typeshyouhei2018-01-151-0/+10
* __attibute__((__aligned__)) for RSTRING_PTR()shyouhei2018-01-152-9/+12
* Include ruby/{io,encoding}.h before internal.hkazu2018-01-092-0/+8
* wrap statement expression with __extension__nobu2018-01-091-1/+1
* statement experssion is a GCCismshyouhei2018-01-021-6/+6
* __VA_ARGS__ is a C99ismshyouhei2018-01-021-2/+2
* version.h (RUBY_VERSION): 2.6.0 development has started.matz2017-12-251-1/+1
* undef HAVE_BUILTIN___BUILTIN_CHOOSE_EXPR_CONSTANT_P on GCC 4.8naruse2017-12-232-2/+15
* force hash values fixableusa2017-12-221-0/+4
* compile.c: add a RUBY_EVENT_COVERAGE_LINE event for line coveragemame2017-12-201-1/+1
* suppress warning: 'const' attribute on function returning 'void'naruse2017-12-182-3/+3
* Add FrozenError as a subclass of RuntimeErrorshyouhei2017-12-121-0/+1
* undef previous definition of `SIZEOF_STRUCT_STAT_ST_INO`usa2017-12-111-0/+1
* extern rb_time_utc_offset to get utc offsetnaruse2017-12-111-0/+1
* support 128bit ino on Windows (if available)usa2017-12-101-12/+15
* vm_core.h (RUBY_EVENT_COVERAGE_BRANCH): renamedmame2017-12-061-1/+1
* Remove RUBY_EVENT_SPECIFIED_LINEmame2017-12-061-1/+0
* support nanosec file timestamp on newer Windowsusa2017-12-041-20/+41
* Update to Onigmo 6.1.3-669ac9997619954c298da971fcfacccf36909d05.naruse2017-12-011-1/+1
* vm.c: partially revert r60558k0kubun2017-12-011-1/+1
* util.h: remove my_getcwdnobu2017-11-261-1/+0
* export rb_tracearg_callee_id().ko12017-11-161-0/+1
* backward.h: rb_frame_method_id_and_classnobu2017-10-302-1/+3
* Add doxygen commentssonots2017-10-211-1/+1
* defines.h: warn EXTERNnobu2017-10-131-1/+10
* ruby.h: unnormalized Fixnum valuenobu2017-09-071-0/+3
* non-keywords hashnobu2017-08-201-7/+12
* ruby.h: fix rb_scan_args_trail_idxnobu2017-08-191-17/+4
* ruby.h: NULL as empty arraynobu2017-08-031-2/+2
* should not copy promoted flags.ko12017-08-011-1/+2
* Add documentsyugui2017-07-221-1/+8
* debug.c: more enumsnobu2017-06-011-4/+4
* attempt to fix rb_alloc_tmp_buffer2 for ALLOCV_Nnormal2017-05-261-1/+1
* Merge Onigmo 6.1.2naruse2017-05-171-1/+1
* Remove missing/strtol.crhe2017-04-211-6/+0
* Suppress a warning in ruby/win32.h [Fix GH-1591]nobu2017-04-211-1/+1
* ruby.h: check argc to rb_funcallnobu2017-04-151-0/+11
* fix RSTRUCT_LEN macro in public C APInormal2017-04-151-1/+1
* ruby.h: check argc to rb_yield_valuesnobu2017-04-141-0/+34
* thread.c: rb_thread_fd_close [ci skip]nobu2017-03-131-1/+1
* thread.c: rb_thread_fd_close [ci skip]nobu2017-03-131-1/+1
* revert RB_FIXABLE related changesets [Bug #13288][Bug #13293][Bug #13294]shyouhei2017-03-091-13/+2
* re-introduce __builtin_add_overflowshyouhei2017-03-081-16/+13
* Always use old RB_FIXABLE to allow double as argumentnaruse2017-03-071-5/+1