Revision c9777b0ab4db219f0721506d9cca2412e41408fa authored by Jameson Nash on 08 May 2019, 14:34:40 UTC, committed by GitHub on 08 May 2019, 14:34:40 UTC
TTY objects are inherently unreliable input channels (documented, per posix design),
so try to slow down the rate of input and speed up the rate of output
by watching the output stream more closely, and detecting intermediate errors.

And also just general cleanup some of our IO handling.
1 parent b126788
History
File Mode Size
.github
base
contrib
deps
doc
etc
src
stdlib
test
ui
.appveyor.yml -rw-r--r-- 2.1 KB
.gitattributes -rw-r--r-- 67 bytes
.gitignore -rw-r--r-- 257 bytes
.mailmap -rw-r--r-- 11.0 KB
.travis.yml -rw-r--r-- 6.1 KB
CITATION.bib -rw-r--r-- 2.6 KB
CONTRIBUTING.md -rw-r--r-- 21.2 KB
HISTORY.md -rw-r--r-- 258.0 KB
LICENSE.md -rw-r--r-- 5.1 KB
Make.inc -rw-r--r-- 38.8 KB
Makefile -rw-r--r-- 28.1 KB
NEWS.md -rw-r--r-- 1.2 KB
README.md -rw-r--r-- 8.3 KB
VERSION -rw-r--r-- 10 bytes
sysimage.mk -rw-r--r-- 3.7 KB

README.md

back to top