• 1.3.1 087b099917

    minitar 1.3.1 Stable

    apio released this 2022-12-31 12:01:48 +00:00 | 58 commits to main since this release

    Changes:
    - Fix the rest of documentation after the API refactor
    - Swap out strtoul(l) for a custom parse_octal() function, which should be more performant as it doesn't have to deal with other bases. (And more portable? I guess everyone should have strtoul() and friends, but still...)
    - Add the -DMINITAR_IGNORE_UNSUPPORTED_TYPES CMake flag to skip past unsupported entry types instead of panicking. Opt-in.
    - Make minitar compile properly with CLang

    Downloads