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
/
string.c
Age
Commit message (
Expand
)
Author
2022-03-01
[DOC] Fix String#getbyte doc
Mau Magnaguagno
2022-02-26
[DOC] Move String.new to allow non US-ASCII characters
Nobuyoshi Nakada
2022-02-25
[DOC] Enhanced RDoc for some encoding methods (#5598)
Burdette Lamar
2022-02-23
Rename the wrong variable name `beg` to `len`
Shugo Maeda
2022-02-21
rb_debug_rstring_null_ptr: add newlines in the message [ci skip]
Nobuyoshi Nakada
2022-02-19
Add String#byteindex, String#byterindex, and MatchData#byteoffset (#5518)
Shugo Maeda
2022-02-12
[DOC] Remove unnecessary `rdoc-ref:` schemes
Nobuyoshi Nakada
2022-02-12
[DOC] Simplify operator method references
Nobuyoshi Nakada
2022-02-08
Remove extraneous "." in String#+@ documentation
Paarth Madan
2022-02-08
[DOC] Fix broken links to operator methods
Nobuyoshi Nakada
2022-02-08
[DOC] Fix broken links to case_mapping.rdoc
Nobuyoshi Nakada
2022-02-08
[DOC] Fix broken links to literals.rdoc
Nobuyoshi Nakada
2022-02-08
[DOC] Simplify links to global methods
Nobuyoshi Nakada
2022-02-07
[DOC] Use RDoc link style for links in the same class/module
Peter Zhu
2022-02-07
[DOC] Use RDoc link style for links to other classes/modules
Peter Zhu
2022-02-06
Improve links to labels in string.c and struct.c (#5531)
Burdette Lamar
2022-01-07
Change termlen when changing encoding during concatenation
Peter Zhu
2022-01-07
[DOC] Fix typos in a doxygen comment [ci skip]
Nobuyoshi Nakada
2022-01-06
Revert "Set encoding before concatenating to string"
Peter Zhu
2022-01-06
Set correct termlen for frozen strings
Peter Zhu
2022-01-06
Set encoding before concatenating to string
Peter Zhu
2021-12-26
Remove tainted and trusted features
Nobuyoshi Nakada
2021-12-19
[DOC] How to get the longest last match [Bug #18415]
Nobuyoshi Nakada
2021-12-17
What's Here for Symbol (#5289)
Burdette Lamar
2021-12-17
Enhanced RDoc for case mapping (#5245)
Burdette Lamar
2021-12-10
Enhanced RDoc for String (#5234)
Burdette Lamar
2021-12-08
Enhanced RDoc for String (#5227)
Burdette Lamar
2021-12-03
Fix link (#5208)
Burdette Lamar
2021-12-03
Adding links to literals and Kernel (#5192)
Burdette Lamar
2021-11-26
Improve performance of embedded string allocation
Peter Zhu
2021-11-23
Speed up Ractors for Variable Width Allocation
Peter Zhu
2021-11-08
[Feature #18290] Remove all usages of rb_gc_force_recycle
Peter Zhu
2021-11-03
string.c: Follow up to ae2359f602bb467ca755eef02d73d361d35eaed7
Yusuke Endoh
2021-11-02
Enhanced RDoc for String (#5060)
Burdette Lamar
2021-10-28
Cleanup some RDoc (#5050)
Burdette Lamar
2021-10-29
string.c: Add some comments about STR flags
Yusuke Endoh
2021-10-25
[Feature #18239] Implement VWA for strings
Peter Zhu
2021-10-25
[Feature #18239] Add struct for embedded strings
Peter Zhu
2021-10-15
Update documentation for String and Symbol to discuss differences
Jeremy Evans
2021-10-08
Add tests for the edge caces of `String#end_with?`
Nobuyoshi Nakada
2021-10-06
* remove trailing spaces. [ci skip]
git
2021-10-05
Fix documentation for String#{<<,concat,prepend}
Jeremy Evans
2021-10-05
Adjust types to rb_enc_left_char_head
Nobuyoshi Nakada
2021-10-05
Remove a redundant cast between the exact same types
Nobuyoshi Nakada
2021-10-05
rb_enc_left_char_head(): take void*
卜部昌平
2021-10-05
downcase_single/upcase_single: assume ASCII
卜部昌平
2021-10-05
include/ruby/encoding.h: convert macros into inline functions
卜部昌平
2021-10-05
add undeclared variables
卜部昌平
2021-10-01
Skip broken strings as the locale encoding
Nobuyoshi Nakada
2021-09-23
[DOC] Use `unpack1` instead of `unpack(template)[0]` [ci skip]
Kazuhiro NISHIYAMA
[next]