index
:
ruby.git
master
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_3_3
ruby_3_4
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
internal.h
Age
Commit message (
Expand
)
Author
2017-03-09
revert RB_FIXABLE related changesets [Bug #13288][Bug #13293][Bug #13294]
shyouhei
2017-03-08
re-introduce __builtin_add_overflow
shyouhei
2017-03-07
Use RB_POSFIXABLE and RB_NEGFIXABLE to avoid cast introduced at r57793
naruse
2017-03-06
optimize FIXABLE macro
shyouhei
2017-03-06
LONG_LONG_MAX not always available
shyouhei
2017-03-06
opt_eq_func refactor
nobu
2017-03-06
use HAVE_BUILTIN___BUILTIN_MUL_OVERFLOW
shyouhei
2017-02-22
eval_error.c: backstrace in reverse order
nobu
2017-02-22
numeric.c: Numeric#clone and #dup
nobu
2017-02-21
internal.h: removed function declaration
nobu
2017-02-17
DEPRECATED_INTERNAL_FEATURE
nobu
2017-02-04
fix description for current implementation
naruse
2017-02-03
internal.h: fix r57507
nobu
2017-02-02
Use carry flag to reduce instructions
naruse
2017-01-30
io.c: recycle garbage on write
normal
2017-01-30
fix up r57461
nobu
2017-01-30
#include <stdbool.h>
shyouhei
2017-01-24
eval.c: copy special exception
nobu
2017-01-16
file.c: refine message
nobu
2017-01-07
fix optimization for hash aset/aref with fstring
eregon
2016-12-28
numeric.c: reduce fdiv
nobu
2016-12-22
get rid of implicit signedness conversions
nobu
2016-12-12
String#match? and Symbol#match?
nobu
2016-12-10
internal.h: change the default rounding mode to half-up
mrkn
2016-11-25
round-down
nobu
2016-11-22
complex.c: optimize f_gt_p some cases
mrkn
2016-11-18
complex.c: optimize f_negate
mrkn
2016-11-18
internal.h: round macros
nobu
2016-11-16
complex.c: optimize Numeric#polar and Numeric#arg
mrkn
2016-11-12
rational.c: optimize Integer#lcm
mrkn
2016-11-12
rational.c: optimize Float#to_r
mrkn
2016-11-12
rational.c: optimize Rational#{floor,ceil,round,truncate}
mrkn
2016-11-12
rational.c: purge f_cmp
mrkn
2016-11-12
rational.c: optimize Rational#==
mrkn
2016-11-12
rational.c: optimize Rational#<=>
mrkn
2016-11-11
rational.c: optimize Rational#**
mrkn
2016-11-11
rational.c: avoid needless object allocation with nurat_to_double
mrkn
2016-11-11
numeric.c, rational.c: refactor by using FIXNUM_NEGATIVE_P and FIXNUM_ZERO_P
mrkn
2016-11-10
numeric.c, internal.h: export int_fdiv() as rb_int_fdiv()
mrkn
2016-11-07
Introduce table improvement by Vladimir Makarov <
[email protected]
>.
ko1
2016-11-06
process.c: PATH env in spawn
nobu
2016-11-05
numeric.c: round to nearest even
nobu
2016-11-05
chomp option
nobu
2016-10-28
internal.h: RB_OBJ_BUILTIN_TYPE
nobu
2016-10-24
class.c: rb_undef_methods_from
nobu
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, to
shyouhei
2016-09-09
variable.c: rb_deprecate_constant
nobu
2016-09-02
internal.h: fix typos
nobu
[next]