-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
tac: mimic GNU on handling special files such as /dev/zero #9616
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
|
GNU testsuite comparison: |
|
GNU testsuite comparison: |
|
Seems to be failing because of 32-bit targets running out of memory, now limiting to 64-bit |
|
GNU testsuite comparison: |
|
GNU testsuite comparison: |
|
GNU testsuite comparison: |
Merging this PR will not alter performance
Comparing Footnotes
|
…tils into tac-special-files
|
GNU testsuite comparison: |
This comment was marked as resolved.
This comment was marked as resolved.
|
GNU testsuite comparison: |
Actually try to read until EOF for zero-size files, instead of assuming they are either empty or infinite.
|
GNU testsuite comparison: |
|
GNU testsuite comparison: |
Fixes #9591
Also adds test to avoid regression.