mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-01-31 03:27:39 +00:00
b0df6c1fce
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. |
||
---|---|---|
.. | ||
cli | ||
tests | ||
BUILD.mk | ||
LICENSE | ||
README.cosmo | ||
xxh3.h | ||
xxh_x86dispatch.c | ||
xxh_x86dispatch.h | ||
xxhash.c | ||
xxhash.h |
DESCRIPTION Extremely fast non-cryptographic hash algorithm SOURCE https://github.com/Cyan4973/xxHash commit 5b45185d0419f63eb5911133f3dc578a163d162f Author: Yann Collet <yann.collet.73@gmail.com> Date: Mon Jun 19 23:58:07 2023 -0700 fix minor typo in comment