aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * include/ruby/ruby.h (RB_LIKELY): use prefix in ruby.h.naruse2016-04-231-9/+9
* * include/ruby/ruby.h (rb_mul_size_overflow): added to handlenaruse2016-04-221-9/+20
* * variable.c: use uint32_t instead of long to avoid confusion aboutnaruse2016-04-221-1/+1
* * gc.c (rb_alloc_tmp_buffer_with_count): added like xmalloc2 tonaruse2016-04-211-3/+21
* * include/ruby/ruby.h (LIKELY): moved from internal.h.naruse2016-04-211-0/+9
* * gc.c (objspace_malloc_prepare): remove size check because it isnaruse2016-04-211-1/+1
* rb_check_arity returns argc nownobu2016-04-021-1/+2
* * include/ruby/ruby.h (rb_isupper, rb_islower, rb_isalpha, rb_isdigit,naruse2016-03-291-29/+28
* * include/ruby/oniguruma.h: Additional flag for characters that are titlecase.duerst2016-03-221-0/+1
* * include/ruby/intern.h (rb_big_odd_p, rb_big_even_p): move tomrkn2016-03-191-2/+0
* * include/ruby/intern.h (rb_big_hash): Move to internal.h.mrkn2016-03-181-1/+0
* * bignum.c (rb_big_hash): make it public function to be available inmrkn2016-03-181-0/+1