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
2021-12-19
[DOC] How to get the longest last match [Bug #18415]
Nobuyoshi Nakada
2021-12-17
What's Here for Symbol (#5289)
Burdette Lamar
2021-12-17
Enhanced RDoc for case mapping (#5245)
Burdette Lamar
2021-12-10
Enhanced RDoc for String (#5234)
Burdette Lamar
2021-12-08
Enhanced RDoc for String (#5227)
Burdette Lamar
2021-12-03
Fix link (#5208)
Burdette Lamar
2021-12-03
Adding links to literals and Kernel (#5192)
Burdette Lamar
2021-11-26
Improve performance of embedded string allocation
Peter Zhu
2021-11-23
Speed up Ractors for Variable Width Allocation
Peter Zhu
2021-11-08
[Feature #18290] Remove all usages of rb_gc_force_recycle
Peter Zhu
2021-11-03
string.c: Follow up to ae2359f602bb467ca755eef02d73d361d35eaed7
Yusuke Endoh
2021-11-02
Enhanced RDoc for String (#5060)
Burdette Lamar
2021-10-28
Cleanup some RDoc (#5050)
Burdette Lamar
2021-10-29
string.c: Add some comments about STR flags
Yusuke Endoh
2021-10-25
[Feature #18239] Implement VWA for strings
Peter Zhu
2021-10-25
[Feature #18239] Add struct for embedded strings
Peter Zhu
2021-10-15
Update documentation for String and Symbol to discuss differences
Jeremy Evans
2021-10-08
Add tests for the edge caces of `String#end_with?`
Nobuyoshi Nakada
2021-10-06
* remove trailing spaces. [ci skip]
git
2021-10-05
Fix documentation for String#{<<,concat,prepend}
Jeremy Evans
2021-10-05
Adjust types to rb_enc_left_char_head
Nobuyoshi Nakada
2021-10-05
Remove a redundant cast between the exact same types
Nobuyoshi Nakada
2021-10-05
rb_enc_left_char_head(): take void*
卜部昌平
2021-10-05
downcase_single/upcase_single: assume ASCII
卜部昌平
2021-10-05
include/ruby/encoding.h: convert macros into inline functions
卜部昌平
2021-10-05
add undeclared variables
卜部昌平
2021-10-01
Skip broken strings as the locale encoding
Nobuyoshi Nakada
2021-09-23
[DOC] Use `unpack1` instead of `unpack(template)[0]` [ci skip]
Kazuhiro NISHIYAMA
2021-09-16
Adjust indent in string.c [ci skip]
Nobuyoshi Nakada
2021-09-15
Refactor and Using RBOOL macro
S.H
2021-09-11
Remove printf family from the mjit header
Nobuyoshi Nakada
2021-09-10
include/ruby/internal/intern/string.h: add doygen
卜部昌平
2021-09-08
[Bug #18154] Fix memory leak in String#initialize
Peter Zhu
2021-08-17
Treat NULL fake string as an empty string
Nobuyoshi Nakada
2021-08-11
Term fill in String#{,l,r}strip! even when SHARABLE_MIDDLE_SUBSTRING
Jeremy Evans
2021-08-03
Fix indentation in string.c
Peter Zhu
2021-08-02
Fix documentation of #<=> and #casecmp [ci skip]
Troy Chance
2021-08-02
Using RBOOL macro
S.H
2021-07-24
Escape unprintable chars only, without surrounding quotes
Nobuyoshi Nakada
2021-07-07
Refactor rb_str_export and rb_str_export_locale function's
S-H-GAMELINKS
2021-06-30
Specify version to remove as bare numbers
Nobuyoshi Nakada
2021-06-30
rb_warn_deprecated_to_remove_at [Feature #17432]
Nobuyoshi Nakada
2021-06-26
Scan the coderange in the given encoding
Nobuyoshi Nakada
2021-06-23
Add Related link from String#hash to Object#hash
Ketan Bhatt
2021-06-21
What's Here for Numeric and Comparable
Burdette Lamar
2021-06-17
Adjust styles [ci skip]
Nobuyoshi Nakada
2021-04-13
Make String#crypt ractor-safe
Nobuyoshi Nakada
2021-04-12
Get rid of LONG_LONG redefinition
Nobuyoshi Nakada
2021-03-22
rb_enc_interned_str: handle autoloaded encodings
Jean Boussier
2021-02-20
Make String#{strip,lstrip}{,!} strip leading NUL bytes
Jeremy Evans
[next]