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
/
io
/
console
Commit message (
Expand
)
Author
Age
Files
Lines
*
[ruby/io-console] Skip Interrupt test on Linux
Nobuyoshi Nakada
2019-12-18
1
-1
/
+1
*
[ruby/io-console] Set raw mode strictly same as cfmakeraw
Nobuyoshi Nakada
2019-12-18
1
-1
/
+1
*
[ruby/io-console] Skip interrupt
Nobuyoshi Nakada
2019-12-18
1
-1
/
+1
*
[ruby/io-console] Timeout in the child process
Nobuyoshi Nakada
2019-12-17
1
-2
/
+3
*
[ruby/io-console] Use IO.console instead of STDIN
Nobuyoshi Nakada
2019-12-17
1
-3
/
+4
*
[ruby/io-console] Disable implementation-defined special control characters
Nobuyoshi Nakada
2019-12-17
1
-0
/
+10
*
[ruby/io-console] Added the test for intr option
Nobuyoshi Nakada
2019-12-17
1
-0
/
+36
*
test/io/console/test_io_console.rb: add a memo for the mysterious hack
Yusuke Endoh
2019-12-05
1
-1
/
+11
*
test/io/console/test_io_console.rb: Try the hack for Solaris
Yusuke Endoh
2019-12-05
1
-1
/
+1
*
Wait for the main thread to start reading by Queue
Nobuyoshi Nakada
2019-12-02
1
-0
/
+5
*
Revert "[ruby/io-console] Skip cursor position test on Solaris"
Kazuhiro NISHIYAMA
2019-09-25
1
-1
/
+0
*
[ruby/io-console] Unique paths to be added
Nobuyoshi Nakada
2019-09-25
1
-0
/
+1
*
[ruby/io-console] Load the current libraries
Nobuyoshi Nakada
2019-09-25
1
-1
/
+3
*
[ruby/io-console] Skip cursor position test on Solaris
Nobuyoshi Nakada
2019-09-25
1
-0
/
+1
*
[ruby/io-console] Made cursor position 0-origin
Nobuyoshi Nakada
2019-09-24
1
-0
/
+20
*
Suppress uninitialized instance variable warnings
nobu
2018-12-14
1
-1
/
+1
*
test/io/console/test_io_console.rb: fix short read failures
normal
2018-08-09
1
-14
/
+14
*
test/io/console/test_io_console.rb: fix for systems where PTY is not defined
normal
2018-06-06
1
-5
/
+4
*
test/io/console/test_io_console.rb: ignore TTOU on FreeBSD
normal
2018-06-05
1
-0
/
+16
*
test/io/console/test_io_console.rb (test_oflush): Avoid race condition
mame
2018-02-15
1
-0
/
+1
*
test_io_console.rb: get rid of sporadic failures
nobu
2017-12-23
1
-1
/
+3
*
test_io_console.rb: flush
nobu
2017-09-28
1
-0
/
+4
*
console.c: set winsize on Windows
nobu
2017-09-11
1
-0
/
+5
*
test_io_console.rb: test_set_winsize_console
nobu
2017-09-11
1
-27
/
+35
*
test_io_console.rb: fix of old CentOS5
nobu
2017-01-08
1
-2
/
+2
*
console.c: unpaired size
nobu
2017-01-07
1
-0
/
+1
*
console.c: OOB access
nobu
2017-01-07
1
-0
/
+30
*
io/console: unknown key code for names with nul
nobu
2016-04-15
1
-0
/
+15
*
io/console: move conditions
nobu
2016-04-15
1
-4
/
+7
*
Add frozen_string_literal: false for all files
naruse
2015-12-16
1
-0
/
+1
*
TestIO_Console.rb: disable getpass test by --excludes
nobu
2015-12-09
1
-1
/
+0
*
test_io_console.rb: skip
nobu
2015-12-09
1
-0
/
+1
*
test_io_console.rb: wait
nobu
2015-12-09
1
-1
/
+2
*
test_io_console.rb: ignore echo back
nobu
2015-12-09
1
-1
/
+1
*
* test/io/console/test_io_console.rb (run_pty): Avoid waiting twice
ngoto
2015-12-08
1
-1
/
+0
*
retry IO#getpass
nobu
2015-12-08
1
-4
/
+15
*
Revert r52902,r52903,r52910,r52911,r52937,r52939
naruse
2015-12-08
1
-27
/
+4
*
test_io_console.rb: separate master and slave
nobu
2015-12-08
1
-8
/
+16
*
* test/io/console/test_io_console.rb (test_getpass): s.getpass
ngoto
2015-12-08
1
-10
/
+10
*
temporally remove prompt to pass the test
naruse
2015-12-07
1
-1
/
+1
*
test_io_console.rb: wait
nobu
2015-12-06
1
-1
/
+2
*
console.c: console_getpass
nobu
2015-12-06
1
-0
/
+14
*
[DOC]
akr
2015-01-11
1
-0
/
+8
*
test_io_console.rb: different names
nobu
2014-12-28
1
-2
/
+2
*
console.c: IO.console arguments passing
nobu
2014-12-25
1
-0
/
+8
*
test_io_console.rb: use gets
nobu
2014-12-25
1
-2
/
+3
*
test_io_console.rb: chomp results
nobu
2014-12-25
1
-1
/
+1
*
* test/io/console/test_io_console.rb (TestIO_Console#run_pty): no block given.
usa
2014-12-25
1
-1
/
+5
*
console.c: get rid of NameError
nobu
2014-12-25
1
-10
/
+24
*
* test/lib/envutil.rb: Moved from test/ruby/.
akr
2014-11-13
1
-1
/
+0
[next]