aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
...
* * include/ruby/defines.h (ALWAYS_INLINE): Add alternative definition.ngoto2016-08-241-0/+3
* hide struct internal [Feature #9916]shyouhei2016-08-012-47/+6
* ruby.h: use __extension__nobu2016-07-281-0/+6
* * regenc.h/c, include/ruby/oniguruma.h, enc/ascii.c, big5.c, cp949.c,duerst2016-07-241-17/+5
* ruby.h: use prefixed namenobu2016-07-221-2/+2
* RUBY_USE_SETJMPEXnobu2016-06-201-1/+1
* remove backward macrosnobu2016-06-141-5/+0
* Integer unification macronobu2016-06-132-0/+10
* * include/ruby/defines.h (GCC_VERSION_SINCE): Fix logic error byngoto2016-06-101-2/+2
* * string.c: New static function rb_str_ascii_casemap; special-casingduerst2016-06-081-0/+8
* * include/ruby/intern.h: Remove excess semicolons in PUREFUNC().ngoto2016-06-081-2/+2
* ruby.h: reduce repeated calcuationsnobu2016-06-021-3/+8
* * addr2line.c: drop to support ATARI ST platform. It was discontinuedhsbt2016-05-281-5/+3
* fix non-static rb_scan_argsnobu2016-05-271-35/+126
* ruby.h: fix parameter namenobu2016-05-271-1/+1
* ruby.h: fix for old clangnobu2016-05-261-9/+15
* ruby.h: suppress warningsnobu2016-05-261-2/+2
* ruby.h: count and verifynobu2016-05-261-71/+52
* revert r55171nobu2016-05-261-31/+31
* ruby.h: fix clang warningsnobu2016-05-261-31/+31
* ruby.h: rb_scan_args_validatenobu2016-05-251-6/+29
* ruby.h: optimize rb_scan_args_setnobu2016-05-241-15/+6
* ruby.h: rb_scan_args_verifynobu2016-05-241-48/+89
* defines.h: fallback ERRORFUNC and WARNINGFUNCnobu2016-05-241-0/+12
* missing.h: isfinitenobu2016-05-231-0/+7
* revert error attributesnobu2016-05-231-5/+0
* make compile error if possiblenobu2016-05-231-2/+10
* fatal error if variable argument length mismatchnobu2016-05-231-3/+6
* * include/ruby/oniguruma.h: Extend OnigEncodingTypeDefine to define aduerst2016-05-221-0/+3
* * include/ruby/ruby.h (rb_scan_args): use original rb_scan_argsnaruse2016-05-221-2/+4
* * class.c (rb_scan_args): moved to bottom of the file to make thenaruse2016-05-221-0/+138
* Revert r50102naruse2016-05-211-138/+1
* * include/ruby/ruby.h (rb_scan_args): don't use ALWAYS_INLINE withusa2016-05-211-1/+1
* * include/ruby/ruby.h (rb_scan_args): use __VA_ARGS__ instead ofnaruse2016-05-211-1/+138
* Use RB_GNUC_EXTENSION_BLOCK instead of __extension__ngoto2016-05-203-56/+50
* ruby.h: RB_INTEGER_TYPE_Pnobu2016-05-181-0/+9
* [Feature #12005] Unify Fixnum and Bignum into Integerakr2016-05-171-1/+1
* * include/ruby/oniguruma.h: Introducing ONIG_CASE_MAPPING compilationduerst2016-05-161-0/+12
* defines.h: avoid redefinitionnobu2016-05-121-0/+2
* fix typo in r54988naruse2016-05-121-1/+1
* include/ruby/defines.h (GCC_VERSION_SINCE): moved from internal.hnaruse2016-05-122-14/+21
* Use HAVE_BUILTIN___BUILTIN_CONSTANT_Pnaruse2016-05-122-2/+2
* * include/ruby/{defines,ruby}.h: need to define function attributesusa2016-05-082-38/+40
* * include/ruby/ruby.h (CONSTFUNC, PUREFUNC): fixed build errors onusa2016-05-081-0/+6
* * configure.in: check function attirbute const and pure,naruse2016-05-086-44/+42
* intern.h: suppress warningsnobu2016-05-081-2/+2
* * configure.in: add -Wsuggest-attribute=noreturn and suppress warnings.naruse2016-05-082-16/+16
* * win32/win32.c, include/ruby/win32.h (rb_w32_utruncate): implements newusa2016-05-021-2/+3
* revert UNALIGNED_WORD_ACCESS for GCC6naruse2016-04-301-4/+0
* * include/ruby/ruby.h (rb_mul_size_overflow): use UNLIKELYnaruse2016-04-231-2/+2