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.
Sat, 14 Apr 2012 22:31:53 -0500 Rob Landley Teach make.sh to create flag macros, but with the wrong names. Dunno how to make a translation macro or #ifdef guard to get the names right so they actually be _used_ yet...
Sat, 14 Apr 2012 22:30:41 -0500 Rob Landley Rewrite dirtree so we don't need readdir, scandir, and fts.h. Rewrite ls (from scratch) to use new dirtree infrastructure. (This breaks everything else that currently uses dirtree.)
Sat, 14 Apr 2012 21:43:24 -0500 Rob Landley Comment and whitespace changes.
Sat, 14 Apr 2012 21:41:19 -0500 Rob Landley Use FLAG_ macros for echo optflags.
Sat, 14 Apr 2012 21:27:00 -0500 Rob Landley Match uint64_t with PRIu64 to avoid warnings on 64 bit builds.
Wed, 11 Apr 2012 19:11:45 +0200 Elie De Brauwer toybuf usage enhancement, tabs to spaces, teminal height refresh
Sat, 07 Apr 2012 10:15:52 -0700 Kevin Chase Replace ?: gcc extension with standard code
Mon, 09 Apr 2012 13:31:44 +0200 Elie De Brauwer Adding vmstat