mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-29 20:17:45 +00:00
yes: Cleanup
Report errors properly instead of panicking. Replace zero_copy by a simpler specialized private module. Do not assume splices move all data at once. Use the modern uutils machinery. Remove the "latency" feature. The time it takes to prepare the buffer is drowned out by the startup time anyway. yes: Add tests yes: Fix long input test on Windows
This commit is contained in:
parent
ea16cc72c7
commit
e5d6c6970b
15 changed files with 217 additions and 398 deletions
|
@ -106,12 +106,14 @@ whoami
|
|||
|
||||
# * vars/errno
|
||||
errno
|
||||
EBADF
|
||||
EEXIST
|
||||
EINVAL
|
||||
ENODATA
|
||||
ENOENT
|
||||
ENOSYS
|
||||
EPERM
|
||||
EOPNOTSUPP
|
||||
EPERM
|
||||
|
||||
# * vars/fcntl
|
||||
F_GETFL
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue