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
/
string.h
Age
Commit message (
Expand
)
Author
2022-11-02
Use shared flags of the type
Peter Zhu
2022-09-23
Revert "Revert "error.c: Let Exception#inspect inspect its message""
Yusuke Endoh
2022-08-31
[Bug #18973] Promote US-ASCII to ASCII-8BIT when adding 8-bit char
Nobuyoshi Nakada
2022-06-13
Move String RVALUES between pools
Matt Valentine-House
2022-06-07
Revert "error.c: Let Exception#inspect inspect its message"
Yusuke Endoh
2022-06-07
error.c: Let Exception#inspect inspect its message
Yusuke Endoh
2021-10-20
Add comments about special runtime routines YJIT calls
Alan Wu
2021-10-01
Skip broken strings as the locale encoding
Nobuyoshi Nakada
2021-09-10
internal/*.h: skip doxygen
卜部昌平
2021-07-11
Move rb_str_escape function declaration
S-H-GAMELINKS
2021-06-01
Remove unneeded rb_str_initialize defination in internal/string.h (#4465)
S.H
2020-12-07
tuning trial: newobj with current ec
Koichi Sasada
2020-12-01
should not use rb_str_modify(), too
Koichi Sasada
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
卜部昌平
2019-12-26
decouple internal.h headers
卜部昌平
2019-12-26
internal/string.h rework
卜部昌平
2019-12-26
internal/proc.h rework
卜部昌平
2019-12-26
split internal.h into files
卜部昌平