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
/
ln.c
Age
Commit message (
Expand
)
Author
2019-10-26
Add ln -r and relative_path() to lib, plus test.
Rob Landley
2019-10-04
ln.c: add -t to synopsis.
Elliott Hughes
2019-09-30
Add ln -t
Ethan Sommer
2019-09-26
Max 2 arguments with -T
Rob Landley
2019-09-25
Add ln -T
Rob Landley
2019-09-25
Use FLAG macros
Rob Landley
2015-03-01
Patches from Elliott Hughes to add missing arguments to error_exit() calls.
Rob Landley
2014-10-22
Teach ln -f to leave original target alone if link creation fails.
Rob Landley
2014-01-16
Rename xmsprintf() to just xmprintf().
Rob Landley
2013-12-18
ln -v support from Ashwini Sharma (comment tweak from me)
Rob Landley
2013-01-05
Use basename() where appropriate.
Rob Landley
2012-12-16
Missing letter in help text.
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-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