summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-02-28implement in terms of __printf()Jakob Kaivo
2019-02-28use the internal array of FILE streams for stdin/stdout/stderrJakob Kaivo
2019-02-28attempt to use guaranteed space before allocating a new fileJakob Kaivo
2019-02-28add LOAD_LOCALE and FILE_STREAMSJakob Kaivo
2019-02-28add FILE_STREAM and LOAD_LOCALEJakob Kaivo
2019-02-28update dependenciesJakob Kaivo
2019-02-28bring definition in line with other *printf functionsJakob Kaivo
2019-02-28<nonstd/locale.h> includes <nonstd/internal.h>Jakob Kaivo
2019-02-28match memmove() implementation without malloc()Jakob Kaivo
2019-02-28clean up internal locale stuffJakob Kaivo
2019-02-28new <nonstd/lib.h>Jakob Kaivo
2019-02-28<nonstd/internal.h> is included by <nonstd/syscall.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-28read LICENSE for the licenseJakob Kaivo
2019-02-28Add LICENSEJakob Kaivo
2019-02-27update to latest commitJakob Kaivo
2019-02-27handle CTYPEJakob Kaivo
2019-02-27initialize stdio and localeJakob Kaivo
2019-02-27only reference environ if we are building POSIXJakob Kaivo
2019-02-27make "write" syscall directly if _POSIX_SOURCE is not definedJakob Kaivo
2019-02-27use __lookup() instead of manual castingJakob Kaivo
2019-02-27add __lookup() convenience macroJakob Kaivo
2019-02-27add testsJakob Kaivo
2019-02-27uniform behavior and documentation for (imax|ll|l)div()Jakob Kaivo
2019-02-27output standard $? instead of GNU $^ for ar command (side-benefit: far less v...Jakob Kaivo
2019-02-27consistent (imax|ll|l)abs() behavior and documentationJakob Kaivo
2019-02-27remove unneccessary sourcesJakob Kaivo
2019-02-27add documentationJakob Kaivo
2019-02-27clean up formattingJakob Kaivo
2019-02-27make final call in infinite loop so _Noreturn holds trueJakob Kaivo
2019-02-27finally get around to adding a readmeJakob Kaivo
2019-02-27add (empty) _strtok.h to be shared with strtok_r()Jakob Kaivo
2019-02-27implement as macro to be shared with rand_rJakob Kaivo
2019-02-27add missing headerJakob Kaivo
2019-02-27add missing headerJakob Kaivo
2019-02-27set to correct valueJakob Kaivo
2019-02-27define without overflowJakob Kaivo
2019-02-27compile cleanlyJakob Kaivo
2019-02-27correct returnJakob Kaivo
2019-02-27add common _strtoi function bodyJakob Kaivo
2019-02-27basic implementationJakob Kaivo
2019-02-25actually call the syscallJakob 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-25don't use long longJakob Kaivo
2019-02-25better support multi-line typedefsJakob Kaivo
2019-02-25fix warning from -WallJakob Kaivo
2019-02-25make internal stuff "C version 0" so it gets pulled in properlyJakob Kaivo