OSDN Git Service

Make "LC_ALL=C ls -Cs --color" produce the same output on toybox and ubuntu.
[android-x86/external-toybox.git] / toys / posix / ls.c
2016-08-28 Rob LandleyMake "LC_ALL=C ls -Cs --color" produce the same output...
2016-08-28 Rob LandleyRemove some redundancy and unnecessary xprintf().
2016-08-28 Elliott HughesFix ls -sh.
2016-08-13 Rob LandleyMove getusername/getgroupname to lib. (Return name...
2016-05-20 Rob LandleyAdd bufgetgrgid()
2016-04-21 Rob LandleyHave dirtree_recurse() take the new dirfd as an argument.
2016-03-15 Rob LandleyAdd ls -b and make ls -q work with utf8.
2016-03-07 Rob LandleyCleanup pass on the dirtree infrastructure, in preparat...
2016-03-02 Rob LandleyFor years the man pages have said to #include <sys...
2016-01-15 Rob LandleyCommand line files without paths were attempting to...
2016-01-09 Elliott HughesThe sense of -L was flipped.
2016-01-06 Rob LandleyAdd error_msg_raw() and friends, replace error_msg...
2015-12-30 Rob Landleymake "ls -m | cat" assume 80 columns.
2015-12-12 Rob LandleyAdd a useless memset (under CFG_TOYBOX_DEBUG) to shut...
2015-12-07 Rob LandleyRename dirtree->data to dirfd, and don't store symlink...
2015-10-28 Rob LandleyUse the /proc/self/fd/%d workaround for O_PATH not...
2015-10-28 Rob LandleyFix ls error message for chmod -r directories.
2015-09-05 Elliott Hughesls -h support.
2015-09-01 Elliott Hughesls -l user/group/security context should be left-aligned.
2015-08-08 Elliott HughesFix ls -l user/group field ordering.
2015-06-23 Rob LandleyDon't segfault if none of the file arguments to ls...
2015-06-23 Rob LandleyDon't depend on malloc(0) to return non-null.
2015-06-23 Rob LandleyFix ls so spacing is right for ls -l, -o, -g, -og,...
2015-05-22 Rob Landleyls -lZ wasn't putting a space before the xattr output.
2015-05-19 Rob LandleyAdapted patch from José Bollo to do the "tonight we...
2015-05-19 Rob LandleySwitch id over to new infrastructure, switch id to...
2015-05-18 Rob LandleyFix "ls -Z . toys" segfaulting, because preprocessing...
2015-05-18 Rob LandleyRecent commit broke ls -R (test reversed), and "ls...
2015-05-18 Rob LandleyMore ls -Z upgrading. Move TOYBOX_SELINUX and TOYBOX_SM...
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-04 Elliott HughesImplement SELinux ls -Z support.
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-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...