Commit History

Author SHA1 Message Date
  Rob Landley eee419c1d7 flags.h can #define its own CLEANUP_ macros for the next #include 2 years ago
  Elliott Hughes 763e85820b Canonicalize the usage: lines for the POSIX toys. 4 years ago
  Rob Landley 9c52df1131 Add MAYFORK to more pseudo-builtins. 4 years ago
  Elliott Hughes afd29d4ab0 Use FORCE_FLAGS in kill.c. 5 years ago
  Elliott Hughes 1e229a235d Improve signal name<->number conversions. 5 years ago
  Elliott Hughes 141a075c0e Clean up some --help formatting. 5 years ago
  Elliott Hughes 74f22a7d5c Some more --help consistency. 5 years ago
  Rob Landley 009b55edc4 Convert more commands to the new option/GLOBALS code style. 5 years ago
  Rob Landley e5354ca12a Replace toys.exithelp with help_exit() in lib. 8 years ago
  Rob Landley ffa7e3b05e Promote killall5 by merging it into kill. 10 years ago
  Rob Landley 662a267c9b Have error_msg() and friends set TT.exitval to 1 if it's still 0, clean out other places that were setting it that no longer need to. 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 3a9241add9 Move commands into "posix", "lsb", and "other" menus/directories. 12 years ago