summaryrefslogtreecommitdiff
path: root/test/ruby/test_m17n.rb
AgeCommit message (Expand)Author
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
2008-03-08* string.c (search_nonascii): Use VALUE instead of unsigned longnaruse
2008-03-05* string.c (count_utf8_lead_bytes_with_ulong): fix shift size.naruse
2008-02-28* encoding.c (enc_find): check type of argument and convert to Stringnaruse
2008-02-22commit miss. orzusa
2008-02-22sorry, typo.usa
2008-02-22* test/ruby/test_m17n.rb: add tests.usa
2008-02-18* string.c (rb_str_each_line): fix newline size.akr
2008-02-17add tests.akr
2008-02-17add a test for [ruby-dev:33826]akr
2008-02-17* re.c (rb_reg_quote): return US-ASCII string consistently.akr
2008-02-14add a test for named class in regexp.akr
2008-02-14more tests for embedding regexps.akr
2008-02-14* re.c (rb_reg_preprocess_dregexp): use non-preprocessed regexp sourceakr
2008-02-08add a test.akr
2008-02-08add a test.akr
2008-01-29add tests.akr
2008-01-29* insns.def (toregexp): generate a regexp from strings instead of oneakr
2008-01-28 * parse.y (reg_fragment_setenc_gen): US-ASCII script special code.usa
2008-01-28* test/ruby/test_m17n.rb: refine some tests, and add op symbol test.usa
2008-01-28* test/ruby/test_m17n.rb (test_str_String): update test.usa