index
:
ruby.git
master
ruby_1_8_6_287
ruby_1_8_6_369
ruby_1_8_6_383
ruby_1_8_6_383-fedora
ruby_1_9_1_243
ruby_1_9_1_376
ruby_1_9_1_376-epel
ruby_1_9_1_376-fedora
Ruby GIT repository
Jeroen van Meeuwen
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
/
ruby
/
test_m17n.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
* string.c (str_utf8_nth): fixed overrun. [ruby-core:26787]
nobu
2009-11-17
1
-0
/
+5
*
* test/ruby/test_m17n.rb: get rid of empty string interpolations
nobu
2009-11-17
1
-43
/
+43
*
Escape as \x{XXXX} other than Unicode chars.
naruse
2009-09-29
1
-2
/
+2
*
Refine tests arround String#inspect.
naruse
2009-09-29
1
-35
/
+12
*
* string.c (rb_str_inspect): dump as \uXXXX when the
naruse
2009-09-29
1
-24
/
+33
*
* re.c (rb_reg_preprocess_dregexp): change Exception class to
naruse
2009-08-14
1
-7
/
+7
*
* encoding.c (rb_enc_compatible): If a string is empty and
naruse
2009-08-11
1
-0
/
+2
*
Follow tests for changes of ENV's encoding.
naruse
2009-07-13
1
-2
/
+3
*
* test/ruby/test_hash.rb (TestHash::test_equal2): recursive hashes
matz
2009-05-24
1
-1
/
+1
*
* string.c (rb_str_dump): buffer length plus one byte for null
mame
2009-04-08
1
-0
/
+3
*
* {ext,lib,test}/**/*.rb: removed trailing spaces.
nobu
2009-03-06
1
-2
/
+2
*
* string.c (rb_str_force_encoding): should clear coderange at changing
nobu
2009-02-25
1
-3
/
+7
*
* test/ruby/test_m17n.rb: feature changed in r20626.
yugui
2008-12-13
1
-11
/
+11
*
* string.c (rb_str_sub_bang): fix coderange.
akr
2008-10-02
1
-0
/
+15
*
* parse.y: strings which contain only US-ASCII don't force to have
naruse
2008-09-19
1
-6
/
+6
*
* grapheme cluster implementation reverted. [ruby-dev:36375]
akr
2008-09-18
1
-15
/
+0
*
* transcode.c: add "Error" suffix for Encoding exception classes.
matz
2008-09-18
1
-14
/
+14
*
* include/ruby/oniguruma.h (OnigEncodingTypeST): add precise_ret
akr
2008-09-16
1
-0
/
+19
*
* encoding.c (rb_enc_compatible): accepst other than strings and
naruse
2008-09-15
1
-1
/
+6
*
* encoding.c (enc_compatible_p): add SPECIAL_CONST_P check.
naruse
2008-08-29
1
-1
/
+1
*
* test/ruby/test_m17n.rb: follow EncodingCompatibilityError.
naruse
2008-08-13
1
-14
/
+14
*
* parse.y (parser_yylex): removed an useless conditional, and magic
yugui
2008-08-01
1
-0
/
+18
*
* re.c (unescape_nonascii): add has_property argument not to
akr
2008-07-04
1
-0
/
+8
*
* re.c (unescape_nonascii): make regexp fixed_encoding if \p is used.
akr
2008-07-04
1
-0
/
+19
*
* bootstraptest/test_knownbug.rb: move solved tests.
ko1
2008-05-19
1
-0
/
+9
*
* test/ruby/test_string.rb: add tests to achieve over 90% test
mame
2008-05-15
1
-4
/
+32
*
* string.c (tr_find): String#delete returned wrong result when multiple
mame
2008-05-15
1
-0
/
+4
*
* proc.c (method_name): should return symbols instead of strings.
matz
2008-04-28
1
-2
/
+2
*
* string.c (search_nonascii): Use VALUE instead of unsigned long
naruse
2008-03-08
1
-0
/
+2
*
* string.c (count_utf8_lead_bytes_with_ulong): fix shift size.
naruse
2008-03-05
1
-0
/
+11
*
* encoding.c (enc_find): check type of argument and convert to String
naruse
2008-02-28
1
-0
/
+7
*
commit miss. orz
usa
2008-02-22
1
-3
/
+3
*
sorry, typo.
usa
2008-02-22
1
-1
/
+1
*
* test/ruby/test_m17n.rb: add tests.
usa
2008-02-22
1
-1
/
+13
*
* string.c (rb_str_each_line): fix newline size.
akr
2008-02-18
1
-0
/
+6
*
add tests.
akr
2008-02-17
1
-2
/
+9
*
add a test for [ruby-dev:33826]
akr
2008-02-17
1
-0
/
+7
*
* re.c (rb_reg_quote): return US-ASCII string consistently.
akr
2008-02-17
1
-10
/
+8
*
add a test for named class in regexp.
akr
2008-02-14
1
-0
/
+5
*
more tests for embedding regexps.
akr
2008-02-14
1
-0
/
+36
*
* re.c (rb_reg_preprocess_dregexp): use non-preprocessed regexp source
akr
2008-02-14
1
-0
/
+6
*
add a test.
akr
2008-02-08
1
-1
/
+7
*
add a test.
akr
2008-02-08
1
-0
/
+8
*
add tests.
akr
2008-01-29
1
-0
/
+8
*
* insns.def (toregexp): generate a regexp from strings instead of one
akr
2008-01-29
1
-9
/
+9
*
* parse.y (reg_fragment_setenc_gen): US-ASCII script special code.
usa
2008-01-28
1
-0
/
+37
*
* test/ruby/test_m17n.rb: refine some tests, and add op symbol test.
usa
2008-01-28
1
-18
/
+28
*
* test/ruby/test_m17n.rb (test_str_String): update test.
usa
2008-01-28
1
-1
/
+1
*
* parse.y (parser_str_new): encoding of UTF-8 literal string in
usa
2008-01-28
1
-0
/
+1
*
* test/ruby/test_m17n.rb (test_magic_comment): add test.
usa
2008-01-28
1
-0
/
+7
[next]