Age | Commit message (Expand) | Author |
2015-05-13 | Fix bug (len[7] wasn't zeroed if -Z off, thus -C overestimated entry lengths), | Rob Landley |
2015-05-10 | Cleanups of dirtree_start() calls. (Don't need to feed in flag values, just | Rob Landley |
2015-05-09 | Add DIRTREE_SHUTUP to disable dirtree warnings if file vanishes out from | Rob Landley |
2015-05-04 | Implement SELinux ls -Z support. | Elliott Hughes |
2015-04-30 | More ls cleanups from squinting at Jose's most recent smack patch. | Rob Landley |
2015-04-30 | Wild guess at cleaning up smack support. Don't have a test environment yet. | Rob Landley |
2015-04-29 | ls: Add -Z (Smack) option | Jan Cybulski |
2015-04-27 | Fix ls -s and -i indentation in -C and -x modes. (Spotted by Jan Cybulski.) | Rob Landley |
2015-03-01 | Patches from Elliott Hughes to fix various printf() format strings. | Rob Landley |
2014-10-30 | Test for ls -d from Isaac Dunham, and he pointed out -F also disables symlink... | Rob Landley |
2014-10-30 | Bug report from Isaac Dunham: ls -d shouldn't follow command line symlinks wi... | Rob Landley |
2014-08-02 | Missed checking in dirtree_recurse() change (now needs specific DIRTREE_SYMFO... | Rob Landley |
2014-07-20 | Don't go into an endless loop if we hit a bad utf8 sequence without -q. | Rob Landley |
2014-07-20 | Add utf8 support to ls -C. | Rob Landley |
2013-09-02 | Switch ls from utoa to sprintf. | Rob Landley |
2013-09-01 | Implement ls --color=auto, suggested by Rich Felker. | Rob Landley |
2013-08-01 | ls --color should depend on LS in menuconfig. | Rob Landley |
2013-07-01 | Make ls output major, minor for block devices.0.4.5 | Rob Landley |
2013-06-30 | First pass at ls --color | Rob Landley |
2013-06-30 | Condense ls help text. | Rob Landley |
2013-06-30 | Fix another segfault in ls -C when terminal size is 0x0. | Rob Landley |
2013-06-02 | Stat cleanup. | Rob Landley |
2013-04-22 | Add library function for the file permission formatting in ls and stat | Felix Janda |
2012-12-26 | A screen width of 1 is possible (in some weird setups), and gives ls -C a div... | Rob Landley |
2012-12-06 | Have dirtree_add_node() set parent so error message can provide full path. | Rob Landley |
2012-12-01 | Minor whitespace tweak. | Rob Landley |
2012-11-26 | Squash "type punned pointer" nonsense with a bigger hammer. (Sheesh.) | Rob Landley |
2012-11-19 | Teach option parsing about [groups] of related options. | Rob Landley |
2012-11-15 | Make ls default to -C if no option specified and it's outputting to a tty. | Rob Landley |
2012-11-13 | Reindent to two spaces per level. Remove vi: directives that haven't worked r... | Rob Landley |
2012-10-08 | New build infrastructure to generate FLAG_ macros and TT alias, #define FOR_c... | Rob Landley |
2012-09-06 | I screwed up ls in commit 580. Oops. Fix it. | Rob Landley |
2012-08-25 | Regularize command headers, update links to standards documents. | Rob Landley |
2012-08-25 | Move commands into "posix", "lsb", and "other" menus/directories. | Rob Landley |