aboutsummaryrefslogtreecommitdiffstats
path: root/test/-ext-/string
Commit message (Expand)AuthorAgeFilesLines
* * string.c (rb_str_init): introduce String.new(capacity: size)naruse2016-02-171-3/+16
* * string.c (str_new_frozen): if the given string is embeddedablenaruse2016-02-031-0/+6
* * test/-ext-/string/test_capacity.rb: Added missing library.hsbt2016-01-271-0/+1
* Add tests about String's internal capacitynaruse2016-01-271-0/+18
* Add frozen_string_literal: false for all filesnaruse2015-12-1611-0/+11
* string.c: no frozen error at cstrnobu2015-12-011-0/+18
* cstr.c: split bug_str_cstr_untermnobu2015-12-011-0/+6
* string.c: fill the terminatornobu2015-07-251-0/+8
* string.c: pool only bare strings in fstringnobu2015-07-241-0/+64
* encoding.c: drop dummy encoding flagnobu2015-07-151-0/+11
* -test-/string: movenobu2015-07-1510-12/+12
* file.c: skip invalid bytenobu2015-07-071-4/+7
* test_nofree.rb: fix commit missnobu2015-06-121-3/+4
* test_nofree.rb: rehearsalnobu2015-06-121-3/+4
* string.c: clear NOFREE flag at embeddingnobu2015-04-171-0/+10
* string.c: consider widecharnobu2015-01-261-0/+11
* string.c: terminate when embeddednobu2015-01-261-0/+9
* string.c: term fillnobu2014-12-121-0/+14
* string.c: term fillnobu2014-12-111-0/+4
* string.c: term fillnobu2014-12-101-0/+4
* string.c: term fillnobu2014-12-101-0/+4
* string.c: term fillnobu2014-12-101-0/+4
* string.c: term fillnobu2014-12-101-0/+4
* string.c: term fillnobu2014-12-101-0/+4
* test_cstr.rb: all wchar encodingsnobu2014-12-101-6/+13
* test_cstr.rb: failed encoding namenobu2014-12-101-3/+3
* * test/lib/envutil.rb: Moved from test/ruby/.akr2014-11-131-1/+0
* string.c: wchar terminatornobu2014-11-051-0/+12
* test/-ext-/string/test_modify_expand.rb: increase limit for {je,tc}mallocnormal2014-09-171-1/+2
* * ext/-test-/string/coderange.c: add Bug::String.new#coderange_scannaruse2014-04-211-0/+59
* test/-ext-: suppress warningsnobu2013-10-141-1/+1
* encdb.c, encoding.c: make BOM-encodings dummynobu2013-09-241-1/+0
* string/test_ellipsize.rb: remove non-sense testsnobu2013-09-241-0/+1
* * enc/trans/utf8_mac-tbl.rb: update conversion table to recent OS X.naruse2013-09-021-0/+1
* * file.c (rb_str_normalize_ospath):naruse2013-08-101-0/+105
* string.c: multi-byte terminatornobu2013-07-111-2/+8
* string.c: check null charnobu2013-07-111-0/+19
* Add a test for r35863.naruse2012-06-021-0/+15
* * test/ruby/envutil.rb (assert_no_memory_leak): new assertion tonobu2012-02-091-17/+3
* * test/-ext-/string/test_modify_expand.rb: test for r34492.nobu2012-02-081-0/+29
* * util.c (mmprepare): fix for fragmental size.nobu2011-10-201-0/+19
* * encoding.c (rb_enc_set_index, rb_enc_associate_index): shouldnobu2011-07-071-0/+12
* * string.c (rb_str_ellipsize): new function to ellipsize a string.nobu2011-01-301-0/+46
* * string.c (rb_string_value_cstr): rb_str_modify can changenobu2011-01-241-0/+17
* * string.c (rb_str_set_len): should fail to modify shared string.nobu2010-08-051-0/+25