index
:
delta/ruby.git
5a1dfb04bc2
KEIJU
KOSAKO
RUBY
SER
SHIGEO
SPCOLTRIN
baserock/GENIVI/G-1.2
baserock/liw/sam/chef
baserock/morph/ruby_1_8_7
baserock/morph/ruby_1_9_3
baserock/ps/proto-web-system
baserock/ruby_1_9_3
baserock/ruby_2_0_0
baserock/ruby_2_1
baserock/v1_9_3_194-bootstrap
bundler
c65f10304f
copy_file_range_bug
dependabot/bundler/spec/mspec/rake-12.3.3
half-baked-1.9
master
matzruby
maximecb-patch-1
maximecb-patch-2
mvm
new_gc
revert-2779-news-for-module-name
rexml_adds_tests
ricsin
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_m17n
scheduler-process-wait
testunit
thread_inspect
trunk
unlabeled-1.1.1
unlabeled-1.39.2
v1_0r
v1_1dev
v1_1r
win32-unicode-test
yuki24-patch-1
github.com: ruby/ruby.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
ruby
/
test_io_m17n.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
merge revision(s) 5b1bf8dd2d08ae7371ecf025967376bb794ed651: [Backport #16099]
usa
2019-08-26
1
-5
/
+5
*
io.c: read BOM only for reading
nobu
2017-11-23
1
-0
/
+14
*
io.c: textmode if newline decorator
nobu
2017-07-14
1
-0
/
+38
*
fix UTF-32 valid_encoding?
nobu
2017-03-09
1
-2
/
+2
*
test_io_m17n.rb: nil default internal encoding
nobu
2016-04-09
1
-2
/
+2
*
* test/ruby/test_io_m17n.rb (test_each_codepoint_need_more): Bump
headius
2016-03-03
1
-1
/
+1
*
test_io_m17n.rb: BOM with non-UTF
nobu
2016-01-21
1
-0
/
+13
*
Add frozen_string_literal: false for all files
naruse
2015-12-16
1
-0
/
+1
*
test: use String#b instead of dup.force_encoding
nobu
2015-12-14
1
-3
/
+2
*
io.c: encoding in warnings
nobu
2015-12-13
1
-0
/
+8
*
io.c: BOM with non-UTF
nobu
2015-12-13
1
-0
/
+14
*
io.c: fix stack smashing
nobu
2015-12-13
1
-0
/
+13
*
io.c: raise at incomplete char
nobu
2015-08-17
1
-16
/
+35
*
io.c: read more data
nobu
2015-08-15
1
-0
/
+20
*
use Timeout.timeout
nobu
2015-07-13
1
-1
/
+1
*
test_io.rb: skip method definitions
nobu
2015-06-30
1
-2
/
+1
*
* test/ruby/test_io_m17n.rb: Add test for coderange clearing in
headius
2014-12-15
1
-0
/
+16
*
* test/lib/envutil.rb: Moved from test/ruby/.
akr
2014-11-13
1
-1
/
+0
*
test_io_m17n.rb: leaked FDs
nobu
2014-08-28
1
-2
/
+2
*
io.c: preserve encodings
nobu
2014-08-28
1
-0
/
+11
*
* io.c (rb_io_s_pipe): Close pipes if io_encoding_set() raises an
akr
2014-05-29
1
-22
/
+24
*
test/ruby: better assertions
nobu
2013-12-13
1
-1
/
+1
*
test/unit/assertions.rb: return exception
nobu
2013-10-09
1
-4
/
+6
*
io.c: fix 7bit coderange condition
nobu
2013-06-12
1
-1
/
+11
*
* io.c (rb_io_ext_int_to_encs): ignore internal encoding if external
naruse
2013-05-08
1
-0
/
+36
*
io.c: conversion from bom encoding
nobu
2013-04-25
1
-1
/
+23
*
* test/ruby/envutil.rb (EnvUtil.with_default_external): add for
naruse
2013-03-11
1
-20
/
+18
*
* io.c (extract_binmode): raise error even if binmode and textmode
naruse
2013-03-11
1
-3
/
+6
*
Fix tests of rb_warning().
knu
2012-11-24
1
-6
/
+6
*
* ruby.c (load_file_internal): set default source encoding as
naruse
2012-11-06
1
-0
/
+1
*
* io.c (io_unread): fix IO#pos with mode 'r' bug on Windows.
shirosaki
2012-05-08
1
-0
/
+16
*
use assert_equal, assert_match, and so on.
nobu
2012-05-07
1
-1
/
+1
*
* io.c (parse_mode_enc): remove warnings 'Ignoring internal encoding'.
naruse
2012-05-04
1
-7
/
+8
*
* io.c (rb_io_eof): use eof() instead of io_fillbuf(). It's because
shirosaki
2012-04-11
1
-0
/
+16
*
* io.c (static int io_fflush): add the definition.
shirosaki
2012-03-22
1
-0
/
+15
*
* io.c (io_encoding_set): always warn if external encoding and internal
naruse
2012-03-13
1
-0
/
+26
*
assert_warn, assert_warning
nobu
2012-03-13
1
-12
/
+0
*
Add missing assert_warning.
naruse
2012-03-12
1
-3
/
+15
*
* encoding.c (rb_find_encoding): new function find encoding from
nobu
2012-03-12
1
-0
/
+11
*
* dir.c (dir_inspect), io.c (rb_io_inspect): keep encoding of path.
nobu
2012-02-24
1
-0
/
+11
*
* dir.c (dir_initialize): keep path in original encoding.
nobu
2012-02-24
1
-0
/
+11
*
Additional test for r34358.
naruse
2012-01-24
1
-0
/
+1
*
* io.c (extract_binmode): raise an exception if binmode/textmode
naruse
2012-01-23
1
-0
/
+25
*
* io.c (rb_io_extract_modeenc): set ASCII-8BIT if binmode is specified
naruse
2012-01-23
1
-0
/
+5
*
* io.c (rb_sys_fail_path): move the definition.
shirosaki
2011-12-26
1
-0
/
+11
*
* test/ruby/test_io_m17n.rb
usa
2011-12-14
1
-2
/
+2
*
* win32/win32.c, include/ruby/win32.h (rb_w32_fd_is_text): new function.
usa
2011-12-14
1
-0
/
+92
*
Introduce NEED_READCONV and NEED_WRITECONV to replace universal newline decor...
luislavena
2011-12-04
1
-0
/
+48
*
* include/ruby/encoding.h (ECONV_NEWLINE_DECORATOR_READ_MASK,
usa
2011-11-07
1
-0
/
+57
*
* test/ruby/test_io_m17n.rb
usa
2011-11-07
1
-0
/
+20
[next]