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

Increase buffer size in filename append utility to support more liberty files. #334

Merged
merged 4 commits into from
Sep 23, 2024

Commits on Sep 18, 2024

  1. Increase buffer size in filename append utility to support more liber…

    …ty files.
    
    Signed-off-by: Mike Inouye <[email protected]>
    mikesinouye committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    db735b6 View commit details
    Browse the repository at this point in the history
  2. Use <limits.h>'s PATH_MAX macro instead of fixed size.

    Signed-off-by: Mike Inouye <[email protected]>
    mikesinouye committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    ee5acbb View commit details
    Browse the repository at this point in the history
  3. Add #include <stdlib.h> for Windows build support.

    Signed-off-by: Mike Inouye <[email protected]>
    mikesinouye committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    5bd5216 View commit details
    Browse the repository at this point in the history
  4. Try support for Windows again.

    Signed-off-by: Mike Inouye <[email protected]>
    mikesinouye committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    8179c73 View commit details
    Browse the repository at this point in the history