summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2020-08-11fix call to va_start()Jakob Kaivo
2020-08-11add missing argument nameJakob Kaivo
2020-08-11move auto-generated nonstd/syscall.h to static private _syscall.hJakob Kaivo
2020-08-11remove dependence on "nonstd/internal.h"Jakob Kaivo
2020-08-11add missing includeJakob Kaivo
2020-08-11pull in future definitions if building C89/C95Jakob Kaivo
2020-08-11pull in newer definitions if building C89/C95Jakob Kaivo
2020-08-11move stdlib internals to _stdlib.h and struct __stdlibJakob Kaivo
2020-08-11rename __FILES to __stdio to catch all <stdio.h> internalsJakob Kaivo
2020-08-11include forward definitions when building C89/C95Jakob Kaivo
2020-08-11move array of __FILE structs from __libc() to _stdio internalJakob Kaivo
2020-03-04compile with c=AMD1 and POSIX.2Jakob Kaivo
2020-03-04fix path to _ctype.hJakob Kaivo
2020-03-04fix compilation when c=199409Jakob Kaivo
2020-03-04remove nonstd/ctype.hJakob Kaivo
2020-03-04remove nonstd/ctype.hJakob Kaivo
2020-03-04eliminate nonstd/io.hJakob Kaivo
2020-03-04add LC_*_MASK so they can always be used internally at the very leastJakob Kaivo
2020-02-26fix nameJakob Kaivo
2020-02-26properly implement getopt()Jakob Kaivo
2019-08-20call pthread function instead of self-recursionJakob Kaivo
2019-08-20return correct valuesJakob Kaivo
2019-08-20thrd_timedout, not mtx_timedoutJakob Kaivo
2019-08-20initial versionJakob Kaivo
2019-03-06working setjmp()/longjmp()Jakob Kaivo
2019-03-06notes for future referenceJakob Kaivo
2019-03-06begin work on a common string-to-floating-point implementationJakob Kaivo
2019-03-06add include and defineJakob Kaivo
2019-03-06add include and defineJakob Kaivo
2019-03-06prefix arguments with __Jakob Kaivo
2019-03-06consistently use __exp as argumentJakob Kaivo
2019-03-06remove incorrect ##, prefix args with __Jakob Kaivo
2019-03-06add missing #endifJakob Kaivo
2019-03-03define unconditionally, we will always support the full floating point enviro...Jakob Kaivo
2019-03-03outline details from C18 annex FJakob Kaivo
2019-03-03reference TGFNs from __fpclassifyJakob Kaivo
2019-03-03remove stray _Jakob Kaivo
2019-03-03implement in terms of fpclassify()Jakob Kaivo
2019-03-03add TGCMPLX macro (only used by <complex.h> stuff, but it's a shared file)Jakob Kaivo
2019-03-03add functions to be referenced by fpclassify() macroJakob Kaivo
2019-03-03fill out special cases outlined in C18 annex GJakob Kaivo
2019-03-03always include CMPLX macros so they can be used even for C99Jakob Kaivo
2019-03-03get around to implementingJakob Kaivo
2019-03-03clean up definition, add some linebreaks to improve readabilityJakob Kaivo
2019-03-03add macros from C11/C18 as they make implementation *much* cleanerJakob Kaivo
2019-03-03purely inline signbit() implementationJakob Kaivo
2019-03-02document and implement in terms of tcgetattr()Jakob Kaivo
2019-03-02add documentationJakob Kaivo
2019-03-02add <ctype.h> include for consuming leading spacesJakob Kaivo
2019-03-02more robust implementationJakob Kaivo