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
ruby_3_3
ruby_3_4
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_io_m17n.rb
Age
Commit message (
Expand
)
Author
2023-08-10
Deprecate Kernel#open and IO support for subprocess creation/forking
Mike Dalessio
2023-01-01
Make IO#set_encoding with binary external encoding use nil internal encoding
Jeremy Evans
2022-07-06
[Bug #18898] Fallback invalid external encoding to the default
Nobuyoshi Nakada
2020-10-15
Check encoding name to replicate
Nobuyoshi Nakada
2020-07-10
Encode ' as ' when using encode(xml: :attr)
Jeremy Evans
2019-12-15
IO#set_encoding_by_bom should err when encoding is already set
Nobuyoshi Nakada
2019-09-25
Make rb_scan_args handle keywords more similar to Ruby methods (#2460)
Jeremy Evans
2019-08-13
UTF LE is fixed at least the first 2 bytes
Nobuyoshi Nakada
2019-06-13
IO#set_encoding_by_bom
Nobuyoshi Nakada
2019-06-09
Split test_strip_bom for each encoding
Nobuyoshi Nakada
2019-06-09
Add tests of the encoding with BOM
Nobuyoshi Nakada
2018-01-31
trick ruby-mode.el by heredocs
nobu
2017-11-23
io.c: read BOM only for reading
nobu
2017-07-14
io.c: textmode if newline decorator
nobu
2017-03-09
fix UTF-32 valid_encoding?
nobu
2016-04-09
test_io_m17n.rb: nil default internal encoding
nobu
2016-03-03
* test/ruby/test_io_m17n.rb (test_each_codepoint_need_more): Bump
headius
2016-01-21
test_io_m17n.rb: BOM with non-UTF
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
io.c: encoding in warnings
nobu
2015-12-13
io.c: BOM with non-UTF
nobu
2015-12-13
io.c: fix stack smashing
nobu
2015-08-17
io.c: raise at incomplete char
nobu
2015-08-15
io.c: read more data
nobu
2015-07-13
use Timeout.timeout
nobu
2015-06-30
test_io.rb: skip method definitions
nobu
2014-12-15
* test/ruby/test_io_m17n.rb: Add test for coderange clearing in
headius
2014-11-13
* test/lib/envutil.rb: Moved from test/ruby/.
akr
2014-08-28
test_io_m17n.rb: leaked FDs
nobu
2014-08-28
io.c: preserve encodings
nobu
2014-05-29
* io.c (rb_io_s_pipe): Close pipes if io_encoding_set() raises an
akr
2013-12-13
test/ruby: better assertions
nobu
2013-10-09
test/unit/assertions.rb: return exception
nobu
2013-06-12
io.c: fix 7bit coderange condition
nobu
2013-05-08
* io.c (rb_io_ext_int_to_encs): ignore internal encoding if external
naruse
2013-04-25
io.c: conversion from bom encoding
nobu
2013-03-11
* test/ruby/envutil.rb (EnvUtil.with_default_external): add for
naruse
2013-03-11
* io.c (extract_binmode): raise error even if binmode and textmode
naruse
2012-11-24
Fix tests of rb_warning().
knu
2012-11-06
* ruby.c (load_file_internal): set default source encoding as
naruse
2012-05-08
* io.c (io_unread): fix IO#pos with mode 'r' bug on Windows.
shirosaki
2012-05-07
use assert_equal, assert_match, and so on.
nobu
2012-05-04
* io.c (parse_mode_enc): remove warnings 'Ignoring internal encoding'.
naruse
2012-04-11
* io.c (rb_io_eof): use eof() instead of io_fillbuf(). It's because
shirosaki
2012-03-22
* io.c (static int io_fflush): add the definition.
shirosaki
2012-03-13
* io.c (io_encoding_set): always warn if external encoding and internal
naruse
2012-03-13
assert_warn, assert_warning
nobu
2012-03-12
Add missing assert_warning.
naruse
2012-03-12
* encoding.c (rb_find_encoding): new function find encoding from
nobu
[next]