Skip to content
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

Match GNU semantics for missing EOF #4009

Merged
merged 1 commit into from
Oct 17, 2022

Commits on Oct 7, 2022

  1. Match GNU semantics for missing EOF

    While the rust coreutils semantics were arguably more correct,
    they were different than the gnu split semantics when handling a
    file without a trailing EOF. This patch addresses that difference
    and allows passing one more GNU test suite.
    andrewbaptist committed Oct 7, 2022
    Configuration menu
    Copy the full SHA
    4922d34 View commit details
    Browse the repository at this point in the history