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
2020-08-19
RHASH_EMPTY_P: convert into an inline function
卜部昌平
2020-08-19
RHASH_TBL: is now ext-only
卜部昌平
2020-08-19
ROBJECT_IV_INDEX_TBL: convert into an inline function
卜部昌平
2020-08-15
RARRAY_AREF: convert into an inline function
卜部昌平
2020-05-29
export debug utility functions
Koichi Sasada
2020-05-11
sed -i 's|ruby/impl|ruby/internal|'
卜部昌平
2020-05-11
sed -i s|ruby/3|ruby/impl|g
卜部昌平
2020-04-13
add #include guard hack
卜部昌平
2020-04-08
Merge pull request #2991 from shyouhei/ruby.h
卜部昌平
2020-03-19
Fix typos [ci skip]
Kazuhiro NISHIYAMA
2020-02-22
use RUBY_FUNCTION_NAME_STRING instead of __func__ for rp()
Koichi Sasada
2020-01-03
move internal/debug.h definitions to internal.h
Koichi Sasada
2019-12-26
decouple internal.h headers
卜部昌平
2019-12-26
internal/imemo.h rework
卜部昌平
2019-12-26
assume C99
卜部昌平
2019-12-26
re-add io.h and encoding.h into internal.h
卜部昌平
2019-12-26
split internal.h into files
卜部昌平
2019-12-20
Added `experimental` warning category
Nobuyoshi Nakada
2019-12-19
Added rb_warn_deprecated
Nobuyoshi Nakada
2019-12-19
Made the warning for deprecated constants follow the category flag
Nobuyoshi Nakada
2019-12-18
per-method serial number
卜部昌平
2019-12-17
Skip optimized method check for most method IDs
John Hawthorn
2019-12-12
Make super in instance_eval in method in module raise TypeError
Jeremy Evans
2019-12-11
use compiled binary for gem_prelude.rb.
Koichi Sasada
2019-12-03
Fixed stack overflow [Bug #16382]
Nobuyoshi Nakada
2019-11-28
Make prepending a refined module after inclusion not break refinements
Jeremy Evans
2019-11-27
prefer class_serial over m_tbl
卜部昌平
2019-11-22
internal.h: Add a prototype declaration for rb_gvar_readonly_setter
Yusuke Endoh
2019-11-20
re-add function prototypes
卜部昌平
2019-11-19
make functions static
卜部昌平
2019-11-18
Warn on access/modify of $SAFE, and remove effects of modifying $SAFE
Jeremy Evans
2019-11-14
delete unused functions
卜部昌平
2019-11-08
delete cc->aux.inc_sp
卜部昌平
2019-11-07
extend rb_call_cache
卜部昌平
2019-11-05
let the .bss section initialize static variables
卜部昌平
2019-11-05
rb_method_basic_definition_p with CC
卜部昌平
2019-11-01
mark functions that do not return NULL as such.
卜部昌平
2019-11-01
ruby_mimmalloc can return NULL
卜部昌平
2019-10-29
Check for nonnull attribute in configure
Nobuyoshi Nakada
2019-10-29
Revert "Check for nonnull attribute in configure"
卜部昌平
2019-10-29
Check for nonnull attribute in configure
Nobuyoshi Nakada
2019-10-29
Clang can also use C call cache
John Hawthorn
2019-10-25
more on struct rb_call_data
卜部昌平
2019-10-10
make rb_raise a GVL-only function again
卜部昌平
2019-10-09
avoid overflow in integer multiplication
卜部昌平
2019-10-09
annotate malloc-ish functions
卜部昌平
2019-10-09
fix arity mismatch
卜部昌平
2019-10-05
Fix potential memory leaks by `rb_imemo_tmpbuf_auto_free_pointer`
Nobuyoshi Nakada
2019-10-04
Make parser_params have parent_iseq instead of base_block
Yusuke Endoh
2019-10-03
Revert https://github.com/ruby/ruby/pull/2486
卜部昌平
[next]