cosmopolitan/third_party/zip/README.cosmo

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

16 lines
373 B
Text
Raw Normal View History

2022-10-16 20:39:41 +00:00
DESCRIPTION
2021-06-09 23:59:39 +00:00
2022-10-16 20:39:41 +00:00
zip utility from Info-ZIP
2021-06-09 23:59:39 +00:00
2022-10-16 20:39:41 +00:00
ORIGIN
2021-06-09 23:59:39 +00:00
2022-10-16 20:39:41 +00:00
source code obtained as zip30.tar.gz
http://infozip.sourceforge.net/Zip.html
https://sourceforge.net/projects/infozip/files/
LOCAL CHANGES
- Use Cosmopolitan's PCLMUL optimized CRC32
- Don't magically append .zip extension to filename argument
2022-10-16 20:39:41 +00:00
- Improve find_next_signature() performance using unlocked stdio