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
2019-04-29
this variable is not guaranteed aligned
Urabe, Shyouhei
2019-04-29
fix typo
Urabe, Shyouhei
2019-04-27
Get rid of indirect sharing
Nobuyoshi Nakada
2019-04-18
string.c: warn non-nil $;
nobu
2019-04-17
string.c: improve splitting into chars
nobu
2019-03-20
string.c: [DOC] fix reference to sprintf [ci skip]
nobu
2019-03-20
string.c: [DOC] remove unnecessary markups [ci skip]
nobu
2019-03-20
string.c: [DOC] fix indent [ci skip]
nobu
2019-03-05
string.c: respect the actual encoding
nobu
2019-02-07
* string.c (chopped_length): early return for empty strings
nobu
2019-01-22
Add more example of `String#dump`
kazu
2019-01-21
Improvements to documentation.
samuel
2019-01-21
string.c (rb_str_dump): Fix the rdoc
mame
2019-01-15
Use `&` instead of `modulo`
nobu
2019-01-15
setbyte / ungetbyte allow out-of-range integers
shyouhei
2019-01-08
Defer escaping control char in error messages
nobu
2018-12-26
string.c: remove the deprecation warnings of `String#bytes` with block
mame
2018-12-26
Revert "string.c: remove the deprecation warnings of `String#bytes` with block"
mame
2018-12-26
string.c: remove the deprecation warnings of `String#bytes` with block
mame
2018-12-12
string.c: [DOC] fix typos
stomar
2018-12-09
implement special behavior for Georgian for String#capitalize
duerst
2018-12-06
suppress warning: unused variable 'vbits'
naruse
2018-12-06
Prefer rb_check_arity when 0 or 1 arguments
nobu
2018-12-03
string.c: [DOC] deprecate String#crypt [ci skip] [Feature #14915]
shyouhei
2018-11-24
* expand tabs.
svn
2018-11-24
fix r65954; Keep tainty
naruse
2018-11-24
Don't use single byte optimization on grapheme clusters
naruse
2018-11-21
char is not unsigned
shyouhei
2018-11-19
string.c: setbyte silently ignores upper bits
shyouhei
2018-11-07
string.c: this assumption is false [ci skip]
shyouhei
2018-11-06
adopt sanitizer API
shyouhei
2018-10-30
fix type.
ko1
2018-10-30
introduce TransientHeap. [Bug #14858]
ko1
2018-10-30
* expand tabs.
svn
2018-10-30
revert r65444 and r65446 because of commit miss
ko1
2018-10-30
introduce TransientHeap. [Bug #14858]
ko1
2018-10-26
string.c: improve docs for String#strip and related
stomar
2018-10-19
array.c, file.c, string.c: [DOC] fix typos
stomar
2018-10-16
string.c: grapheme cluster regexp failure
nobu
2018-10-13
string.c: [DOC] add example code for String#strip!
stomar
2018-10-13
string.c: small doc improvement
stomar
2018-10-13
Prefer `rb_fstring_lit` over `rb_fstring_cstr`
nobu
2018-10-13
Added comments to rb_setup_fake_str and rb_fstring_new [ci skip]
nobu
2018-09-16
[DOC] Improve String#strip documentation.
marcandre
2018-06-27
move function declarations from insns.def to internal.h
shyouhei
2018-06-11
string.c: [DOC] grammar fixes
stomar
2018-06-08
[Docs] Improve documentation of String#lines
nobu
2018-06-04
String#uminus dedupes unconditionally
normal
2018-06-01
string.c: trivial optimizations
nobu
2018-06-01
string.c: doc for [Feature #13712]
nobu
[next]