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

echo: handle multibyte escape sequences #6803

Merged
merged 10 commits into from
Oct 22, 2024

Commits on Oct 20, 2024

  1. echo: handle multibyte escape sequences

    Bug was reported, with root cause analysis, by kkew3
    Added tests were derived from test cases provided by kkew3
    See uutils#6741
    andrewliebenow committed Oct 20, 2024
    Configuration menu
    Copy the full SHA
    6d8a781 View commit details
    Browse the repository at this point in the history
  2. Use concrete type

    andrewliebenow committed Oct 20, 2024
    Configuration menu
    Copy the full SHA
    5d9fa38 View commit details
    Browse the repository at this point in the history
  3. Fix MSRV issue

    andrewliebenow committed Oct 20, 2024
    Configuration menu
    Copy the full SHA
    7ab6c01 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    199c947 View commit details
    Browse the repository at this point in the history
  5. Fix MSRV issue

    andrewliebenow committed Oct 20, 2024
    Configuration menu
    Copy the full SHA
    711b17a View commit details
    Browse the repository at this point in the history
  6. Fix Clippy violation

    andrewliebenow committed Oct 20, 2024
    Configuration menu
    Copy the full SHA
    c46d8af View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2024

  1. Fix compiler warning

    andrewliebenow committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    d1e6d0a View commit details
    Browse the repository at this point in the history
  2. Address PR comments

    andrewliebenow committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    4be524a View commit details
    Browse the repository at this point in the history
  3. Add MSRV TODO comments

    andrewliebenow committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    635f360 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2024

  1. Configuration menu
    Copy the full SHA
    b4c057e View commit details
    Browse the repository at this point in the history