summaryrefslogtreecommitdiff
path: root/test/ruby/test_m17n.rb
AgeCommit message (Expand)Author
2013-02-12Suppress warnings: setting Encoding.default_externalnaruse
2012-11-06* string.c (rb_str_b): Add String#b, returning a copied stringnaruse
2012-11-06* ruby.c (load_file_internal): set default source encoding asnaruse
2012-10-15envutil.rb: file_assertionnobu
2012-09-19suppress warningsnaruse
2012-03-22* transcode.c (str_encode_bang, encoded_dup): if nothing wasnobu
2012-03-22* test/ruby/test_m17n.rb (test_env): show failed values.nobu
2012-03-15* test/ruby/test_m17n.rb (assert_warning): use common method.nobu
2012-01-15* object.c (rb_inspect): raise the result is not compatible withnaruse
2012-01-08* numeric.c (rb_enc_uint_char): raise RangeError when added codepointnaruse
2012-01-06* object.c (rb_inspect): raises Encoding::CompatibilityError if thenaruse
2012-01-04* string.c (str_nth_len): count ascii-only run at the end. thisnobu
2011-06-11* numeric.c (rb_enc_uint_chr): fix message format. Bug#4869nobu
2011-03-07cancel subversion backfire. sorrymatz
2011-03-07* gc.c (rb_gc_set_params): allow GC parameter configuration bymatz
2011-02-28* string.c (tr_trans): when the hash for multibyte repl is empty,naruse
2011-02-15Add a test for the encoding of str_aset. [ruby-core:35142]naruse
2011-02-15* encoding.c (rb_enc_compatible): change the rule for empty strings:naruse
2011-02-15* string.c (rb_enc_cr_str_buf_cat): remove special treatment ofnaruse
2011-01-30* enc/emacs_mule.c (emacsmule_islead): 7bit range is also leadingnobu
2011-01-30* enc/emacs_mule.c (emacsmule_islead): fix inverse condition.nobu
2010-12-01* string.c (rb_str_inspect): fix typo (not 0xFD but 0xFE).naruse
2010-11-30* string.c (rb_str_inspect): inspect as a dummy encoding stringnaruse
2010-11-22Fix r29848's test.naruse
2010-11-22* string.c (rb_str_concat): set ENC_CODERANGE_VALID when thenaruse
2010-11-09* regenc.c (onigenc_minimum_property_name_to_ctype):naruse
2010-11-03* string.c (rb_enc_cr_str_buf_cat): concatenation of validnobu
2010-10-13move a non-combinational test.akr
2010-10-12* numeric.c (int_chr): a codepoint of Ruby M17N must be 32bitnaruse
2010-05-31* string.c (rb_str_inspect): inspect as ASCII when the codepointnaruse
2010-05-04Fix and add tests for String#inspect. [ruby-dev:41153]naruse
2010-01-26* ext/socket/extconf.rb: suppress a warning.akr
2010-01-16Fix test when default_external is US-ASCII.naruse
2009-12-10* string.c (rb_str_inspect): CHAR_ESC_LEN should be 13.naruse
2009-11-17* string.c (str_utf8_nth): fixed overrun. [ruby-core:26787]nobu
2009-11-17* test/ruby/test_m17n.rb: get rid of empty string interpolationsnobu
2009-09-29Escape as \x{XXXX} other than Unicode chars.naruse
2009-09-29Refine tests arround String#inspect.naruse
2009-09-29* string.c (rb_str_inspect): dump as \uXXXX when thenaruse
2009-08-14* re.c (rb_reg_preprocess_dregexp): change Exception class tonaruse
2009-08-11* encoding.c (rb_enc_compatible): If a string is empty andnaruse
2009-07-13Follow tests for changes of ENV's encoding.naruse
2009-05-24* test/ruby/test_hash.rb (TestHash::test_equal2): recursive hashesmatz
2009-04-08* string.c (rb_str_dump): buffer length plus one byte for nullmame
2009-03-06* {ext,lib,test}/**/*.rb: removed trailing spaces.nobu
2009-02-25* string.c (rb_str_force_encoding): should clear coderange at changingnobu
2008-12-13* test/ruby/test_m17n.rb: feature changed in r20626.yugui
2008-10-02* string.c (rb_str_sub_bang): fix coderange.akr
2008-09-19* parse.y: strings which contain only US-ASCII don't force to havenaruse
2008-09-18* grapheme cluster implementation reverted. [ruby-dev:36375]akr