Commit History

Author SHA1 Message Date
  Elliott Hughes 763e85820b Canonicalize the usage: lines for the POSIX toys. 4 years ago
  Elliott Hughes 95574e3f2a cmp/env/nice/nohup/sort: use TOYFLAG_ARGFAIL. 5 years ago
  Rob Landley 027a73a903 Make xopen() skip stdin/stdout/stderr, add xopen_stdio() if you want stdout, 8 years ago
  Rob Landley c776bde13b Use xsignal() instead of signal(). 9 years ago
  Rob Landley c0045207a7 Make toy_exec() check if argc is in optargs and deal with it there so we don't need a separate xexec_optargs(). 9 years ago
  Rob Landley 21f3c8db00 More static analysis fixes from Ashwini Sharma. 9 years ago
  Rob Landley 0cf6a2dbcd Option parsing for nohup needs to stop at first nonoption argument. Minor cleanups. 10 years ago
  Rob Landley 59d85e2bb0 Rename xmsprintf() to just xmprintf(). 10 years ago
  Rob Landley a817a02c00 Replace users of xexec(toys.optargs) with xexec_optargs(0) to avoid free/reuse bug during argument parsing. 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 3a9241add9 Move commands into "posix", "lsb", and "other" menus/directories. 12 years ago