Age | Commit message (Expand) | Author |
---|---|---|
2019-04-17 | LibC: Bring the C library close enough to newlib to trick GCC. | Andreas Kling |
2019-02-26 | Compat work towards porting vim. | Andreas Kling |
2019-02-23 | LibC: Enough compat work to make binutils-2.32 build and run. | Andreas Kling |
2019-01-25 | LibC: Oops, unbreak isprint() once again. | Andreas Kling |
2019-01-24 | Kernel: Finally stop exposing Region members to the public. | Andreas Kling |
2019-01-24 | LibC: Fix broken isprint(). I had misunderstood what's considered printable. | Andreas Kling |
2018-11-17 | Make bash-2.05b build with minimal changes. | Andreas Kling |
2018-11-11 | Stub out a bunch more functions to get closer to that sweet bash build. | Andreas Kling |
2018-11-11 | Add ispunct() to LibC + some minor cleanups. | Andreas Kling |