Commit History

Author SHA1 Message Date
  Elliott Hughes d588ba7443 Improve help consistency. 5 years ago
  Elliott Hughes 42af2e52e7 Bumper typo cleanup. 5 years ago
  Rob Landley 009b55edc4 Convert more commands to the new option/GLOBALS code style. 5 years ago
  Elliott Hughes eb7e847adc Be more consistent about periods in help text. 7 years ago
  Elliott Hughes a823328637 Add od -w. 8 years ago
  Rob Landley d3a435e53c Add error_msg_raw() and friends, replace error_msg("%s", s) uses, enable format 8 years ago
  Rob Landley d2dbdcab92 Fix bug in od that screwed up position indicator on arm and mips. 8 years ago
  Rob Landley 5f6ec72f8e Fix od bug reported by Samuel Holland ("od -v -b" was appending default output type even though an output type was specified). 10 years ago
  Rob Landley 0eb0a81c0c Can't test <0 on an unsigned, reported by Nathan McSween. 10 years ago
  Rob Landley b0d4872f53 Redo od whitespace with multiple output types so the columns align. 10 years ago
  Rob Landley bc382bed73 Fix -t c0 and -J as reported by heehooman at gmail on the list. 10 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