Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-07-03 | fix compile errors | pommicket | |
2023-07-03 | testing bootstrap | Dawid Sobczak | |
2023-07-03 | fix outdated command in 05 README | pommicket | |
2022-10-08 | fixed typos | pommicket | |
2022-02-27 | cleaned up comments | pommicket | |
2022-02-23 | edit readmes | pommicket | |
2022-02-23 | coda | pommicket | |
2022-02-20 | conclusion | pommicket | |
2022-02-19 | actual hello world program | pommicket | |
2022-02-19 | finish 05 | pommicket | |
2022-02-19 | gcc and bootstrap are in agreement! | pommicket | |
2022-02-19 | remove gettimeofday stuff | pommicket | |
2022-02-19 | full build of tcc with itself - doesn't match gcc :o | pommicket | |
2022-02-18 | more 05 readme | pommicket | |
2022-02-18 | satrt readme | pommicket | |
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 | working (?) tcc build | pommicket | |
2022-02-17 | procuding a (non-working) executable for tcc | pommicket | |
2022-02-16 | the last parts of the C standard library | pommicket | |
2022-02-16 | string.h | pommicket | |
2022-02-16 | start string.h | pommicket | |
2022-02-16 | stdlib.h | pommicket | |
2022-02-16 | signal.h | pommicket | |
2022-02-16 | start signal.h | pommicket | |
2022-02-15 | math.h | pommicket | |
2022-02-15 | locale.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 | better error for declaring incomplete struct | 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 | cleanup notes | pommicket | |
2022-02-13 | sprintf working! (but not snprintf ...) | pommicket | |
2022-02-13 | first C hello world! | pommicket | |
2022-02-13 | C compiler done ? va_list/arg program working :) | pommicket | |
2022-02-13 | fixed local variables and also structs containing arrays | pommicket | |
2022-02-13 | switch / case / default | pommicket | |
2022-02-13 | labels, goto | pommicket | |
2022-02-13 | break, continue | pommicket | |
2022-02-13 | if, while, do | pommicket | |
2022-02-13 | pre/post increment/decrement | pommicket | |
2022-02-13 | comparison operators | pommicket | |
2022-02-13 | compound assignment operators | pommicket | |
2022-02-13 | fix dereferencing function pointer codegen | pommicket | |
2022-02-12 | fix casting arguments to parameter type | pommicket | |
2022-02-12 | logical and,or | pommicket | |