summaryrefslogtreecommitdiff
path: root/src/nonstd/__libc_start.c
AgeCommit message (Expand)Author
2020-08-12move more stuff out of nonstd/Jakob Kaivo
2020-08-12remove __syscall_lookup()Jakob Kaivo
2020-08-11move auto-generated nonstd/syscall.h to static private _syscall.hJakob Kaivo
2020-08-11rename __FILES to __stdio to catch all <stdio.h> internalsJakob Kaivo
2020-08-11move array of __FILE structs from __libc() to _stdio internalJakob Kaivo
2020-03-04eliminate nonstd/io.hJakob Kaivo
2019-03-02correct inline definition of isatty()Jakob Kaivo
2019-02-28cleanupJakob Kaivo
2019-02-28use freopen() and setvbuf() to properly set up stdin/stdout/stderrJakob Kaivo
2019-02-28use the internal array of FILE streams for stdin/stdout/stderrJakob Kaivo
2019-02-27initialize stdio and localeJakob Kaivo
2019-02-25fix warning from -WallJakob Kaivo
2019-02-08merge sources into single treeJakob Kaivo