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
/
ls.c
Age
Commit message (
Expand
)
Author
2012-06-13
Fix an embarassing bug causing ls -l to segfault on 32 bit targets.
Rob Landley
2012-06-09
Implement DIRTREE_SYMFOLLOW and ls -cSHL.
Rob Landley
2012-06-09
Add ls -kqsunort, and fix -F @symlink.
Rob Landley
2012-05-31
Implement -C and -x for ls.
Rob Landley
2012-05-20
dirtree logic cleanup: switch DIRTREE_NORECURSE and DIRTREE_NOSAVE to DIRTREE...
Rob Landley
2012-04-26
Simplify/unify listfiles recursion: populate directory node (and detect top o...
Rob Landley
2012-04-24
Make -d work in ls.
Rob Landley
2012-04-24
Require -R to recurse, but descend into directories listed on command line.
Rob Landley
2012-04-22
More work on ls. Now ls -lR sort of works-ish.
Rob Landley
2012-04-14
Rewrite dirtree so we don't need readdir, scandir, and fts.h. Rewrite ls (fr...
Rob Landley
2012-03-07
Consolidate headers.
Rob Landley
2012-03-03
Add -A to ls
Andre Renaud
2012-02-26
The aboriginal linux build needs ls -ditc and probably some more unimplemente...
Rob Landley
2012-02-21
Add in the -n support, and the 64-bit defines. Force ls to act as ls -1 if us...
Andre Renaud
2012-02-18
More ls updates from Andre Renaud: Add -R and initial support for listing fil...
Rob Landley
2012-02-13
Second drop of ls from Andre, adds -l.
Rob Landley
2012-02-13
Add ls from Andre Renaud.
Rob Landley