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
2023-12-17
Stir the hash value more with encoding index
Nobuyoshi Nakada
2023-12-16
[Bug #20068] Encoding does not matter to empty strings
Nobuyoshi Nakada
2023-12-13
Make String#chomp! raise ArgumentError for 2+ arguments if string is empty
Jeremy Evans
2023-12-01
Make String#undump compaction safe
Peter Zhu
2023-12-01
Pin embedded shared strings
Peter Zhu
2023-11-29
Guard match from GC in String#gsub
Peter Zhu
2023-11-27
Guard match from GC when scanning string
Peter Zhu
2023-11-20
Specialize String#dup
Jean Boussier
2023-11-09
String#force_encoding don't clear coderange if encoding is unchanged
Jean Boussier
2023-11-08
String for string literal is not resizable
Nobuyoshi Nakada
2023-11-02
Make String.new size pools aware.
Jean Boussier
2023-09-27
[DOC] Missing comment markers
Nobuyoshi Nakada
2023-09-26
[Bug #19902] Update the coderange regarding the changed region
Nobuyoshi Nakada
2023-09-01
Use end of char boundary in start_with?
John Hawthorn
2023-08-26
[Bug #19784] Fix behaviors against prefix with broken encoding
Nobuyoshi Nakada
2023-08-26
Introduce `at_char_boundary` function
Nobuyoshi Nakada
2023-08-23
Fix premature string collection during append
Alan Wu
2023-08-22
Use STR_EMBED_P instead of testing STR_NOEMBED
Peter Zhu
2023-08-18
Don't check for STR_NOEMBED in rb_fstring
Peter Zhu
2023-08-11
[DOC] Don't suppress autolinks (#8208)
Burdette Lamar
2023-08-03
No computing embed_capa_max in str_subseq
Kunshan Wang
2023-07-28
Fill terminator properly
Nobuyoshi Nakada
2023-07-15
[Bug #19769] Fix range of size 1 in `String#tr`
alexandre184
2023-07-09
Make the string index functions closer to symmetric
Nobuyoshi Nakada
2023-07-09
Make `rb_str_rindex` return byte index
Nobuyoshi Nakada
2023-07-09
[Bug #19763] Raise same message exception for regexp
Nobuyoshi Nakada
2023-06-28
Ensure the byte position is a valid boundary
Nobuyoshi Nakada
2023-06-28
[Bug #19748] Fix out-of-bound access in `String#byteindex`
Nobuyoshi Nakada
2023-06-28
[Bug #19746] `String#index` with regexp should clear `$~` unless matched
Nobuyoshi Nakada
2023-06-20
[DOC] Regexp doc (#7923)
Burdette Lamar
2023-06-09
Assign into optimal size pools using String#split("")
Matt Valentine-House
2023-06-06
Unify length field for embedded and heap strings (#7908)
Peter Zhu
2023-06-05
[DOC] Update flags doc for strings
Peter Zhu
2023-06-01
Simplify duplicated code
Peter Zhu
2023-06-01
Don't refetch ptr and len
Peter Zhu
2023-05-26
Remove dead code in string.c
Peter Zhu
2023-04-06
[Feature #19474] Refactor NEWOBJ macros
Matt Valentine-House
2023-04-04
[Feature #19579] Remove !USE_RVARGC code (#7655)
Peter Zhu
2023-03-18
RJIT: Optimize String#bytesize
Takashi Kokubun
2023-03-06
Stop exporting symbols for MJIT
Takashi Kokubun
2023-03-05
Optimize String#getbyte
Takashi Kokubun
2023-03-03
rb_str_modify_expand: clear the string coderange
RĂ´mulo Ceccon
2023-02-27
Fix spelling (#7389)
John Bampton
2023-02-27
Symbol#end_with? accepts Strings only
Adam Daniels
2023-02-19
Remove (newly unneeded) remarks about aliases
BurdetteLamar
2023-02-19
[DOC] Small adjustment for String method docs
zverok
2023-02-09
Rename rb_str_splice_{0,1} -> rb_str_update_{0,1}
Matt Valentine-House
2023-02-09
Remove alias macro rb_str_splice
Matt Valentine-House
2023-02-09
Merge gc.h and internal/gc.h
Matt Valentine-House
2023-02-03
Mark "mapping_buffer" as write barrier protected
Jean Boussier
[next]