summaryrefslogtreecommitdiff
path: root/string.c
AgeCommit message (Expand)Author
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
2016-06-04crypt.h: remove initializednobu
2016-06-02* string.c: Raise ArgumentError when invalid string is detected induerst
2016-06-01string.c: fallback to crypt_rnobu
2016-06-01use system cryptnobu
2016-06-01use crypt_rnobu
2016-05-31Revert r55225naruse
2016-05-31* string.c: Activate full Unicode case mapping for UTF-8 by removingduerst
2016-05-30* string.c: Document current behavior for other case mapping methodsduerst
2016-05-30* string.c: Document current situation for String#downcase. [ci skip]duerst
2016-05-30string.c: return reallocated pointernobu
2016-05-30string.c: get rid of unnecessary empty stringnobu
2016-05-30string.c: check in the ordernobu
2016-05-27transcode.c: scrub in the given encodingnobu
2016-05-18string.c: integer overflownobu
2016-05-18ruby.h: RB_INTEGER_TYPE_Pnobu
2016-05-08* configure.in: check function attirbute const and pure,naruse
2016-05-05* string.c (rb_str_sub): Fix a special match variable name.yui-knk
2016-05-03* string.c (count_utf8_lead_bytes_with_word): Use __builtin_popcountnaruse
2016-05-02string.c: shortcutnobu
2016-05-02string.c: fix docnobu
2016-05-02string.c: fix bracesnobu
2016-05-01fix mixed declaration on non UNALIGNED_WORD_ACCESSnaruse
2016-05-01fix for where UNALIGNED_WORD_ACCESS is not allowednaruse