Overview
| Comment: | Add OFTarArchive
This only implements the UNIX v7 format for now. |
|---|---|
| Downloads: | Tarball | ZIP archive | SQL archive |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA3-256: |
7ecdc7167762cd979162e9c1bc900a4c |
| User & Date: | js on 2016-05-22 19:53:38 |
| Other Links: | manifest | tags |
Context
|
2016-05-22
| ||
| 20:00 | OFZIP: Only allow safe modes for .gz files (check-in: 5b5f4ec214 user: js tags: trunk) | |
| 19:53 | Add OFTarArchive (check-in: 7ecdc71677 user: js tags: trunk) | |
| 17:51 | objfw-config.in: Remove @NO_WARN_UNUSED@ (check-in: 286c1afb46 user: js tags: trunk) | |
Changes
Modified src/Makefile from [d9bbc65674] to [f96b28456a].
| ︙ | |||
60 61 62 63 64 65 66 67 68 69 70 71 72 73 | 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 | + + |
OFString+Hashing.m \
OFString+JSONValue.m \
OFString+Serialization.m \
OFString+URLEncoding.m \
OFString+XMLEscaping.m \
OFString+XMLUnescaping.m \
OFSystemInfo.m \
OFTarArchive.m \
OFTarArchiveEntry.m \
OFThread.m \
OFTimer.m \
OFURL.m \
OFXMLAttribute.m \
OFXMLCDATA.m \
OFXMLCharacters.m \
OFXMLComment.m \
|
| ︙ |
Added src/OFTarArchive.h version [e6cdb8e0ee].