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
/
string.h
Age
Commit message (
Expand
)
Author
2025-08-29
[DOC] rb_str_resurrect(): Reword to remove wrong guess; used by zlib
Alan Wu
2025-07-28
[DOC] Fix return value of rb_str_hash_cmp
Peter Zhu
2024-12-13
[DOC] Update `rb_strlen_lit`
Nobuyoshi Nakada
2024-11-10
rb_strlen_lit: support wide string literals
Nobuyoshi Nakada
2024-06-02
Stop exposing `rb_str_chilled_p`
Jean Boussier
2024-03-27
[DOC] remove repetitive words in comments
crazeteam
2024-03-26
Expose rb_str_chilled_p
Étienne Barrié
2024-03-05
[DOC] fix some comments
cui fliter
2021-12-26
Remove tainted and trusted features
Nobuyoshi Nakada
2021-11-11
revival of must_not_null()
卜部昌平
2021-09-10
suppress GCC's -Wmissing-attribute
卜部昌平
2021-09-10
include/ruby/internal/intern/string.h: add doygen
卜部昌平
2021-09-10
sed -i 's/. They/. They/'
卜部昌平
2020-11-17
Expose the rb_interned_str_* family of functions
Jean Boussier
2020-10-30
Add warning for str_new_static functions
Alan Wu
2020-05-11
rb_str_new: hoist RB_CONSTANT_P out of function
卜部昌平
2020-05-11
sed -i 's|ruby/impl|ruby/internal|'
卜部昌平
2020-05-11
mv include/ruby/{impl,internal}
卜部昌平