OSDN Git Service

Merge remote-tracking branch 'toybox/master' into HEAD
[android-x86/external-toybox.git] / toys / posix / ls.c
2015-05-15 Elliott HughesMerge "Regenerate generated files."
2015-05-15 Elliott HughesMerge remote-tracking branch 'toybox/master' into HEAD
2015-05-13 Rob LandleyFix bug (len[7] wasn't zeroed if -Z off, thus -C overes...
2015-05-10 Rob LandleyCleanups of dirtree_start() calls. (Don't need to feed...
2015-05-09 Rob LandleyAdd DIRTREE_SHUTUP to disable dirtree warnings if file...
2015-05-07 Elliott HughesMerge remote-tracking branch 'goog/mnc-dev-plus-aosp...
2015-05-05 Elliott HughesMerge remote-tracking branch 'toybox/master' into HEAD
2015-05-04 Elliott HughesImplement SELinux ls -Z support.
2015-05-04 Elliott HughesMerge remote-tracking branch 'toybox/master' into HEAD
2015-04-30 Rob LandleyMore ls cleanups from squinting at Jose's most recent...
2015-04-30 Rob LandleyWild guess at cleaning up smack support. Don't have...
2015-04-29 Jan Cybulskils: Add -Z (Smack) option
2015-04-27 Rob LandleyFix ls -s and -i indentation in -C and -x modes. (Spott...
2015-03-11 Elliott HughesMerge remote-tracking branch 'toybox/master' into HEAD
2015-03-01 Rob LandleyPatches from Elliott Hughes to fix various printf(...
2014-10-30 Rob LandleyTest for ls -d from Isaac Dunham, and he pointed out...
2014-10-30 Rob LandleyBug report from Isaac Dunham: ls -d shouldn't follow...
2014-08-03 Rob LandleyMissed checking in dirtree_recurse() change (now needs...
2014-07-21 Rob LandleyDon't go into an endless loop if we hit a bad utf8...
2014-07-20 Rob LandleyAdd utf8 support to ls -C.
2013-09-03 Rob LandleySwitch ls from utoa to sprintf.
2013-09-01 Rob LandleyImplement ls --color=auto, suggested by Rich Felker.
2013-08-01 Rob Landleyls --color should depend on LS in menuconfig.
2013-07-01 Rob LandleyMake ls output major, minor for block devices.
2013-07-01 Rob LandleyFirst pass at ls --color
2013-06-30 Rob LandleyCondense ls help text.
2013-06-30 Rob LandleyFix another segfault in ls -C when terminal size is...
2013-06-02 Rob LandleyStat cleanup.
2013-04-22 Felix JandaAdd library function for the file permission formatting...
2012-12-27 Rob LandleyA screen width of 1 is possible (in some weird setups...
2012-12-06 Rob LandleyHave dirtree_add_node() set parent so error message...
2012-12-02 Rob LandleyMinor whitespace tweak.
2012-11-27 Rob LandleySquash "type punned pointer" nonsense with a bigger...
2012-11-19 Rob LandleyTeach option parsing about [groups] of related options.
2012-11-15 Rob LandleyMake ls default to -C if no option specified and it...
2012-11-13 Rob LandleyReindent to two spaces per level. Remove vi: directives...
2012-10-08 Rob LandleyNew build infrastructure to generate FLAG_ macros and...
2012-09-07 Rob LandleyI screwed up ls in commit 580. Oops. Fix it.
2012-08-25 Rob LandleyRegularize command headers, update links to standards...
2012-08-25 Rob LandleyMove commands into "posix", "lsb", and "other" menus...