aboutsummaryrefslogtreecommitdiff
path: root/toys/posix/ln.c
AgeCommit message (Expand)Author
2019-10-26Add ln -r and relative_path() to lib, plus test.Rob Landley
2019-10-04ln.c: add -t to synopsis.Elliott Hughes
2019-09-30Add ln -tEthan Sommer
2019-09-26Max 2 arguments with -TRob Landley
2019-09-25Add ln -TRob Landley
2019-09-25Use FLAG macrosRob Landley
2015-03-01Patches from Elliott Hughes to add missing arguments to error_exit() calls.Rob Landley
2014-10-22Teach ln -f to leave original target alone if link creation fails.Rob Landley
2014-01-16Rename xmsprintf() to just xmprintf().Rob Landley
2013-12-18ln -v support from Ashwini Sharma (comment tweak from me)Rob Landley
2013-01-05Use basename() where appropriate.Rob Landley
2012-12-16Missing letter in help text.Rob Landley
2012-11-13Reindent to two spaces per level. Remove vi: directives that haven't worked r...Rob Landley
2012-10-08New build infrastructure to generate FLAG_ macros and TT alias, #define FOR_c...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