summaryrefslogtreecommitdiff
path: root/amd64/include/ape
AgeCommit message (Collapse)Author
2020-03-24turn ptrdiff_t into a 64 bit typeOri 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.
2020-03-22add va_copy macro, conforming to c99 7.15.1.2Ori Bernstein
2019-09-06Include integer limits from generic stdint.h in system-specific stdint.hOri Bernstein
2018-05-24ape: floating point improvements (thanks spew)aiju
2015-07-13ape: add stdint.h, fix SSIZE_MAX and add SIZE_MAX to limits.hcinap_lenrek
2014-02-01libc and ape support for amd64cinap_lenrek