cosmopolitan/third_party/smallz4
Justine Tunney b0df6c1fce
Implement proper time zone support
Cosmopolitan now supports 104 time zones. They're embedded inside any
binary that links the localtime() function. Doing so adds about 100kb
to the binary size. This change also gets time zones working properly
on Windows for the first time. It's not needed to have /etc/localtime
exist on Windows, since we can get this information from WIN32. We're
also now updated to the latest version of Paul Eggert's TZ library.
2024-05-04 23:06:37 -07:00
..
BUILD.mk Stop using .com extension in monorepo 2024-03-03 03:12:19 -08:00
README.cosmo Import C++ Standard Template Library 2022-03-22 06:41:54 -07:00
smallz4.cc Implement proper time zone support 2024-05-04 23:06:37 -07:00
smallz4.hh Reduce header complexity 2023-11-28 14:39:42 -08:00
smallz4cat.c Bring back gc() function 2024-01-08 10:26:28 -08:00
stub.c flip et / noet in modelines 2023-12-07 22:17:11 -05:00

Source:
  https://create.stephan-brumme.com/smallz4/
Date:
  2022-03-22
License:
  MIT