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
Age
Commit message (
Expand
)
Author
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
2018-01-02
__VA_ARGS__ is a C99ism
shyouhei
2017-12-25
version.h (RUBY_VERSION): 2.6.0 development has started.
matz
2017-12-23
undef HAVE_BUILTIN___BUILTIN_CHOOSE_EXPR_CONSTANT_P on GCC 4.8
naruse
2017-12-22
force hash values fixable
usa
2017-12-20
compile.c: add a RUBY_EVENT_COVERAGE_LINE event for line coverage
mame
2017-12-18
suppress warning: 'const' attribute on function returning 'void'
naruse
2017-12-12
Add FrozenError as a subclass of RuntimeError
shyouhei
2017-12-11
undef previous definition of `SIZEOF_STRUCT_STAT_ST_INO`
usa
2017-12-11
extern rb_time_utc_offset to get utc offset
naruse
2017-12-10
support 128bit ino on Windows (if available)
usa
2017-12-06
vm_core.h (RUBY_EVENT_COVERAGE_BRANCH): renamed
mame
2017-12-06
Remove RUBY_EVENT_SPECIFIED_LINE
mame
2017-12-04
support nanosec file timestamp on newer Windows
usa
2017-12-01
Update to Onigmo 6.1.3-669ac9997619954c298da971fcfacccf36909d05.
naruse
2017-12-01
vm.c: partially revert r60558
k0kubun
2017-11-26
util.h: remove my_getcwd
nobu
[next]