Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-02-18 | newer version of tcc almost working | pommicket | |
2022-02-17 | fixed += bug with non-char pointers | pommicket | |
tcc 0.9.25 can't compile musl (or any libc, probably). will probably need to write libc for tcc, then compile gcc or a later version of tcc with it | |||
2022-02-17 | procuding a (non-working) executable for tcc | pommicket | |
2022-02-16 | stdlib.h | pommicket | |
2022-02-16 | signal.h | pommicket | |
2022-02-15 | math.h | pommicket | |
2022-02-15 | ctype.h, getenv | pommicket | |
2022-02-15 | mostly-standard scanf | pommicket | |
2022-02-15 | strtod | pommicket | |
also fixed comparing strings | |||
2022-02-14 | strtoul, strtol | pommicket | |
2022-02-14 | almost all of stdio.h | pommicket | |
2022-02-14 | clean up stb_sprintf; implementation of fprintf et al, remove | pommicket | |
2022-02-14 | snprintf now working! (fixed problem will calls inside calls) | pommicket | |
2022-02-13 | sprintf working! (but not snprintf ...) | pommicket | |