summaryrefslogtreecommitdiff
path: root/test/ruby/test_string.rb
AgeCommit message (Expand)Author
2017-07-20string.c: add String#delete_suffix and String#delete_suffix!sonots
2017-07-19revert r59359, r59356, r59355, r59354normal
2017-07-18fix typonobu
2017-07-18descriptive asssertionsnobu
2017-07-18string: preserve taint flag with String#-@ (uminus)normal
2017-07-18test/ruby/test_string.rb: ensure we do not have tainted stringsnormal
2017-06-21test/ruby/test_string.rb: add tests to chomp substrsonots
2017-06-21string.c: add String#delete_prefix and String#delete_prefix!sonots
2017-06-18string.c: check just before modificationnobu
2017-06-18test_string.rb: chomp! frozen stringnobu
2017-05-24string.c: fix String#crypt leak introduced in r58866normal
2017-05-21string.c: fix String#{casecmp,casecmp?} for non-string argumentsstomar
2017-05-21test_string.rb,test_symbol.rb: add some testsstomar
2017-04-06Rename RbConfig::Limits as RbConfig::LIMITSnobu
2017-03-13string.c: $; is a GC-rootnobu
2017-03-07string.c: negation of LONG_MINnobu
2017-02-25NEWS: document String#-@ changenormal
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