aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * bignum.c (rb_big_even_p, rb_big_odd_p): make them public functionsmrkn2016-03-171-0/+2
* ruby.h: remove RB_GC_GUARD_PTRnobu2016-03-171-12/+4
* * include/ruby/oniguruma.h, enc/unicode.c: Adjusting flag assignmentsduerst2016-03-141-20/+18
* win32.h: fix O_SHARE_DELETEnobu2016-03-131-1/+1
* internal.h: functions for class internalsnobu2016-03-071-4/+0
* * remove trailing spaces.svn2016-02-241-1/+1
* * include/ruby/oniguruma.h: Rearranging flag assignments and makingduerst2016-02-241-12/+35
* encoding.h: rb_enc_asciicompat_inlinenobu2016-02-041-1/+6
* * re.c: Introduce RREGEXP_PTR.naruse2016-02-021-1/+2
* disable unaligned word accessnobu2016-01-151-0/+4
* include/ruby/oniguruma.h: Added flags needed for upcase/downcaseduerst2016-01-111-0/+8
* io.h: remove old macrosnobu2016-01-111-8/+0
* missing.h: remove explicit_bzero_by_memset_snobu2016-01-101-13/+1
* * ruby.h: undef HAVE_BUILTIN___BUILTIN_CHOOSE_EXPR_CONSTANT_Pmrkn2016-01-071-0/+7
* version.c: no exit in ruby_show_copyrightnobu2016-01-072-0/+24
* version.h (RUBY_VERSION): 2.4.0 development has started.matz2015-12-251-1/+1
* doc/CangeLog-2.3.0, ext/tk/lib/txextlib/SUPPORT_STATUS,duerst2015-12-251-1/+1
* fix common misspelling [ci skip]nobu2015-12-241-1/+1
* deprecate exposed internal functionsnobu2015-12-241-3/+3
* rb_readwrite_syserr_failnobu2015-12-231-5/+7
* introduce rb_autoload_str to replace rb_autoloadnormal2015-12-061-1/+1
* * include/ruby/ruby.h (RB_OBJ_TAINT): follow-up of r52881.ngoto2015-12-041-1/+1
* ruby.h: make flag setting macros voidnobu2015-12-041-8/+8
* missing.h: __STDC_WANT_LIB_EXT1__nobu2015-12-021-0/+2
* missing.h: __STDC_WANT_LIB_EXT1__nobu2015-12-021-0/+2
* explicit_bzero.c: needs windows.hnobu2015-12-011-1/+1
* missing.h: explicit_bzero by SecureZeroMemorynobu2015-12-011-0/+2
* missing.h: explicit_bzero by memset_snobu2015-12-011-0/+9
* configure.in: FUNC_UNOPTIMIZEDnobu2015-12-011-0/+3
* * include/ruby/util.h: remove a warning suppression C4723kosaki2015-11-301-8/+0