summaryrefslogtreecommitdiff
path: root/src/stdio
AgeCommit message (Expand)Author
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-04compile with c=AMD1 and POSIX.2Jakob Kaivo
2020-03-04fix compilation when c=199409Jakob Kaivo
2020-03-04eliminate nonstd/io.hJakob Kaivo
2019-02-28set max length to a very big number, undefined behavior happens if the user p...Jakob Kaivo
2019-02-28implement in terms of __scanf()Jakob Kaivo
2019-02-28implement in terms of __printf()Jakob Kaivo
2019-02-28attempt to use guaranteed space before allocating a new fileJakob Kaivo
2019-02-28include <nonstd/internal.h> in <nonstd/io.h>, remove redundant includesJakob Kaivo
2019-02-27make "write" syscall directly if _POSIX_SOURCE is not definedJakob Kaivo
2019-02-25fix warning from -WallJakob Kaivo
2019-02-23compile in current environmentJakob Kaivo
2019-02-10correct version tagsJakob Kaivo
2019-02-09add missing refsJakob Kaivo
2019-02-09add missing "nonstd/internal.h"Jakob Kaivo
2019-02-09merge POSIX.2 identifiersJakob Kaivo
2019-02-09merge XOPEN identifiersJakob Kaivo
2019-02-09split macro and extern definitionsJakob Kaivo
2019-02-09merge POSIX.1-1988/1990Jakob Kaivo
2019-02-08merge sources into single treeJakob Kaivo