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
/
other
/
readlink.c
Age
Commit message (
Expand
)
Author
2019-10-04
readlink: add missing line, plus a test.
Elliott Hughes
2019-10-02
readlink: support multiple arguments.
Elliott Hughes
2019-02-15
Fix typos: e.g. change "cannonical" to "canonical".
Jason Spiro
2018-12-19
readlink: add --canonicalize synonym for -f.
Elliott Hughes
2018-12-04
Clean up some --help formatting.
Elliott Hughes
2018-04-08
Add readlink -m to show where a missing path would be.
Rob Landley
2015-04-04
To ensure that toybox can be installed alongside busybox without
Paul Barker
2013-01-17
Switch readlink on by default, and fill out readlink.test.
Rob Landley
2012-11-22
Remove readlink -m for being poorly defined ("readlink -m /dev/null/and/more"...
Rob Landley
2012-11-20
Update readlink so -f works. Add -menq while there.
Rob Landley
2012-11-13
Reindent to two spaces per level. Remove vi: directives that haven't worked r...
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