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
2017-05-31
Improve performance of implicit type conversion
watson1978
2017-05-26
string.c: adjust style [ci skip]
nobu
2017-05-25
string.c: Optimize String#concat when argc is 1
k0kubun
2017-05-25
vm_insnhelper.c: rb_eql_opt should call eql?
nobu
2017-05-24
string.c: fix String#crypt leak introduced in r58866
normal
2017-05-24
string.c: for small crypt_data
nobu
2017-05-24
Add debug counters.
ko1
2017-05-24
string.c (rb_str_crypt): fix excessive stack use with crypt_r
normal
2017-05-21
string.c: fix String#{casecmp,casecmp?} for non-string arguments
stomar
2017-05-14
string.c: cut down intermediate string
nobu
2017-05-13
revert r58703 & r58705
nobu
2017-05-13
string.c: fix up r58703
nobu
2017-05-13
string.c: cut down intermediate string
nobu
2017-05-13
string.c: fix one-off bug
nobu
2017-05-12
string.c: remove bare Unicode.
nobu
2017-05-11
string.c: docs for String#match
stomar
2017-05-11
string.c: docs for Symbol
stomar
2017-05-11
string.c: docs for Symbol#{match,match?}
stomar
2017-05-09
string.c: fix r58618
nobu
2017-05-09
replace hand-written argument check by call to rb_scan_args in unicode_normal...
duerst
2017-05-06
string.c: fix types
nobu
2017-05-04
string.c: [DOC] improve docs for String.new
stomar
2017-05-04
string.c: [DOC] Properly refer to keyword argument by its name
ktsj
2017-05-04
refactor common parts of unicode normalization functions into unicode_normali...
duerst
2017-05-04
move definition of String#unicode_normalized? to C to make sure it is documented
duerst
2017-05-04
move definition of String#unicode_normalize! to C to make sure it is documented
duerst
2017-05-03
* remove trailing spaces.
svn
2017-05-03
move definition of String#unicode_normalize to C to make sure it is documented
duerst
2017-04-17
string.c: improve insertion performace
nobu
2017-03-29
string.c: Supress logical-op-parentheses warning
sorah
2017-03-21
string.c: use the usable size
nobu
2017-03-18
fix accidental reversal of r57997 in r58000
duerst
2017-03-17
clarifiy 'codepoint' in documentation of String#each_codepoint
duerst
2017-03-17
deduplicate static rb_str_format format strings
normal
2017-03-15
string.c: shortcut argument check
nobu
2017-03-14
string.c: use rb_check_string_type
nobu
2017-03-13
docs for Symbol#casecmp and Symbol#casecmp?
stomar
2017-03-13
string.c (rb_str_set_len): pathological check
nobu
2017-03-13
string.c: $; is a GC-root
nobu
2017-03-11
docs for String#casecmp and String#casecmp?
stomar
2017-03-08
string.c (str_uminus): update doc for deduplication
normal
2017-03-08
fix paren
nobu
2017-03-07
string.c: [DOC] Fix a typo in String#dump
kazu
2017-03-07
string.c: negation of LONG_MIN
nobu
2017-03-07
string.c: fix integer overflow
nobu
2017-03-07
string.c: fix integer overflow
nobu
2017-03-04
string.c: [DOC] fix doc formatting for String#==, #===
stomar
2017-03-02
string.c: restore documentation for String#<<
stomar
2017-02-24
string.c (str_uminus): deduplicate strings
normal
2017-02-14
string.c: assertion
nobu
[next]