summaryrefslogtreecommitdiff
path: root/string.c
AgeCommit message (Expand)Author
2016-10-04* internal.h (ST2FIX): new macro to convert st_index_t to Fixnum.usa
2016-10-01string.c: negative hashnobu
2016-10-01* string.c (rb_str_hash_m): st_index_t is not guaranteed as the sameusa
2016-09-26string.c: fast path of lstrip_offsetnobu
2016-09-26string.c: fix integer overflow in enc_strlen() and rb_enc_strlen_cr()rhe
2016-09-16 * internal.h (WARN_UNUSED_RESULT): moved to configure.in, toshyouhei
2016-09-13string.c: avoid signed integer overflowrhe
2016-09-13string.c: rename STR_EMBEDABLE_P to STR_EMBEDDABLE_Prhe
2016-09-13string.c: STR_EMBEDABLE_Pnobu
2016-09-13string.c: fix integer overflownobu
2016-09-13string.c: fix buffer overflow check condition in rb_str_set_len()rhe
2016-09-08replace fixnum by integer in documents.akr
2016-08-27multiple argumentsnobu
2016-08-23string.c: rb_fs_setternobu
2016-08-22string.c: $; name in error messagenobu
2016-07-30* string.c (String#downcase), NEWS: Mentioned that case mapping for allduerst
2016-07-29rb_funcallvnobu
2016-07-28* vm_core.h: revisit the structure of frame, block and env.ko1
2016-07-22Fix Issues reported by PVS-Studio static analyzernobu
2016-07-22* string.c (String#dump): Change escaping of non-ASCII characters induerst
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-14string.c: reduce malloc overhead for default buffer sizenormal
2016-07-05* string.c (rb_str_change_terminator_length): New function to changengoto
2016-07-01* string.c: Partially reverts r55547 and r55555.ngoto
2016-07-01* string.c (str_fill_term): When termlen increases, re-allocationngoto
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_MAXngoto
2016-07-01string.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-21CASEMAP_DEBUG [ci skip]nobu
2016-06-21Fix garbage allocationnobu
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-16string.c: adjust buffer sizenobu
2016-06-16string.c: fix terminatornobu
2016-06-11Fix 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 andduerst
2016-06-10* string.c: Special-case :ascii option in rb_str_upcase_bang (retry).duerst
2016-06-10hash.c: ensure NUL-terminated for ENVnobu
2016-06-08string.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-casingduerst
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 ifduerst
2016-06-06* string.c: Added UTF-16BE/LE and UTF-32BE/LE to supported encodingsduerst
2016-06-06* string.c Change rb_str_casemap to use encoding primitiveduerst
2016-06-05* string.c: Remove :lithuanian guard for Unicode case mapping.duerst