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
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-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
2016-04-30
* string.c (search_nonascii): use nlz on big endian environments.
naruse
2016-04-30
* string.c (search_nonascii): unroll and use ntz
naruse
2016-04-30
Define Integer#> instead of Bignum#>.
akr
2016-04-30
Define Integer#>= instead of Bignum#>=.
akr
2016-04-30
Define Integer#< instead of Bignum#<.
akr
2016-04-30
Define Integer#<= instead of Bignum#<=.
akr
2016-04-30
Define Integer#remainder instead of Bignum#remainder.
akr
2016-04-30
Rename fix_rev and rb_big_neg to fix_comp and rb_big_comp.
akr
2016-04-30
{Fixnum,Bignum}#~ is unified into Integer.
akr
2016-04-27
{Fixnum,Bignum}#[] is unified into Integer.
akr
2016-04-27
internal.h: ONLY_FOR_INTERNAL_USE
nobu
2016-04-27
internal.h: adjust style
nobu
2016-04-26
{Fixnum,Bignum}#size is unified into Integer.
akr
2016-04-26
{Fixnum,Bignum}#bit_length is unified into Integer.
akr
2016-04-26
* numeric.c (int_abs): Integer#{abs,magnitude} moved from Fixnum and Bignum.
akr
2016-04-23
* include/ruby/ruby.h (RB_LIKELY): use prefix in ruby.h.
naruse
2016-04-21
* include/ruby/ruby.h (LIKELY): moved from internal.h.
naruse
2016-04-20
refactor syntax error
nobu
2016-04-19
appending compile error without rb_errinfo
nobu
2016-04-17
error.c: remove unused function
nobu
2016-04-15
rename rb_rational_add -> rb_rational_plus
mrkn
2016-04-15
array.c (rb_ary_sum): use rb_rational_add directly
mrkn
2016-04-13
numeric.c: int_round_zero_p
nobu
2016-04-08
bignum.c: rb_cstr_parse_inum
nobu
2016-03-28
remove rb_thread_t::parse_in_eval
nobu
2016-03-26
numeric.c: rb_int2str
nobu
2016-03-26
numeric.c: rb_int_round
nobu
2016-03-26
numeric.c: basic arithmetic
nobu
2016-03-23
strftime.c: format in String
nobu
2016-03-21
* internal.h (rb_fix_divmod_fix): like r54213, use FIX2NUM only if
naruse
2016-03-21
internal.h: fix no-DLONG case
nobu
2016-03-20
fix r54203's typo (no DLONG case)
naruse
2016-03-20
* internal.h (rb_int128t2big): declare only when HAVE_INT128_T.
usa
2016-03-20
* internal.h (DLONG): defined if long is 32bit (and LONG_LONG is 64bit;
naruse
2016-03-19
* include/ruby/intern.h (rb_big_odd_p, rb_big_even_p): move to
mrkn
2016-03-19
SyntaxError message at iseq compile
nobu
[next]