summaryrefslogtreecommitdiff
path: root/68020
AgeCommit message (Collapse)Author
2021-02-08ape: sync flaot.h macros with u.hOri Bernstein
The float.h macros got out of sync with u.h, some of them missing and some of them being incorrect. This change brings them back in line.
2021-01-01ape: unify math.h copiesOri Bernstein
/$objtype/include/ape/math.h contained an almost identical copy of math.h for each architecture. The only difference between them architectures was that some had an incorrect version of isinf defined. This change picks one of the versions of math.h with a correct definition, moves it to /sys/include, and removes the redundant versions.
2020-03-22add va_copy macro, conforming to c99 7.15.1.2Ori Bernstein
2018-05-24ape: floating point improvements (thanks spew)aiju
2018-05-12add signed fixed size integer typedefsqwx
2016-01-07introduce signed intptr and %z format modifier for formating uintptr and intptrcinap_lenrek
2013-10-17change Rune from ushort to uint for to 21 bit runes (thanks mischief!)cinap_lenrek
big big change. requires rebuilding 8c first and then rebuild everything.
2011-05-03remove .dummy files and replace it by sys/lib/rootstub scriptcinap_lenrek
2011-04-14fill /acmecinap_lenrek
2011-03-30ape dirscinap_lenrek
2011-03-30...cinap_lenrek
2011-03-30get directories incinap_lenrek