evalEmpire / y2038

Fix time.h on 32 bit machines to work past the year 2038 bug
https://github.com/schwern/y2038/wiki
MIT License
115 stars 24 forks source link

reduce size of const static tables in time64.c #6

Closed bulk88 closed 10 years ago

bulk88 commented 10 years ago

The data in the const static arrays can be expressed with smaller datatypes. This reduces binary size slightly.

This is from a commit at p5p.

schwern commented 10 years ago

Thanks for pushing it upstream.