aboutsummaryrefslogtreecommitdiff
path: root/toys/other/readlink.c
AgeCommit message (Expand)Author
2020-03-02Merge realpath into readlink, use xabspath() instead of libc realpath().Rob Landley
2019-10-04readlink: add missing line, plus a test.Elliott Hughes
2019-10-02readlink: support multiple arguments.Elliott Hughes
2019-02-15Fix typos: e.g. change "cannonical" to "canonical".Jason Spiro
2018-12-19readlink: add --canonicalize synonym for -f.Elliott Hughes
2018-12-04Clean up some --help formatting.Elliott Hughes
2018-04-08Add readlink -m to show where a missing path would be.Rob Landley
2015-04-04To ensure that toybox can be installed alongside busybox withoutPaul Barker
2013-01-17Switch readlink on by default, and fill out readlink.test.Rob Landley
2012-11-22Remove readlink -m for being poorly defined ("readlink -m /dev/null/and/more"...Rob Landley
2012-11-20Update readlink so -f works. Add -menq while there.Rob Landley
2012-11-13Reindent to two spaces per level. Remove vi: directives that haven't worked r...Rob Landley
2012-08-25Regularize command headers, update links to standards documents.Rob Landley
2012-08-25Move commands into "posix", "lsb", and "other" menus/directories.Rob Landley