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
/
internal
/
class.h
Age
Commit message (
Expand
)
Author
2021-09-24
Consider modified modules initialized [Bug #18185]
Nobuyoshi Nakada
2021-09-19
Fix a typo [Bug #17048]
Nobuyoshi Nakada
2021-09-17
Already initialized modules cannot be replaced [Bug #17048]
Nobuyoshi Nakada
2021-09-10
internal/*.h: skip doxygen
卜部昌平
2021-08-19
Remove old warning aged nearly 8 years
Nobuyoshi Nakada
2021-06-18
Add a cache for class variables
eileencodes
2021-05-11
Revert "Filling cache values on cvar write"
Aaron Patterson
2021-05-11
Add a cache for class variables
eileencodes
2021-02-01
Add RCLASS_SUBCLASSES Macro
Matt Valentine-House
2021-02-01
Add RCLASS_ALLOCATOR Macro
Matt Valentine-House
2021-02-01
Add PARENT_MODULE_SUBCLASSES Macro
Matt Valentine-House
2021-02-01
Add RCLASS_PARENT_SUBMODULES Macro
Matt Valentine-House
2020-10-17
sync RClass::ext::iv_index_tbl
Koichi Sasada
2020-08-27
RClassDeprecated: delete
卜部昌平
2020-08-27
rb_deprecated_classext_struct: delete
卜部昌平
2020-08-17
Remove write barrier exemption for T_ICLASS
Alan Wu
2020-07-22
Lazily insert origins on prepend to save memory
Alan Wu
2020-06-03
Ensure origins for all included, prepended, and refined modules
Jeremy Evans
2020-05-22
Fix origin iclass pointer for modules
Jeremy Evans
2020-05-22
Revert "Fix origin iclass pointer for modules"
Jeremy Evans
2020-05-22
Fix origin iclass pointer for modules
Jeremy Evans
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-02-22
Introduce disposable call-cache.
Koichi Sasada
2019-12-26
decouple internal.h headers
卜部昌平
2019-12-26
internal/class.h rework
卜部昌平
2019-12-26
split internal.h into files
卜部昌平