aboutsummaryrefslogtreecommitdiff
path: root/src/os.h
Commit message (Collapse)AuthorAgeFilesLines
* Fix a couple of other latent woopsiesGravatar Michael Smith 2022-01-061-0/+1
| | | | | | | The format string one is cool because it implies the Windows code was also always wrong but the Windows headers aren't annotated for Clang so I guess that means it doesn't warn. At least for the nonstandard Windows wide character versions of things. Cool!
* Tidy up stubs, make vstdlib a stub, build on LinuxGravatar Michael Smith 2022-01-061-0/+1
| | | | | | Important note: it doesn't WORK on Linux, and there's tons of warnings and stuff, but it's easier to work on when all the compiler output and whatnot is there.
* Split up os.h, inline functions and fix some typosGravatar Michael Smith 2021-12-301-96/+14
|
* Initial public snapshotGravatar Michael Smith 2021-11-201-0/+145
With code from Bill. Thanks Bill!