Commit History

Author SHA1 Message Date
  Rob Landley 1ea6e127d5 Minor cleanups. 2 years ago
  Rob Landley b8070a7425 OpenEmbedded needs commands installed in specific places. 5 years ago
  Elliott Hughes eb7e847adc Be more consistent about periods in help text. 7 years ago
  Rob Landley eed9ed41aa Replace loopfiles' failok with WARN_ONLY open flag. 7 years ago
  Rob Landley 789665dc51 Fix truncate prefix bug and add truncate test suite entry. 9 years ago
  Rob Landley 89701da1fe Add prefix support Hyejin Kim asked about. 9 years ago
  Rob Landley 784eb9c2d2 Use O_CLOEXEC instead of O_RDONLY to signal loopfiles_rw() to close filehandles. 9 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 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