Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 814 Bytes

tar_README.md

File metadata and controls

11 lines (8 loc) · 814 Bytes

tar

While the changes are only #defined for windows, the spawn code should work for all platforms. Did not go through and rewrite grandchild handlers for Windows, but those could also be done if needed. Doing an stdin and stdout with external compressor seems to require this (normal external compressor usage does work).

Original Source | Changes

  • Standard GNULIB patches
  • Disable some permission settings that don't apply
  • Largest changes to change fork code over to gnulib execute/spawnp library
  • Fixed symbolic links to work properly in create, extract, compare on windows
  • minor paxutils Changes