cosmopolitan/third_party/puff
Justine Tunney d7c79f43ef
Clean up more code
- Found some bugs in LLVM compiler-rt library
- The useless LIBC_STUBS package is now deleted
- Improve the overflow checking story even further
- Get chibicc tests working in MODE=dbg mode again
- The libc/isystem/ headers now have correctly named guards
2023-06-18 01:00:05 -07:00
..
puff.c Get GCC to mostly build with Cosmo 2023-06-09 06:41:34 -07:00
puff.h Improve cosmocc toolchain 2023-03-05 23:52:49 -08:00
puff.mk Clean up more code 2023-06-18 01:00:05 -07:00
README.cosmo Improve cosmocc toolchain 2023-03-05 23:52:49 -08:00

DESCRIPTION

  puff is a tiny implementation of deflate decompression

LICENSE

  zlib license

ORIGIN

  Origin: git@github.com:madler/zlib.git
  Commit: 03614c56ad299f9b238c75aa1e66f0c08fc4fc8b
  Author: Mark Adler <madler@alumni.caltech.edu>
  Date:   Sun Oct 30 08:36:13 2016 -0700

LOCAL CHANGES

  None.