aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby/test_string.rb
Commit message (Expand)AuthorAgeFilesLines
* string.c: fix rb_str_initnobu2016-02-171-0/+18
* Additional fix and tests for r53851naruse2016-02-171-0/+11
* * string.c (rb_str_init): introduce String.new(capacity: size)naruse2016-02-171-0/+12
* * test/ruby/test_string.rb: added testcase for next!, succ and succ!hsbt2016-01-251-0/+18
* * test/ruby/test_string.rb: Added extra testcase for test_rstrip_banghsbt2016-01-181-0/+8
* * test/ruby/test_string.rb(test_chr): added test for String#chrhsbt2016-01-051-0/+7
* Add test for String#ordnobu2015-12-301-0/+7
* Add test for String#rstrip!nobu2015-12-281-0/+16
* Add test for String#lstrip!nobu2015-12-281-0/+14
* Add tests for String#lstrip and rstripnobu2015-12-271-0/+6
* Add test for String#test_insert.nobu2015-12-271-0/+8
* Add frozen_string_literal: false for all filesnaruse2015-12-161-0/+1
* * string.c (rb_str_init): now accepts new option parameter `encoding'.usa2015-12-081-3/+30
* * string.c: introduce String#+@ and String#-@ to controlko12015-12-071-0/+18
* * test/ruby/test_string.rb: removed non executing tests.hsbt2015-12-021-52/+0
* * file.c: fix indent style. [fix GH-977]hsbt2015-10-231-4/+4
* * lib/webrick/server.rb: use IO::NULL instead of '/dev/null'hsbt2015-08-271-2/+1
* * string.c (rb_str_crypt): Raise ArgumentError whenglass2015-05-101-0/+1
* string.c: proper exceptionnobu2015-02-231-0/+18
* string.c: check arguments for cryptnobu2014-12-121-0/+8
* string.c: preserve encoding of global variablenobu2014-11-231-0/+5
* * test/lib/envutil.rb: Moved from test/ruby/.akr2014-11-131-1/+0
* * Avoid undefined behaviors found by gcc -fsanitize=undefined.akr2014-10-171-1/+3
* test_string.rb: enable huge test only on possible platformsnobu2014-10-061-1/+2
* test_string.rb: move and add assertionsnobu2014-05-301-2/+5
* string.c: reset code rangenobu2014-05-301-0/+2
* more insrease timeout of test_LSHIFT_neary_long_maxnaruse2014-05-201-1/+1
* string.c: byte offsetnobu2014-05-191-0/+3
* increase timeout 10 to 15 on test_LSHIFT_neary_long_maxnaruse2014-05-181-1/+1
* string.c: fix capacitynobu2014-04-091-0/+11
* string.c: infect match resultnobu2014-03-281-0/+2
* string.c: backref substitutionnobu2014-03-281-0/+2
* string.c: unset $~ if unmatchnobu2014-03-281-0/+8
* string.c: search by rb_str_indexnobu2014-03-271-0/+8
* insns.def (opt_regexpmatch2): respect redefined match opnormal2014-03-111-0/+13
* siphash.c: fix missing conditionnobu2013-11-301-0/+2
* * test/ruby/test_string.rb: Add test for error when appending aheadius2013-11-271-0/+1
* test_string.rb: refine assertionsnobu2013-11-221-29/+30
* parse.y: remove "f" suffix [ruby-core:57966] [Feature #9042]nobu2013-11-101-54/+0
* test_regexp.rb, test_string.rb: suppress warningsnobu2013-10-011-2/+2
* test_regexp.rb, test_string.rb: use assert_separatelynobu2013-10-011-2/+2
* test_regexp.rb, test_string.rb: suppress warningsnobu2013-10-011-0/+1
* * insns.def (opt_regexpmatch2): Check String#=~ hasn't overriddensorah2013-09-261-0/+12
* * string.c (fstring_cmp): take string encoding into account whencharliesome2013-09-051-0/+7
* * include/ruby/ruby.h: add RSTRING_FSTR flagcharliesome2013-09-051-0/+6
* test_string.rb: yet another testnobu2013-09-021-0/+11
* parse.y: valid suffix word onlynobu2013-09-021-2/+5
* test_string.rb: remove duplicated codenobu2013-09-021-7/+1
* * NEWS: Add note about frozen string literalscharliesome2013-09-021-0/+43
* test_string.rb: Bug #8642nobu2013-07-161-0/+11