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
ruby_4_0
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
/
internal
Age
Commit message (
Expand
)
Author
2024-09-24
fix rb_memsearch() document
NAITOH Jun
2024-08-28
[DOC] Mention rb_io_fdopen() takes ownership of the FD
Alan Wu
2024-08-11
Fix sign-conversion warning
Nobuyoshi Nakada
2024-07-19
Make rb_check_frozen_inline() static inline again
Alan Wu
2024-07-17
[DOC] Note that rb_obj_freeze_inline() can raise NoMemoryError
Alan Wu
2024-07-17
[DOC] No more is rb_ary_freeze() an alias of rb_obj_freeze()
Alan Wu
2024-07-12
give up USE_GC_MALLOC_OBJ_INFO_DETAILS
卜部昌平
2024-07-10
Add rb_block_call2, a flexible variant of rb_block_call
Yusuke Endoh
2024-06-21
Show more in `RBIMPL_ASSERT_TYPE`
Nobuyoshi Nakada
2024-06-13
Crash instead of raising with Check_Type() in RBIMPL_ASSERT_TYPE() in debug b...
Alan Wu
2024-06-06
Mark old Data API as deprecated
Jean Boussier
2024-06-02
Stop exposing `rb_str_chilled_p`
Jean Boussier
2024-05-28
Make value_type.h compatible with -Wconversion
Jean Boussier
2024-05-28
Allow compilation of C extensions with `-Wconversion`
Mike Dalessio
2024-05-28
Stop marking chilled strings as frozen
Étienne Barrié
2024-04-29
suppress -Wold-style-cast warnings
卜部昌平
2024-04-29
workaround C++ compile error
卜部昌平
2024-04-27
use of stdckdint.h
卜部昌平
2024-04-18
Include coderange.h in encoding.h
Peter Zhu
2024-04-16
RB_OBJ_FREEZE_RAW: Set the object shape
Jean Boussier
2024-04-11
put empty `rb_gc_force_recycle()`
Koichi Sasada
2024-04-05
Remove deprecated function rb_gc_force_recycle
Peter Zhu
2024-03-27
[DOC] remove repetitive words in comments
crazeteam
2024-03-26
Expose rb_str_chilled_p
Étienne Barrié
2024-03-23
[DOC] Small edits in rbasic.h
Xavier Noria
2024-03-19
Implement chilled strings
Étienne Barrié
2024-03-14
[Feature #20265] Remove rb_newobj_of and RB_NEWOBJ_OF
Peter Zhu
2024-03-14
[Feature #20265] Remove rb_newobj and RB_NEWOBJ
Peter Zhu
2024-03-06
Move FL_SINGLETON to FL_USER1
Jean Boussier
2024-03-05
[DOC] fix some comments
cui fliter
2024-03-01
Clarify C API documentation about pinned classes
Jean Boussier
2024-02-11
Win32: Fix pre-defined macros for platforms
Nobuyoshi Nakada
2024-02-04
Do not define ABI version in statically linked objects
Nobuyoshi Nakada
2024-02-01
Suppress unused-local-typedef warnings
Nobuyoshi Nakada
2024-01-19
Pass down "stack start" variables from closer to the top of the stack
KJ Tsanaktsidis
2024-01-12
Revert "Pass down "stack start" variables from closer to the top of the stack"
KJ Tsanaktsidis
2024-01-12
Pass down "stack start" variables from closer to the top of the stack
KJ Tsanaktsidis
2023-12-21
Typo fixes for public headers [ci skip]
Alan Wu
2023-12-14
rb_ext_resolve_symbol: C API to resolve and return externed symbols [Feature ...
Satoshi Tagomori
2023-11-30
Add `RUBY_REFERENCES`
Nobuyoshi Nakada
2023-11-30
Prefix `REF_EDGE` and `REFS_LIST_PTR` with `RUBY_`
Nobuyoshi Nakada
2023-11-26
Constify `RUBY_REFERENCES_START` tables
Nobuyoshi Nakada
2023-11-08
TypedData_Make_Struct0: cast RTYPEDDATA_GET_DATA return pointer
Jean Boussier
2023-11-07
Implement embedded TypedData objects
Peter Zhu
2023-09-29
Fix documentation for rb_warn() and friends
Benoit Daloze
2023-09-27
[DOC] Missing comment markers
Nobuyoshi Nakada
2023-09-16
Fix comment for rb_enc_str_new [ci skip]
John Hawthorn
2023-08-29
Expose `rb_process_status_wait` and hide `rb_process_status_waitv`. (#8316)
Samuel Williams
2023-08-25
workaround clang-17 -Wc2x-extensions
卜部昌平
2023-08-02
YJIT: Move ROBJECT_OFFSET_* to yjit.c (#8157)
Takashi Kokubun
[next]