Age | Commit message (Expand) | Author |
---|
2025-01-03 | Try all assertions in `TestM17N#test_regexp_usascii` | Nobuyoshi Nakada |
2024-09-12 | Switch the default parser from parse.y to Prism | Kevin Newton |
2024-06-27 | Fix corruption of internal encoding string | Peter Zhu |
2024-06-27 | Fix corruption of encoding name string | Peter Zhu |
2024-04-18 | Add a hint of `ASCII-8BIT` being `BINARY` | Jean Boussier |
2023-07-09 | [Bug #19763] Raise same message exception for regexp | Nobuyoshi Nakada |
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 |