summaryrefslogtreecommitdiff
path: root/test/ruby/test_string.rb
AgeCommit message (Expand)Author
2013-11-30siphash.c: fix missing conditionnobu
2013-11-27* test/ruby/test_string.rb: Add test for error when appending aheadius
2013-11-22test_string.rb: refine assertionsnobu
2013-11-10parse.y: remove "f" suffix [ruby-core:57966] [Feature #9042]nobu
2013-10-01test_regexp.rb, test_string.rb: suppress warningsnobu
2013-10-01test_regexp.rb, test_string.rb: use assert_separatelynobu
2013-10-01test_regexp.rb, test_string.rb: suppress warningsnobu
2013-09-26* insns.def (opt_regexpmatch2): Check String#=~ hasn't overriddensorah
2013-09-05* string.c (fstring_cmp): take string encoding into account whencharliesome
2013-09-05* include/ruby/ruby.h: add RSTRING_FSTR flagcharliesome
2013-09-02test_string.rb: yet another testnobu
2013-09-02parse.y: valid suffix word onlynobu
2013-09-02test_string.rb: remove duplicated codenobu
2013-09-02* NEWS: Add note about frozen string literalscharliesome
2013-07-16test_string.rb: Bug #8642nobu
2013-06-13* test/-ext-/test_printf.rb, test/rss/test_parser.rb,shugo
2013-04-23* string.c (rb_str_inspect): refix r40413, on Ruby 1.9 usual characternaruse
2013-04-23* string.c (rb_str_inspect): NUL should not be represented asknu
2013-03-24Fix String#rpartition(/re/) against a multibyte string.knu
2013-02-25* string.c (str_byte_substr): don't set coderange if it's not known.naruse
2013-02-25test_string.rb: defer ENUMERATORS_WANTARRAY to next majornobu
2013-02-25test_string.rb: ENUMERATORS_WANTARRAYnobu
2013-01-05* string.c (rb_str_enumerate_lines): fix invalid byte sequence errorglass
2012-11-30string.c: compare with to_strnobu
2012-11-30string.c: always fixed valuenobu
2012-11-24String#{lines,chars,codepoints,bytes} now return an array.knu
2012-11-22Apply performance improvement to short byte array search.knu
2012-11-22Add some corner cases to tests for String#index.knu
2012-11-21revert r37710, requested by Tadayoshi Funaba [ruby-dev:46575]shyouhei
2012-11-18 * bignum.c (rb_cstr_to_inum): should accept underscores oftadf
2012-10-11test_string.rb: missing testnobu
2012-10-11test_string.rb: suppress warningsnobu
2012-10-11test_string.rb: highlightingnobu
2012-09-30* string.c (rb_str_concat): use memcpy to copy a string which containsnaruse
2012-08-07test String#each_line when separator is longer than string.tenderlove
2012-04-02* string.c (rb_str_start_with, rb_str_end_with): raise an error ifnobu
2012-03-27* string.c (str_new_empty): should copy also the encoding as annobu
2012-03-25* string.c (tr_setup_table): fix multiple non latin argument fornaruse
2012-03-23* bignum.c (rb_str_to_inum): must be ASCII compatible encoding asnobu
2012-03-16* string.c (trnext): fix bug with string ending with '\\'.kazu
2012-03-16* string.c (trnext): should advance char-wise.nobu
2012-03-02subclass of Stringnobu
2011-03-07cancel subversion backfire. sorrymatz
2011-03-07* gc.c (rb_gc_set_params): allow GC parameter configuration bymatz
2011-03-02* string.c (str_byte_substr): return nil for negative length.nobu
2011-03-01* string.c (rb_str_byteslice): the resulted encoding should keepnaruse
2011-03-01* string.c (rb_str_byteslice): Add String#byteslice. [ruby-core:35376]naruse
2011-02-15* array.c (inspect_ary): don't taint the inspected result of anaruse
2011-02-06Ensure result encoding is the same as input encoding for String#gsub. [Bug #...drbrain
2010-12-11* string.c (rb_str_inspect): fix: extra back slash is added whennaruse