Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
toybox
/
5e936d65972316c26b7271086cc57838bf1f1e28
/
toys
/
posix
/
ln.c
59d85e2
Rename xmsprintf() to just xmprintf().
by Rob Landley
· 11 years ago
c4a8ce4
ln -v support from Ashwini Sharma (comment tweak from me)
by Rob Landley
· 11 years ago
41ed979
Use basename() where appropriate.
by Rob Landley
· 12 years ago
28eeadd
Missing letter in help text.
by Rob Landley
· 12 years ago
7aa651a
Reindent to two spaces per level. Remove vi: directives that haven't worked right in years (ubuntu broke its' vim implementation). Remove trailing spaces. Add/remove blank lines. Re-wordwrap in places. Update documentation with new coding style.
by Rob Landley
· 12 years ago
c0e56ed
New build infrastructure to generate FLAG_ macros and TT alias, #define FOR_commandname before #including toys.h to trigger it. Rename DEFINE_GLOBALS() to just GLOBALS() (because I could never remember if it was DECLARE_GLOBALS). Convert existing commands to use new infrastructure, and replace optflag constants with FLAG_ macros where appropriate.
by Rob Landley
· 12 years ago
f91b7c8
Regularize command headers, update links to standards documents.
by Rob Landley
· 12 years ago
3a9241a
Move commands into "posix", "lsb", and "other" menus/directories.
by Rob Landley
· 12 years ago
[Renamed from toys/ln.c]
829503e
Add -n, which kernel build needs.
by Rob Landley
· 13 years ago
f67edb2
Teach ln about multiple arguments.
by Rob Landley
· 13 years ago
20d25e8
Add ln from Andre Renaud.
by Rob Landley
· 13 years ago