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 13:39:41 -07:00
DESCRIPTION
2021-06-10 05:29:39 +05:30
2022-10-16 13:39:41 -07:00
zip utility from Info-ZIP
2021-06-10 05:29:39 +05:30
2022-10-16 13:39:41 -07:00
ORIGIN
2021-06-10 05:29:39 +05:30
2022-10-16 13:39:41 -07: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 13:39:41 -07:00
- Improve find_next_signature() performance using unlocked stdio