Mercurial > hg > toybox
log
age | author | description |
---|---|---|
Fri, 17 Feb 2012 12:06:12 -0600 | Rob Landley | Add V=1 support to make. |
Fri, 17 Feb 2012 12:05:26 -0600 | Rob Landley | Sigh: moving a header to toys.h isn't very useful if I forget to check in toys.h. |
Fri, 17 Feb 2012 05:27:37 -0600 | Rob Landley | Move realpath from loopfiles() to a for loop, so we don't get hung on read permission for file data when we just want to look at directory info. |
Fri, 17 Feb 2012 04:47:16 -0600 | Rob Landley | Realpath, by Andre Renaud. |
Fri, 17 Feb 2012 04:46:55 -0600 | Rob Landley | Move includes into toys.h, more xprintf() |
Thu, 16 Feb 2012 17:51:51 -0600 | Rob Landley | Minor cleanups: trim spaces from strings, use xprintf(). |
Mon, 13 Feb 2012 17:15:49 +0100 | Elie De Brauwer | Adding free and uptime |