summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2019-03-03define unconditionally, we will always support the full floating point ↵Jakob Kaivo
environment
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
2019-03-02update documentationJakob Kaivo
2019-03-02update documentationJakob Kaivo
2019-03-02add documentationJakob Kaivo
2019-03-02clean up documentationJakob Kaivo
2019-03-02update documentationJakob Kaivo
2019-03-02clean up documentationJakob Kaivo
2019-03-02update documentationJakob Kaivo
2019-03-02correct inline definition of isatty()Jakob Kaivo
2019-03-01add the missing 0Jakob Kaivo
2019-03-01these should be references to the <wchar.h> definitionJakob Kaivo
2019-03-01set signals to match requirements for kill and trap commands, adjust others ↵Jakob Kaivo
accordingly
2019-03-01make the syscall directly if not _POSIX_SOURCEJakob Kaivo
2019-02-28fix macroJakob Kaivo
2019-02-28fix ctype functions in the C/POSIX localeJakob Kaivo
2019-02-28locale is an object, not a pointerJakob Kaivo
2019-02-28handle differences between C89/95 and C99+Jakob Kaivo
2019-02-28set max length to a very big number, undefined behavior happens if the user ↵Jakob Kaivo
provides too small a buffer
2019-02-28move to global locale if thread locale isn't set for timeJakob Kaivo
2019-02-28include <locale.h> in <nonstd/locale.h>Jakob Kaivo
2019-02-28fix outputing 0Jakob Kaivo
2019-02-28organize by sectionJakob Kaivo
2019-02-28add locale stuffJakob Kaivo
2019-02-28cleanupJakob Kaivo
2019-02-28set up (most of) a working POSIX/C locale (missing collation)Jakob Kaivo
2019-02-28use shared locale codeJakob Kaivo
2019-02-28include "nonstd/io.h" for definition of struct __FILEJakob Kaivo
2019-02-28use freopen() and setvbuf() to properly set up stdin/stdout/stderrJakob Kaivo
2019-02-28include <locale.h> in <nonstd/locale.h>Jakob Kaivo
2019-02-28default to unsignedJakob Kaivo
2019-02-28remove warnings from -Wall -WextraJakob Kaivo
2019-02-28add missing "blank"Jakob Kaivo
2019-02-28use an int for ctype attributes so we don't lose dataJakob Kaivo
2019-02-28work with fixed size buffers in the struct instead of malloc()ing everythingJakob Kaivo