Implemented a zip-writer to correspond to zip-reader
authorJohn Darrington <john@darrington.wattle.id.au>
Fri, 1 Jul 2011 15:22:02 +0000 (17:22 +0200)
committerJohn Darrington <john@darrington.wattle.id.au>
Fri, 1 Jul 2011 15:22:02 +0000 (17:22 +0200)
commit551202adbc334f9c33f8290a4e407b422651bbd5
tree47eae6526e2408016ed570b785816bea2b637144
parent4bbc18decb6c26a9058d88fa0d4116a5730547b9
Implemented a zip-writer to correspond to zip-reader
src/libpspp/automake.mk
src/libpspp/inflate.c [new file with mode: 0644]
src/libpspp/inflate.h [new file with mode: 0644]
src/libpspp/zip-private.h [new file with mode: 0644]
src/libpspp/zip-reader.c [new file with mode: 0644]
src/libpspp/zip-reader.h [new file with mode: 0644]
src/libpspp/zip-writer.c
tests/automake.mk
tests/libpspp/zip-test.c [new file with mode: 0644]
tests/libpspp/zip.at [new file with mode: 0644]