summaryrefslogtreecommitdiff
path: root/src/nonstd
AgeCommit message (Collapse)Author
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-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
2019-02-28fix prototype in castJakob Kaivo
2019-02-28include <limits.h> in <nonstd/locale.h> for field sizesJakob Kaivo
2019-02-28use the internal array of FILE streams for stdin/stdout/stderrJakob Kaivo
2019-02-28add LOAD_LOCALE and FILE_STREAMSJakob Kaivo
2019-02-28add FILE_STREAM and LOAD_LOCALEJakob Kaivo
2019-02-28clean up internal locale stuffJakob Kaivo
2019-02-28new <nonstd/lib.h>Jakob Kaivo
2019-02-28include <nonstd/internal.h> in <nonstd/io.h>, remove redundant includesJakob Kaivo
2019-02-28clean up internal namespaceJakob Kaivo
2019-02-27handle CTYPEJakob Kaivo
2019-02-27initialize stdio and localeJakob Kaivo
2019-02-27add __lookup() convenience macroJakob Kaivo
2019-02-27clean up formattingJakob Kaivo
2019-02-25add linux x86/64 system call numbersJakob Kaivo
2019-02-25compile without warnings under -Wall -WextraJakob Kaivo
2019-02-25compile without warnings under -Wall -WextraJakob Kaivo
2019-02-25fix warning from -WallJakob Kaivo
2019-02-23clean up <nonstd/io.h> refs by just including <stdio.h>Jakob Kaivo
2019-02-23include <errno.h> and <nonstd/internal.h> in <nonstd/syscall.h> to handle ↵Jakob Kaivo
its internal dependencies
2019-02-23merge SYSCALL macros into oneJakob Kaivo
2019-02-20add symbols from POSIX.1b-1993Jakob Kaivo
2019-02-10move nonstd/tgmath.h to ./_tgmath.hJakob Kaivo
2019-02-09add missing referenceJakob Kaivo
2019-02-09unbreakJakob Kaivo
2019-02-09rearrange a bitJakob Kaivo
2019-02-09merge POSIX.1-1988/1990Jakob Kaivo
2019-02-08add headers and assemblyJakob Kaivo
2019-02-08merge sources into single treeJakob Kaivo