aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby/test_string.rb
Commit message (Expand)AuthorAgeFilesLines
* test/ruby/test_string.rb: add tests to chomp substrsonots2017-06-211-0/+72
* string.c: add String#delete_prefix and String#delete_prefix!sonots2017-06-211-0/+95
* string.c: check just before modificationnobu2017-06-181-0/+8
* test_string.rb: chomp! frozen stringnobu2017-06-181-0/+3
* string.c: fix String#crypt leak introduced in r58866normal2017-05-241-0/+4
* string.c: fix String#{casecmp,casecmp?} for non-string argumentsstomar2017-05-211-0/+14
* test_string.rb,test_symbol.rb: add some testsstomar2017-05-211-0/+3
* Rename RbConfig::Limits as RbConfig::LIMITSnobu2017-04-061-1/+1
* string.c: $; is a GC-rootnobu2017-03-131-0/+11
* string.c: negation of LONG_MINnobu2017-03-071-0/+2
* NEWS: document String#-@ changenormal2017-02-251-0/+2
* string.c: rindex(//) should set $~.shugo2017-01-191-0/+3
* string.c: CRLF in paragraph modenobu2016-12-251-0/+10
* string.c: consistent paragraph mode with IOnobu2016-12-251-6/+6
* re.c: non-regexp name referencenobu2016-12-171-0/+4
* fix chomping newline only linenobu2016-12-161-0/+12
* String#match? and Symbol#match?nobu2016-12-121-0/+44
* switching hash removalnobu2016-12-061-12/+0
* string.c: chomp optionnobu2016-12-031-0/+29
* test/ruby/test_string.rb: ensure restoring $/nobu2016-12-021-0/+7
* implement String/Symbol#casecmp? including Unicode case foldingduerst2016-11-281-0/+7
* multiple argumentsnobu2016-08-271-1/+6
* string.c: rb_fs_setternobu2016-08-231-4/+5
* string.c: $; name in error messagenobu2016-08-221-1/+8
* * string.c (String#dump): Change escaping of non-ASCII characters induerst2016-07-221-0/+12
* 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