summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2016-05-23revert error attributesnobu
2016-05-23make compile error if possiblenobu
2016-05-23fatal error if variable argument length mismatchnobu
2016-05-22 * include/ruby/oniguruma.h: Extend OnigEncodingTypeDefine to define aduerst
2016-05-22* include/ruby/ruby.h (rb_scan_args): use original rb_scan_argsnaruse
2016-05-22* class.c (rb_scan_args): moved to bottom of the file to make thenaruse
2016-05-21Revert r50102naruse
2016-05-21* include/ruby/ruby.h (rb_scan_args): don't use ALWAYS_INLINE withusa
2016-05-21* include/ruby/ruby.h (rb_scan_args): use __VA_ARGS__ instead ofnaruse
2016-05-20Use RB_GNUC_EXTENSION_BLOCK instead of __extension__ngoto
2016-05-18ruby.h: RB_INTEGER_TYPE_Pnobu
2016-05-17[Feature #12005] Unify Fixnum and Bignum into Integerakr
2016-05-16* include/ruby/oniguruma.h: Introducing ONIG_CASE_MAPPING compilationduerst
2016-05-12defines.h: avoid redefinitionnobu
2016-05-12fix typo in r54988naruse
2016-05-12include/ruby/defines.h (GCC_VERSION_SINCE): moved from internal.hnaruse
2016-05-12Use HAVE_BUILTIN___BUILTIN_CONSTANT_Pnaruse
2016-05-08* include/ruby/{defines,ruby}.h: need to define function attributesusa
2016-05-08* include/ruby/ruby.h (CONSTFUNC, PUREFUNC): fixed build errors onusa
2016-05-08* configure.in: check function attirbute const and pure,naruse
2016-05-08intern.h: suppress warningsnobu
2016-05-08* configure.in: add -Wsuggest-attribute=noreturn and suppress warnings.naruse
2016-05-02* win32/win32.c, include/ruby/win32.h (rb_w32_utruncate): implements newusa
2016-04-30revert UNALIGNED_WORD_ACCESS for GCC6naruse
2016-04-23* include/ruby/ruby.h (rb_mul_size_overflow): use UNLIKELYnaruse
2016-04-23* include/ruby/ruby.h (RB_LIKELY): use prefix in ruby.h.naruse
2016-04-22* include/ruby/ruby.h (rb_mul_size_overflow): added to handlenaruse
2016-04-22* variable.c: use uint32_t instead of long to avoid confusion aboutnaruse
2016-04-21* gc.c (rb_alloc_tmp_buffer_with_count): added like xmalloc2 tonaruse
2016-04-21* include/ruby/ruby.h (LIKELY): moved from internal.h.naruse
2016-04-21* gc.c (objspace_malloc_prepare): remove size check because it isnaruse
2016-04-02rb_check_arity returns argc nownobu
2016-03-29* include/ruby/ruby.h (rb_isupper, rb_islower, rb_isalpha, rb_isdigit,naruse
2016-03-22* include/ruby/oniguruma.h: Additional flag for characters that are titlecase.duerst
2016-03-19* include/ruby/intern.h (rb_big_odd_p, rb_big_even_p): move tomrkn
2016-03-18* include/ruby/intern.h (rb_big_hash): Move to internal.h.mrkn
2016-03-18* bignum.c (rb_big_hash): make it public function to be available inmrkn
2016-03-17* bignum.c (rb_big_even_p, rb_big_odd_p): make them public functionsmrkn
2016-03-17ruby.h: remove RB_GC_GUARD_PTRnobu
2016-03-14* include/ruby/oniguruma.h, enc/unicode.c: Adjusting flag assignmentsduerst
2016-03-13win32.h: fix O_SHARE_DELETEnobu
2016-03-07internal.h: functions for class internalsnobu
2016-02-24* remove trailing spaces.svn
2016-02-24* include/ruby/oniguruma.h: Rearranging flag assignments and makingduerst
2016-02-04encoding.h: rb_enc_asciicompat_inlinenobu
2016-02-02* re.c: Introduce RREGEXP_PTR.naruse
2016-01-15disable unaligned word accessnobu
2016-01-11include/ruby/oniguruma.h: Added flags needed for upcase/downcaseduerst
2016-01-11io.h: remove old macrosnobu
2016-01-10missing.h: remove explicit_bzero_by_memset_snobu