summaryrefslogtreecommitdiff
path: root/test/ruby/test_string.rb
AgeCommit message (Expand)Author
2014-12-12string.c: check arguments for cryptnobu
2014-11-23string.c: preserve encoding of global variablenobu
2014-11-13* test/lib/envutil.rb: Moved from test/ruby/.akr
2014-10-17* Avoid undefined behaviors found by gcc -fsanitize=undefined.akr
2014-10-06test_string.rb: enable huge test only on possible platformsnobu
2014-05-30test_string.rb: move and add assertionsnobu
2014-05-30string.c: reset code rangenobu
2014-05-20more insrease timeout of test_LSHIFT_neary_long_maxnaruse
2014-05-19string.c: byte offsetnobu
2014-05-18increase timeout 10 to 15 on test_LSHIFT_neary_long_maxnaruse
2014-04-09string.c: fix capacitynobu
2014-03-28string.c: infect match resultnobu
2014-03-28string.c: backref substitutionnobu
2014-03-28string.c: unset $~ if unmatchnobu
2014-03-27string.c: search by rb_str_indexnobu
2014-03-11insns.def (opt_regexpmatch2): respect redefined match opnormal
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