log toys/posix/ls.c @ 1395:5149632b0d07 draft

age author description
Sun, 20 Jul 2014 16:34:36 -0500 Rob Landley Add utf8 support to ls -C. draft
Mon, 02 Sep 2013 22:20:29 -0500 Rob Landley Switch ls from utoa to sprintf. draft
Sun, 01 Sep 2013 08:00:41 -0500 Rob Landley Implement ls --color=auto, suggested by Rich Felker. draft
Thu, 01 Aug 2013 18:10:47 -0500 Rob Landley ls --color should depend on LS in menuconfig.
Mon, 01 Jul 2013 00:10:28 -0500 Rob Landley Make ls output major, minor for block devices. 0.4.5
Sun, 30 Jun 2013 23:52:45 -0500 Rob Landley First pass at ls --color
Sun, 30 Jun 2013 16:52:57 -0500 Rob Landley Condense ls help text.
Sun, 30 Jun 2013 01:26:56 -0500 Rob Landley Fix another segfault in ls -C when terminal size is 0x0.
Sun, 02 Jun 2013 00:24:24 -0500 Rob Landley Stat cleanup.
Mon, 22 Apr 2013 22:29:43 +0200 Felix Janda Add library function for the file permission formatting in ls and stat
Wed, 26 Dec 2012 19:39:51 -0600 Rob Landley A screen width of 1 is possible (in some weird setups), and gives ls -C a division by zero error.
Thu, 06 Dec 2012 15:13:30 -0600 Rob Landley Have dirtree_add_node() set parent so error message can provide full path.
Sat, 01 Dec 2012 18:30:48 -0600 Rob Landley Minor whitespace tweak.
Mon, 26 Nov 2012 23:36:25 -0600 Rob Landley Squash "type punned pointer" nonsense with a bigger hammer. (Sheesh.)
Mon, 19 Nov 2012 01:49:53 -0600 Rob Landley Teach option parsing about [groups] of related options.
Thu, 15 Nov 2012 16:15:51 -0600 Rob Landley Make ls default to -C if no option specified and it's outputting to a tty.
Tue, 13 Nov 2012 17:14:08 -0600 Rob Landley Reindent to two spaces per level. Remove vi: directives that haven't worked right in years (ubuntu broke its' vim implementation). Remove trailing spaces. Add/remove blank lines. Re-wordwrap in places. Update documentation with new coding style.
Mon, 08 Oct 2012 00:02:30 -0500 Rob Landley New build infrastructure to generate FLAG_ macros and TT alias, #define FOR_commandname before #including toys.h to trigger it. Rename DEFINE_GLOBALS() to just GLOBALS() (because I could never remember if it was DECLARE_GLOBALS). Convert existing commands to use new infrastructure, and replace optflag constants with FLAG_ macros where appropriate.
Thu, 06 Sep 2012 19:49:40 -0500 Rob Landley I screwed up ls in commit 580. Oops. Fix it.
Sat, 25 Aug 2012 18:08:51 -0500 Rob Landley Regularize command headers, update links to standards documents.
Sat, 25 Aug 2012 14:25:22 -0500 Rob Landley Move commands into "posix", "lsb", and "other" menus/directories. base toys/ls.c@0ed014785631