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
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-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
2022-04-14
[DOC] Move the documentations of moved Symbol methods
Nobuyoshi Nakada
2022-04-13
[DOC] Enhanced RDoc for Symbol (#5796)
Burdette Lamar
2022-04-13
Enforce literals on the second arguments
Nobuyoshi Nakada
2022-04-12
Enhanced RDoc for Symbol (#5795)
Burdette Lamar
2022-04-08
Fix some RDoc links (#5778)
Burdette Lamar
2022-04-07
All-in-one RDoc for class String (#5777)
Burdette Lamar
2022-04-06
[DOC] Enhanced RDoc for string slices (#5769)
Burdette Lamar
2022-04-04
Enhanced RDoc for String#index (#5759)
Burdette Lamar
2022-04-03
[DOC] Enhanced RDoc for String (#5753)
Burdette Lamar
2022-04-02
[DOC] Enhanced RDoc for String (#5751)
Burdette Lamar
2022-03-31
[DOC] Enhanced RDoc for String (#5742)
Burdette Lamar
2022-03-30
Repaired What's Here sections for Range, String, Symbol, Struct (#5735)
Burdette Lamar
2022-03-29
[DOC] Enhanced RDoc for String (#5730)
Burdette Lamar
2022-03-28
[DOC] Enhanced RDoc for String (#5726)
Burdette Lamar
2022-03-27
[DOC] Enhanced RDoc for String (#5724)
Burdette Lamar
2022-03-27
[DOC] Fix references to unary operator
Nobuyoshi Nakada
2022-03-26
Enhanced RDoc for String (#5723)
Burdette Lamar
2022-03-26
[DOC] Use simple references to operator methods
Nobuyoshi Nakada
2022-03-24
[DOC] Enhanced RDoc for String (#5707)
Burdette Lamar
2022-03-22
[DOC] Enhanced RDoc for String (#5685)
Burdette Lamar
2022-03-21
[DOC] Use RDoc inclusions in string.c (#5683)
Burdette Lamar
2022-03-18
[DOC] Enhanced RDoc for String (#5675)
Burdette Lamar
2022-03-18
Add String#bytesplice
Shugo Maeda
[next]