log toys/ls.c @ 565:44abf4d901f3

age author description
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.)
Wed, 07 Mar 2012 19:04:50 -0600 Rob Landley Consolidate headers.
Sat, 03 Mar 2012 18:17:49 -0600 Andre Renaud Add -A to ls
Sun, 26 Feb 2012 22:04:37 -0600 Rob Landley The aboriginal linux build needs ls -ditc and probably some more unimplemented options yet...
Tue, 21 Feb 2012 20:48:52 -0600 Andre Renaud Add in the -n support, and the 64-bit defines. Force ls to act as ls -1 if used in a pipe.
Sat, 18 Feb 2012 15:19:00 -0600 Rob Landley More ls updates from Andre Renaud: Add -R and initial support for listing files on the command line.
Mon, 13 Feb 2012 21:27:50 -0600 Rob Landley Second drop of ls from Andre, adds -l.
Mon, 13 Feb 2012 21:26:27 -0600 Rob Landley Add ls from Andre Renaud.