summaryrefslogtreecommitdiff
path: root/src/decompress_z.cc
AgeCommit message (Collapse)Author
2025-09-15decompress: Return better io error for BUF_ERRORJoel Klinghed
Use new MaxTooSmall. As the comment notes tho, it might be that we are lacking input as well, but until I figure out how to test for that case and determine the cause, lets at least return a more specific error.
2025-09-10Add unicode general category lookupJoel Klinghed
Generate the lookup tables from UnicodeData.txt, do to that, add gen_ugc, which uses csv, buffers, line, io and other modules to do the job.