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-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
2022-03-16
[DOC] Enhanced RDoc for String#split (#5644)
Burdette Lamar
2022-03-16
Initialize mutex for crypt(3) statically
Nobuyoshi Nakada
2022-03-09
[DOC] Enhanced RDoc for String (#5635)
Burdette Lamar
2022-03-09
[DOC] Enhanced RDoc for String (#5633)
Burdette Lamar
2022-03-09
[DOC] Fix default offset of String#byterindex
Kazuhiro NISHIYAMA
2022-03-07
[DOC] Enhanced RDoc for String #tr and #tr! (#5626)
Burdette Lamar
2022-03-03
[DOC] mark `rb_str_init` as `:nodoc:`
Nobuyoshi Nakada
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
[next]