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
2025-04-19
Ensure `struct rb_io` is passed through to `thread.c`. (#13134)
Samuel Williams
2024-03-14
[Feature #20265] Remove rb_newobj_of and RB_NEWOBJ_OF
Peter Zhu
2023-01-18
Don't redefine RB_OBJ_WRITE
Peter Zhu
2022-10-20
Define `UNDEF_P` and `NIL_OR_UNDEF_P` [EXPERIMENTAL]
Nobuyoshi Nakada
2022-10-11
Revert "Revert "This commit implements the Object Shapes technique in CRuby.""
Jemma Issroff
2022-09-30
Revert "This commit implements the Object Shapes technique in CRuby."
Aaron Patterson
2022-09-28
This commit implements the Object Shapes technique in CRuby.
Jemma Issroff
2022-09-26
Revert this until we can figure out WB issues or remove shapes from GC
Aaron Patterson
2022-09-26
This commit implements the Object Shapes technique in CRuby.
Jemma Issroff
2022-07-08
Fix macro redefinition warning for MacOS
Matt Valentine-House
2022-07-07
do not define our own version of memcpy
卜部昌平
2021-09-11
Using RB_BIGNUM_TYPE_P macro
S-H-GAMELINKS
2021-09-11
Remove printf family from the mjit header
Nobuyoshi Nakada
2021-09-10
internal/*.h: skip doxygen
卜部昌平
2021-08-02
Using RBOOL macro
S.H
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
卜部昌平
[next]