summaryrefslogtreecommitdiff
path: root/LibC/stdlib.h
AgeCommit message (Expand)Author
2018-11-17Various stubs while trying to get an old coreutils to build.Andreas Kling
2018-11-11Rage hacking to get bash to run. It finally runs. So cool! :^)Andreas Kling
2018-11-11Add really cheap atol() since sizeof(int) == sizeof(long) here anyway.Andreas Kling
2018-11-06Add some basic signal support.Andreas Kling
2018-10-31Enough compatibility work to make figlet build and run!Andreas Kling
2018-10-31More LibC portability work while trying to get figlet building.Andreas Kling
2018-10-31A bunch of LibC boilerplate stuff added while trying to get figlet to build.Andreas Kling
2018-10-28Canonicalize the path used by sh.Andreas Kling
2018-10-24Lots of hacking to make a very simple "ls" utility.Andreas Kling