summaryrefslogtreecommitdiff
path: root/LibC/string.h
AgeCommit message (Expand)Author
2018-11-17Various stubs while trying to get an old coreutils to build.Andreas Kling
2018-11-11Add a naive /bin/fgrep for testing pipes.Andreas Kling
2018-11-06Add strsignal() and improve sharing signal numbers between LibC and kernel.Andreas Kling
2018-11-05More random compat hacking towards getting bash to build.Andreas Kling
2018-11-05Tiny LibC things.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-26Add memcpy() and strcmp() to LibC.Andreas Kling
2018-10-25Implement errno in LibC.Andreas Kling
2018-10-23Lots of hacking:Andreas Kling