Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-04-05 | LibC: Add some missing stuff in stdint.h for libstdc++. | Andreas Kling | |
2019-03-27 | LibC: Add ungetc() and automatically flush streams on fclose(). | Andreas Kling | |
2019-02-27 | More compat work towards porting vim. | Andreas Kling | |
It now builds and runs in the small-featureset configuration. :^) | |||
2019-02-25 | Some compat work towards making GCC's libstdc++ build. | Andreas Kling | |
2019-02-24 | LibC: A bunch of compat work towards porting GCC. | Andreas Kling | |
2019-02-08 | LibC: Implement enough missing stuff to get bash-5.0 running. :^) | Andreas Kling | |
2019-02-05 | LibC: Add some integer functionality needed for NASM. | Andreas Kling | |
2018-11-07 | Miscellaneous compat work while seeing if GNU coreutils would build. | Andreas Kling | |
2018-11-05 | Lots of minor compat stuff while seeing if bash would build. | Andreas Kling | |
We're quite far from bash building, but we'll get there eventually! |