Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-03-24 | turn ptrdiff_t into a 64 bit type | Ori Bernstein | |
while technically a 32 bit ptrdiff_t is in spec on systems with 64 bit ponters as long as we guarantee that individual objects are small enough, this can confuse legitimate code, so lets fix this. |