Mercurial > hg > toybox
log
age | author | description |
---|---|---|
Thu, 26 Apr 2012 19:59:38 -0500 | Rob Landley | Simplify/unify listfiles recursion: populate directory node (and detect top of tree) at start of function rather than end (and redundantly in main). Move title printing down next to total printing. |
Tue, 24 Apr 2012 23:09:27 +0200 | Elie De Brauwer | Adding initial version of login.c |
Tue, 24 Apr 2012 20:44:09 -0500 | Rob Landley | Make -d work in ls. |
Tue, 24 Apr 2012 05:48:03 -0500 | Rob Landley | Require -R to recurse, but descend into directories listed on command line. |
Sun, 22 Apr 2012 23:01:23 -0500 | Rob Landley | More work on ls. Now ls -lR sort of works-ish. |
Sat, 14 Apr 2012 19:55:13 +0200 | Elie De Brauwer | Adding logname |
Sat, 14 Apr 2012 22:34:34 -0500 | Rob Landley | Refactor uniq.c a bit. |