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
2024-02-19
[Bug #20280] Check by `rb_parser_enc_str_coderange`
Nobuyoshi Nakada
2024-02-19
[Bug #20280] Raise SyntaxError on invalid encoding symbol
Nobuyoshi Nakada
2024-02-15
Unset STR_SHARED when setting string to embed
Peter Zhu
2024-02-15
Do not include a backtick in error messages and backtraces
Yusuke Endoh
2024-02-14
[DOC] Doc compliance (#9955)
Burdette Lamar
2024-02-13
Fix use-after-move in Symbol#inspect
Alan Wu
2024-02-13
Specialize String#byteslice(a, b) (#9939)
Aaron Patterson
2024-02-12
Replace assert with RUBY_ASSERT in string.c
Peter Zhu
2024-02-08
[DOC] Improve flags of string
Peter Zhu
2024-02-05
Make io_fwrite safe for compaction
Peter Zhu
2024-01-31
Annotate Symbol#to_s as leaf (#9769)
Takashi Kokubun
2024-01-17
Fix memory leak in String#tr and String#tr_s
Peter Zhu
2024-01-16
Fix coderange of invalid_encoding_string.<<(ord)
tompng
2024-01-08
Fix memory leak in grapheme clusters
Peter Zhu
2024-01-02
[DOC] Add parentheses in call-seq for String#include?
Peter Zhu
2023-12-24
Fix Symbol#inspect for GC compaction
Peter Zhu
2023-12-23
Fix String#sub for GC compaction
Peter Zhu
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
[next]