summaryrefslogtreecommitdiff
path: root/test/ruby/test_m17n.rb
AgeCommit message (Expand)Author
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
2008-09-18* transcode.c: add "Error" suffix for Encoding exception classes.matz
2008-09-16* include/ruby/oniguruma.h (OnigEncodingTypeST): add precise_retakr
2008-09-15* encoding.c (rb_enc_compatible): accepst other than strings andnaruse
2008-08-29* encoding.c (enc_compatible_p): add SPECIAL_CONST_P check.naruse
2008-08-13* test/ruby/test_m17n.rb: follow EncodingCompatibilityError.naruse
2008-08-01* parse.y (parser_yylex): removed an useless conditional, and magicyugui
2008-07-04* re.c (unescape_nonascii): add has_property argument not toakr
2008-07-04* re.c (unescape_nonascii): make regexp fixed_encoding if \p is used.akr
2008-05-19* bootstraptest/test_knownbug.rb: move solved tests.ko1
2008-05-15* test/ruby/test_string.rb: add tests to achieve over 90% testmame
2008-05-15* string.c (tr_find): String#delete returned wrong result when multiplemame
2008-04-28* proc.c (method_name): should return symbols instead of strings.matz