summaryrefslogtreecommitdiff
path: root/test/ruby/test_string.rb
AgeCommit message (Expand)Author
2017-01-19string.c: rindex(//) should set $~.shugo
2016-12-25string.c: CRLF in paragraph modenobu
2016-12-25string.c: consistent paragraph mode with IOnobu
2016-12-17re.c: non-regexp name referencenobu
2016-12-16fix chomping newline only linenobu
2016-12-12String#match? and Symbol#match?nobu
2016-12-06switching hash removalnobu
2016-12-03string.c: chomp optionnobu
2016-12-02test/ruby/test_string.rb: ensure restoring $/nobu
2016-11-28implement String/Symbol#casecmp? including Unicode case foldingduerst
2016-08-27multiple argumentsnobu
2016-08-23string.c: rb_fs_setternobu
2016-08-22string.c: $; name in error messagenobu
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