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
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
2016-08-08
internal.h: fix r55831
nobu
2016-08-08
* internal.h (RBASIC_CLEAR_CLASS): Reroute ANSI C's strict
shyouhei
2016-08-01
hide struct internal [Feature #9916]
shyouhei
2016-07-28
* vm.c, internal.h: remove RubyVM::Env class and all of env objects
ko1
2016-07-28
* vm_core.h: revisit the structure of frame, block and env.
ko1
2016-07-23
internal.h: inline Check_Type
nobu
2016-07-20
hash.c: rb_hash_add_new_element
nobu
2016-07-12
math.c: Complex sqrt
nobu
2016-07-12
complex.c: rb_complex prefix
nobu
2016-07-05
* string.c (rb_str_change_terminator_length): New function to change
ngoto
2016-06-13
Integer unification macro
nobu
2016-06-10
hash.c: ensure NUL-terminated for ENV
nobu
2016-06-08
* include/ruby/intern.h: Remove excess semicolons in PUREFUNC().
ngoto
2016-05-27
transcode.c: scrub in the given encoding
nobu
2016-05-20
Use RB_GNUC_EXTENSION_BLOCK instead of __extension__
ngoto
2016-05-20
exclude non-VALUE in memo from GC
nobu
2016-05-17
Optimize enum_sum for a range from int to int
mrkn
2016-05-12
include/ruby/defines.h (GCC_VERSION_SINCE): moved from internal.h
naruse
2016-05-12
Use HAVE_BUILTIN___BUILTIN_CONSTANT_P
naruse
2016-05-12
* configurein: use alternative keyword
naruse
2016-05-08
* configure.in: check function attirbute const and pure,
naruse
2016-05-04
numeric.c: Remove prototype declarations to internal.h
yui-knk
2016-05-03
* internal.h (RCOMPLEX_SET_IMAG): undef RCOMPLEX_SET_IMAG
yui-knk
2016-05-03
* string.c (count_utf8_lead_bytes_with_word): Use __builtin_popcount
naruse
[next]