summaryrefslogtreecommitdiff
path: root/internal.h
AgeCommit message (Expand)Author
2017-02-22eval_error.c: backstrace in reverse ordernobu
2017-02-22numeric.c: Numeric#clone and #dupnobu
2017-02-21internal.h: removed function declarationnobu
2017-02-17DEPRECATED_INTERNAL_FEATUREnobu
2017-02-04fix description for current implementationnaruse
2017-02-03internal.h: fix r57507nobu
2017-02-02Use carry flag to reduce instructionsnaruse
2017-01-30io.c: recycle garbage on writenormal
2017-01-30fix up r57461nobu
2017-01-30#include <stdbool.h>shyouhei
2017-01-24eval.c: copy special exceptionnobu
2017-01-16file.c: refine messagenobu
2017-01-07fix optimization for hash aset/aref with fstringeregon
2016-12-28numeric.c: reduce fdivnobu
2016-12-22get rid of implicit signedness conversionsnobu
2016-12-12String#match? and Symbol#match?nobu
2016-12-10internal.h: change the default rounding mode to half-upmrkn
2016-11-25round-downnobu
2016-11-22complex.c: optimize f_gt_p some casesmrkn
2016-11-18complex.c: optimize f_negatemrkn
2016-11-18internal.h: round macrosnobu
2016-11-16complex.c: optimize Numeric#polar and Numeric#argmrkn
2016-11-12rational.c: optimize Integer#lcmmrkn
2016-11-12rational.c: optimize Float#to_rmrkn
2016-11-12rational.c: optimize Rational#{floor,ceil,round,truncate}mrkn
2016-11-12rational.c: purge f_cmpmrkn
2016-11-12rational.c: optimize Rational#==mrkn
2016-11-12rational.c: optimize Rational#<=>mrkn
2016-11-11rational.c: optimize Rational#**mrkn
2016-11-11rational.c: avoid needless object allocation with nurat_to_doublemrkn
2016-11-11numeric.c, rational.c: refactor by using FIXNUM_NEGATIVE_P and FIXNUM_ZERO_Pmrkn
2016-11-10numeric.c, internal.h: export int_fdiv() as rb_int_fdiv()mrkn
2016-11-07 Introduce table improvement by Vladimir Makarov <vmakarov@redhat.com>.ko1
2016-11-06process.c: PATH env in spawnnobu
2016-11-05numeric.c: round to nearest evennobu
2016-11-05chomp optionnobu
2016-10-28internal.h: RB_OBJ_BUILTIN_TYPEnobu
2016-10-24class.c: rb_undef_methods_fromnobu
2016-10-04* internal.h (ST2FIX): new macro to convert st_index_t to Fixnum.usa
2016-09-16* internal.h (MAYBE_UNUSED): The fallback definition is needed.ngoto
2016-09-16 * internal.h (WARN_UNUSED_RESULT): moved to configure.in, toshyouhei
2016-09-09variable.c: rb_deprecate_constantnobu
2016-09-02internal.h: fix typosnobu
2016-08-08internal.h: fix r55831nobu
2016-08-08 * internal.h (RBASIC_CLEAR_CLASS): Reroute ANSI C's strictshyouhei
2016-08-01hide struct internal [Feature #9916]shyouhei
2016-07-28* vm.c, internal.h: remove RubyVM::Env class and all of env objectsko1
2016-07-28* vm_core.h: revisit the structure of frame, block and env.ko1
2016-07-23internal.h: inline Check_Typenobu
2016-07-20hash.c: rb_hash_add_new_elementnobu