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
2016-08-27
multiple arguments
nobu
2016-08-23
string.c: rb_fs_setter
nobu
2016-08-22
string.c: $; name in error message
nobu
2016-07-30
* string.c (String#downcase), NEWS: Mentioned that case mapping for all
duerst
2016-07-29
rb_funcallv
nobu
2016-07-28
* vm_core.h: revisit the structure of frame, block and env.
ko1
2016-07-22
Fix Issues reported by PVS-Studio static analyzer
nobu
2016-07-22
* string.c (String#dump): Change escaping of non-ASCII characters in
duerst
2016-07-15
* string.c (str_buf_cat): Fix potential interger overflow of capa.
ngoto
2016-07-15
* string.c (str_buf_cat): Fix capa size for embed string.
ngoto
2016-07-14
string.c: reduce malloc overhead for default buffer size
normal
2016-07-05
* string.c (rb_str_change_terminator_length): New function to change
ngoto
2016-07-01
* string.c: Partially reverts r55547 and r55555.
ngoto
2016-07-01
* string.c (str_fill_term): When termlen increases, re-allocation
ngoto
2016-07-01
* string.c: Specify termlen as far as possible.
ngoto
2016-07-01
* string.c (rb_str_subseq, str_substr): When RSTRING_EMBED_LEN_MAX
ngoto
2016-07-01
string.c: Add parentheses to avoid C source code ambiguity. [Bug #12536]
ngoto
2016-06-30
* string.c: Fix memory corruptions when using UTF-16/32 strings.
ngoto
2016-06-21
CASEMAP_DEBUG [ci skip]
nobu
2016-06-21
Fix garbage allocation
nobu
2016-06-21
* string.c (rb_str_casemap): fix memory leak.
naruse
2016-06-21
* string.c (rb_str_casemap): int is too small for string size.
naruse
2016-06-16
string.c: adjust buffer size
nobu
2016-06-16
string.c: fix terminator
nobu
2016-06-11
Fix typo in string.c [ci skip]
nobu
2016-06-11
* enc/iso_8859_1.c: Implement non-ASCII case mapping.
duerst
2016-06-10
* string.c: Special-case :ascii option in rb_str_capitalize_bang and
duerst
2016-06-10
* string.c: Special-case :ascii option in rb_str_upcase_bang (retry).
duerst
2016-06-10
hash.c: ensure NUL-terminated for ENV
nobu
2016-06-08
string.c (rb_str_ascii_casemap): fix compile error.
kazu
2016-06-08
* string.c: Revert previous commit (possibility of endless loop).
duerst
2016-06-08
* string.c: Special-case :ascii option in rb_str_upcase_bang.
duerst
2016-06-08
* string.c: New static function rb_str_ascii_casemap; special-casing
duerst
2016-06-07
* string.c (rb_str_upcase_bang, rb_str_capitalize_bang,
duerst
2016-06-07
* string.c (rb_str_downcase_bang): Switch to use primitive except if
duerst
2016-06-06
* string.c: Added UTF-16BE/LE and UTF-32BE/LE to supported encodings
duerst
2016-06-06
* string.c Change rb_str_casemap to use encoding primitive
duerst
2016-06-05
* string.c: Remove :lithuanian guard for Unicode case mapping.
duerst
2016-06-04
crypt.h: remove initialized
nobu
2016-06-02
* string.c: Raise ArgumentError when invalid string is detected in
duerst
2016-06-01
string.c: fallback to crypt_r
nobu
2016-06-01
use system crypt
nobu
2016-06-01
use crypt_r
nobu
2016-05-31
Revert r55225
naruse
2016-05-31
* string.c: Activate full Unicode case mapping for UTF-8 by removing
duerst
2016-05-30
* string.c: Document current behavior for other case mapping methods
duerst
2016-05-30
* string.c: Document current situation for String#downcase. [ci skip]
duerst
2016-05-30
string.c: return reallocated pointer
nobu
2016-05-30
string.c: get rid of unnecessary empty string
nobu
2016-05-30
string.c: check in the order
nobu
[next]