summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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 ↵Jakob Kaivo
verbose for minor changes)
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
2019-02-25finally got a decent thing to select C, POSIX, and X/Open versionsJakob Kaivo
2019-02-25compile under new directory structureJakob Kaivo
2019-02-23clean up <nonstd/io.h> refs by just including <stdio.h>Jakob Kaivo
2019-02-23update dependeciesJakob Kaivo
2019-02-23correct headerJakob Kaivo
2019-02-23remove set -xJakob Kaivo
2019-02-23add wordsize and clean up outputJakob Kaivo
2019-02-23don't use strdup() before it's availableJakob Kaivo
2019-02-23implement in terms of tputs()Jakob Kaivo
2019-02-23use better caching; fix #include referencesJakob Kaivo
2019-02-23better caching in building deps; finally get reference #includes rightJakob Kaivo
2019-02-23include <errno.h> and <nonstd/internal.h> in <nonstd/syscall.h> to handle ↵Jakob Kaivo
its internal dependencies
2019-02-23new configure script to replace manually editing config.mkJakob Kaivo
2019-02-23beginnnings of a configure script to ensure proper dependency chainingJakob Kaivo
2019-02-23update to new SYSCALL macroJakob Kaivo
2019-02-23remove duplicates (defined in <term.h>)Jakob Kaivo
2019-02-23compile in current environmentJakob Kaivo
2019-02-23point to correct definitionJakob Kaivo
2019-02-23merge SYSCALL macros into oneJakob Kaivo
2019-02-23set to bitwise distinct valueJakob Kaivo
2019-02-23implement proper function-like macroJakob Kaivo