blob: 7155995285a41aaee501b2c41fe3f9388be00544 [file]
------------------------------------------------ showstopper
* API cleanup
check function names (consistency, appropriateness)
file sizes, offsets: type big enough? (no, zip64)
let ch_func report errors back to caller
* zipcmp.c:142: warning: passing arg 1 of `compare_zip' from incompatible pointer type
* zipcmp.c:189: warning: passing arg 3 of `compare_list' from incompatible pointer type
* what is ZIP_CMD_CLOSE good for; check callers
* man page fixes: "See .Va errno for details."
* regression tests (duplicate file names, unchange, .{200})
* code review
* README
* document zipmerge(1)
* merge zip_strerror.mdoc and zip_file_strerror.mdoc?
* recreate .man files
* fix XXX in man/
* fix XXX in lib?
* fix XXX in ChangeLog!
------------------------------------------------ others
* zip_commit
* zip_replace_zip: allow rewinding
* API for (file and archive) comments
* fix warnings in zipcmp
* zipcmp: add option for file content comparison
* support for zip64 (large file)
* append to files (for self-extracting files)
* add custom compression function support
* zip_replace_zip: remember compression method, recompress if different speced
* close even if error...
* update-zip (instead of close, reopen)
* support for old compression methods?????