zip.c work.
commit8556d972442fc48ef97a0e6a2191c92ac5842f85
authorEvanR <evanrinehart@gmail.com>
Sun, 21 Feb 2010 00:47:11 +0000 (20 18:47 -0600)
committerEvanR <evanrinehart@gmail.com>
Sun, 21 Feb 2010 00:47:11 +0000 (20 18:47 -0600)
treee5f565214129082d0b59ca5904b572ea4b3f6c82
parenta315167f70026c3c4f000355271de7f48073b07e
zip.c work.

Lots of changes to zip.c, mostly fixing problems and verifying
code. Error checking currently reports every file in the archive
to be not found. This is because when the archive is initially read
it runs a routine to insert the files found into a hash table. The
routine does nothing.

Next step is the write that routine.
zip.c