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
/
ruby.h
Age
Commit message (
Expand
)
Author
2018-02-20
Signature of rb_uint2inum and rb_int2inum
nobu
2018-02-20
Signature of rb_uint2big and rb_int2big
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-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-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-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
__builtin_alloca_with_align for optimal memory access
shyouhei
2018-01-15
__attibute__((__aligned__)) for RSTRING_PTR()
shyouhei
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-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-06
vm_core.h (RUBY_EVENT_COVERAGE_BRANCH): renamed
mame
2017-12-06
Remove RUBY_EVENT_SPECIFIED_LINE
mame
2017-10-21
Add doxygen comments
sonots
2017-09-07
ruby.h: unnormalized Fixnum value
nobu
2017-08-20
non-keywords hash
nobu
2017-08-19
ruby.h: fix rb_scan_args_trail_idx
nobu
2017-08-03
ruby.h: NULL as empty array
nobu
2017-08-01
should not copy promoted flags.
ko1
2017-07-22
Add documents
yugui
2017-06-01
debug.c: more enums
nobu
2017-05-26
attempt to fix rb_alloc_tmp_buffer2 for ALLOCV_N
normal
2017-04-15
ruby.h: check argc to rb_funcall
nobu
2017-04-15
fix RSTRUCT_LEN macro in public C API
normal
2017-04-14
ruby.h: check argc to rb_yield_values
nobu
2017-03-09
revert RB_FIXABLE related changesets [Bug #13288][Bug #13293][Bug #13294]
shyouhei
2017-03-08
re-introduce __builtin_add_overflow
shyouhei
2017-03-07
Always use old RB_FIXABLE to allow double as argument
naruse
2017-03-07
Revert r57803 "Avoid to cast the argument"
naruse
2017-03-07
Avoid to cast the argument
naruse
2017-03-07
Use ADD instead of MUL
naruse
2017-03-06
optimize FIXABLE macro
shyouhei
2017-02-21
backward.h: RClassDeprecated
nobu
[next]