summaryrefslogtreecommitdiffstats
path: root/test/ruby/test_m17n.rb
Commit message (Expand)AuthorAgeFilesLines
* * string.c (rb_str_inspect): CHAR_ESC_LEN should be 13.naruse2009-12-101-1/+1
* * string.c (str_utf8_nth): fixed overrun. [ruby-core:26787]nobu2009-11-171-0/+5
* * test/ruby/test_m17n.rb: get rid of empty string interpolationsnobu2009-11-171-43/+43
* Escape as \x{XXXX} other than Unicode chars.naruse2009-09-291-2/+2
* Refine tests arround String#inspect.naruse2009-09-291-35/+12
* * string.c (rb_str_inspect): dump as \uXXXX when thenaruse2009-09-291-24/+33
* * re.c (rb_reg_preprocess_dregexp): change Exception class tonaruse2009-08-141-7/+7
* * encoding.c (rb_enc_compatible): If a string is empty andnaruse2009-08-111-0/+2
* Follow tests for changes of ENV's encoding.naruse2009-07-131-2/+3
* * test/ruby/test_hash.rb (TestHash::test_equal2): recursive hashesmatz2009-05-241-1/+1
* * string.c (rb_str_dump): buffer length plus one byte for nullmame2009-04-081-0/+3
* * {ext,lib,test}/**/*.rb: removed trailing spaces.nobu2009-03-061-2/+2
* * string.c (rb_str_force_encoding): should clear coderange at changingnobu2009-02-251-3/+7
* * test/ruby/test_m17n.rb: feature changed in r20626.yugui2008-12-131-11/+11
* * string.c (rb_str_sub_bang): fix coderange.akr2008-10-021-0/+15
* * parse.y: strings which contain only US-ASCII don't force to havenaruse2008-09-191-6/+6
* * grapheme cluster implementation reverted. [ruby-dev:36375]akr2008-09-181-15/+0
* * transcode.c: add "Error" suffix for Encoding exception classes.matz2008-09-181-14/+14
* * include/ruby/oniguruma.h (OnigEncodingTypeST): add precise_retakr2008-09-161-0/+19
* * encoding.c (rb_enc_compatible): accepst other than strings andnaruse2008-09-151-1/+6
* * encoding.c (enc_compatible_p): add SPECIAL_CONST_P check.naruse2008-08-291-1/+1
* * test/ruby/test_m17n.rb: follow EncodingCompatibilityError.naruse2008-08-131-14/+14
* * parse.y (parser_yylex): removed an useless conditional, and magicyugui2008-08-011-0/+18
* * re.c (unescape_nonascii): add has_property argument not toakr2008-07-041-0/+8
* * re.c (unescape_nonascii): make regexp fixed_encoding if \p is used.akr2008-07-041-0/+19
* * bootstraptest/test_knownbug.rb: move solved tests.ko12008-05-191-0/+9
* * test/ruby/test_string.rb: add tests to achieve over 90% testmame2008-05-151-4/+32
* * string.c (tr_find): String#delete returned wrong result when multiplemame2008-05-151-0/+4
* * proc.c (method_name): should return symbols instead of strings.matz2008-04-281-2/+2
* * string.c (search_nonascii): Use VALUE instead of unsigned longnaruse2008-03-081-0/+2
* * string.c (count_utf8_lead_bytes_with_ulong): fix shift size.naruse2008-03-051-0/+11
* * encoding.c (enc_find): check type of argument and convert to Stringnaruse2008-02-281-0/+7
* commit miss. orzusa2008-02-221-3/+3
* sorry, typo.usa2008-02-221-1/+1
* * test/ruby/test_m17n.rb: add tests.usa2008-02-221-1/+13
* * string.c (rb_str_each_line): fix newline size.akr2008-02-181-0/+6
* add tests.akr2008-02-171-2/+9
* add a test for [ruby-dev:33826]akr2008-02-171-0/+7
* * re.c (rb_reg_quote): return US-ASCII string consistently.akr2008-02-171-10/+8
* add a test for named class in regexp.akr2008-02-141-0/+5
* more tests for embedding regexps.akr2008-02-141-0/+36
* * re.c (rb_reg_preprocess_dregexp): use non-preprocessed regexp sourceakr2008-02-141-0/+6
* add a test.akr2008-02-081-1/+7
* add a test.akr2008-02-081-0/+8
* add tests.akr2008-01-291-0/+8
* * insns.def (toregexp): generate a regexp from strings instead of oneakr2008-01-291-9/+9
* * parse.y (reg_fragment_setenc_gen): US-ASCII script special code.usa2008-01-281-0/+37
* * test/ruby/test_m17n.rb: refine some tests, and add op symbol test.usa2008-01-281-18/+28
* * test/ruby/test_m17n.rb (test_str_String): update test.usa2008-01-281-1/+1
* * parse.y (parser_str_new): encoding of UTF-8 literal string inusa2008-01-281-0/+1