minitar/examples
apio 7e42b10078
fix: Make the untar example create parent directories if they don't exist (like mkdir -p)
This lets it deal with tar archives that are packaged like this:
usr/include/hello.h
usr/include/bye.h
usr/lib/libexample.a
Instead of requiring directory entries:
usr/
usr/include/
usr/include/hello.h (etc)

This helps since some tar archives (our own example tool, pack, for example, does this) are packaged without directory entries.
2023-02-25 20:28:23 +01:00
..
CMakeLists.txt chore: Add platform-specific example targets 2023-02-05 14:33:59 +01:00
list.c fix: Make the 'list' example show more metadata 2023-02-09 16:40:57 +01:00
pack.c fix: Handle malloc errors properly in pack.c 2023-02-05 14:38:31 +01:00
untar.c fix: Make the untar example create parent directories if they don't exist (like mkdir -p) 2023-02-25 20:28:23 +01:00