Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-07-04 | Libraries: Create top level directory for libraries. | Andreas Kling | |
Things were getting a little crowded in the project root, so this patch moves the Lib*/ directories into Libraries/. | |||
2019-06-07 | LibC: Run clang-format on everything. | Andreas Kling | |
2019-03-20 | LibC: Fix bug in scanf() family where we'd capture invalid data. | Andreas Kling | |
2019-01-31 | Big, possibly complete sweep of naming changes. | Andreas Kling | |
2018-11-09 | Fix all current build warnings in LibC. | 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! | |||
2018-10-31 | Enough compatibility work to make figlet build and run! | Andreas Kling | |
I ran out of steam writing library routines and imported two BSD-licensed libc routines: sscanf() and getopt(). I will most likely rewrite them sooner or later. For now I just wanted to see figlet running. |