Commit History

Author SHA1 Message Date
  Rob Landley 49feb50f22 Add ln -r and relative_path() to lib, plus test. 4 years ago
  Elliott Hughes 38e5ab2b49 ln.c: add -t to synopsis. 4 years ago
  Ethan Sommer 14f5f89002 Add ln -t 4 years ago
  Rob Landley 9ea89dbb77 Max 2 arguments with -T 4 years ago
  Rob Landley 51cc908ee4 Add ln -T 4 years ago
  Rob Landley 0489bdd7da Use FLAG macros 4 years ago
  Rob Landley 70a84a356b Patches from Elliott Hughes to add missing arguments to error_exit() calls. 9 years ago
  Rob Landley 9b891d54c9 Teach ln -f to leave original target alone if link creation fails. 9 years ago
  Rob Landley 59d85e2bb0 Rename xmsprintf() to just xmprintf(). 10 years ago
  Rob Landley c4a8ce4fe3 ln -v support from Ashwini Sharma (comment tweak from me) 10 years ago
  Rob Landley 41ed979349 Use basename() where appropriate. 11 years ago
  Rob Landley 28eeadd37b Missing letter in help text. 11 years ago
  Rob Landley 7aa651a6a4 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. 11 years ago
  Rob Landley c0e56edaf2 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. 11 years ago
  Rob Landley f91b7c89bc Regularize command headers, update links to standards documents. 12 years ago
  Rob Landley 3a9241add9 Move commands into "posix", "lsb", and "other" menus/directories. 12 years ago