-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Remove Archive modules, and rework IO-specific modules (tar-unix etc); still work in progress - Add `Tar.HEADERREADER` and `Tar.HEADERWRITER` module types, and rename `Tar.{READER,WRITER}.t` to `io`. - When reading the compatibility level is no longer considered. In most cases the compatibility level was not enforced, and the semantics were very unclear. - Better support for GNU LongLink/LongName - Add a separate `write_global` function for writing a global `Tar.Header.Extended.t`. This allows writing an archive with a PAX comment and nothing else. This is still work in progress.
- Loading branch information
Showing
15 changed files
with
271 additions
and
707 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.