aboutsummaryrefslogtreecommitdiffstats
path: root/include/ruby/ruby.h
Commit message (Expand)AuthorAgeFilesLines
* include/ruby/defines.h (GCC_VERSION_SINCE): moved from internal.hnaruse2016-05-121-12/+12
* * include/ruby/{defines,ruby}.h: need to define function attributesusa2016-05-081-38/+0
* * include/ruby/ruby.h (CONSTFUNC, PUREFUNC): fixed build errors onusa2016-05-081-0/+6
* * configure.in: check function attirbute const and pure,naruse2016-05-081-3/+3
* * configure.in: add -Wsuggest-attribute=noreturn and suppress warnings.naruse2016-05-081-1/+1
* * 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
* * include/ruby/ruby.h (rb_isupper, rb_islower, rb_isalpha, rb_isdigit,naruse2016-03-291-29/+28
* ruby.h: remove RB_GC_GUARD_PTRnobu2016-03-171-12/+4
* * re.c: Introduce RREGEXP_PTR.naruse2016-02-021-1/+2
* * ruby.h: undef HAVE_BUILTIN___BUILTIN_CHOOSE_EXPR_CONSTANT_Pmrkn2016-01-071-0/+7
* version.c: no exit in ruby_show_copyrightnobu2016-01-071-0/+4
* rb_readwrite_syserr_failnobu2015-12-231-5/+7
* * 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
* * include/ruby/ruby.h (RSTRUCT_PTR): need a close parenthese.ko12015-11-061-1/+1
* * include/ruby/ruby.h (rb_array_const_ptr, rb_struct_const_ptr):ngoto2015-11-061-4/+12
* include/ruby/ruby.h (struct RObject): hide iv_index_tbl typenormal2015-11-031-1/+1
* * gc.c: introduce rb_wb_unprotected_newobj_of() andko12015-10-291-1/+1
* disable warnings unless optimizednobu2015-10-181-1/+1
* disable warnings unless optimizednobu2015-10-181-0/+6
* ruby.h: RB_OBJ_FROZEN_RAWnobu2015-10-071-1/+3
* ruby.h: inlinesnobu2015-10-061-33/+70
* ruby.h: enumsnobu2015-10-061-64/+104
* ruby.h: RUBY_FL_PROMOTEDnobu2015-09-161-0/+1
* ruby.h: add prefixnobu2015-09-131-201/+341
* ruby.h: eval ASSUME argumentnobu2015-09-051-1/+1
* * include/ruby/ruby.h, cont.c, vm_trace.c: add a new eventko12015-08-211-0/+1
* ruby.h: define RClass only in Cnobu2015-08-181-2/+4
* ruby.h: adjust for g++nobu2015-08-181-2/+2
* ruby.h: check integer overflownobu2015-08-111-2/+19
* internal.h: moved RClassnobu2015-07-281-7/+6
* string.c: taint flagsnobu2015-07-231-5/+13
* ruby.h: ASSUMEnobu2015-07-221-1/+8
* $SAFE=2 is now obsoletenobu2015-06-181-2/+2
* * include/ruby/ruby.h: $SAFE=2 is now obsolete.hsbt2015-06-181-4/+4
* * include/ruby/ruby.h: $SAFE=3 is now obsolete.hsbt2015-06-171-6/+6
* ruby.h: warn old namesnobu2015-05-201-2/+18
* ruby.h: DEPRECATED_BYnobu2015-05-201-0/+3
* ruby.h: add old namesnobu2015-05-191-0/+2
* ruby.h: cast for C++nobu2015-05-191-1/+3
* ruby.h: cast for C++nobu2015-05-191-8/+8
* gc.c: rename alloc as wrapnobu2015-05-161-20/+20
* ruby.h: suppress warningsnobu2015-05-111-6/+26
* ruby.h: fix possible memory leaknobu2015-05-101-4/+23