aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby/test_m17n.rb
Commit message (Expand)AuthorAgeFilesLines
...
* * string.c (str_nth_len): count ascii-only run at the end. thisnobu2012-01-041-0/+9
* * numeric.c (rb_enc_uint_chr): fix message format. Bug#4869nobu2011-06-111-0/+4
* cancel subversion backfire. sorrymatz2011-03-071-0/+1
* * gc.c (rb_gc_set_params): allow GC parameter configuration bymatz2011-03-071-1/+0
* * string.c (tr_trans): when the hash for multibyte repl is empty,naruse2011-02-281-0/+1
* Add a test for the encoding of str_aset. [ruby-core:35142]naruse2011-02-151-0/+4
* * encoding.c (rb_enc_compatible): change the rule for empty strings:naruse2011-02-151-5/+4
* * string.c (rb_enc_cr_str_buf_cat): remove special treatment ofnaruse2011-02-151-2/+2
* * enc/emacs_mule.c (emacsmule_islead): 7bit range is also leadingnobu2011-01-301-11/+17
* * enc/emacs_mule.c (emacsmule_islead): fix inverse condition.nobu2011-01-301-0/+12
* * string.c (rb_str_inspect): fix typo (not 0xFD but 0xFE).naruse2010-12-011-0/+11
* * string.c (rb_str_inspect): inspect as a dummy encoding stringnaruse2010-11-301-0/+13
* Fix r29848's test.naruse2010-11-221-1/+1
* * string.c (rb_str_concat): set ENC_CODERANGE_VALID when thenaruse2010-11-221-0/+1
* * regenc.c (onigenc_minimum_property_name_to_ctype):naruse2010-11-091-0/+8
* * string.c (rb_enc_cr_str_buf_cat): concatenation of validnobu2010-11-031-0/+10
* move a non-combinational test.akr2010-10-131-0/+5
* * numeric.c (int_chr): a codepoint of Ruby M17N must be 32bitnaruse2010-10-121-0/+1
* * string.c (rb_str_inspect): inspect as ASCII when the codepointnaruse2010-05-311-0/+6
* Fix and add tests for String#inspect. [ruby-dev:41153]naruse2010-05-041-6/+23
* * ext/socket/extconf.rb: suppress a warning.akr2010-01-261-2/+2
* Fix test when default_external is US-ASCII.naruse2010-01-161-1/+2
* * 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