index
:
forks/toybox
master
Toybox with POSIX patches from E5ten
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
toys
/
posix
/
ls.c
Age
Commit message (
Expand
)
Author
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