ObjFW  Check-in [0964e7d687]

Overview
Comment:Add objfw-unzip.

This a small tool to extract ZIP files, using OFZIPArchive.

The idea is that as ObjFW contains a complete ZIP implementation anyway,
it makes sense to add those few extra lines of code to have a very small
tool using ObjFW's ZIP implementation.

Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 0964e7d6871113e481178885d35b55b62d1256dd3952662913ef1d7ab3143f6d
User & Date: js on 2013-10-20 11:30:22
Other Links: manifest | tags
Context
2013-10-28
15:18
Update Xcode project to 5.0. check-in: ed3a954968 user: js tags: trunk
2013-10-20
11:30
Add objfw-unzip. check-in: 0964e7d687 user: js tags: trunk
2013-10-10
22:18
OFZIPArchive: Correctly handle archive comments. check-in: e2ad3ceacb user: js tags: trunk
Changes