summaryrefslogtreecommitdiff
path: root/test/ruby/test_string.rb
AgeCommit message (Expand)Author
2016-07-22* string.c (String#dump): Change escaping of non-ASCII characters induerst
2016-02-17string.c: fix rb_str_initnobu
2016-02-17Additional fix and tests for r53851naruse
2016-02-17* string.c (rb_str_init): introduce String.new(capacity: size)naruse
2016-01-25* test/ruby/test_string.rb: added testcase for next!, succ and succ!hsbt
2016-01-18* test/ruby/test_string.rb: Added extra testcase for test_rstrip_banghsbt
2016-01-05* test/ruby/test_string.rb(test_chr): added test for String#chrhsbt
2015-12-30Add test for String#ordnobu
2015-12-28Add test for String#rstrip!nobu
2015-12-28Add test for String#lstrip!nobu
2015-12-27Add tests for String#lstrip and rstripnobu
2015-12-27Add test for String#test_insert.nobu
2015-12-16Add frozen_string_literal: false for all filesnaruse
2015-12-08* string.c (rb_str_init): now accepts new option parameter `encoding'.usa
2015-12-07* string.c: introduce String#+@ and String#-@ to controlko1
2015-12-02* test/ruby/test_string.rb: removed non executing tests.hsbt
2015-10-23* file.c: fix indent style. [fix GH-977]hsbt
2015-08-27* lib/webrick/server.rb: use IO::NULL instead of '/dev/null'hsbt
2015-05-10* string.c (rb_str_crypt): Raise ArgumentError whenglass
2015-02-23string.c: proper exceptionnobu
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