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
/
include
/
ruby
Age
Commit message (
Expand
)
Author
2018-08-27
configure.ac: printf prifix for int64_t
nobu
2018-08-09
add 'x' mode character for O_EXCL
kazu
2018-07-28
use https:// instead of http://
kazu
2018-07-27
eval.c: rename "rb_frozen_class_p" to "rb_class_modify_check"
mame
2018-07-24
UNREACHABLE_RETURN
nobu
2018-07-12
Improve branch misses
nobu
2018-07-12
Fix compile error on debian8 and gentoo
kazu
2018-07-10
Use "diagnose_if" attribute for clang
naruse
2018-06-28
rb_enc_alias
nobu
2018-06-28
check enc_capable.
ko1
2018-06-27
use the prefixed macro
nobu
2018-06-20
Introduce `USE_GC_MALLOC_OBJ_INFO_DETAILS`. [Feature #14857]
ko1
2018-06-11
intern.h: suppress warnings
nobu
2018-06-05
include/ruby/missing.h: defined(__cplusplus) before using __cplusplus
ngoto
2018-06-05
`int isnan(double)` is a POSIXism
shyouhei
2018-05-22
export rb_hash_bulk_insert
naruse
2018-04-09
Prefer alignof() over _Alignof()
shyouhei
2018-02-20
Signature of rb_uint2inum and rb_int2inum
nobu
2018-02-20
Signature of rb_uint2big and rb_int2big
nobu
2018-02-08
Export some missing symbols for MJIT
k0kubun
2018-02-04
mjit_compile.c: merge initial JIT compiler
k0kubun
2018-02-03
backward.h: adjusted NORETURN declaration
nobu
2018-02-02
backward.h: rb_mod_const_missing is internal function
nobu
2018-02-01
ruby.h: relax rb_funcall(obj, id, 0, 0) case only
nobu
2018-01-30
ruby.h: relax rb_funcall check on extra args for clang
normal
2018-01-27
Fix duplicated HAVE_NAN
kazu
2018-01-26
need to declare the prototype of nan() if missing
usa
2018-01-24
ruby/ruby.h: remove unnecessary exports from C-API
normal
2018-01-19
there is no guarantee that mode_t is as wide as int
shyouhei
2018-01-19
INFINITY is float. That of double is HUGE_VAL.
shyouhei
2018-01-18
export transcode exceptions
shyouhei
2018-01-18
export rb_mProcGID, rb_mProcUid, rb_mProcID_Syscall
shyouhei
2018-01-18
export rb_mFConst
shyouhei
2018-01-18
export ruby_mWarning
shyouhei
2018-01-18
export rb_cLazy
shyouhei
2018-01-18
sort lines
shyouhei
2018-01-16
fix macro argument names inconsistency
ngoto
2018-01-15
ruby_aligned_char no longer needed.
shyouhei
2018-01-15
take alignof instead of sizeof
shyouhei
2018-01-15
also blacklist gcc 4.9 for __builtin_alloca_with_align
shyouhei
2018-01-15
disable __builtin_alloca_with_align for GCC 4.8
shyouhei
2018-01-15
give up RSTRING_PTR() being VALUE-aligned
shyouhei
2018-01-15
__declspec(align(#)) does not take sizeof()
shyouhei
2018-01-15
more support for NORETURN
shyouhei
2018-01-15
__builtin_alloca_with_align for optimal memory access
shyouhei
2018-01-15
__alignof__ to take alignment of a type
shyouhei
2018-01-15
__attibute__((__aligned__)) for RSTRING_PTR()
shyouhei
2018-01-09
Include ruby/{io,encoding}.h before internal.h
kazu
2018-01-09
wrap statement expression with __extension__
nobu
2018-01-02
statement experssion is a GCCism
shyouhei
[next]