summaryrefslogtreecommitdiff
path: root/include/ruby/ruby.h
AgeCommit message (Expand)Author
2017-03-09revert RB_FIXABLE related changesets [Bug #13288][Bug #13293][Bug #13294]shyouhei
2017-03-08re-introduce __builtin_add_overflowshyouhei
2017-03-07Always use old RB_FIXABLE to allow double as argumentnaruse
2017-03-07Revert r57803 "Avoid to cast the argument"naruse
2017-03-07Avoid to cast the argumentnaruse
2017-03-07Use ADD instead of MULnaruse
2017-03-06optimize FIXABLE macroshyouhei
2017-02-21backward.h: RClassDeprecatednobu
2017-02-13ruby.h: remove commentnobu
2017-02-13ruby.h: RB_GC_GUARD stronger than gcc7nobu
2017-02-03ruby.h: unused parameternobu
2017-01-01fix typo [Bug #13091]naruse
2016-12-22get rid of implicit signedness conversionsnobu
2016-12-22suppress warning: implicit conversion changes signednessnaruse
2016-12-09ruby.h: add prefixnobu
2016-11-24use `rb_struct_ptr` for `RSTRUCT_PTR` macrousa
2016-11-19ruby.h: rb_big_signnobu
2016-10-27ruby/ruby.h: optimize rb_integer_type_pnobu
2016-10-26ruby.h: use prefixed macronobu
2016-10-03Add prefix to FIX2LONG in include/ruby/ruby.hkazu
2016-10-01ruby.h: add prefixnobu
2016-08-01hide struct internal [Feature #9916]shyouhei
2016-07-28ruby.h: use __extension__nobu
2016-07-22ruby.h: use prefixed namenobu
2016-06-13Integer unification macronobu
2016-06-02ruby.h: reduce repeated calcuationsnobu
2016-05-28* addr2line.c: drop to support ATARI ST platform. It was discontinuedhsbt
2016-05-27fix non-static rb_scan_argsnobu
2016-05-27ruby.h: fix parameter namenobu
2016-05-26ruby.h: fix for old clangnobu
2016-05-26ruby.h: suppress warningsnobu
2016-05-26ruby.h: count and verifynobu
2016-05-26revert r55171nobu
2016-05-26ruby.h: fix clang warningsnobu
2016-05-25ruby.h: rb_scan_args_validatenobu
2016-05-24ruby.h: optimize rb_scan_args_setnobu
2016-05-24ruby.h: rb_scan_args_verifynobu
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/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-18ruby.h: RB_INTEGER_TYPE_Pnobu
2016-05-17[Feature #12005] Unify Fixnum and Bignum into Integerakr
2016-05-12include/ruby/defines.h (GCC_VERSION_SINCE): moved from internal.hnaruse
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