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
/
gc.h
Age
Commit message (
Expand
)
Author
2021-09-10
internal/*.h: skip doxygen
卜部昌平
2021-08-25
[Feature #18045] Implement size classes for GC
Peter Zhu
2021-08-25
[Feature #18045] Remove T_PAYLOAD
Peter Zhu
2021-08-23
Revert "[Feature #18045] Implement size classes for GC"
Peter Zhu
2021-08-23
[Feature #18045] Implement size classes for GC
Peter Zhu
2021-08-23
[Feature #18045] Remove T_PAYLOAD
Peter Zhu
2021-07-28
Don't export rb_gc_ractor_newobj_cache_clear
Peter Zhu
2021-07-15
[Bug #18014] Fix memory leak in GC when using Ractors
Peter Zhu
2021-05-07
Protoized old pre-ANSI K&R style declarations and definitions
Nobuyoshi Nakada
2021-05-06
Allow newobj_of0 and newobj_slowpath to allocate into multiple heap slots
Matt Valentine-House
2020-12-13
Narrowed down unaligned member access region in RB_OBJ_WRITE
Nobuyoshi Nakada
2020-12-07
RB_EC_NEWOBJ_OF
Koichi Sasada
2020-09-02
Initialize new T_OBJECT as ROBJECT_EMBED
John Hawthorn
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-09
Separate objspace argument for rb_gc_disable and rb_gc_enable
Nobuyoshi Nakada
2019-12-27
Try to fix error on Solaris
Kazuhiro NISHIYAMA
2019-12-26
decouple internal.h headers
卜部昌平
2019-12-26
internal/gc.h rework
卜部昌平
2019-12-26
add several __has_something macro
卜部昌平
2019-12-26
split internal.h into files
卜部昌平