summaryrefslogtreecommitdiff
path: root/sys/src/libflate/deflate.c
AgeCommit message (Collapse)Author
2017-12-09libflate: force non-empty huffman table in mkzprecode() for deflatecinap_lenrek
busybox gunzip fails on empty (offset) huffman tables, so force one entry. gzip states in a comment: The pkzip format requires that at least one distance code exists, and that at least one bit should be sent even if there is only one possible code.
2016-01-07format pointer subtraction results with %zd instead of %ld (for long -> ↵cinap_lenrek
intptr on amd64)
2011-03-30Import sources from 2011-03-30 iso image - libTaru Karttunen
2011-03-30Import sources from 2011-03-30 iso imageTaru Karttunen