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-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
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
[next]