Mercurial > hg > toybox
graph
-
env - there were 2 segfaults when run on my Ubuntu 12.04 machine: draftThu, 05 Sep 2013 04:58:06 -0500, by Jacek Bukarewicz
-
Make chdir handle permissions according to posix, reported by Jacek Bukarewicz.. draftThu, 05 Sep 2013 04:28:40 -0500, by Rob Landley
-
fix rm to handle "mkdir sub/sub && chmod 007 sub/sub && rm -rf sub". draftThu, 05 Sep 2013 04:19:37 -0500, by Rob Landley
-
Introduce libbuf analogous to toybuf but for use by lib/*.c. Change readfile() semantics to be able to read into an existing buffer, or malloc its own if that's NULL. draftTue, 03 Sep 2013 17:56:28 -0500, by Rob Landley
-
Remove itoa/utoa, let libc do this with sprintf. draftTue, 03 Sep 2013 08:30:47 -0500, by Rob Landley