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
/
intern
Age
Commit message (
Expand
)
Author
2024-12-13
[DOC] Update `rb_strlen_lit`
Nobuyoshi Nakada
2024-12-04
Fix typos in public headers [ci skip]
Alan Wu
2024-11-13
Mark strings returned by Symbol#to_s as chilled (#12065)
Jean byroot Boussier
2024-11-10
rb_strlen_lit: support wide string literals
Nobuyoshi Nakada
2024-11-10
Fix sign-conversion warnings on IL32 platforms
Nobuyoshi Nakada
2024-08-28
[DOC] Mention rb_io_fdopen() takes ownership of the FD
Alan Wu
2024-07-19
Make rb_check_frozen_inline() static inline again
Alan Wu
2024-07-17
[DOC] No more is rb_ary_freeze() an alias of rb_obj_freeze()
Alan Wu
2024-06-02
Stop exposing `rb_str_chilled_p`
Jean Boussier
2024-05-28
Stop marking chilled strings as frozen
Étienne Barrié
2024-03-27
[DOC] remove repetitive words in comments
crazeteam
2024-03-26
Expose rb_str_chilled_p
Étienne Barrié
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-05
[DOC] fix some comments
cui fliter
2024-03-01
Clarify C API documentation about pinned classes
Jean Boussier
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-09-27
[DOC] Missing comment markers
Nobuyoshi Nakada
2023-08-29
Expose `rb_process_status_wait` and hide `rb_process_status_waitv`. (#8316)
Samuel Williams
2023-07-17
Move `posix_signal` declaration internal with prefix `ruby_`
Nobuyoshi Nakada
2023-07-13
[Feature #19757] Add new API `rb_data_define`
Nobuyoshi Nakada
2023-06-27
Use `rb_reg_nth_defined` instead of `rb_match_nth_defined`
Nobuyoshi Nakada
2023-06-12
[DOC] Should use `NULL` instead of zero
Nobuyoshi Nakada
2023-03-06
Remove obsoleted MJIT_STATIC macro
Takashi Kokubun
2023-02-27
Merge internal/intern/gc.h into internal/gc.h
Matt Valentine-House
2022-12-20
Never use the storage of another Fiber, that violates the whole design
Benoit Daloze
2022-12-09
[DOC] Update `rb_gc_mark_locations` doc
Jimmy Bourassa
2022-12-02
Clarify the storage argument. (#6849)
Samuel Williams
2022-12-01
Introduce `Fiber#storage` for inheritable fiber-scoped variables. (#6612)
Samuel Williams
2022-10-26
Fix -Wundef warnings
Nobuyoshi Nakada
2022-10-20
Add Class#attached_object
Ufuk Kayserilioglu
2022-10-10
object.c: rb_eql returns int not VALUE
Jean Boussier
2022-09-08
[Bug #5317] Use `rb_off_t` instead of `off_t`
Nobuyoshi Nakada
2022-08-27
typos
spaette
2022-07-26
Rename rb_ary_tmp_new to rb_ary_hidden_new
Peter Zhu
2022-06-15
Restore rb_exec_recursive_outer
John Hawthorn
2022-06-10
Make method id explicit in rb_exec_recursive_outer
John Hawthorn
2022-04-26
Expose `rb_hash_new_capa(long)`
Jean Boussier
2022-04-01
Finer-grained constant cache invalidation (take 2)
Kevin Newton
2022-03-25
Revert "Finer-grained inline constant cache invalidation"
Nobuyoshi Nakada
2022-03-24
Finer-grained inline constant cache invalidation
Kevin Newton
2022-01-20
Mark `rb_clear_constant_cache` as internal use only
Nobuyoshi Nakada
2022-01-18
[Feature #18491] Drop support for HP-UX
Peter Zhu
2022-01-13
[DOC] Fix a typo in a doc
Nobuyoshi Nakada
2021-12-30
Remove declarations of deprecated functions
Nobuyoshi Nakada
2021-12-26
Remove tainted and trusted features
Nobuyoshi Nakada
2021-12-21
Improved exception usage/classes.
Samuel Williams
2021-12-11
intern/select/posix.h: remove unused parameter from rb_fd_dup
Yuta Saito
2021-11-23
Add Class#subclasses
Jean Boussier
[next]