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-02-03
Mark "mapping_buffer" as write barrier protected
Jean Boussier
2023-01-20
[Feature #19314] Add new arguments of String#bytesplice
Shugo Maeda
2023-01-19
String#bytesplice should return self
Shugo Maeda
2023-01-13
Use str_enc_copy_direct to improve performance
Matt Valentine-House
2023-01-13
Remove MIN_PRE_ALLOC_SIZE from Strings.
Matt Valentine-House
2023-01-12
Add str_enc_copy_direct
Peter Zhu
2023-01-09
Set STR_SHARED_ROOT flag on root of string
Peter Zhu
2023-01-09
Fix re-embedding of strings during compaction
Peter Zhu
2023-01-06
[Bug #19319] Fix crash in rb_str_casemap
Peter Zhu
2022-12-22
[DOC] Fix typo
Nobuyoshi Nakada
2022-12-02
Introduce encoding check macro
S-H-GAMELINKS
2022-11-24
Make String#rstrip{,!} raise Encoding::CompatibilityError for broken coderange
Jeremy Evans
2022-11-16
Using UNDEF_P macro
S-H-GAMELINKS
2022-11-15
Rewrite Symbol#to_sym and #intern in Ruby (#6683)
Takashi Kokubun
2022-11-14
Use string's capacity to determine if reembeddable
Peter Zhu
2022-11-03
Make str_alloc_heap return a STR_NOEMBED string
Peter Zhu
2022-10-04
Correcting example for swapcase! method
Vaevictusnet
2022-09-28
Fix bug when slicing a string with broken encoding
Peter Zhu
2022-09-28
Make string slices views rather than copies
Peter Zhu
2022-09-26
Refactor str_substr and str_subseq
Peter Zhu
2022-09-26
string.c: don't create a frozen copy for str_new_shared
Jean Boussier
2022-09-26
Fix coderange calculation in String#b
Kazuki Yamaguchi
2022-09-23
Revert "Revert "error.c: Let Exception#inspect inspect its message""
Yusuke Endoh
2022-09-12
Remove get_actual_encoding() and the dynamic endian detection for dummy UTF-1...
Benoit Daloze
2022-09-09
Avoid unnecessary copying when removing the leading part of a string
Kazuki Yamaguchi
2022-09-08
rb_str_concat_literals: use rb_str_buf_append
Jean Boussier
2022-09-08
[DOC] non-positive `base` in `Kernel#Integer` and `String#to_i`
Nobuyoshi Nakada
2022-08-31
[Bug #18973] Promote US-ASCII to ASCII-8BIT when adding 8-bit char
Nobuyoshi Nakada
2022-08-27
[DOC] Fix a typo [ci skip]
Nobuyoshi Nakada
2022-08-20
Check if encoding capable object before check if ASCII compatible
Nobuyoshi Nakada
2022-08-18
rb_str_resize: Only clear coderange on truncation
Jean Boussier
2022-08-11
Fix inspect for unicode codepoint 0x85
Jeremy Evans
2022-07-26
Adjust indent [ci skip]
Nobuyoshi Nakada
2022-07-26
Cheaply derive code range for String#b return value
Kevin Menard
2022-07-25
rb_str_buf_append: add a fast path for ENC_CODERANGE_VALID
Jean Boussier
2022-07-21
Expand tabs [ci skip]
Takashi Kokubun
2022-07-21
Make String#each_line work correctly with paragraph separator and chomp
Jeremy Evans
2022-07-21
string.c: use str_enc_fastpath in TERM_LEN
Jean Boussier
2022-07-19
str_buf_cat: preserve coderange when going through fastpath
Jean Boussier
2022-07-19
rb_str_buf_append: fastpath to str_buf_cat
Jean Boussier
2022-07-19
Rename ENCINDEX_ASCII to ENCINDEX_ASCII_8BIT
Jean Boussier
2022-07-13
[DOC] Correct call-seq directive in string.c (#6131)
Burdette Lamar
2022-06-17
Using is_ascii_string to check encoding
S-H-GAMELINKS
2022-06-16
Remove unused and accidentally public rb_str_shared_root_p()
Alan Wu
2022-06-14
Add placeholder to let braces match
Nobuyoshi Nakada
2022-06-13
Move String RVALUES between pools
Matt Valentine-House
2022-06-09
[DOC] Fix markup for `String` (#5984)
Alexander Ilyin
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
2022-05-20
[Feature #18595] Alias String#-@ as String#dedup
Jean Boussier
[next]