summaryrefslogtreecommitdiff
path: root/test/ruby/test_m17n.rb
AgeCommit message (Expand)Author
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
2008-01-28 * parse.y (parser_str_new): encoding of UTF-8 literal string inusa
2008-01-28 * test/ruby/test_m17n.rb (test_magic_comment): add test.usa
2008-01-26add tests.akr
2008-01-26add a test for [ruby-dev:33377].akr
2008-01-26add a test for [ruby-dev:33406].akr
2008-01-25* string.c (rb_str_usascii_new{,2}: defined.naruse
2008-01-24* test/ruby/test_m17n.rb: commit miss.usa
2008-01-24 * test/ruby/test_m17n.rb: follow to the following changes.usa
2008-01-23split UTF-16 tests.akr