index
:
ruby.git
master
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
ruby
/
test_m17n.rb
Age
Commit message (
Expand
)
Author
2022-09-12
Remove get_actual_encoding() and the dynamic endian detection for dummy UTF-1...
Benoit Daloze
2022-08-20
[Bug #18958] format string must be ASCII compatible
Nobuyoshi Nakada
2022-08-20
[Bug #18955] format single character for `%c`
Nobuyoshi Nakada
2022-08-20
[Bug #18955] Check length of argument for `%c` in proper encoding
Nobuyoshi Nakada
2022-01-04
Use omit instead of skip: test/ruby/**/*.rb
Hiroshi SHIBATA
2021-11-15
test/ruby/test_m17n.rb: skip a test that breaks another test
Yusuke Endoh
2021-11-15
Revert "test/ruby/test_m17n.rb: Run a test under assert_separately"
Yusuke Endoh
2021-11-15
test/ruby/test_m17n.rb: Run a test under assert_separately
Yusuke Endoh
2021-09-27
Show failed environment variables
Nobuyoshi Nakada
2020-12-08
Windows: Read ENV names and values as UTF-8 encoded Strings (#3818)
Lars Kanis
2020-03-24
test/json/test_helper.rb: Do not add a relative path to $LOAD_PATH
Yusuke Endoh
2020-03-23
test/ruby/test_m17n.rb: Update the debugging code to get C stacktrace
Yusuke Endoh
2020-03-23
test/ruby/test_m17n.rb: Make the debugging code print to stderr
Yusuke Endoh
2020-03-22
test/ruby/test_m17n.rb: Add a temporal code for debugging
Yusuke Endoh
2019-11-18
Deprecate taint/trust and related methods, and make the methods no-ops
Jeremy Evans
2019-07-02
Check that String#scrub block does not modify receiver
Jeremy Evans
2019-06-30
Suppress unused variable warnings
Nobuyoshi Nakada
2019-03-05
string.c: respect the actual encoding
nobu
2019-01-15
setbyte / ungetbyte allow out-of-range integers
shyouhei
2018-11-19
string.c: setbyte silently ignores upper bits
shyouhei
2018-04-16
string.c: fix dumped suffix
nobu
2017-03-02
refine a warning message.
akr
2017-02-22
refine warning message for binary regexp /.../n.
akr
2017-01-11
string.c: replacement and block
nobu
2017-01-11
string.c: yield invalid part
nobu
2017-01-11
string.c: block for scrub with ASCII-incompatible
nobu
2016-12-12
test_m17n.rb: escape
nobu
2016-03-21
string.c: skip invalid char gap
nobu
2016-02-19
test/ruby: suppress runtime warnings
nobu
2015-12-22
string.c: no exception on dummy encoding
nobu
2015-12-17
string.c: infection
nobu
2015-12-16
Add frozen_string_literal: false for all files
naruse
2015-12-14
test: use String#b instead of dup.force_encoding
nobu
2015-12-13
* object.c (rb_inspect): check the default internal encoding as
shugo
2015-12-10
* object.c (rb_inspect): dump inspected result with rb_str_escape()
naruse
2015-09-16
string.c: keep coderange
nobu
2015-08-26
re.c: fix wchar match at EOS
nobu
2015-08-03
re.c: fix for wide character encodings
nobu
2015-07-22
string.c: fix coderange of reverse
nobu
2015-01-02
test_m17n.rb: split test_scrub
nobu
2014-12-29
re.c: append excape sequence as-is
nobu
2014-12-15
string.c: fix coderange for non-endianness string
nobu
2014-11-13
* test/lib/envutil.rb: Moved from test/ruby/.
akr
2014-10-17
re.c: mak eregexps with binary escapes ASCII-8BIT
nobu
2014-07-22
string.c: fix wrong single-byte optimization
nobu
2014-01-15
string.c: respect BOM
nobu
2014-01-15
string.c: use actual encodings
nobu
2014-01-15
test_m17n.rb: split tests for inspect
nobu
2013-12-13
test/ruby: better assertions
nobu
2013-12-12
* doc/contributing.rdoc: [DOC] Fix typo in comments by @dvsuresh [Fixes GH-475]
a_matsuda
[next]