aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby/test_string.rb
Commit message (Expand)AuthorAgeFilesLines
...
* * test/-ext-/test_printf.rb, test/rss/test_parser.rb,shugo2013-06-131-40/+20
* * string.c (rb_str_inspect): refix r40413, on Ruby 1.9 usual characternaruse2013-04-231-2/+4
* * string.c (rb_str_inspect): NUL should not be represented asknu2013-04-231-0/+6
* Fix String#rpartition(/re/) against a multibyte string.knu2013-03-241-0/+7
* * string.c (str_byte_substr): don't set coderange if it's not known.naruse2013-02-251-0/+4
* test_string.rb: defer ENUMERATORS_WANTARRAY to next majornobu2013-02-251-1/+1
* test_string.rb: ENUMERATORS_WANTARRAYnobu2013-02-251-4/+5
* * string.c (rb_str_enumerate_lines): fix invalid byte sequence errorglass2013-01-051-0/+5
* string.c: compare with to_strnobu2012-11-301-1/+2
* string.c: always fixed valuenobu2012-11-301-1/+1
* String#{lines,chars,codepoints,bytes} now return an array.knu2012-11-241-6/+113
* Apply performance improvement to short byte array search.knu2012-11-221-0/+7
* Add some corner cases to tests for String#index.knu2012-11-221-0/+7
* revert r37710, requested by Tadayoshi Funaba [ruby-dev:46575]shyouhei2012-11-211-1/+1
* * bignum.c (rb_cstr_to_inum): should accept underscores oftadf2012-11-181-1/+1
* test_string.rb: missing testnobu2012-10-111-0/+6
* test_string.rb: suppress warningsnobu2012-10-111-1/+5
* test_string.rb: highlightingnobu2012-10-111-2/+2
* * string.c (rb_str_concat): use memcpy to copy a string which containsnaruse2012-09-301-0/+6
* test String#each_line when separator is longer than string.tenderlove2012-08-071-0/+7
* * string.c (rb_str_start_with, rb_str_end_with): raise an error ifnobu2012-04-021-4/+18
* * string.c (str_new_empty): should copy also the encoding as annobu2012-03-271-0/+20
* * string.c (tr_setup_table): fix multiple non latin argument fornaruse2012-03-251-0/+7
* * bignum.c (rb_str_to_inum): must be ASCII compatible encoding asnobu2012-03-231-0/+7
* * string.c (trnext): fix bug with string ending with '\\'.kazu2012-03-161-0/+3
* * string.c (trnext): should advance char-wise.nobu2012-03-161-0/+4
* subclass of Stringnobu2012-03-021-0/+7
* cancel subversion backfire. sorrymatz2011-03-071-0/+32
* * gc.c (rb_gc_set_params): allow GC parameter configuration bymatz2011-03-071-32/+0
* * string.c (str_byte_substr): return nil for negative length.nobu2011-03-021-0/+1
* * string.c (rb_str_byteslice): the resulted encoding should keepnaruse2011-03-011-17/+19
* * string.c (rb_str_byteslice): Add String#byteslice. [ruby-core:35376]naruse2011-03-011-0/+29
* * array.c (inspect_ary): don't taint the inspected result of anaruse2011-02-151-8/+0
* Ensure result encoding is the same as input encoding for String#gsub. [Bug #...drbrain2011-02-061-0/+15
* * string.c (rb_str_inspect): fix: extra back slash is added whennaruse2010-12-111-0/+5
* * test/ruby/test_string.rb (TestString#test_scan): add a test forkazu2010-12-061-0/+8
* * string.c (rb_memhash): zero-filled strings should returnnobu2010-12-011-0/+2
* * string.c (rb_str_inspect): fix for ascii-compatible externalnobu2010-11-221-0/+8
* * string.c (rb_str_inspect): append for each chars instead of bulknobu2010-11-221-0/+2
* * numeric.c (ruby_float_step): fix Numeric#step with infinity unitnaruse2010-10-131-4/+4
* Fix style for ruby-mode.el.naruse2010-10-131-4/+4
* Clean warnings.naruse2010-10-121-2/+9
* * string.c (tr_setup_table): optimized. don't create hash objectsnaruse2010-09-011-0/+1
* * string.c (tr_setup_table): fix bug in r29146.naruse2010-08-301-0/+1
* * string.c (tr_setup_table): initialize negating table whennaruse2010-08-301-0/+5
* * string.c (rb_str_prepend): new method by Sora Harakamishyouhei2010-08-271-0/+16
* * test/ruby/test_{string,symbol}.rb (test_ascii_incomat_inspect):nobu2010-06-021-1/+2
* * string.c (rb_str_inspect): escape ASCII-compatible strings.nobu2010-05-281-0/+7
* Remove hexadecimal-floating-point tests for String#to_f.naruse2010-04-011-10/+0
* * object.c (rb_cstr_to_dbl): return 0.0 if hexadecimal andnaruse2010-04-011-0/+3