aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby/test_m17n.rb
Commit message (Expand)AuthorAgeFilesLines
* test_m17n.rb: fix encodingnobu2013-11-011-1/+1
* string.c: fix typonobu2013-11-011-0/+3
* test_m17n.rb: nil replacementnobu2013-11-011-0/+2
* * parse.y: Remove +(binary) and -(binary) special cases [Feature #9048]marcandre2013-10-241-1/+1
* Add a test for r42162naruse2013-07-251-0/+2
* * test/-ext-/test_printf.rb, test/rss/test_parser.rb,shugo2013-06-131-2/+0
* * string.c (String#b): Allow code range scan to happen later soknu2013-06-051-0/+2
* * string.c (str_scrub_bang): add String#scrub!. [Feature #8414]naruse2013-05-181-0/+17
* string.c: fix for UTF-32nobu2013-04-231-0/+6
* * string.c (str_scrub): add ruby method String#scrub which verify andnaruse2013-04-191-0/+34
* Suppress warnings: setting Encoding.default_externalnaruse2013-02-121-35/+43
* * string.c (rb_str_b): Add String#b, returning a copied stringnaruse2012-11-061-0/+10
* * ruby.c (load_file_internal): set default source encoding asnaruse2012-11-061-0/+1
* envutil.rb: file_assertionnobu2012-10-151-0/+1
* suppress warningsnaruse2012-09-191-1/+1
* * transcode.c (str_encode_bang, encoded_dup): if nothing wasnobu2012-03-221-0/+8
* * test/ruby/test_m17n.rb (test_env): show failed values.nobu2012-03-221-2/+2
* * test/ruby/test_m17n.rb (assert_warning): use common method.nobu2012-03-151-12/+1
* * object.c (rb_inspect): raise the result is not compatible withnaruse2012-01-151-0/+28
* * numeric.c (rb_enc_uint_char): raise RangeError when added codepointnaruse2012-01-081-0/+9
* * object.c (rb_inspect): raises Encoding::CompatibilityError if thenaruse2012-01-061-0/+15
* * 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